-- phpMyAdmin SQL Dump
-- version 4.0.10.14
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Dec 30, 2016 at 11:49 AM
-- Server version: 5.6.34
-- PHP Version: 5.6.20

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!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 */;

--
-- Database: `makeupby_wp458`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_commentmeta`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_comments`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=4 ;

--
-- Dumping data for table `wpo8_comments`
--

INSERT INTO `wpo8_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2016-08-29 13:18:42', '2016-08-29 13:18:42', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0),
(2, 1, 'Evelyn Serrell', 'svqlqhhscsg@ussqdaoy.com', 'http://maar.ch/92vdi', '85.246.191.170', '2016-12-22 10:16:59', '2016-12-22 10:16:59', 'This is a message to the admin. I came to your Permanent Makeup by Deb |   Hello world! page by searching on Google but it was hard to find as you were not on the front page of search results. I know you could have more visitors to your site. I have found a site which offers to dramatically increase your website rankings and traffic to your site: http://hud.sn/6sk5 I managed to get close to 500 visitors/day using their services, you could also get a lot more targeted visitors from Google than you have now. Their services brought significantly more traffic to my website. I hope this helps!', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like E57EA', '', 0, 0),
(3, 1, 'Evelyn Serrell', 'qxznlume@mspdzpdbfx.com', 'http://dtl.la/tmJ9x', '46.165.220.196', '2016-12-28 14:03:02', '2016-12-28 14:03:02', 'This is a comment to the website creator. I came to your Permanent Makeup by Deb |   Hello world! page by searching on Google but it was difficult to find as you were not on the first page of search results. I know you could have more visitors to your website. I have found a website which offers to dramatically increase your rankings and traffic to your site: http://webhop.se/1ix I managed to get close to 500 visitors/day using their services, you could also get many more targeted visitors from Google than you have now. Their services brought significantly more visitors to my website. I hope this helps!', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_layerslider`
--

CREATE TABLE IF NOT EXISTS `wpo8_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(11) NOT NULL,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_links`
--

CREATE TABLE IF NOT EXISTS `wpo8_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_options`
--

CREATE TABLE IF NOT EXISTS `wpo8_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=69368 ;

--
-- Dumping data for table `wpo8_options`
--

INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://permanentmakeupbydeb.com', 'yes'),
(2, 'home', 'http://permanentmakeupbydeb.com', 'yes'),
(3, 'blogname', 'Permanent Makeup by Deb', 'yes'),
(4, 'blogdescription', 'Board Certified Permanent Make up Technician Deb Long', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'wp@visualedgedesign.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:185:{s:17:"portfolio_page/?$";s:34:"index.php?post_type=portfolio_page";s:47:"portfolio_page/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?post_type=portfolio_page&feed=$matches[1]";s:42:"portfolio_page/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?post_type=portfolio_page&feed=$matches[1]";s:34:"portfolio_page/page/([0-9]{1,})/?$";s:52:"index.php?post_type=portfolio_page&paged=$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:42:"portfolio_page/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"portfolio_page/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"portfolio_page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"portfolio_page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"portfolio_page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"portfolio_page/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:31:"portfolio_page/([^/]+)/embed/?$";s:47:"index.php?portfolio_page=$matches[1]&embed=true";s:35:"portfolio_page/([^/]+)/trackback/?$";s:41:"index.php?portfolio_page=$matches[1]&tb=1";s:55:"portfolio_page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_page=$matches[1]&feed=$matches[2]";s:50:"portfolio_page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:53:"index.php?portfolio_page=$matches[1]&feed=$matches[2]";s:43:"portfolio_page/([^/]+)/page/?([0-9]{1,})/?$";s:54:"index.php?portfolio_page=$matches[1]&paged=$matches[2]";s:50:"portfolio_page/([^/]+)/comment-page-([0-9]{1,})/?$";s:54:"index.php?portfolio_page=$matches[1]&cpage=$matches[2]";s:39:"portfolio_page/([^/]+)(?:/([0-9]+))?/?$";s:53:"index.php?portfolio_page=$matches[1]&page=$matches[2]";s:31:"portfolio_page/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"portfolio_page/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"portfolio_page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"portfolio_page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"portfolio_page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"portfolio_page/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"testimonials/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"testimonials/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"testimonials/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"testimonials/([^/]+)/embed/?$";s:45:"index.php?testimonials=$matches[1]&embed=true";s:33:"testimonials/([^/]+)/trackback/?$";s:39:"index.php?testimonials=$matches[1]&tb=1";s:41:"testimonials/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&paged=$matches[2]";s:48:"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&cpage=$matches[2]";s:37:"testimonials/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?testimonials=$matches[1]&page=$matches[2]";s:29:"testimonials/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"testimonials/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"testimonials/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:34:"slides/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"slides/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"slides/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slides/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"slides/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"slides/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"slides/([^/]+)/embed/?$";s:39:"index.php?slides=$matches[1]&embed=true";s:27:"slides/([^/]+)/trackback/?$";s:33:"index.php?slides=$matches[1]&tb=1";s:35:"slides/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?slides=$matches[1]&paged=$matches[2]";s:42:"slides/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?slides=$matches[1]&cpage=$matches[2]";s:31:"slides/([^/]+)(?:/([0-9]+))?/?$";s:45:"index.php?slides=$matches[1]&page=$matches[2]";s:23:"slides/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"slides/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"slides/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"slides/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"slides/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"slides/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:37:"carousels/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"carousels/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"carousels/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"carousels/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"carousels/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"carousels/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"carousels/([^/]+)/embed/?$";s:42:"index.php?carousels=$matches[1]&embed=true";s:30:"carousels/([^/]+)/trackback/?$";s:36:"index.php?carousels=$matches[1]&tb=1";s:38:"carousels/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?carousels=$matches[1]&paged=$matches[2]";s:45:"carousels/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?carousels=$matches[1]&cpage=$matches[2]";s:34:"carousels/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?carousels=$matches[1]&page=$matches[2]";s:26:"carousels/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"carousels/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"carousels/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"carousels/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"carousels/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"carousels/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:59:"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:54:"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?portfolio_category=$matches[1]&feed=$matches[2]";s:35:"portfolio-category/([^/]+)/embed/?$";s:51:"index.php?portfolio_category=$matches[1]&embed=true";s:47:"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?portfolio_category=$matches[1]&paged=$matches[2]";s:29:"portfolio-category/([^/]+)/?$";s:40:"index.php?portfolio_category=$matches[1]";s:54:"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?portfolio_tag=$matches[1]&feed=$matches[2]";s:49:"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?portfolio_tag=$matches[1]&feed=$matches[2]";s:30:"portfolio-tag/([^/]+)/embed/?$";s:46:"index.php?portfolio_tag=$matches[1]&embed=true";s:42:"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$";s:53:"index.php?portfolio_tag=$matches[1]&paged=$matches[2]";s:24:"portfolio-tag/([^/]+)/?$";s:35:"index.php?portfolio_tag=$matches[1]";s:62:"testimonials-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?testimonials_category=$matches[1]&feed=$matches[2]";s:57:"testimonials-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?testimonials_category=$matches[1]&feed=$matches[2]";s:38:"testimonials-category/([^/]+)/embed/?$";s:54:"index.php?testimonials_category=$matches[1]&embed=true";s:50:"testimonials-category/([^/]+)/page/?([0-9]{1,})/?$";s:61:"index.php?testimonials_category=$matches[1]&paged=$matches[2]";s:32:"testimonials-category/([^/]+)/?$";s:43:"index.php?testimonials_category=$matches[1]";s:56:"slides-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?slides_category=$matches[1]&feed=$matches[2]";s:51:"slides-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?slides_category=$matches[1]&feed=$matches[2]";s:32:"slides-category/([^/]+)/embed/?$";s:48:"index.php?slides_category=$matches[1]&embed=true";s:44:"slides-category/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?slides_category=$matches[1]&paged=$matches[2]";s:26:"slides-category/([^/]+)/?$";s:37:"index.php?slides_category=$matches[1]";s:59:"carousels-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?carousels_category=$matches[1]&feed=$matches[2]";s:54:"carousels-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?carousels_category=$matches[1]&feed=$matches[2]";s:35:"carousels-category/([^/]+)/embed/?$";s:51:"index.php?carousels_category=$matches[1]&embed=true";s:47:"carousels-category/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?carousels_category=$matches[1]&paged=$matches[2]";s:29:"carousels-category/([^/]+)/?$";s:40:"index.php?carousels_category=$matches[1]";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:12:"robots\\.txt$";s:18:"index.php?robots=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=5&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'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:10:{i:0;s:29:"gravityforms/gravityforms.php";i:1;s:27:"LayerSlider/layerslider.php";i:2;s:39:"bulk-page-creator/bulk-page-creator.php";i:3;s:34:"envato-wordpress-toolkit/index.php";i:4;s:27:"js_composer/js_composer.php";i:5;s:23:"revslider/revslider.php";i:6;s:47:"select-instagram-feed/select-instagram-feed.php";i:7;s:43:"select-twitter-feed/select-twitter-feed.php";i:8;s:27:"updraftplus/updraftplus.php";i:9;s:23:"wordfence/wordfence.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:74:"/home2/makeupbydeb/public_html/wp-content/themes/stockholm-child/style.css";i:1;s:0:"";}', 'no'),
(40, 'template', 'stockholm', 'yes'),
(41, 'stylesheet', 'stockholm-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '37965', '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', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:179:"<center>©2016 Permanent Makeup By Deb. All rights reserved. | <a href="http://visualedgedesign.com/" target="_blank">Website Design and Hosting</a> by Visual Edge Design</center>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:1:{s:27:"LayerSlider/layerslider.php";s:29:"layerslider_uninstall_scripts";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '5', '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, 'wpo8_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(93, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:17:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:12:"sidebar_page";a:0:{}s:11:"header_left";a:0:{}s:12:"header_right";a:0:{}s:21:"header_left_from_logo";a:0:{}s:22:"header_right_from_logo";a:0:{}s:19:"header_bottom_right";a:0:{}s:8:"sidearea";a:0:{}s:18:"vertical_menu_area";a:0:{}s:15:"footer_column_1";a:0:{}s:15:"footer_column_2";a:0:{}s:15:"footer_column_3";a:0:{}s:15:"footer_column_4";a:0:{}s:11:"footer_text";a:1:{i:0;s:6:"text-2";}s:18:"header_fixed_right";a:0:{}s:13:"array_version";i:3;}', '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:15:{i:1483119942;a:1:{s:21:"wordfence_hourly_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1483125002;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:1483133170;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:1483133275;a:1:{s:32:"check_plugin_updates-updraftplus";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1483133584;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:1483133696;a:2:{s:14:"updraft_backup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:23:"updraft_backup_database";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1483134342;a:2:{s:26:"wordfence_daily_autoUpdate";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:20:"wordfence_daily_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:1483155865;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483240791;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483327068;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483414647;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483500766;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483587647;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1483672059;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}s:7:"version";i:2;}', 'yes'),
(4435, 'updraft_interval', 'daily', 'yes'),
(4436, 'updraft_interval_increments', '', 'yes'),
(4439, 'updraft_interval_database', 'daily', 'yes'),
(4440, 'updraft_retain', '1', 'yes'),
(4441, 'updraft_retain_db', '1', 'yes'),
(4442, 'updraft_encryptionphrase', '', 'yes'),
(4443, 'updraft_service', '', 'yes'),
(4444, 'updraft_dropbox_appkey', '', 'yes'),
(4445, 'updraft_dropbox_secret', '', 'yes'),
(4446, 'updraft_googledrive_clientid', '', 'yes'),
(4447, 'updraft_googledrive_secret', '', 'yes'),
(4448, 'updraft_googledrive_remotepath', '', 'yes'),
(4449, 'updraft_ftp', '', 'yes'),
(4450, 'updraft_ftp_login', '', 'yes'),
(4451, 'updraft_ftp_pass', '', 'yes'),
(4452, 'updraft_ftp_remote_path', '', 'yes'),
(4453, 'updraft_server_address', '', 'yes'),
(4454, 'updraft_dir', '', 'yes'),
(4455, 'updraft_email', '', 'yes'),
(4456, 'updraft_delete_local', '0', 'yes'),
(4457, 'updraft_debug_mode', '0', 'yes'),
(4458, 'updraft_include_plugins', '0', 'yes'),
(4459, 'updraft_include_themes', '0', 'yes'),
(4460, 'updraft_include_uploads', '0', 'yes'),
(4461, 'updraft_include_others', '0', 'yes'),
(4462, 'updraft_include_wpcore', '0', 'yes'),
(4463, 'updraft_include_wpcore_exclude', '', 'yes'),
(4464, 'updraft_include_more', '0', 'yes'),
(4465, 'updraft_include_blogs', '', 'yes'),
(137, 'wordfence_version', '6.2.9', 'yes'),
(69130, '_site_transient_timeout_theme_roots', '1483083937', 'no'),
(69131, '_site_transient_theme_roots', 'a:2:{s:15:"stockholm-child";s:7:"/themes";s:9:"stockholm";s:7:"/themes";}', 'no'),
(114, '_site_transient_timeout_browser_ae38344822f149cb8d9ae72dc1008414', '1473081578', 'no'),
(115, '_site_transient_browser_ae38344822f149cb8d9ae72dc1008414', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"48.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(67917, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1482993486', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(67918, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '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: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: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:"Tue, 06 Dec 2016 19:27: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:"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=4.8-alpha-39643";s:7:"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:36:"\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:"WordPress 4.7 “Vaughan”";s:7:"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:43:"https://wordpress.org/news/2016/12/vaughan/";s: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, 06 Dec 2016 19:27: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: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:34:"https://wordpress.org/news/?p=4596";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:240:"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah "Sassy" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.";s: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/2016/12/starter-content.mp4";s:6:"length";s:7:"3736020";s:4:"type";s:9:"video/mp4";}}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:59:"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4";s:6:"length";s:7:"1127483";s:4:"type";s:9:"video/mp4";}}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/2016/12/video-headers.mp4";s:6:"length";s:7:"1549803";s:4:"type";s:9:"video/mp4";}}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:"Helen Hou-Sandi";s: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:44700:"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah &#8220;Sassy&#8221; Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id="v-AHz0Ca46-1" class="video-player"><video id="v-AHz0Ca46-1-video" width="632" height="354" poster="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg" controls="true" preload="metadata" dir="ltr" lang="en"><source src="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4" type="video/mp4; codecs=&quot;avc1.64001E, mp4a.40.2&quot;" /><source src="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv" type="video/ogg; codecs=&quot;theora, vorbis&quot;" /><div><img alt="Introducing WordPress 4.7" src="https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&#038;ssl=1" data-recalc-dims="1" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style="text-align:center">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class="alignnone wp-image-4618 size-large" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&#038;ssl=1" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&amp;ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&amp;ssl=1 1264w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style="text-align:center">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style="width: 632px;" class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]-->\n<video class="wp-video-shortcode" id="video-4596-1" width="632" height="346" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1" /><a href="https://wordpress.org/news/files/2016/12/starter-content.mp4">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry &#8211; nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style="float: left;width: 48%;margin: 0">\n<h3>Edit Shortcuts</h3>\n<div style="width: 300px;" class="wp-video"><video class="wp-video-shortcode" id="video-4596-2" width="300" height="173" poster="https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2" /><a href="https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Video Headers</h3>\n<div style="width: 300px;" class="wp-video"><video class="wp-video-shortcode" id="video-4596-3" width="300" height="173" poster="https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg" loop="1" autoplay="1" preload="metadata" controls="controls"><source type="video/mp4" src="https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3" /><a href="https://wordpress.org/news/files/2016/12/video-headers.mp4">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style="clear: both"></div>\n<div style="float: left;width: 48%;margin: 0">\n<h3>Smoother Menu Building</h3>\n<p><img class="wp-image-4606 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Custom CSS</h3>\n<p><img class="wp-image-4607 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style="clear: both"></div>\n<hr />\n<div style="float: left;width: 48%;margin: 0">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class="wp-image-4609 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style="float: right;width: 48%;margin: 0">\n<h3>Dashboard in your language</h3>\n<p><img class="wp-image-4608 size-medium alignright" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&#038;ssl=1" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&amp;ssl=1 760w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style="clear: both"></div>\n<hr />\n<h2 style="text-align:center">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class="size-large wp-image-4600 alignnone" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&#038;ssl=1" alt="" srcset="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&amp;ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href="https://developer.wordpress.org/rest-api/reference/">Check out the REST API reference.</a></p>\n<hr />\n<h2 style="text-align:center">Even More Developer Happiness <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png" alt="?" class="wp-smiley" style="height: 1em; max-height: 1em;" /></h2>\n<h3><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style="text-align:center">The Squad</h2>\n<p>This release was led by <a href="https://helen.blog">Helen Hou-Sandí</a>, backed up by <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a> and <a href="http://aaron.jorb.in/">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/abrightclearweb">abrightclearweb</a>, <a href="https://profiles.wordpress.org/ibachal">Achal Jain</a>, <a href="https://profiles.wordpress.org/achbed">achbed</a>, <a href="https://profiles.wordpress.org/acmethemes">Acme Themes</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adammacias">adammacias</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airesvsg">airesvsg</a>, <a href="https://profiles.wordpress.org/ajoah">ajoah</a>, <a href="https://profiles.wordpress.org/akibjorklund">Aki Bj&#246;rklund</a>, <a href="https://profiles.wordpress.org/akshayvinchurkar">AkshayVinchurkar</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/xavortm">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/ironpaperweight">Alex Hon</a>, <a href="https://profiles.wordpress.org/alex27">alex27</a>, <a href="https://profiles.wordpress.org/allancole">allancole</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrewp-2">Andreas Panag</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/andizer">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/kelderic">Andy Mercer</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/aniketpant">Aniket Pant</a>, <a href="https://profiles.wordpress.org/anilbasnet">Anil Basnet</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/ahortin">Anthony Hortin</a>, <a href="https://profiles.wordpress.org/antisilent">antisilent</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/zuige">Antti Kuosmanen</a>, <a href="https://profiles.wordpress.org/apokalyptik">apokalyptik</a>, <a href="https://profiles.wordpress.org/artoliukkonen">artoliukkonen</a>, <a href="https://profiles.wordpress.org/ideag">Arunas Liuiza</a>, <a href="https://profiles.wordpress.org/attitude">attitude</a>, <a href="https://profiles.wordpress.org/backermann">backermann</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcole808">Ben Cole</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/binarymoon">BinaryMoon</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw">BjornW</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boboudreau">boboudreau</a>, <a href="https://profiles.wordpress.org/gitlost">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/brainstormforce">Brainstorm Force</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brianhogg">Brian Hogg</a>, <a href="https://profiles.wordpress.org/krogsgard">Brian Krogsgard</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/caseypatrickdriscoll">Casey Driscoll</a>, <a href="https://profiles.wordpress.org/caspie">Caspie</a>, <a href="https://profiles.wordpress.org/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/cheeserolls">cheeserolls</a>, <a href="https://profiles.wordpress.org/chesio">chesio</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/choongsavvii">choong</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chredd">chredd</a>, <a href="https://profiles.wordpress.org/chrisjean">Chris Jean</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/chris_d2d">Chris Smith</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriswiegman">Chris Wiegman</a>, <a href="https://profiles.wordpress.org/chriscct7">chriscct7</a>, <a href="https://profiles.wordpress.org/chriseverson">chriseverson</a>, <a href="https://profiles.wordpress.org/cwpnolen">Christian Nolen</a>, <a href="https://profiles.wordpress.org/needle">Christian Wach</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/clarionwpdeveloper">Clarion Technologies</a>, <a href="https://profiles.wordpress.org/claudiosmweb">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiolabarbera">ClaudioLaBarbera</a>, <a href="https://profiles.wordpress.org/codemovementpk">codemovement.pk</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/codfish">codfish</a>, <a href="https://profiles.wordpress.org/coreymcollins">coreymcollins</a>, <a href="https://profiles.wordpress.org/curdin">Curdin Krummenacher</a>, <a href="https://profiles.wordpress.org/cgrymala">Curtiss Grymala</a>, <a href="https://profiles.wordpress.org/cdog">Cătălin Dogaru</a>, <a href="https://profiles.wordpress.org/danhgilmore">danhgilmore</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber </a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/danielpietrasik">Daniel Pietrasik</a>, <a href="https://profiles.wordpress.org/mte90">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davepullig">Dave Pullig</a>, <a href="https://profiles.wordpress.org/goto10">Dave Romsey (goto10)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/turtlepod">David Chandra Purnama</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dglingren">David Lingren</a>, <a href="https://profiles.wordpress.org/davidmosterd">David Mosterd</a>, <a href="https://profiles.wordpress.org/dshanske">David Shanske</a>, <a href="https://profiles.wordpress.org/davidbhayes">davidbhayes</a>, <a href="https://profiles.wordpress.org/folletto">Davide ''Folletto'' Casali</a>, <a href="https://profiles.wordpress.org/deeptiboddapati">deeptiboddapati</a>, <a href="https://profiles.wordpress.org/delphinus">delphinus</a>, <a href="https://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="https://profiles.wordpress.org/denis-de-bernardy">Denis de Bernardy</a>, <a href="https://profiles.wordpress.org/valendesigns">Derek Herman</a>, <a href="https://profiles.wordpress.org/pcfreak30">Derrick Hammer</a>, <a href="https://profiles.wordpress.org/derrickkoo">Derrick Koo</a>, <a href="https://profiles.wordpress.org/dimchik">dimchik</a>, <a href="https://profiles.wordpress.org/dineshc">Dinesh Chouhan</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dipeshkakadiya">dipeshkakadiya</a>, <a href="https://profiles.wordpress.org/dmsnell">dmsnell</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dotancohen">Dotan Cohen</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/doughamlin">doughamlin</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/duncanjbrown">duncanjbrown</a>, <a href="https://profiles.wordpress.org/dungengronovius">dungengronovius</a>, <a href="https://profiles.wordpress.org/dylanauty">DylanAuty</a>, <a href="https://profiles.wordpress.org/hurtige">Eddie Hurtig</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elyobo">elyobo</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/enshrined">enshrined</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/pushred">Eric Lanehart</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/fencer04">Fencer04</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/foliovision">FolioVision</a>, <a href="https://profiles.wordpress.org/fomenkoandrey">fomenkoandrey</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="https://profiles.wordpress.org/frankiet">frankiet</a>, <a href="https://profiles.wordpress.org/akeif">Fred</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/fuscata">fuscata</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</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/geekysoft">Geeky Software</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/goranseric">Goran &#352;erić</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/grantderepas">Grant Derepas</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/henrywright">Henry Wright</a>, <a href="https://profiles.wordpress.org/hiddenpearls">hiddenpearls</a>, <a href="https://profiles.wordpress.org/hnle">Hinaloe</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/polevaultweb">Iain Poulson</a>, <a href="https://profiles.wordpress.org/iamjolly">iamjolly</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianedington">ian.edington</a>, <a href="https://profiles.wordpress.org/idealien">idealien</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/imnok">Imnok</a>, <a href="https://profiles.wordpress.org/implenton">implenton</a>, <a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/krstarica">Ivan</a>, <a href="https://profiles.wordpress.org/ivdimova">ivdimova</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/whyisjake">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamesacero">jamesacero</a>, <a href="https://profiles.wordpress.org/japh">Japh</a>, <a href="https://profiles.wordpress.org/jaredcobb">Jared Cobb</a>, <a href="https://profiles.wordpress.org/jayarjo">jayarjo</a>, <a href="https://profiles.wordpress.org/jdolan">jdolan</a>, <a href="https://profiles.wordpress.org/jdoubleu">jdoubleu</a>, <a href="https://profiles.wordpress.org/cheffheid">Jeffrey de Wit</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/jimt">jimt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/jmusal">jmusal</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joelcj91">Joel James</a>, <a href="https://profiles.wordpress.org/johanmynhardt">johanmynhardt</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/zyphonic">John Dittmar</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="https://profiles.wordpress.org/johnregan3">John Regan</a>, <a href="https://profiles.wordpress.org/johnpgreen">johnpgreen</a>, <a href="https://profiles.wordpress.org/kenshino">Jon (Kenshino)</a>, <a href="https://profiles.wordpress.org/jonathanbardo">Jonathan Bardo</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</a>, <a href="https://profiles.wordpress.org/daggerhart">Jonathan Daggerhart</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/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/jordesign">jordesign</a>, <a href="https://profiles.wordpress.org/jorritschippers">JorritSchippers</a>, <a href="https://profiles.wordpress.org/joefusco">Joseph Fusco</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshcummingsdesign">joshcummingsdesign</a>, <a href="https://profiles.wordpress.org/joshkadis">joshkadis</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jrgould">JRGould</a>, <a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juhise">Juhi Saxena</a>, <a href="https://profiles.wordpress.org/nukaga">Junko Nukaga</a>, <a href="https://profiles.wordpress.org/justinbusa">Justin Busa</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jshreve">Justin Shreve</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kacperszurek">kacperszurek</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kalenjohnson">KalenJohnson</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/kkoppenhaver">Keanan Koppenhaver</a>, <a href="https://profiles.wordpress.org/keesiemeijer">keesiemeijer</a>, <a href="https://profiles.wordpress.org/kellbot">kellbot</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/wraithkenny">Ken Newman</a>, <a href="https://profiles.wordpress.org/khag7">Kevin Hagerty</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjbenk">kjbenk</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/koenschipper">koenschipper</a>, <a href="https://profiles.wordpress.org/kokarn">kokarn</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kouratoras">Konstantinos Kouratoras</a>, <a href="https://profiles.wordpress.org/kuchenundkakao">kuchenundkakao</a>, <a href="https://profiles.wordpress.org/kuldipem">kuldipem</a>, <a href="https://profiles.wordpress.org/laurelfulford">Laurel Fulford</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/leobaiano">Leo Baiano</a>, <a href="https://profiles.wordpress.org/littlebigthing">LittleBigThings (Csaba)</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/lukepettway">lukepettway</a>, <a href="https://profiles.wordpress.org/lyubomir_popov">lyubomir_popov</a>, <a href="https://profiles.wordpress.org/mageshp">mageshp</a>, <a href="https://profiles.wordpress.org/mahesh901122">Mahesh Waghmare</a>, <a href="https://profiles.wordpress.org/mangeshp">Mangesh Parte</a>, <a href="https://profiles.wordpress.org/manishsongirkar36">Manish Songirkar</a>, <a href="https://profiles.wordpress.org/mantismamita">mantismamita</a>, <a href="https://profiles.wordpress.org/mbootsman">Marcel Bootsman</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/mariovalney">Mario Valney</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J. (Clorith)</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mrwweb">Mark Root-Wiley</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/markshep">markshep</a>, <a href="https://profiles.wordpress.org/matrixik">matrixik</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/jaworskimatt">Matt Jaworski</a>, <a href="https://profiles.wordpress.org/mattking5000">Matt King</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/veraxus">Matt van Andel</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="https://profiles.wordpress.org/maximeculea">Maxime Culea</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayo Moriyama</a>, <a href="https://profiles.wordpress.org/mbelchev">mbelchev</a>, <a href="https://profiles.wordpress.org/mckernanin">mckernanin</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mhowell">mhowell</a>, <a href="https://profiles.wordpress.org/michaelarestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mdgl">Mike Glendinning</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeviele">Mike Viele</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="https://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/deremohan">Mohan Dere</a>, <a href="https://profiles.wordpress.org/monikarao">monikarao</a>, <a href="https://profiles.wordpress.org/morettigeorgiev">morettigeorgiev</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mt8biz">moto hachi ( mt8.biz )</a>, <a href="https://profiles.wordpress.org/mrbobbybryant">mrbobbybryant</a>, <a href="https://profiles.wordpress.org/nnaimov">Naim Naimov</a>, <a href="https://profiles.wordpress.org/natewr">NateWr</a>, <a href="https://profiles.wordpress.org/nathanrice">nathanrice</a>, <a href="https://profiles.wordpress.org/nazgul">Nazgul</a>, <a href="https://profiles.wordpress.org/greatislander">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey </a>, <a href="https://profiles.wordpress.org/nikeo">Nicolas GUILLAUME</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/rabmalin">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/noplanman">noplanman</a>, <a href="https://profiles.wordpress.org/nullvariable">nullvariable</a>, <a href="https://profiles.wordpress.org/odie2">odie2</a>, <a href="https://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/orvils">orvils</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/ottok">Otto Kek&#228;l&#228;inen</a>, <a href="https://profiles.wordpress.org/ovann86">ovann86</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/patilvikasj">patilvikasj</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/sirbrillig">Payton Swick</a>, <a href="https://profiles.wordpress.org/pdufour">pdufour</a>, <a href="https://profiles.wordpress.org/piewp">Perdaan</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/phh">phh</a>, <a href="https://profiles.wordpress.org/php">php</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/pippinsplugins">pippinsplugins</a>, <a href="https://profiles.wordpress.org/pjgalbraith">pjgalbraith</a>, <a href="https://profiles.wordpress.org/pkevan">pkevan</a>, <a href="https://profiles.wordpress.org/pratikchaskar">Pratik</a>, <a href="https://profiles.wordpress.org/pressionate">Pressionate</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/procodewp">procodewp</a>, <a href="https://profiles.wordpress.org/quasel">quasel</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/superpoincare">Ramanan</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ramiabraham">ramiabraham</a>, <a href="https://profiles.wordpress.org/ranh">ranh</a>, <a href="https://profiles.wordpress.org/redsand">Red Sand Media Group</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/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/rnoakes3rd">Robert Noakes</a>, <a href="https://profiles.wordpress.org/d4z_c0nf">Rocco Aliberti</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/rommelxcastro">Rommel Castro</a>, <a href="https://profiles.wordpress.org/fronaldaraujo">Ronald Ara&#250;jo</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/guavaworks">Roy Sivan</a>, <a href="https://profiles.wordpress.org/ryankienstra">Ryan Kienstra</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/ryanplas">Ryan Plas</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="https://profiles.wordpress.org/samuelsidler">Samuel Sidler</a>, <a href="https://profiles.wordpress.org/sandesh055">Sandesh</a>, <a href="https://profiles.wordpress.org/smyoon315">Sang-Min Yoon</a>, <a href="https://profiles.wordpress.org/pollyplummer">Sarah Gooding</a>, <a href="https://profiles.wordpress.org/sayedwp">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/schlessera">schlessera</a>, <a href="https://profiles.wordpress.org/schrapel">schrapel</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/scrappyhuborg">scrappy@hub.org</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seancjones">seancjones</a>, <a href="https://profiles.wordpress.org/sebastianpisula">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sgr33n">Sergio De Falco</a>, <a href="https://profiles.wordpress.org/shayanys">shayanys</a>, <a href="https://profiles.wordpress.org/shprink">shprink</a>, <a href="https://profiles.wordpress.org/simonlampen">simonlampen</a>, <a href="https://profiles.wordpress.org/skippy">skippy</a>, <a href="https://profiles.wordpress.org/smerriman">smerriman</a>, <a href="https://profiles.wordpress.org/snacking">snacking</a>, <a href="https://profiles.wordpress.org/soean">Soeren Wrede</a>, <a href="https://profiles.wordpress.org/solal">solal</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/metodiew">Stanko Metodiev</a>, <a href="https://profiles.wordpress.org/sharkomatic">Steph</a>, <a href="https://profiles.wordpress.org/sswells">Steph Wells</a>, <a href="https://profiles.wordpress.org/sillybean">Stephanie Leary</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/stevenlinx">stevenlinx</a>, <a href="https://profiles.wordpress.org/stubgo">stubgo</a>, <a href="https://profiles.wordpress.org/sudar">Sudar Muthu</a>, <a href="https://profiles.wordpress.org/patilswapnilv">Swapnil V. Patil</a>, <a href="https://profiles.wordpress.org/swapnild">swapnild</a>, <a href="https://profiles.wordpress.org/takahashi_fumiki">Takahashi Fumiki</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tapsboy">tapsboy</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/team">team</a>, <a href="https://profiles.wordpress.org/tg29359">tg29359</a>, <a href="https://profiles.wordpress.org/tharsheblows">tharsheblows</a>, <a href="https://profiles.wordpress.org/the">the</a>, <a href="https://profiles.wordpress.org/themeshaper">themeshaper</a>, <a href="https://profiles.wordpress.org/thenbrent">thenbrent</a>, <a href="https://profiles.wordpress.org/thomaswm">thomaswm</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/tierra">tierra</a>, <a href="https://profiles.wordpress.org/tnash">Tim Nash</a>, <a href="https://profiles.wordpress.org/timmydcrawford">Timmy Crawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tkama">Tkama</a>, <a href="https://profiles.wordpress.org/tnegri">tnegri</a>, <a href="https://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tomdxw">tomdxw</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/transl8or">transl8or</a>, <a href="https://profiles.wordpress.org/traversal">traversal</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/nmt90">Triet Minh</a>, <a href="https://profiles.wordpress.org/trishasalas">Trisha Salas</a>, <a href="https://profiles.wordpress.org/tristangemus">tristangemus</a>, <a href="https://profiles.wordpress.org/truongwp">Truong Giang</a>, <a href="https://profiles.wordpress.org/tsl143">tsl143</a>, <a href="https://profiles.wordpress.org/tywayne">Ty Carlson</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/utkarshpatel">Utkarsh</a>, <a href="https://profiles.wordpress.org/valeriutihai">Valeriu Tihai</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</a>, <a href="https://profiles.wordpress.org/vrundakansara-1">Vrunda Kansara</a>, <a href="https://profiles.wordpress.org/webbgaraget">webbgaraget</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design &#124; Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</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/wolly">Wolly aka Paolo Valenti</a>, <a href="https://profiles.wordpress.org/yale01">yale01</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yogasukma">Yoga Sukma</a>, <a href="https://profiles.wordpress.org/oxymoron">Zach Wills</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, <a href="https://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>, <a href="https://profiles.wordpress.org/zhildzik">zhildzik</a>, and <a href="https://profiles.wordpress.org/zsusag">zsusag</a>.\n<p>&nbsp;<br />\nSpecial thanks go to <a href="https://ramiabraham.com/">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">beta</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress &#8211; we hope you enjoy!</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:4:"4596";s: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:33:"\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:17:"Moving Toward SSL";s:7:"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:53:"https://wordpress.org/news/2016/12/moving-toward-ssl/";s: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, 01 Dec 2016 17:20:29 +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:"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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4588";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:327:"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle [&#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:"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:1627:"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href="https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html">SSL as a search engine ranking factor</a> and will begin <a href="http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p>&nbsp;</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:4:"4588";s: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:33:"\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 4.7 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/2016/11/wordpress-4-7-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:"Thu, 24 Nov 2016 04:26: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:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4579";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:328:"The release candidate for WordPress 4.7 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, [&#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:15:"Helen Hou-Sandi";s: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:4331:"<p>The release candidate for WordPress 4.7 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-4.7-RC1.zip">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href="http://2017.wordpress.net/">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39353&amp;stop_rev=39263&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what&#8217;s new in version 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/">Beta 3</a>, and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/">Beta 4</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> And if you haven&#8217;t yet done so, now is a great time to <a href="https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</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:4:"4579";s: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:33:"\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 4.7 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/2016/11/wordpress-4-7-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:"Wed, 16 Nov 2016 01:51: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:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4576";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:329:"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:15:"Helen Hou-Sandi";s: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:2019:"<p>WordPress 4.7 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta4.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1,</a> <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a>, and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/">Beta 3</a> blog posts, along with <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">in-depth developer guides on make/core</a>. We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39262&amp;stop_rev=39201&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</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:4:"4576";s: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:33:"\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:34:"WordCamp US 2017-2018 in Nashville";s:7:"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/2016/11/wordcamp-us-2017-2018-in-nashville/";s: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, 15 Nov 2016 23:24: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:1:{i:0;a:5:{s:4:"data";s:8:"WordCamp";s:7:"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://wordpress.org/news/?p=4571";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:330:"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future [&#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:"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:1022:"<p><img class="aligncenter" src="https://i0.wp.com/wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253&#038;ssl=1" data-recalc-dims="1" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href="http://us.wordcamp.org/">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I&#8217;m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven&#8217;t yet, now is a great time to <a href="https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href="https://www.flickr.com/photos/143951935@N07/27492741871">Photo Credit</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:4:"4571";s: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:39:"\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 4.7 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/2016/11/wordpress-4-7-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:"Fri, 11 Nov 2016 03:30: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: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:"4.7";s:7:"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://wordpress.org/news/?p=4566";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:329:"WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:15:"Helen Hou-Sandi";s: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:3120:"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta3.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a> blog posts, along with <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user&#8217;s locale back to site&#8217;s locale. (<a href="https://core.trac.wordpress.org/ticket/38632">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href="https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/">the developer guide to the customizer preview&#8217;s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39200&amp;stop_rev=39143&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">over 50 changes</a> in the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</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:4:"4566";s: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:39:"\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 4.7 Beta 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:56:"https://wordpress.org/news/2016/11/wordpress-4-7-beta-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:"Fri, 04 Nov 2016 17:39: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: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:"4.7";s:7:"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://wordpress.org/news/?p=4552";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:329:"WordPress 4.7 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:15:"Helen Hou-Sandi";s: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:4240:"<p>WordPress 4.7 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta2.zip">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn&#8217;t being installed on upgrades &#8211; sorry about that! Now you should see it if you&#8217;re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href="https://core.trac.wordpress.org/ticket/27403">#27403</a> and <a href="https://core.trac.wordpress.org/ticket/38532">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href="https://core.trac.wordpress.org/ticket/38494">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href="https://core.trac.wordpress.org/ticket/38420">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href="https://core.trac.wordpress.org/ticket/38547">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href="https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href="https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/"><code>WP_Taxonomy</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post type templates</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/">New post type labels</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39142&amp;stop_rev=38995&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><br />\n请您帮下忙!</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:4:"4552";s: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:39:"\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 4.7 Beta 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/10/wordpress-4-7-beta-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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Oct 2016 04:30:27 +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:"4.7";s:7:"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://wordpress.org/news/?p=4535";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:329:"WordPress 4.7 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#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:15:"Helen Hou-Sandi";s: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:6895:"<p>WordPress 4.7 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.7 is slated for release on <a href="https://make.wordpress.org/core/4-7/">December 6</a>, but we need your help to get there. We&#8217;ve been working on a lot of things, many of them to make getting your site set up the way you want it much easier. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li><a href="http://2017.wordpress.net/"><strong>Twenty Seventeen</strong></a> &#8211; A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.</li>\n<li><strong>Video Headers</strong> &#8211; Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</li>\n<li><strong>Set up your site in one flow</strong> &#8211; From finding and installing themes right inside the customizer, to automatically staged theme-specific starter content, to clickable shortcuts that jump directly to editing an item from the preview pane, to adding pages while you&#8217;re building a nav menu or setting a static front page: getting a new site spun up and ready to share with a friend or a coworker is faster and easier than it&#8217;s ever been. Note: starter content appears when live previewing brand new sites and is currently only available in Twenty Seventeen. We&#8217;ll be expanding this to other bundled themes very soon, and perhaps to sites with existing content in future releases of WordPress.</li>\n<li><strong>Custom CSS with live previews</strong> &#8211; Ever needed to hide or tweak the look of something in your theme or from a plugin? Now you can do it with CSS and live preview the results while customizing your site. CSS can be a powerful tool; you may find that you won&#8217;t need the theme editor or child themes anymore.</li>\n<li><strong>User admin languages</strong> &#8211; Just because your site is in one language doesn&#8217;t mean that everybody helping manage it prefers that language for their admin. To try this out, you&#8217;ll need to have more than one language installed, which will make a user language option available in your profile.</li>\n<li><strong>PDF thumbnail previews</strong> &#8211; Uploading PDFs will now generate thumbnail images so you can more easily distinguish between all your documents.</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li><strong>REST API content endpoints</strong> &#8211; If you only test one thing as a developer, please test these. This phase is particularly helpful for people building plugins, themes, and in-admin interfaces. Can you build the things you need? Are these ready for release, and is the world ready for them? (<a href="https://core.trac.wordpress.org/ticket/38373">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> &#8211; The code that lies beneath actions and filters has been overhauled. You likely aren&#8217;t affected, but if you&#8217;ve done things to the <code>$wp_filter</code> global or experienced funky recursion bugs in the past, <a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/">please take a moment to read the dev note</a> and test your code.</li>\n<li><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><strong>Custom bulk actions</strong></a> &#8211; List tables, now with more than bulk edit and delete.</li>\n<li>Expanded <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/"><strong>Settings Registration API</strong></a> via <code>register_setting()</code>.</li>\n<li>For theme developers: <strong>Post type templates</strong> (<a href="https://core.trac.wordpress.org/ticket/18375">#18375</a>)</li>\n<li><strong><a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">More goodies for theme developers!</a></strong></li>\n<li><strong>Locale switching</strong> (<a href="https://core.trac.wordpress.org/ticket/26511">#26511</a>)</li>\n<li><a href="https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/"><strong>Comment allowed checks</strong></a> have the potential for a back-compat break.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing, and please enjoy this extended haiku break, courtesy of <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisite endpoints</em><br />\n<em>Extol epic exabytes</em><br />\n<em>Enabling earthlings</em></p>\n<p><em>Careful interfaces</em><br />\n<em>Considerately conjured</em><br />\n<em>Customizer chic</em></p>\n<p><em>Ring in the new year</em><br />\n<em>With elegance and balance</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Hooks hook healthily</em><br />\n<em>17817</em><br />\n<em>Sane iterations</em></p>\n<p><em>Admin in your tongue<br />\nOne site, many languages<br />\nWe all speak WordPress</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:4:"4535";s: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:45:"\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:50:"Join Us Again for Global WordPress Translation Day";s:7:"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:86:"https://wordpress.org/news/2016/10/join-us-again-for-global-wordpress-translation-day/";s: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, 14 Oct 2016 13:33: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:5:{i:0;a:5:{s:4:"data";s:9:"Community";s: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:"contributor weekend";s: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:32:"global wordpress translation day";s: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:"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:4;a:5:{s:4:"data";s:12:"translations";s:7:"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://wordpress.org/news/?p=4516";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:373:"The WordPress Polyglots team is organizing the second Global WordPress Translation Day on November 12th. Everyone is invited to join – from anywhere in the world! Translating is one of the easiest ways to get involved with WordPress and contribute to the project. Global WordPress Translation Day is your chance to learn more about translating WordPress, meet [&#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:15:"Petya Raykovska";s: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:4273:"<p>The WordPress Polyglots team is organizing the second <a href="https://wptranslationday.org/">Global WordPress Translation Day</a> on November 12th. Everyone is invited to join – from anywhere in the world!</p>\n<p>Translating is one of the easiest ways to get involved with WordPress and contribute to the project. Global WordPress Translation Day is your chance to learn more about translating WordPress, meet people from all over the world, and <a href="https://make.wordpress.org/polyglots/teams">translate WordPress into one of more than 160 languages</a>.</p>\n<h3>Join us on November 12th from anywhere in the world</h3>\n<p>The translation day starts on Saturday, November 12th, 2016, at 0:00 UTC and ends 24 hours later. <a href="http://arewemeetingyet.com/UTC/2016-11-12/00:00/Global%20WordPress%20Translation%20Day%202">See what time that is for you!</a> You can join right from the start, or any time it&#8217;s convenient for you throughout the day.</p>\n<h3>What are we doing?</h3>\n<p>Local contributor days are happening all over the world, and are a great way to get involved. <a href="https://www.google.com/maps/d/viewer?mid=12Gni4JMfShyWHPqGNwh5-PMneMM&amp;usp=sharing">Check out this map</a> to see if there&#8217;s already a local event happening near you. Can&#8217;t find one? <a href="https://make.wordpress.org/polyglots/2016/09/22/global-wordpress-translation-day-2-on-november-12th-2016/">Organize a local event!</a></p>\n<p>At the same time, <a href="https://www.crowdcast.io/e/gwtd2/register">join the community for 24 hours of live-streamed, remote sessions</a> in numerous languages. Sessions will cover localization, internationalization, and contributing in your language.</p>\n<h3>Who&#8217;s it for?</h3>\n<p>Whether you&#8217;re new to translating and want to learn how to translate, or an experienced translation editor building a strong team, the translation day is for <i>you</i>. Developers will also enjoy topics from experienced contributors, whether you&#8217;re learning about internationalization and or want to find more translators for your themes and plugins. There&#8217;s a session for everyone!</p>\n<h3>Get Involved</h3>\n<p>Joining is easy! On November 12th, in your own timezone, <a href="https://translate.wordpress.org">translate WordPress</a> or your favorite plugins and themes into your language, while watching live sessions over the course of the day.</p>\n<p>Want to get more involved? <a href="https://make.wordpress.org/polyglots/2016/09/22/global-wordpress-translation-day-2-on-november-12th-2016/">Sign up to organize a local event</a> and invite your local community to translate together on November 12th. Events can be formal or completely informal – grab your laptop and a couple of friends, and head to a local coffee shop to translate for an hour or two.</p>\n<h3>Can you get involved if you only speak English?</h3>\n<p>Absolutely! Even if you only speak English, there are great sessions about internationalization that can benefit every developer. There&#8217;s also lots of English variants that need your help! For example, English is spoken and written differently in Australia, Canada, New Zealand, South Africa, and the United Kingdom. You can learn about these differences and why these variants are important during the sessions.</p>\n<p>And if you’re feeling fun, try translating WordPress into emoji! Yep, we have a translation of WordPress in emoji! <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f30e.png" alt="?" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f30d.png" alt="?" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f30f.png" alt="?" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n<h3>Questions?</h3>\n<p>If you have any questions, the polyglots team and the event organizers hang out in <a href="http://wordpress.slack.com/messages/polyglots/">#polyglots in Slack</a> and are happy to help! (Get an invite to Slack at <a href="https://chat.wordpress.org">chat.wordpress.org</a>.)</p>\n<p>Sign up to take part in the event on the <a href="https://wptranslationday.org/">official website</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:4:"4516";s: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:39:"\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 4.6.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/2016/09/wordpress-4-6-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:"Wed, 07 Sep 2016 15:52:09 +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: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:"";}i:2;a:5:{s:4:"data";s:3:"4.6";s:7:"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://wordpress.org/news/?p=4507";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:377:"WordPress 4.6.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in [&#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:11:"Jeremy Felt";s: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:2757:"<p>WordPress 4.6.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher <a href="https://twitter.com/cengizhansahin">Cengiz Han Sahin</a>; and a path traversal vulnerability in the upgrade package uploader, reported by <a href="https://dominikschilling.de/">Dominik Schilling</a> from the WordPress security team.</p>\n<p>Thank you to the reporters for practicing <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.6.1 fixes 15 bugs from 4.6. For more information, see the <a href="https://codex.wordpress.org/Version_4.6.1">release notes</a> or consult the <a href="https://core.trac.wordpress.org/query?milestone=4.6.1">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 4.6.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.6.1.</p>\n<p>Thanks to everyone who contributed to 4.6.1:</p>\n<p><a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</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/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/geminorum">geminorum</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J. (Clorith)</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, and <a href="https://profiles.wordpress.org/nmt90">Triet Minh</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:4:"4507";s: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:6:"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:1:"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, 28 Dec 2016 18:38:07 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:"Tue, 06 Dec 2016 19:27:41 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:11:"HIT lax 250";}}s:5:"build";s:14:"20130911133210";}', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(120, 'can_compress_scripts', '1', 'no'),
(36725, '_transient_timeout_wflginfl_00000000000000000000ffff175e0e5c', '1478523405', 'no'),
(36726, '_transient_wflginfl_00000000000000000000ffff175e0e5c', '1', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(68829, 'rs-templates', 'a:2:{s:6:"slider";a:130:{i:0;a:20:{s:2:"id";s:1:"1";s:5:"title";s:16:"Classic Carousel";s:5:"alias";s:16:"classic-carousel";s:3:"zip";s:20:"classic-carousel.zip";s:3:"uid";s:32:"146a01dd380c0cdee85c4456ee68cd84";s:3:"img";s:27:"classic-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/carousel-slider-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:141:"<span class="ttm_content">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:310:"<span class="ttm_content">This is a "Default" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:1;a:20:{s:2:"id";s:1:"2";s:5:"title";s:14:"Classic Slider";s:5:"alias";s:13:"classicslider";s:3:"zip";s:17:"classicslider.zip";s:3:"uid";s:32:"a0d6a9248c9066b404ba0f1cdadc5cf2";s:3:"img";s:24:"classicslider/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-slideshow-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:136:" <span class="ttm_content">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:2;a:20:{s:2:"id";s:1:"3";s:5:"title";s:12:"Content Tabs";s:5:"alias";s:11:"contenttabs";s:3:"zip";s:15:"contenttabs.zip";s:3:"uid";s:32:"e02e91604b690123a3d07a65582c4fd0";s:3:"img";s:22:"contenttabs/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-content-tabs-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"600";s:11:"description";s:170:" <span class="ttm_content">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:3;a:20:{s:2:"id";s:1:"4";s:5:"title";s:13:"Facebook Feed";s:5:"alias";s:13:"facebook-feed";s:3:"zip";s:17:"facebook-feed.zip";s:3:"uid";s:32:"5506431d5b1babcb25dcf52c508d42e3";s:3:"img";s:24:"facebook-feed/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-facebook-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"600";s:11:"description";s:174:"<span class="ttm_content"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:439:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Facebook Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:4;a:20:{s:2:"id";s:1:"5";s:5:"title";s:7:"Fashion";s:5:"alias";s:7:"fashion";s:3:"zip";s:11:"fashion.zip";s:3:"uid";s:32:"4f4b914d6db35e19101ff003c4e7ea3a";s:3:"img";s:18:"fashion/slider.jpg";s:7:"preview";s:65:"http://revolution.themepunch.com/wordpress-one-page-slider-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:"  <span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:5;a:20:{s:2:"id";s:1:"6";s:5:"title";s:14:"Flickr Gallery";s:5:"alias";s:14:"flickr-gallery";s:3:"zip";s:18:"flickr-gallery.zip";s:3:"uid";s:32:"ad85cfac7acfa678e6a1b8febfee51ed";s:3:"img";s:25:"flickr-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-flickr-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:" <span class="ttm_content"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:437:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Flickr Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:6;a:20:{s:2:"id";s:1:"7";s:5:"title";s:3:"Gym";s:5:"alias";s:3:"gym";s:3:"zip";s:7:"gym.zip";s:3:"uid";s:32:"e4d81f13f96fb9bc905f4ad89615032b";s:3:"img";s:14:"gym/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/one-page-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:189:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:7;a:20:{s:2:"id";s:1:"8";s:5:"title";s:18:"Highlight Carousel";s:5:"alias";s:18:"highlight-carousel";s:3:"zip";s:22:"highlight-carousel.zip";s:3:"uid";s:32:"ada52163f723a942f782351fa0396b3d";s:3:"img";s:29:"highlight-carousel/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-swipe-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"720";s:11:"description";s:138:"  <span class="ttm_content">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:8;a:20:{s:2:"id";s:1:"9";s:5:"title";s:18:"Highlight Showcase";s:5:"alias";s:18:"highlight-showcase";s:3:"zip";s:22:"highlight-showcase.zip";s:3:"uid";s:32:"2bfe0bd410fb48fec9d942eab1e21530";s:3:"img";s:29:"highlight-showcase/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-parallax-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"720";s:11:"description";s:157:"<span class="ttm_content">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:9;a:20:{s:2:"id";s:2:"10";s:5:"title";s:10:"Image Hero";s:5:"alias";s:10:"image-hero";s:3:"zip";s:13:"imagehero.zip";s:3:"uid";s:32:"7db18781d44f2adc28c962440894aac1";s:3:"img";s:20:"imagehero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-image/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:121:"<span class="ttm_content">A commonly used full-width image hero block with texts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:10;a:20:{s:2:"id";s:2:"11";s:5:"title";s:17:"Instagram Gallery";s:5:"alias";s:13:"insta-gallery";s:3:"zip";s:17:"insta-gallery.zip";s:3:"uid";s:32:"711732b0d42ec2b57818a2b9b1d86cba";s:3:"img";s:24:"insta-gallery/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-instagram-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"640";s:6:"height";s:3:"640";s:11:"description";s:174:"<span class="ttm_content">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:440:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Instagram Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:11;a:20:{s:2:"id";s:2:"12";s:5:"title";s:21:"Levano Restaurant Bar";s:5:"alias";s:19:"levanorestaurantbar";s:3:"zip";s:23:"levanorestaurantbar.zip";s:3:"uid";s:32:"4178f837db67d1b2eb6cb5840bbd0b42";s:3:"img";s:30:"levanorestaurantbar/slider.jpg";s:7:"preview";s:63:"http://revolution.themepunch.com/wordpress-front-page-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:181:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:12;a:20:{s:2:"id";s:2:"13";s:5:"title";s:19:"Main Feature Slider";s:5:"alias";s:11:"mainfeature";s:3:"zip";s:15:"mainfeature.zip";s:3:"uid";s:32:"1e002a3230ab00095bedc6f60393ee7f";s:3:"img";s:22:"mainfeature/slider.jpg";s:7:"preview";s:33:"http://revolution.themepunch.com/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"750";s:11:"description";s:127:" <span class="ttm_content">A slightly stripped down version of the main preview slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:13;a:20:{s:2:"id";s:2:"14";s:5:"title";s:17:"Media Gallery Two";s:5:"alias";s:17:"media-gallery-two";s:3:"zip";s:21:"media-gallery-two.zip";s:3:"uid";s:32:"d002f1b1b55805f9322c264c5504ba5a";s:3:"img";s:28:"media-gallery-two/slider.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-media-gallery-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:127:"<span class="ttm_content">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:14;a:20:{s:2:"id";s:2:"15";s:5:"title";s:23:"Media Carousel Autoplay";s:5:"alias";s:23:"media-carousel-autoplay";s:3:"zip";s:27:"media-carousel-autoplay.zip";s:3:"uid";s:32:"393d7875b1cc9d933378b35e4f645d76";s:3:"img";s:34:"media-carousel-autoplay/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-media-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"720";s:6:"height";s:3:"405";s:11:"description";s:153:"<span class="ttm_content">A media carousel with "autoplay" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:315:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:15;a:20:{s:2:"id";s:2:"16";s:5:"title";s:21:"News Background Video";s:5:"alias";s:21:"news-background-video";s:3:"zip";s:17:"news-bg-video.zip";s:3:"uid";s:32:"a0efe44ac3af0f958b3f84c816a08272";s:3:"img";s:24:"news-bg-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:143:"<span class="ttm_content">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:16;a:20:{s:2:"id";s:2:"17";s:5:"title";s:12:"News Gallery";s:5:"alias";s:12:"news-gallery";s:3:"zip";s:16:"news-gallery.zip";s:3:"uid";s:32:"3a069c3b286dbb9ee435563f747e3300";s:3:"img";s:23:"news-gallery/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-news-rotator/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:131:"<span class="ttm_content">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:17;a:20:{s:2:"id";s:2:"18";s:5:"title";s:23:"News Gallery Post Based";s:5:"alias";s:23:"news-gallery-post-based";s:3:"zip";s:27:"news-gallery-post-based.zip";s:3:"uid";s:32:"32fe05b1039c29ab9420bfd15aec5488";s:3:"img";s:34:"news-gallery-post-based/slider.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-post-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:125:"<span class="ttm_content"> This slider is automatically populated by WordPress posts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:447:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Post-Based Slider"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:18;a:20:{s:2:"id";s:2:"19";s:5:"title";s:9:"News Hero";s:5:"alias";s:9:"news-hero";s:3:"zip";s:13:"news-hero.zip";s:3:"uid";s:32:"96a0385538a17c8c81ed8175740f70ea";s:3:"img";s:20:"news-hero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:107:"<span class="ttm_content">A image hero block with ken burns effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:19;a:20:{s:2:"id";s:2:"20";s:5:"title";s:10:"News Video";s:5:"alias";s:10:"news-video";s:3:"zip";s:14:"news-video.zip";s:3:"uid";s:32:"f901e9e16e0363248156c2209eb584e9";s:3:"img";s:21:"news-video/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-content-blocks/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:128:"<span class="ttm_content">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:315:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:20;a:20:{s:2:"id";s:2:"21";s:5:"title";s:15:"Newsletter Hero";s:5:"alias";s:15:"newsletter-hero";s:3:"zip";s:19:"newsletter-hero.zip";s:3:"uid";s:32:"6290a9864d8c4c6311784586ed1cc5fe";s:3:"img";s:26:"newsletter-hero/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-newsletter-signup/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:137:"<span class="ttm_content">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:461:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and <a href="https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/" target="_blank">Mailchimp code</a>.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:21;a:20:{s:2:"id";s:2:"22";s:5:"title";s:11:"Not Generic";s:5:"alias";s:10:"notgeneric";s:3:"zip";s:14:"notgeneric.zip";s:3:"uid";s:32:"9d87ba95e02210a9f82387add2ceadf9";s:3:"img";s:21:"notgeneric/slider.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:144:"<span class="ttm_content">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:22;a:20:{s:2:"id";s:2:"23";s:5:"title";s:11:"Photography";s:5:"alias";s:11:"photography";s:3:"zip";s:15:"photography.zip";s:3:"uid";s:32:"1b2072547afb75e49f33b016751ed360";s:3:"img";s:22:"photography/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-photography-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:23;a:20:{s:2:"id";s:2:"24";s:5:"title";s:20:"Photography Carousel";s:5:"alias";s:20:"photography-carousel";s:3:"zip";s:24:"photography-carousel.zip";s:3:"uid";s:32:"9a84b859ba23dc49ba8784e3a86545fa";s:3:"img";s:31:"photography-carousel/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-photo-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:24;a:20:{s:2:"id";s:2:"25";s:5:"title";s:16:"Search Form Hero";s:5:"alias";s:16:"search-form-hero";s:3:"zip";s:20:"search-form-hero.zip";s:3:"uid";s:32:"e09eb1bd0f22b3a2b02a1aa251dd1f3e";s:3:"img";s:27:"search-form-hero/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-search-form-hero/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:158:"<span class="ttm_content">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:346:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:25;a:20:{s:2:"id";s:2:"26";s:5:"title";s:17:"Showcase Carousel";s:5:"alias";s:16:"showcasecarousel";s:3:"zip";s:20:"showcasecarousel.zip";s:3:"uid";s:32:"c5ca218398331bd2c064efc2f62eae56";s:3:"img";s:27:"showcasecarousel/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-cover-flow-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:129:"<span class="ttm_content">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:310:"<span class="ttm_content">This is a "Default" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:26;a:20:{s:2:"id";s:2:"27";s:5:"title";s:11:"Sports Hero";s:5:"alias";s:11:"sports-hero";s:3:"zip";s:14:"sportshero.zip";s:3:"uid";s:32:"8de7a145f32a362d618d2595ffa2f724";s:3:"img";s:21:"sportshero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-image-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"720";s:11:"description";s:113:"<span class="ttm_content">An sports themed image hero block with buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:27;a:20:{s:2:"id";s:2:"28";s:5:"title";s:12:"Twitter Feed";s:5:"alias";s:12:"twitter-feed";s:3:"zip";s:16:"twitter-feed.zip";s:3:"uid";s:32:"efbfc2af5da5258e7b7bed8598e483cc";s:3:"img";s:23:"twitter-feed/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-twitter-feed/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:438:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Twitter Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:28;a:20:{s:2:"id";s:2:"29";s:5:"title";s:13:"Vimeo Gallery";s:5:"alias";s:13:"vimeo-gallery";s:3:"zip";s:17:"vimeo-gallery.zip";s:3:"uid";s:32:"fa824ce1ff3942ec268fc9eda60df539";s:3:"img";s:24:"vimeo-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-vimeo-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:170:"<span class="ttm_content">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:436:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Vimeo Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:29;a:20:{s:2:"id";s:2:"30";s:5:"title";s:10:"Vimeo Hero";s:5:"alias";s:9:"vimeohero";s:3:"zip";s:13:"vimeohero.zip";s:3:"uid";s:32:"c575575f96173d88589cddcb06120b77";s:3:"img";s:20:"vimeohero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-vimeo/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:116:"<span class="ttm_content">A commonly used Vimeo video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:461:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:30;a:20:{s:2:"id";s:2:"31";s:5:"title";s:16:"Web Product Dark";s:5:"alias";s:16:"web-product-dark";s:3:"zip";s:20:"web-product-dark.zip";s:3:"uid";s:32:"39b872cf0608e63c3a503e58374dc30a";s:3:"img";s:27:"web-product-dark/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-frontpage-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:31;a:20:{s:2:"id";s:2:"32";s:5:"title";s:21:"Web Product Dark Hero";s:5:"alias";s:21:"web-product-dark-hero";s:3:"zip";s:25:"web-product-dark-hero.zip";s:3:"uid";s:32:"b6784e8925221f36677217979d26e6f0";s:3:"img";s:32:"web-product-dark-hero/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-header-image/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:32;a:20:{s:2:"id";s:2:"33";s:5:"title";s:22:"Web Product Light Hero";s:5:"alias";s:22:"web-product-light-hero";s:3:"zip";s:26:"web-product-light-hero.zip";s:3:"uid";s:32:"428e65d6aaa6ef775429989d50516492";s:3:"img";s:33:"web-product-light-hero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/hero-image-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:315:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:33;a:20:{s:2:"id";s:2:"34";s:5:"title";s:17:"Web Product Light";s:5:"alias";s:15:"webproductlight";s:3:"zip";s:19:"webproductlight.zip";s:3:"uid";s:32:"fa23dab5bf1139c6393828647a9de4e0";s:3:"img";s:26:"webproductlight/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-cover-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:617:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:34;a:20:{s:2:"id";s:2:"35";s:5:"title";s:15:"Youtube Gallery";s:5:"alias";s:15:"youtube-gallery";s:3:"zip";s:19:"youtube-gallery.zip";s:3:"uid";s:32:"ee9e4928ac74f5f0c0b697ce708f5aa7";s:3:"img";s:26:"youtube-gallery/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/wordpress-youtube-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:438:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"YouTube Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:35;a:20:{s:2:"id";s:2:"36";s:5:"title";s:12:"Youtube Hero";s:5:"alias";s:11:"youtubehero";s:3:"zip";s:15:"youtubehero.zip";s:3:"uid";s:32:"e0b2c12a45841bdf21cb96305f2c85bf";s:3:"img";s:22:"youtubehero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-youtube-header/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:104:"<span class="ttm_content">A YouTube video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:630:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href="https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/" target="_blank">enable sound for the background video</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:36;a:20:{s:2:"id";s:2:"37";s:5:"title";s:13:"Scroll Effect";s:5:"alias";s:13:"scroll-effect";s:3:"zip";s:17:"scroll-effect.zip";s:3:"uid";s:32:"417f59e9db87aa7e47c8509eb88d4af6";s:3:"img";s:23:"scrolleffect/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/big-bold-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"<span class="ttm_content">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:508:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:37;a:20:{s:2:"id";s:2:"38";s:5:"title";s:12:"Content Zoom";s:5:"alias";s:12:"content-zoom";s:3:"zip";s:16:"content-zoom.zip";s:3:"uid";s:32:"42ef8cdb70d42ec6ff6fa3b69a027b5f";s:3:"img";s:22:"contentzoom/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/content-zoom-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:243:"<span class="ttm_content">A very unique full-width slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:397:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:38;a:20:{s:2:"id";s:2:"39";s:5:"title";s:13:"Food Carousel";s:5:"alias";s:13:"food-carousel";s:3:"zip";s:17:"food-carousel.zip";s:3:"uid";s:32:"a7bf54527b6658a0a308c70c729779fe";s:3:"img";s:29:"foodcarousel/slider_cover.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/food-carousel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:267:"<span class="ttm_content">A fancy carousel with detail content on each slide. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to show and hide layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:397:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:39;a:20:{s:2:"id";s:2:"40";s:5:"title";s:14:"Rotating Words";s:5:"alias";s:14:"rotating-words";s:3:"zip";s:18:"rotating-words.zip";s:3:"uid";s:32:"70190463d9376f278c8197b7b2ef6c1b";s:3:"img";s:24:"rotatingwords/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/rotating-words-hero/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"<span class="ttm_content">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:518:"<span class="ttm_content">This is a "Default" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:40;a:20:{s:2:"id";s:2:"41";s:5:"title";s:22:"Travel Static Captions";s:5:"alias";s:22:"travel-static-captions";s:3:"zip";s:26:"travel-static-captions.zip";s:3:"uid";s:32:"bbe7d61c7c741ebc7aa1ce1082b0cb71";s:3:"img";s:33:"travel-static-captions/slide1.jpg";s:7:"preview";s:50:"http://revolution.themepunch.com/travel-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:148:"<span class="ttm_content">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:41;a:20:{s:2:"id";s:2:"42";s:5:"title";s:7:"Concept";s:5:"alias";s:7:"concept";s:3:"zip";s:11:"concept.zip";s:3:"uid";s:32:"47cb06083e87503762f6746725117a3c";s:3:"img";s:18:"concept/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/fullscreen-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">A full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:397:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:42;a:20:{s:2:"id";s:2:"43";s:5:"title";s:15:"True Fullscreen";s:5:"alias";s:17:"fullscreen-button";s:3:"zip";s:21:"fullscreen-button.zip";s:3:"uid";s:32:"618a43bdf89333b555531f6d6ecde359";s:3:"img";s:28:"fullscreen-button/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-sidebar-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:246:"<span class="ttm_content">A slider with a full-screen button that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:323:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:43;a:20:{s:2:"id";s:2:"44";s:5:"title";s:16:"Creative Freedom";s:5:"alias";s:15:"creativefreedom";s:3:"zip";s:19:"creativefreedom.zip";s:3:"uid";s:32:"8902bf6c93126c2c6323626b9e872621";s:3:"img";s:26:"creativefreedom/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-touch-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:316:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:44;a:20:{s:2:"id";s:2:"45";s:5:"title";s:17:"3D Parallax Scene";s:5:"alias";s:13:"parallaxscene";s:3:"zip";s:17:"parallaxscene.zip";s:3:"uid";s:32:"51566f1ce649708e97a0f5dfaf05ea19";s:3:"img";s:24:"parallaxscene/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-3d-parallax/";s:7:"version";s:5:"1.0.2";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:328:"<span class="ttm_content">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:45;a:20:{s:2:"id";s:2:"46";s:5:"title";s:10:"Wow Factor";s:5:"alias";s:15:"slidingoverlays";s:3:"zip";s:19:"slidingoverlays.zip";s:3:"uid";s:32:"18002d17e8bc7ca61b0951f5305a759e";s:3:"img";s:26:"slidingoverlays/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/responsive-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"768";s:11:"description";s:106:"<span class="ttm_content">A 3D-parallax effect full-screen slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:443:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:46;a:20:{s:2:"id";s:2:"47";s:5:"title";s:14:"3D Web Product";s:5:"alias";s:25:"web-product-light-hero-3d";s:3:"zip";s:29:"web-product-light-hero-3d.zip";s:3:"uid";s:32:"efd345c5da805414093e46066cefd751";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/wordpress-3d-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1400";s:6:"height";s:3:"668";s:11:"description";s:149:"<span class="ttm_content">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:47;a:20:{s:2:"id";s:2:"48";s:5:"title";s:15:"WooCommerce Big";s:5:"alias";s:6:"woobig";s:3:"zip";s:10:"woobig.zip";s:3:"uid";s:32:"bfb09a39656c7c80e86b468fc5b3403c";s:3:"img";s:17:"woobig/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:444:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:48;a:20:{s:2:"id";s:2:"49";s:5:"title";s:17:"WooCommerce Small";s:5:"alias";s:16:"woocommercesmall";s:3:"zip";s:20:"woocommercesmall.zip";s:3:"uid";s:32:"b17c2adcc5c4c4b68a7ac6fee32fa030";s:3:"img";s:27:"woocommercesmall/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:3:"400";s:6:"height";s:3:"266";s:11:"description";s:174:" <span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:444:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:49;a:20:{s:2:"id";s:2:"50";s:5:"title";s:17:"Restaurant Header";s:5:"alias";s:10:"finedining";s:3:"zip";s:14:"finedining.zip";s:3:"uid";s:32:"03481a9e258501fbe3888b48830ea845";s:3:"img";s:21:"finedining/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/restaurant-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:275:"<span class="ttm_content">A full-screen hero block slider that shows different background layers on button hover using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:461:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:50;a:20:{s:2:"id";s:2:"51";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:12:"agency-intro";s:3:"zip";s:16:"agency-intro.zip";s:3:"uid";s:32:"e9be2afdd55a0c8d0d8d0cc12ba4c82f";s:3:"img";s:23:"agency-intro/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/agency-website-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:302:" <span class="ttm_content">A full-screen hero block slider with ken burns effect and video modal on button click. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:397:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:51;a:20:{s:2:"id";s:2:"52";s:5:"title";s:11:"Team Slider";s:5:"alias";s:7:"ourteam";s:3:"zip";s:11:"ourteam.zip";s:3:"uid";s:32:"d8eb1fec07a79202d1118bb17f70c233";s:3:"img";s:18:"ourteam/slide1.jpg";s:7:"preview";s:74:"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1400";s:6:"height";s:3:"800";s:11:"description";s:303:"<span class="ttm_content">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:691:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:52;a:20:{s:2:"id";s:2:"53";s:5:"title";s:13:"Team Carousel";s:5:"alias";s:17:"our-team-carousel";s:3:"zip";s:21:"our-team-carousel.zip";s:3:"uid";s:32:"37656d5dcab1f265c025cb2a3d669809";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";s:7:"preview";s:83:"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1000";s:6:"height";s:3:"800";s:11:"description";s:306:" <span class="ttm_content">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:693:"<span class="ttm_content">This is a "Default" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:53;a:20:{s:2:"id";s:2:"54";s:5:"title";s:17:"4K Youtube Slider";s:5:"alias";s:13:"betteryoutube";s:3:"zip";s:17:"betteryoutube.zip";s:3:"uid";s:32:"d7c5fef9f257037d7a148038aa2a1857";s:3:"img";s:24:"betteryoutube/slide1.jpg";s:7:"preview";s:94:"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"675";s:11:"description";s:293:" <span class="ttm_content">A full-screen youtube gallery with 4K videos as an example. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to breathe life into navigation elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:532:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:54;a:20:{s:2:"id";s:2:"55";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:19:"agencywebsiteheader";s:3:"zip";s:23:"agencywebsiteheader.zip";s:3:"uid";s:32:"c11d272c87277a7a38d9e7fd13e27947";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/fullscreen-hero-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:245:" <span class="ttm_content">A very unique full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:543:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:55;a:20:{s:2:"id";s:2:"56";s:5:"title";s:11:"Coming Soon";s:5:"alias";s:10:"comingsoon";s:3:"zip";s:14:"comingsoon.zip";s:3:"uid";s:32:"0f89edf995512e6d6e864a2ee7221829";s:3:"img";s:21:"comingsoon/slide1.jpg";s:7:"preview";s:79:"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:299:"<span class="ttm_content">A full-screen slider that can be used as a "Coming Soon" page. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve various interaction possibilities.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:661:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href="https://www.themepunch.com/faq/change-date-for-coming-soon-template/" target="_blank">how to change the date.</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:56;a:20:{s:2:"id";s:2:"57";s:5:"title";s:20:"Christmas Snow Scene";s:5:"alias";s:9:"snowscene";s:3:"zip";s:13:"snowscene.zip";s:3:"uid";s:32:"a747bf0837caff86c62419a746690209";s:3:"img";s:20:"snowscene/slide1.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/christmas-snow-scene/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:141:"<span class="ttm_content">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:508:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:57;a:20:{s:2:"id";s:2:"58";s:5:"title";s:15:"Rock Band Music";s:5:"alias";s:8:"rockband";s:3:"zip";s:12:"rockband.zip";s:3:"uid";s:32:"5f557a5fad2fd6ca982a6ae6e9619637";s:3:"img";s:19:"rockband/slide1.jpg";s:7:"preview";s:80:"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:" <span class="ttm_content">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:461:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/watch?v=I4qGepR4aWw" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:58;a:20:{s:2:"id";s:2:"59";s:5:"title";s:18:"Sleek Landing Page";s:5:"alias";s:16:"sleeklandingpage";s:3:"zip";s:20:"sleeklandingpage.zip";s:3:"uid";s:32:"07f7f2608936a8ae226213b7d99eee3f";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";s:7:"preview";s:70:"http://revolution.themepunch.com/landing-page-free-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:191:"<span class="ttm_content">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:59;a:20:{s:2:"id";s:2:"60";s:5:"title";s:16:"App Landing Page";s:5:"alias";s:14:"applandingpage";s:3:"zip";s:18:"applandingpage.zip";s:3:"uid";s:32:"38eb600893c1484ab8fd2a3dce3678d7";s:3:"img";s:25:"applandingpage/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/app-landing-page-free-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"<span class="ttm_content">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:397:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:60;a:20:{s:2:"id";s:2:"61";s:5:"title";s:10:"Desk Scene";s:5:"alias";s:9:"deskscene";s:3:"zip";s:13:"deskscene.zip";s:3:"uid";s:32:"172a1a89a3e3b333cb4dbeb238f534c5";s:3:"img";s:20:"deskscene/slide1.jpg";s:7:"preview";s:49:"http://revolution.themepunch.com/hero-desk-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:135:"<span class="ttm_content">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:61;a:20:{s:2:"id";s:2:"62";s:5:"title";s:17:"Clean News Slider";s:5:"alias";s:15:"cleannewsslider";s:3:"zip";s:19:"cleannewsslider.zip";s:3:"uid";s:32:"82c3f521fe31b80984be0f19e1a9899e";s:3:"img";s:26:"cleannewsslider/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:132:"<span class="ttm_content">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:308:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:62;a:20:{s:2:"id";s:2:"63";s:5:"title";s:13:"Image Gallery";s:5:"alias";s:12:"imagegallery";s:3:"zip";s:16:"imagegallery.zip";s:3:"uid";s:32:"cef1d75357df2cb53b990c74a214813e";s:3:"img";s:23:"imagegallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:239:"<span class="ttm_content">A photo gallery suitable to display your images using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:63;a:20:{s:2:"id";s:2:"64";s:5:"title";s:19:"Standard WP Gallery";s:5:"alias";s:19:"standard-wp-gallery";s:3:"zip";s:23:"standard-wp-gallery.zip";s:3:"uid";s:32:"632035b8a27652d8081dbdfa343dc93d";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:143:"<span class="ttm_content">A photo gallery that uses the "Standard WP Gallery" add-on to display images.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:441:"<span class="ttm_content">Please follow the setup guide on the "Standard WP Gallery" add-on page.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:166:"[{"path":"revslider-gallery-addon\\/revslider-gallery-addon.php","name":"WP Gallery AddOn","url":"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:64;a:20:{s:2:"id";s:2:"65";s:5:"title";s:21:"Clean News Post Based";s:5:"alias";s:21:"clean-news-post-based";s:3:"zip";s:25:"clean-news-post-based.zip";s:3:"uid";s:32:"f4cf5bbe51afa5a361754bb081cbabf2";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:125:"<span class="ttm_content"> This slider is automatically populated by WordPress posts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:447:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/revslider-doc/special-content-sources/" target="_blank">"Post-Based Slider"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:65;a:20:{s:2:"id";s:2:"66";s:5:"title";s:22:"Interactive Whiteboard";s:5:"alias";s:21:"interactivewhiteboard";s:3:"zip";s:25:"interactivewhiteboard.zip";s:3:"uid";s:32:"058b4af535d6c6c7bcec5225845e3eb4";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";s:7:"preview";s:77:"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:269:"<span class="ttm_content">This is the example slider from the Whiteboard add-on preview.<br/><a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used to achieve certain effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:572:"<span class="ttm_content">This slider template requires the <a href="https://www.themepunch.com/revslider-doc/add-on-whiteboard/" target="_blank">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:185:"[{"path":"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php","name":"Whiteboard AddOn","url":"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:66;a:20:{s:2:"id";s:2:"68";s:5:"title";s:17:"Innovation Slider";s:5:"alias";s:10:"innovation";s:3:"zip";s:14:"innovation.zip";s:3:"uid";s:32:"d3440b69126d9c186fddc713b18b0002";s:3:"img";s:21:"innovation/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/";s:7:"version";s:5:"1.0.5";s:8:"required";s:7:"5.2.3.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:258:"<span class="ttm_content">A full-screen slider with an elegant fade-out parallax effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:516:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-03-29 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:67;a:23:{s:2:"id";s:2:"69";s:5:"title";s:25:"Dark Content Block - Menu";s:5:"alias";s:24:"dark-fullsite-block-menu";s:3:"zip";s:34:"packs/dark-fullsite-block-menu.zip";s:3:"uid";s:32:"bf4bd226719d3c3d3146592976e31ca1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:68;a:23:{s:2:"id";s:2:"70";s:5:"title";s:25:"Dark Content Block - Hero";s:5:"alias";s:21:"dark-fullsite-block-1";s:3:"zip";s:31:"packs/dark-fullsite-block-1.zip";s:3:"uid";s:32:"d8859245fe600288ca932dc29aca751f";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:69;a:23:{s:2:"id";s:2:"71";s:5:"title";s:26:"Dark Content Block - About";s:5:"alias";s:27:"dark-fullsite-block-2-about";s:3:"zip";s:37:"packs/dark-fullsite-block-2-about.zip";s:3:"uid";s:32:"298401901521a197a8294c1b4f73df3e";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:70;a:23:{s:2:"id";s:2:"72";s:5:"title";s:29:"Dark Content Block - Services";s:5:"alias";s:30:"dark-fullsite-block-3-services";s:3:"zip";s:40:"packs/dark-fullsite-block-3-services.zip";s:3:"uid";s:32:"8da3ed605472ed6a26c745fb52f85f82";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:71;a:23:{s:2:"id";s:2:"73";s:5:"title";s:29:"Dark Content Block - Products";s:5:"alias";s:30:"dark-fullsite-block-4-products";s:3:"zip";s:40:"packs/dark-fullsite-block-4-products.zip";s:3:"uid";s:32:"99e4f40399d20261a6131043d0e50b0c";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:448:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>\r\n";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:72;a:23:{s:2:"id";s:2:"74";s:5:"title";s:33:"Dark Content Block - Testimonials";s:5:"alias";s:34:"dark-fullsite-block-5-testimonials";s:3:"zip";s:44:"packs/dark-fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"2f9121e0eedd51afe85e233d0743acab";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:73;a:23:{s:2:"id";s:2:"75";s:5:"title";s:28:"Dark Content Block - Callout";s:5:"alias";s:29:"dark-fullsite-block-6-callout";s:3:"zip";s:39:"packs/dark-fullsite-block-6-callout.zip";s:3:"uid";s:32:"55fbecb113ff21f050be7adc08637329";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:74;a:23:{s:2:"id";s:2:"76";s:5:"title";s:27:"Dark Content Block - Footer";s:5:"alias";s:28:"dark-fullsite-block-7-footer";s:3:"zip";s:38:"packs/dark-fullsite-block-7-footer.zip";s:3:"uid";s:32:"2ff517f5c7c54e3e0c2dd733cfd3400e";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:75;a:23:{s:2:"id";s:2:"77";s:5:"title";s:26:"Light Content Block - Menu";s:5:"alias";s:19:"fullsite-block-menu";s:3:"zip";s:29:"packs/fullsite-block-menu.zip";s:3:"uid";s:32:"8010971f34387d5f94a1f4e577ef382a";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:76;a:23:{s:2:"id";s:2:"78";s:5:"title";s:26:"Light Content Block - Hero";s:5:"alias";s:15:"fullsite-block1";s:3:"zip";s:25:"packs/fullsite-block1.zip";s:3:"uid";s:32:"45bf7179843e01ce112e8ec754b0455c";s:3:"img";s:26:"fullsite-block1/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:77;a:23:{s:2:"id";s:2:"79";s:5:"title";s:27:"Light Content Block - About";s:5:"alias";s:22:"fullsite-block-2-about";s:3:"zip";s:32:"packs/fullsite-block-2-about.zip";s:3:"uid";s:32:"8402b460638a746d36433cb161440b7d";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:78;a:23:{s:2:"id";s:2:"80";s:5:"title";s:30:"Light Content Block - Services";s:5:"alias";s:25:"fullsite-block-3-services";s:3:"zip";s:35:"packs/fullsite-block-3-services.zip";s:3:"uid";s:32:"7b8cea27f4d6ae17c5e1eae12457bd06";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:79;a:23:{s:2:"id";s:2:"81";s:5:"title";s:30:"Light Content Block - Products";s:5:"alias";s:25:"fullsite-block-4-products";s:3:"zip";s:35:"packs/fullsite-block-4-products.zip";s:3:"uid";s:32:"d148935362d7122636cda0635eae4be7";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:80;a:23:{s:2:"id";s:2:"82";s:5:"title";s:34:"Light Content Block - Testimonials";s:5:"alias";s:29:"fullsite-block-5-testimonials";s:3:"zip";s:39:"packs/fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"06255bfd421e40f71fa8197b839dbf03";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:81;a:23:{s:2:"id";s:2:"83";s:5:"title";s:29:"Light Content Block - Callout";s:5:"alias";s:24:"fullsite-block-6-callout";s:3:"zip";s:34:"packs/fullsite-block-6-callout.zip";s:3:"uid";s:32:"8a88c3447676b613ec5db2fe5d63315c";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:82;a:23:{s:2:"id";s:2:"84";s:5:"title";s:28:"Light Content Block - Footer";s:5:"alias";s:23:"fullsite-block-7-footer";s:3:"zip";s:33:"packs/fullsite-block-7-footer.zip";s:3:"uid";s:32:"34300b4407a2093eb2e1e08868fa8319";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;N;}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:83;a:20:{s:2:"id";s:2:"85";s:5:"title";s:12:"Tech Journal";s:5:"alias";s:11:"techjournal";s:3:"zip";s:15:"techjournal.zip";s:3:"uid";s:32:"7f92d70d1c108378f915b18c2ceb71d6";s:3:"img";s:22:"techjournal/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:303:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:84;a:20:{s:2:"id";s:2:"86";s:5:"title";s:14:"Car Dealership";s:5:"alias";s:13:"cardealership";s:3:"zip";s:17:"cardealership.zip";s:3:"uid";s:32:"bb010838855a8ae4d1dd68e139bf169e";s:3:"img";s:24:"cardealership/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/car-dealership-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"650";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:303:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:85;a:20:{s:2:"id";s:2:"87";s:5:"title";s:22:"FullScreen Menu Slider";s:5:"alias";s:14:"fullscreenmenu";s:3:"zip";s:18:"fullscreenmenu.zip";s:3:"uid";s:32:"6de81d74c4bf193e2e274d43038adc85";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-fullscreen-menu/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:131:"<span class="ttm_content">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:86;a:20:{s:2:"id";s:2:"88";s:5:"title";s:18:"Creative Frontpage";s:5:"alias";s:17:"creativefrontpage";s:3:"zip";s:21:"creativefrontpage.zip";s:3:"uid";s:32:"0636cb368af3bcaa2f68eb0ebefe6439";s:3:"img";s:28:"creativefrontpage/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/best-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:246:"<span class="ttm_content">A full-screen slider with hidden slides that are triggered via  <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:87;a:23:{s:2:"id";s:2:"89";s:5:"title";s:20:"Website Builder Menu";s:5:"alias";s:19:"websitebuilder-menu";s:3:"zip";s:29:"packs/websitebuilder-menu.zip";s:3:"uid";s:32:"d9e6d9c961f123a3a4847b51fc3ba3a2";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:2:"60";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:88;a:23:{s:2:"id";s:2:"90";s:5:"title";s:20:"Website Builder Hero";s:5:"alias";s:19:"websitebuilder-hero";s:3:"zip";s:29:"packs/websitebuilder-hero.zip";s:3:"uid";s:32:"6cb2df9a41ad2e7865bb9bbea7e39cb5";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1230";s:6:"height";s:3:"700";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:89;a:23:{s:2:"id";s:2:"91";s:5:"title";s:23:"Website Builder Clients";s:5:"alias";s:22:"websitebuilder-clients";s:3:"zip";s:32:"packs/websitebuilder-clients.zip";s:3:"uid";s:32:"050e59c43c9a693510d01f29532088cf";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"120";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:90;a:23:{s:2:"id";s:2:"92";s:5:"title";s:24:"Website Builder Services";s:5:"alias";s:23:"websitebuilder-services";s:3:"zip";s:33:"packs/websitebuilder-services.zip";s:3:"uid";s:32:"48d56d67615efce619ae973ab4358c07";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"558";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:91;a:23:{s:2:"id";s:2:"93";s:5:"title";s:24:"Website Builder Discover";s:5:"alias";s:23:"websitebuilder-discover";s:3:"zip";s:33:"packs/websitebuilder-discover.zip";s:3:"uid";s:32:"425a08a7be338daea3df02a07ff5c316";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"955";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:92;a:23:{s:2:"id";s:2:"94";s:5:"title";s:22:"Website Builder Slider";s:5:"alias";s:21:"websitebuilder-slider";s:3:"zip";s:31:"packs/websitebuilder-slider.zip";s:3:"uid";s:32:"9d670b7335016accb590dc8d52bfb6f0";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:93;a:23:{s:2:"id";s:2:"95";s:5:"title";s:28:"Website Builder CallToAction";s:5:"alias";s:27:"websitebuilder-calltoaction";s:3:"zip";s:37:"packs/websitebuilder-calltoaction.zip";s:3:"uid";s:32:"45851baf9e61f55ed9f5fa9d0beff77e";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"960";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:94;a:23:{s:2:"id";s:2:"96";s:5:"title";s:22:"Website Builder Footer";s:5:"alias";s:21:"websitebuilder-footer";s:3:"zip";s:31:"packs/websitebuilder-footer.zip";s:3:"uid";s:32:"2732bbe66ef28219d6cc53ce8cc78863";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:95;a:20:{s:2:"id";s:2:"97";s:5:"title";s:21:"Focus Parallax Effect";s:5:"alias";s:13:"focusparallax";s:3:"zip";s:17:"focusparallax.zip";s:3:"uid";s:32:"13bd15fb3ddf8b9841cb55b89389cc73";s:3:"img";s:24:"focusparallax/slide1.jpg";s:7:"preview";s:68:" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:256:"<span class="ttm_content">A full-screen slider with mouse controlled parallax effects. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:449:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/revslider-doc/second-steps/#staticlayers" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:96;a:20:{s:2:"id";s:2:"98";s:5:"title";s:14:"Duotone Slider";s:5:"alias";s:7:"duotone";s:3:"zip";s:11:"duotone.zip";s:3:"uid";s:32:"494862ceb6cb7c6658ad7cd36848cccd";s:3:"img";s:18:"duotone/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-header-image-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"800";s:11:"description";s:252:"<span class="ttm_content">A full-screen slider with unique parallax scroll effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:303:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:97;a:23:{s:2:"id";s:2:"99";s:5:"title";s:12:"Minimal Menu";s:5:"alias";s:6:"r_menu";s:3:"zip";s:16:"packs/r_menu.zip";s:3:"uid";s:32:"30d6a6895db1a5f29b1679061551c9f0";s:3:"img";s:17:"r_menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:913:"<span class="ttm_content">\r\nIn the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:98;a:23:{s:2:"id";s:3:"100";s:5:"title";s:12:"Minimal Hero";s:5:"alias";s:5:"rhero";s:3:"zip";s:16:"packs/r_hero.zip";s:3:"uid";s:32:"b8b46186956f6e66ad0c08e4532bbbde";s:3:"img";s:17:"r_hero/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:913:"<span class="ttm_content">\r\nIn the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:99;a:23:{s:2:"id";s:3:"101";s:5:"title";s:13:"Minimal About";s:5:"alias";s:7:"r_about";s:3:"zip";s:17:"packs/r_about.zip";s:3:"uid";s:32:"343010c4b4c03f92888c3e9e95bc2bb1";s:3:"img";s:18:"r_about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:913:"<span class="ttm_content">\r\nIn the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:100;a:23:{s:2:"id";s:3:"102";s:5:"title";s:16:"Minimal Products";s:5:"alias";s:10:"r_products";s:3:"zip";s:20:"packs/r_products.zip";s:3:"uid";s:32:"dda93e85c6a4456d132040147f087f39";s:3:"img";s:21:"r_products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:4:"1100";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:913:"<span class="ttm_content">\r\nIn the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:101;a:23:{s:2:"id";s:3:"103";s:5:"title";s:12:"Minimal Info";s:5:"alias";s:6:"r_info";s:3:"zip";s:16:"packs/r_info.zip";s:3:"uid";s:32:"d6e368e8fd4862174af6c980389ae530";s:3:"img";s:17:"r_info/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:913:"<span class="ttm_content">\r\nIn the <a href="https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:102;a:20:{s:2:"id";s:3:"104";s:5:"title";s:18:"Inspiration Header";s:5:"alias";s:17:"inspirationheader";s:3:"zip";s:21:"inspirationheader.zip";s:3:"uid";s:32:"69f04b2be0b618fa7e184af83b86b7e7";s:3:"img";s:28:"inspirationheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/wordpress-theme-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"<span class="ttm_content">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:103;a:20:{s:2:"id";s:3:"105";s:5:"title";s:15:"Magazine Slider";s:5:"alias";s:13:"magazineposts";s:3:"zip";s:17:"magazineposts.zip";s:3:"uid";s:32:"c562f3457e4edbd030959f7c5e6e0f7c";s:3:"img";s:24:"magazineposts/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-magazine-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1400";s:6:"height";s:4:"1000";s:11:"description";s:266:"<span class="ttm_content">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:303:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:104;a:20:{s:2:"id";s:3:"106";s:5:"title";s:11:"News Header";s:5:"alias";s:17:"explorationheader";s:3:"zip";s:21:"explorationheader.zip";s:3:"uid";s:32:"8f20d5a868c90ded08b835fb9e8307d7";s:3:"img";s:28:"explorationheader/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/wordpress-news-header/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:288:"<span class="ttm_content">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to add links to buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:303:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:109;a:20:{s:2:"id";s:3:"111";s:5:"title";s:17:"Typewriter Effect";s:5:"alias";s:16:"typewritereffect";s:3:"zip";s:20:"typewritereffect.zip";s:3:"uid";s:32:"d6f8bae06cc4a7b158d680c01e59ddc2";s:3:"img";s:27:"typewritereffect/slide1.jpg";s:7:"preview";s:62:"https://revolution.themepunch.com/wordpress-typewriter-effect/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"<span class="ttm_content">This is the example slider from the Typewriter add-on preview.<br/><a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:426:"<span class="ttm_content">This slider template requires the <a href="https://www.themepunch.com/revslider-doc/add-on-typewriter/" target="_blank">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:170:"[{"path":"revslider-typewriter-addon\\/revslider-typewriter-addon.php","name":"Typewriter AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:110;a:20:{s:2:"id";s:3:"112";s:5:"title";s:17:"Blend Mode Header";s:5:"alias";s:15:"blendmodeheader";s:3:"zip";s:19:"blendmodeheader.zip";s:3:"uid";s:32:"2e44e976596d757aab40ffa28086dcf9";s:3:"img";s:26:"blendmodeheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/blend-mode-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:163:"<span class="ttm_content">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:326:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:111;a:23:{s:2:"id";s:3:"113";s:5:"title";s:17:"Themeplicity Menu";s:5:"alias";s:17:"themeplicity_menu";s:3:"zip";s:27:"packs/themeplicity_menu.zip";s:3:"uid";s:32:"7d5c1e75eaafa63683895a32a62f4ce0";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:112;a:23:{s:2:"id";s:3:"114";s:5:"title";s:19:"Themeplicity Header";s:5:"alias";s:19:"themeplicity_header";s:3:"zip";s:29:"packs/themeplicity_header.zip";s:3:"uid";s:32:"907091e4d58acc7d12f802de2f280b7d";s:3:"img";s:30:"themeplicity_header/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1000";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:113;a:23:{s:2:"id";s:3:"115";s:5:"title";s:18:"Themeplicity Offer";s:5:"alias";s:18:"themeplicity_offer";s:3:"zip";s:28:"packs/themeplicity_offer.zip";s:3:"uid";s:32:"1bd8f9aa2f3e340449664c65ba17fb51";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"330";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:114;a:23:{s:2:"id";s:3:"116";s:5:"title";s:23:"Themeplicity What We Do";s:5:"alias";s:21:"themeplicity_whatwedo";s:3:"zip";s:31:"packs/themeplicity_whatwedo.zip";s:3:"uid";s:32:"aa800a44b5a3eab30414dde1f32bfed7";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:115;a:23:{s:2:"id";s:3:"117";s:5:"title";s:21:"Themeplicity Projects";s:5:"alias";s:21:"themeplicity_projects";s:3:"zip";s:31:"packs/themeplicity_projects.zip";s:3:"uid";s:32:"5f61b3a13033ba6a51a18270163e0a50";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"813";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:116;a:23:{s:2:"id";s:3:"118";s:5:"title";s:24:"Themeplicity Whats Great";s:5:"alias";s:23:"themeplicity_whatsgreat";s:3:"zip";s:33:"packs/themeplicity_whatsgreat.zip";s:3:"uid";s:32:"ce9faf8c55ed2e33e091b23667e7173b";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:117;a:23:{s:2:"id";s:3:"119";s:5:"title";s:19:"Themeplicity Tables";s:5:"alias";s:19:"themeplicity_tables";s:3:"zip";s:29:"packs/themeplicity_tables.zip";s:3:"uid";s:32:"f28bb4cd20ec1f29a1de7da5ad09c293";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1059";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:118;a:23:{s:2:"id";s:3:"120";s:5:"title";s:24:"Themeplicity Contactform";s:5:"alias";s:24:"themeplicity_contactform";s:3:"zip";s:34:"packs/themeplicity_contactform.zip";s:3:"uid";s:32:"3e59da970f534490774fa8e053f5b5ed";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:4:"1067";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:119;a:23:{s:2:"id";s:3:"121";s:5:"title";s:19:"Themeplicity Footer";s:5:"alias";s:19:"themeplicity_footer";s:3:"zip";s:29:"packs/themeplicity_footer.zip";s:3:"uid";s:32:"89eeb0b4b852c5f743e1bd76e3e8f2ef";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"780";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:29:"Themeplicity Website Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"5";s:9:"installed";b:0;}i:121;a:23:{s:2:"id";s:3:"123";s:5:"title";s:19:"Nice And Clean Menu";s:5:"alias";s:17:"NiceAndClean_Menu";s:3:"zip";s:27:"packs/NiceAndClean_Menu.zip";s:3:"uid";s:32:"3f8c01e26c7446428e045c4b1180776d";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:2:"90";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:122;a:23:{s:2:"id";s:3:"124";s:5:"title";s:21:"Nice And Clean Header";s:5:"alias";s:19:"NiceAndClean_Header";s:3:"zip";s:29:"packs/NiceAndClean_Header.zip";s:3:"uid";s:32:"76931033addb20a62557c2845a4d6a11";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:123;a:23:{s:2:"id";s:3:"125";s:5:"title";s:23:"Nice And Clean Services";s:5:"alias";s:21:"NiceAndClean_Services";s:3:"zip";s:31:"packs/NiceAndClean_Services.zip";s:3:"uid";s:32:"02f72ec606800c8215bcadea09624e87";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"360";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:124;a:23:{s:2:"id";s:3:"126";s:5:"title";s:20:"Nice And Clean About";s:5:"alias";s:18:"NiceAndClean_About";s:3:"zip";s:28:"packs/NiceAndClean_About.zip";s:3:"uid";s:32:"9510f6fdbb8e9473e8c22f692a6bc89f";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:125;a:23:{s:2:"id";s:3:"127";s:5:"title";s:20:"Nice And Clean Video";s:5:"alias";s:18:"niceandclean_video";s:3:"zip";s:28:"packs/niceandclean_video.zip";s:3:"uid";s:32:"2bb9e1ad329435cc500542d0c7025e15";s:3:"img";s:29:"niceandclean_video/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:126;a:23:{s:2:"id";s:3:"128";s:5:"title";s:25:"Nice And Clean Highlights";s:5:"alias";s:23:"niceandclean_highlights";s:3:"zip";s:33:"packs/niceandclean_highlights.zip";s:3:"uid";s:32:"ff396af163a79d2d5b35db17c1ea7aa6";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:127;a:23:{s:2:"id";s:3:"129";s:5:"title";s:23:"Nice And Clean Projects";s:5:"alias";s:21:"NiceAndClean_Projects";s:3:"zip";s:31:"packs/NiceAndClean_Projects.zip";s:3:"uid";s:32:"1e6695959ef83f8975b52289c08a4d44";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:128;a:23:{s:2:"id";s:3:"130";s:5:"title";s:25:"Nice And Clean TextBlocks";s:5:"alias";s:23:"niceandclean_textblocks";s:3:"zip";s:33:"packs/niceandclean_textblocks.zip";s:3:"uid";s:32:"1f33eb839c96ea3225faff1c8d382b05";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:129;a:23:{s:2:"id";s:3:"131";s:5:"title";s:22:"Nice And Clean CallOut";s:5:"alias";s:20:"niceandclean_callout";s:3:"zip";s:30:"packs/niceandclean_callout.zip";s:3:"uid";s:32:"54d4d9bcf79d357de0e614700e909863";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:158:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"8";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:130;a:23:{s:2:"id";s:3:"132";s:5:"title";s:21:"Nice And Clean Footer";s:5:"alias";s:19:"niceandclean_footer";s:3:"zip";s:29:"packs/niceandclean_footer.zip";s:3:"uid";s:32:"5492d7f72b3771a4e754f91bda063b15";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";s:7:"preview";s:72:"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"400";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:568:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:21:"Nice & Clean Template";s:13:"package_order";s:1:"9";s:14:"package_parent";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"6";s:9:"installed";b:0;}i:131;a:20:{s:2:"id";s:3:"134";s:5:"title";s:15:"80s Style Intro";s:5:"alias";s:3:"80s";s:3:"zip";s:7:"80s.zip";s:3:"uid";s:32:"98881ab51f71b2fbdb220752d321b15a";s:3:"img";s:14:"80s/slide1.jpg";s:7:"preview";s:50:"https://revolution.themepunch.com/80s-style-intro/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:139:"<span class="ttm_content">This intro hero block takes you back to the 80''s with some funky effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:343:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:132;a:20:{s:2:"id";s:3:"135";s:5:"title";s:18:"Blur Effect Slider";s:5:"alias";s:10:"blurslider";s:3:"zip";s:14:"blurslider.zip";s:3:"uid";s:32:"83bd6e1ccef83f03c944fa05b0a2d879";s:3:"img";s:21:"blurslider/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/blur-effect-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:147:"<span class="ttm_content">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:341:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:133;a:20:{s:2:"id";s:3:"136";s:5:"title";s:18:"Coming Soon Add-On";s:5:"alias";s:15:"ComingSoonAddon";s:3:"zip";s:19:"ComingSoonAddon.zip";s:3:"uid";s:32:"51258492055b940099eb96ba52901fa9";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/coming-soon-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:133:"<span class="ttm_content">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:197:"<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:197:"[{"path":"revslider-maintenance-addon\\/revslider-maintenance-addon.php","name":"Coming Soon & Maintenance AddOn","url":"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:135;a:20:{s:2:"id";s:3:"138";s:5:"title";s:18:"Snow Effect Add-On";s:5:"alias";s:9:"snowaddon";s:3:"zip";s:13:"snowaddon.zip";s:3:"uid";s:32:"7408d8567b8af5716eaabd390422e51b";s:3:"img";s:20:"snowaddon/slide1.jpg";s:7:"preview";s:53:"https://revolution.themepunch.com/snow-effect-add-on/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.3.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:183:"<span class="ttm_content">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the "Holiday Snow" Add-On.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:197:"<span class="ttm_content">Checkout our <a href="https://www.themepunch.com/revslider-doc/slider-revolution-documentation/" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:164:"[{"path":"revslider-snow-addon\\/revslider-snow-addon.php","name":"Snow AddOn","url":"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:6:"active";s:1:"1";s:9:"installed";b:0;}}s:6:"slides";a:130:{s:16:"classic-carousel";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"classic-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"classic-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"classic-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"classic-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"classic-carousel/slide5.jpg";}}s:13:"classicslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"classicslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"classicslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"classicslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"classicslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:24:"classicslider/slide5.jpg";}}s:11:"contenttabs";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contenttabs/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contenttabs/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contenttabs/slide3.jpg";}}s:13:"facebook-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"facebook-feed/slide1.jpg";}}s:7:"fashion";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"fashion/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"fashion/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"fashion/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"fashion/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"fashion/slide5.jpg";}}s:14:"flickr-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"flickr-gallery/slide1.jpg";}}s:3:"gym";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"gym/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:14:"gym/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:14:"gym/slide3.jpg";}}s:18:"highlight-carousel";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-carousel/slide4.jpg";}}s:18:"highlight-showcase";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"highlight-showcase/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:29:"highlight-showcase/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:29:"highlight-showcase/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:29:"highlight-showcase/slide4.jpg";}}s:10:"image-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"imagehero/slide1.jpg";}}s:13:"insta-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"insta-gallery/slide1.jpg";}}s:19:"levanorestaurantbar";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"levanorestaurantbar/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"levanorestaurantbar/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"levanorestaurantbar/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:30:"levanorestaurantbar/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:30:"levanorestaurantbar/slide5.jpg";}}s:11:"mainfeature";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"mainfeature/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"mainfeature/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"mainfeature/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"mainfeature/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"mainfeature/slide7.jpg";}}s:17:"media-gallery-two";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"media-gallery-two/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"media-gallery-two/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"media-gallery-two/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"media-gallery-two/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"media-gallery-two/slide6.jpg";}}s:23:"media-carousel-autoplay";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"media-carousel-autoplay/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"media-carousel-autoplay/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"media-carousel-autoplay/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"media-carousel-autoplay/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:34:"media-carousel-autoplay/slide6.jpg";}}s:21:"news-background-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"news-bg-video/slide1.jpg";}}s:12:"news-gallery";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"news-gallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"news-gallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"news-gallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"news-gallery/slide4.jpg";}}s:23:"news-gallery-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"news-gallery-post-based/slide1.jpg";}}s:9:"news-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"news-hero/slide1.jpg";}}s:10:"news-video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"news-video/slide1.jpg";}}s:15:"newsletter-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"newsletter-hero/slide1.jpg";}}s:10:"notgeneric";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"notgeneric/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"notgeneric/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"notgeneric/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:21:"notgeneric/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:21:"notgeneric/slide5.jpg";}}s:11:"photography";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"photography/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"photography/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"photography/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:22:"photography/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:22:"photography/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:22:"photography/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:22:"photography/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:22:"photography/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:22:"photography/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:23:"photography/slide10.jpg";}}s:20:"photography-carousel";a:10:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"photography-carousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:31:"photography-carousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:31:"photography-carousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:31:"photography-carousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:31:"photography-carousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:31:"photography-carousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:31:"photography-carousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:31:"photography-carousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:31:"photography-carousel/slide9.jpg";}i:9;a:2:{s:5:"title";s:8:"Slide 10";s:3:"img";s:32:"photography-carousel/slide10.jpg";}}s:16:"search-form-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"search-form-hero/slide1.jpg";}}s:16:"showcasecarousel";a:9:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"showcasecarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"showcasecarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"showcasecarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"showcasecarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:27:"showcasecarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:27:"showcasecarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:27:"showcasecarousel/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:27:"showcasecarousel/slide8.jpg";}i:8;a:2:{s:5:"title";s:7:"Slide 9";s:3:"img";s:27:"showcasecarousel/slide9.jpg";}}s:11:"sports-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"sportshero/slide1.jpg";}}s:12:"twitter-feed";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"twitter-feed/slide1.jpg";}}s:13:"vimeo-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"vimeo-gallery/slide1.jpg";}}s:9:"vimeohero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"vimeohero/slide1.jpg";}}s:16:"web-product-dark";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"web-product-dark/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"web-product-dark/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"web-product-dark/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:27:"web-product-dark/slide4.jpg";}}s:21:"web-product-dark-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"web-product-dark-hero/slide1.jpg";}}s:22:"web-product-light-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"web-product-light-hero/slide1.jpg";}}s:15:"webproductlight";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"webproductlight/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"webproductlight/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"webproductlight/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"webproductlight/slide4.jpg";}}s:15:"youtube-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"youtube-gallery/slide1.jpg";}}s:11:"youtubehero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"youtubehero/slide1.jpg";}}s:13:"scroll-effect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"scrolleffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"scrolleffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"scrolleffect/slide3.jpg";}}s:12:"content-zoom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"contentzoom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"contentzoom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"contentzoom/slide3.jpg";}}s:13:"food-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"foodcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"foodcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"foodcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"foodcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"foodcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"foodcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"foodcarousel/slide7.jpg";}}s:14:"rotating-words";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"rotatingwords/slide1.jpg";}}s:22:"travel-static-captions";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"travel-static-captions/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"travel-static-captions/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:33:"travel-static-captions/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:33:"travel-static-captions/slide4.jpg";}}s:7:"concept";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"concept/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"concept/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"concept/slide3.jpg";}}s:17:"fullscreen-button";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"fullscreen-button/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"fullscreen-button/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"fullscreen-button/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"fullscreen-button/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"fullscreen-button/slide5.jpg";}}s:15:"creativefreedom";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"creativefreedom/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"creativefreedom/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"creativefreedom/slide3.jpg";}}s:13:"parallaxscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"parallaxscene/slide1.jpg";}}s:15:"slidingoverlays";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"slidingoverlays/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"slidingoverlays/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"slidingoverlays/slide3.jpg";}}s:25:"web-product-light-hero-3d";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";}}s:6:"woobig";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"woobig/slide1.jpg";}}s:16:"woocommercesmall";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"woocommercesmall/slide1.jpg";}}s:10:"finedining";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"finedining/slide1.jpg";}}s:12:"agency-intro";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"agency-intro/slide1.jpg";}}s:7:"ourteam";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"ourteam/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"ourteam/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"ourteam/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"ourteam/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"ourteam/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"ourteam/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:18:"ourteam/slide7.jpg";}}s:17:"our-team-carousel";a:7:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"ourteamcarousel/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"ourteamcarousel/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"ourteamcarousel/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"ourteamcarousel/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:26:"ourteamcarousel/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:26:"ourteamcarousel/slide7.jpg";}}s:13:"betteryoutube";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"betteryoutube/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"betteryoutube/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"betteryoutube/slide3.jpg";}}s:19:"agencywebsiteheader";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:30:"agencywebsiteheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:30:"agencywebsiteheader/slide3.jpg";}}s:10:"comingsoon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"comingsoon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"comingsoon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"comingsoon/slide3.jpg";}}s:9:"snowscene";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowscene/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowscene/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowscene/slide3.jpg";}}s:8:"rockband";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:19:"rockband/slide1.jpg";}}s:16:"sleeklandingpage";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"sleeklandingpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"sleeklandingpage/slide3.jpg";}}s:14:"applandingpage";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"applandingpage/slide1.jpg";}}s:9:"deskscene";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"deskscene/slide1.jpg";}}s:15:"cleannewsslider";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"cleannewsslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:26:"cleannewsslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:26:"cleannewsslider/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:26:"cleannewsslider/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:26:"cleannewsslider/slide5.jpg";}}s:12:"imagegallery";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:23:"imagegallery/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:23:"imagegallery/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:23:"imagegallery/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:23:"imagegallery/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:23:"imagegallery/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:23:"imagegallery/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:23:"imagegallery/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:23:"imagegallery/slide8.jpg";}}s:19:"standard-wp-gallery";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";}}s:21:"clean-news-post-based";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";}}s:21:"interactivewhiteboard";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"interactivewhiteboard/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"interactivewhiteboard/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"interactivewhiteboard/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"interactivewhiteboard/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:32:"interactivewhiteboard/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:32:"interactivewhiteboard/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:32:"interactivewhiteboard/slide8.jpg";}}s:10:"innovation";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"innovation/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"innovation/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"innovation/slide3.jpg";}}s:24:"dark-fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";}}s:21:"dark-fullsite-block-1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";}}s:27:"dark-fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:38:"dark-fullsite-block-2-about/slide2.jpg";}}s:30:"dark-fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-3-services/slide2.jpg";}}s:30:"dark-fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:41:"dark-fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:41:"dark-fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:41:"dark-fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:41:"dark-fullsite-block-4-products/slide5.jpg";}}s:34:"dark-fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";}}s:29:"dark-fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";}}s:28:"dark-fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";}}s:19:"fullsite-block-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";}}s:15:"fullsite-block1";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"fullsite-block1/slide1.jpg";}}s:22:"fullsite-block-2-about";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:33:"fullsite-block-2-about/slide2.jpg";}}s:25:"fullsite-block-3-services";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-3-services/slide2.jpg";}}s:25:"fullsite-block-4-products";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:36:"fullsite-block-4-products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:36:"fullsite-block-4-products/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:36:"fullsite-block-4-products/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:36:"fullsite-block-4-products/slide5.jpg";}}s:29:"fullsite-block-5-testimonials";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";}}s:24:"fullsite-block-6-callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";}}s:23:"fullsite-block-7-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";}}s:11:"techjournal";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:22:"techjournal/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:22:"techjournal/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:22:"techjournal/slide3.jpg";}}s:13:"cardealership";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"cardealership/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"cardealership/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"cardealership/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"cardealership/slide4.jpg";}}s:14:"fullscreenmenu";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:25:"fullscreenmenu/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:25:"fullscreenmenu/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:25:"fullscreenmenu/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:25:"fullscreenmenu/slide5.jpg";}}s:17:"creativefrontpage";a:8:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"creativefrontpage/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"creativefrontpage/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"creativefrontpage/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"creativefrontpage/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:28:"creativefrontpage/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:28:"creativefrontpage/slide6.jpg";}i:6;a:2:{s:5:"title";s:7:"Slide 7";s:3:"img";s:28:"creativefrontpage/slide7.jpg";}i:7;a:2:{s:5:"title";s:7:"Slide 8";s:3:"img";s:28:"creativefrontpage/slide8.jpg";}}s:19:"websitebuilder-menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";}}s:19:"websitebuilder-hero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";}}s:22:"websitebuilder-clients";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";}}s:23:"websitebuilder-services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";}}s:23:"websitebuilder-discover";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:34:"websitebuilder-discover/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:34:"websitebuilder-discover/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:34:"websitebuilder-discover/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:34:"websitebuilder-discover/slide5.jpg";}}s:21:"websitebuilder-slider";a:2:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"websitebuilder-slider/slide2.jpg";}}s:27:"websitebuilder-calltoaction";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";}}s:21:"websitebuilder-footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";}}s:13:"focusparallax";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"focusparallax/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"focusparallax/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"focusparallax/slide3.jpg";}}s:7:"duotone";a:6:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"duotone/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:18:"duotone/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:18:"duotone/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:18:"duotone/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:18:"duotone/slide5.jpg";}i:5;a:2:{s:5:"title";s:7:"Slide 6";s:3:"img";s:18:"duotone/slide6.jpg";}}s:6:"r_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_menu/slide1.jpg";}}s:5:"rhero";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_hero/slide1.jpg";}}s:7:"r_about";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:18:"r_about/slide1.jpg";}}s:10:"r_products";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"r_products/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"r_products/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"r_products/slide3.jpg";}}s:6:"r_info";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:17:"r_info/slide1.jpg";}}s:17:"inspirationheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"inspirationheader/slide1.jpg";}}s:13:"magazineposts";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:24:"magazineposts/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:24:"magazineposts/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:24:"magazineposts/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:24:"magazineposts/slide4.jpg";}}s:17:"explorationheader";a:4:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"explorationheader/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:28:"explorationheader/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:28:"explorationheader/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:28:"explorationheader/slide4.jpg";}}s:16:"typewritereffect";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:27:"typewritereffect/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:27:"typewritereffect/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:27:"typewritereffect/slide3.jpg";}}s:15:"blendmodeheader";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"blendmodeheader/slide1.jpg";}}s:17:"themeplicity_menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"themeplicity_menu/slide1.jpg";}}s:19:"themeplicity_header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_header/slide1.jpg";}}s:18:"themeplicity_offer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"themeplicity_offer/slide1.jpg";}}s:21:"themeplicity_whatwedo";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_whatwedo/slide1.jpg";}}s:21:"themeplicity_projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"themeplicity_projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"themeplicity_projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"themeplicity_projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"themeplicity_projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:32:"themeplicity_projects/slide5.jpg";s:3:"img";s:7:"Slide 5";}}s:23:"themeplicity_whatsgreat";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"themeplicity_whatsgreat/slide1.jpg";}}s:19:"themeplicity_tables";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_tables/slide1.jpg";}}s:24:"themeplicity_contactform";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:35:"themeplicity_contactform/slide1.jpg";}}s:19:"themeplicity_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"themeplicity_footer/slide1.jpg";}}s:17:"NiceAndClean_Menu";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:28:"NiceAndClean_Menu/slide1.jpg";}}s:19:"NiceAndClean_Header";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"NiceAndClean_Header/slide1.jpg";}}s:21:"NiceAndClean_Services";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Services/slide1.jpg";}}s:18:"NiceAndClean_About";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"NiceAndClean_About/slide1.jpg";}}s:18:"niceandclean_video";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:29:"niceandclean_video/slide1.jpg";}}s:23:"niceandclean_highlights";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_highlights/slide1.jpg";}}s:21:"NiceAndClean_Projects";a:5:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:32:"NiceAndClean_Projects/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:32:"NiceAndClean_Projects/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:32:"NiceAndClean_Projects/slide3.jpg";}i:3;a:2:{s:5:"title";s:7:"Slide 4";s:3:"img";s:32:"NiceAndClean_Projects/slide4.jpg";}i:4;a:2:{s:5:"title";s:7:"Slide 5";s:3:"img";s:32:"NiceAndClean_Projects/slide5.jpg";}}s:23:"niceandclean_textblocks";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:34:"niceandclean_textblocks/slide1.jpg";}}s:20:"niceandclean_callout";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:31:"niceandclean_callout/slide1.jpg";}}s:19:"niceandclean_footer";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:30:"niceandclean_footer/slide1.jpg";}}s:3:"80s";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:14:"80s/slide1.jpg";}}s:10:"blurslider";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:21:"blurslider/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:21:"blurslider/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:21:"blurslider/slide3.jpg";}}s:15:"ComingSoonAddon";a:1:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:26:"ComingSoonAddon/slide1.jpg";}}s:9:"snowaddon";a:3:{i:0;a:2:{s:5:"title";s:7:"Slide 1";s:3:"img";s:20:"snowaddon/slide1.jpg";}i:1;a:2:{s:5:"title";s:7:"Slide 2";s:3:"img";s:20:"snowaddon/slide2.jpg";}i:2;a:2:{s:5:"title";s:7:"Slide 3";s:3:"img";s:20:"snowaddon/slide3.jpg";}}}}', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(36859, '_site_transient_timeout_browser_c45184ea2ef5dce0b6222d61e0871d12', '1479145538', 'no'),
(36860, '_site_transient_browser_c45184ea2ef5dce0b6222d61e0871d12', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.87";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(166, '_site_transient_timeout_wporg_theme_feature_list', '1472757016', 'no'),
(167, '_site_transient_wporg_theme_feature_list', 'a:3:{s:6:"Layout";a:7:{i:0;s:11:"grid-layout";i:1;s:10:"one-column";i:2;s:11:"two-columns";i:3;s:13:"three-columns";i:4;s:12:"four-columns";i:5;s:12:"left-sidebar";i:6;s:13:"right-sidebar";}s:8:"Features";a:20:{i:0;s:19:"accessibility-ready";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:15:"flexible-header";i:10;s:14:"footer-widgets";i:11;s:20:"front-page-post-form";i:12;s:19:"full-width-template";i:13;s:12:"microformats";i:14;s:12:"post-formats";i:15;s:20:"rtl-language-support";i:16;s:11:"sticky-post";i:17;s:13:"theme-options";i:18;s:17:"threaded-comments";i:19;s:17:"translation-ready";}s:7:"Subject";a:9:{i:0;s:4:"blog";i:1;s:10:"e-commerce";i:2;s:9:"education";i:3;s:13:"entertainment";i:4;s:14:"food-and-drink";i:5;s:7:"holiday";i:6;s:4:"news";i:7;s:11:"photography";i:8;s:9:"portfolio";}}', 'no'),
(171, 'current_theme', 'Stockholm Child', 'yes'),
(172, 'theme_mods_stockholm-child', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:14:"top-navigation";i:2;}}', 'yes'),
(173, 'theme_switched', '', 'yes'),
(174, 'widget_call_to_action_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(314, 'revslider-latest-version', '5.3.1.5', 'yes'),
(315, 'revslider-stable-version', '4.2', 'yes'),
(316, 'revslider-notices', 'a:4:{i:0;O:8:"stdClass":7:{s:7:"version";s:5:"5.0.9";s:4:"text";s:230:"<a href="http://revolution.themepunch.com/direct-customer-benefits/" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow51_banner.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.1 is out" ></a>";s:4:"code";s:9:"TPRS51-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:1;O:8:"stdClass":7:{s:7:"version";s:5:"5.1.4";s:4:"text";s:242:"<a href="http://revolution.themepunch.com/direct-customer-benefits/?ref=515b" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner515.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.1.5 is out" ></a>";s:4:"code";s:10:"TPRS515-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:2;O:8:"stdClass":7:{s:7:"version";s:5:"5.1.6";s:4:"text";s:240:"<a href="http://revolution.themepunch.com/direct-customer-benefits/?ref=52b" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner52.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.1.5 is out" ></a>";s:4:"code";s:10:"TPRS515-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:3;O:8:"stdClass":7:{s:7:"version";s:5:"5.2.9";s:4:"text";s:249:"<a href="http://revolution.themepunch.com/direct-customer-benefits/?ref=530b" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.3.0 is out" ></a>";s:4:"code";s:10:"TPRS530-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}}', 'yes'),
(317, 'revslider-dashboard', 'O:8:"stdClass":1:{s:11:"test-handle";O:8:"stdClass":5:{s:12:"version_from";s:5:"5.0.0";s:10:"version_to";s:5:"5.0.0";s:5:"order";i:5;s:7:"content";s:181:"<div class="rs-dash-widget"><div class="rs-dash-title-wrap"><div class="rs-dash-title">your version is: {{current_version}}</div></div><div class="rs-dash-widget-inner"></div></div>";s:4:"code";s:0:"";}}', 'yes'),
(318, 'revslider-addons', 'O:8:"stdClass":9:{s:26:"revslider-whiteboard-addon";O:8:"stdClass":9:{s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:107:"<img style="margin-top:6px;" src="http://updates.themepunch.tools/addons/images/whiteboard_small_logo.png">";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"1.0.5";s:10:"background";s:70:"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg";s:6:"button";s:11:"How to use?";}s:22:"revslider-backup-addon";O:8:"stdClass":9:{s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";}s:23:"revslider-gallery-addon";O:8:"stdClass":9:{s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";}s:25:"revslider-rel-posts-addon";O:8:"stdClass":9:{s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";}s:26:"revslider-typewriter-addon";O:8:"stdClass":9:{s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider''s text ";s:6:"line_2";s:132:"with typewriter effects <br><span style="color:#c0392b">(AddOn updating does not work? Please reinstall,no data will be lost)</span>";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";}s:23:"revslider-sharing-addon";O:8:"stdClass":9:{s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"1.1.0";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";}s:27:"revslider-maintenance-addon";O:8:"stdClass":9:{s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what''s up and when!";s:9:"available";s:5:"1.0.3";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";}s:20:"revslider-snow-addon";O:8:"stdClass":9:{s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:140:"Add animated snow to any Slider <br><span style="color:#c0392b">(AddOn updating does not work? Please reinstall,no data will be lost)</span>";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";}s:25:"revslider-particles-addon";O:8:"stdClass":9:{s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let''s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"1.0.0";s:10:"background";s:70:"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg";s:6:"button";s:11:"How to use?";}}', 'yes');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(175, 'qode_options_stockholm', 'a:1230:{s:12:"google_fonts";s:2:"-1";s:11:"first_color";s:7:"#7572bf";s:16:"background_color";s:7:"#ffffff";s:15:"selection_color";s:0:"";s:19:"content_top_padding";s:1:"0";s:36:"content_top_padding_default_template";s:2:"44";s:26:"content_top_padding_mobile";s:2:"44";s:5:"boxed";s:2:"no";s:20:"background_color_box";s:0:"";s:16:"background_image";s:0:"";s:24:"pattern_background_image";s:0:"";s:25:"enable_content_top_margin";s:2:"no";s:8:"paspartu";s:2:"no";s:14:"paspartu_color";s:0:"";s:14:"paspartu_width";s:0:"";s:16:"page_transitions";s:1:"0";s:17:"loading_animation";s:3:"off";s:25:"loading_animation_spinner";s:5:"pulse";s:13:"spinner_color";s:0:"";s:13:"loading_image";s:0:"";s:13:"smooth_scroll";s:3:"yes";s:27:"elements_animation_on_touch";s:2:"no";s:16:"show_back_button";s:3:"yes";s:14:"responsiveness";s:3:"yes";s:13:"favicon_image";s:86:"http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/deb-long-makeup-favicon.png";s:22:"internal_no_ajax_links";s:0:"";s:10:"custom_css";s:560:"nav.main_menu>ul>li>a {    padding: 0 20px;}\r\n\r\n.q_image_with_text_over .shader { background-color: rgba(57,57,57,0.2);}\r\n\r\n.vc_box_outline_circle.vc_box_border_black { border-color: #A1A63A;}\r\n\r\n\r\n.content .content_inner > .container > .container_inner.default_template_holder { padding: 0px !important;}\r\n\r\n.q_logo img { height: 120% !important; }\r\n\r\n\r\n.gform_wrapper input[type=text] {border-color: #6f69b6; border-width: 3px;}\r\n.gform_wrapper textarea.medium {border-color: #6f69b6; border-width: 3px;}\r\n\r\n\r\n.vc_figure-caption {font-size: 21px !important;}";s:9:"custom_js";s:0:"";s:21:"google_analytics_code";s:0:"";s:16:"disable_qode_seo";s:2:"no";s:13:"meta_keywords";s:0:"";s:16:"meta_description";s:0:"";s:10:"logo_image";s:93:"http://permanentmakeupbydeb.com/wp-content/uploads/2016/10/Permanent-makeup-by-deb-logo-2.jpg";s:16:"logo_image_light";s:78:"http://permanentmakeupbydeb.com/wp-content/themes/stockholm/img/logo_white.png";s:15:"logo_image_dark";s:0:"";s:17:"logo_image_sticky";s:0:"";s:23:"logo_image_fixed_hidden";s:0:"";s:25:"logo_mobile_header_height";s:0:"";s:18:"logo_mobile_height";s:0:"";s:13:"vertical_area";s:2:"no";s:14:"header_in_grid";s:2:"no";s:24:"header_bottom_appearance";s:7:"regular";s:24:"scroll_amount_for_sticky";s:0:"";s:30:"scroll_amount_for_fixed_hiding";s:0:"";s:13:"menu_position";s:6:"center";s:17:"center_logo_image";s:3:"yes";s:25:"center_logo_image_animate";s:2:"no";s:29:"enable_border_top_bottom_menu";s:2:"no";s:28:"color_border_top_bottom_menu";s:0:"";s:30:"disable_text_shadow_for_sticky";s:3:"yes";s:13:"header_height";s:0:"";s:20:"header_height_scroll";s:0:"";s:20:"header_height_sticky";s:0:"";s:27:"header_height_scroll_hidden";s:0:"";s:20:"header_height_mobile";s:0:"";s:12:"header_style";s:0:"";s:23:"header_background_color";s:0:"";s:30:"header_background_color_scroll";s:0:"";s:30:"header_background_color_sticky";s:0:"";s:38:"header_background_transparency_initial";s:0:"";s:37:"header_background_transparency_scroll";s:0:"";s:37:"header_background_transparency_sticky";s:0:"";s:27:"enable_header_bottom_border";s:3:"yes";s:26:"header_bottom_border_color";s:7:"#6162a4";s:32:"header_botom_border_transparency";s:0:"";s:27:"header_botom_border_in_grid";s:2:"no";s:27:"enable_menu_hover_animation";s:2:"no";s:15:"menu_hover_type";s:9:"underline";s:26:"menu_hover_animation_color";s:0:"";s:24:"menu_dropdown_appearance";s:0:"";s:25:"dropdown_background_color";s:0:"";s:32:"dropdown_background_transparency";s:0:"";s:24:"dropdown_separator_color";s:0:"";s:22:"header_separator_color";s:0:"";s:30:"disable_dropdown_top_separator";s:2:"no";s:28:"dropdown_top_separator_color";s:7:"#7572bf";s:32:"dropdown_top_separator_thickness";s:0:"";s:22:"dropdown_border_around";s:2:"no";s:22:"mobile_separator_color";s:0:"";s:23:"mobile_background_color";s:0:"";s:13:"enable_search";s:2:"no";s:11:"search_type";s:15:"from_window_top";s:23:"search_background_color";s:0:"";s:17:"search_text_color";s:0:"";s:21:"search_text_font_size";s:0:"";s:23:"search_text_line_height";s:0:"";s:26:"search_text_text_transform";s:0:"";s:24:"search_text_google_fonts";s:2:"-1";s:22:"search_text_font_style";s:0:"";s:23:"search_text_font_weight";s:0:"";s:26:"search_text_letter_spacing";s:0:"";s:17:"search_icon_color";s:0:"";s:23:"search_icon_hover_color";s:0:"";s:21:"search_icon_font_size";s:0:"";s:23:"search_icon_line_height";s:0:"";s:24:"search_colose_icon_color";s:0:"";s:16:"enable_side_area";s:2:"no";s:21:"side_area_appear_type";s:19:"side_area_uncovered";s:15:"side_area_title";s:0:"";s:26:"side_area_background_color";s:0:"";s:21:"side_area_title_color";s:0:"";s:24:"side_area_title_fontsize";s:0:"";s:26:"side_area_title_lineheight";s:0:"";s:29:"side_area_title_texttransform";s:0:"";s:28:"side_area_title_google_fonts";s:2:"-1";s:25:"side_area_title_fontstyle";s:0:"";s:26:"side_area_title_fontweight";s:0:"";s:29:"side_area_title_letterspacing";s:0:"";s:20:"side_area_text_color";s:0:"";s:19:"sidearea_link_color";s:0:"";s:23:"sidearea_link_font_size";s:0:"";s:25:"sidearea_link_line_height";s:0:"";s:28:"sidearea_link_text_transform";s:0:"";s:25:"sidearea_link_font_family";s:2:"-1";s:24:"sidearea_link_font_style";s:0:"";s:25:"sidearea_link_font_weight";s:0:"";s:28:"sidearea_link_letter_spacing";s:0:"";s:25:"sidearea_link_hover_color";s:0:"";s:24:"sidearea_close_icon_type";s:7:"default";s:25:"sidearea_close_icon_color";s:0:"";s:32:"sidearea_close_icon_position_top";s:0:"";s:34:"sidearea_close_icon_position_right";s:0:"";s:23:"sidearea_text_alignment";s:4:"left";s:20:"sidearea_padding_top";s:0:"";s:22:"sidearea_padding_right";s:0:"";s:23:"sidearea_padding_bottom";s:0:"";s:21:"sidearea_padding_left";s:0:"";s:17:"enable_popup_menu";s:2:"no";s:16:"logo_image_popup";s:0:"";s:21:"popup_menu_appearance";s:4:"fade";s:38:"enable_fullscreen_menu_hover_animation";s:2:"no";s:26:"fullscreen_menu_hover_type";s:9:"underline";s:37:"fullscreen_menu_hover_animation_color";s:0:"";s:16:"popup_menu_color";s:0:"";s:22:"popup_menu_hover_color";s:0:"";s:33:"popup_menu_hover_background_color";s:0:"";s:23:"popup_menu_google_fonts";s:2:"-1";s:19:"popup_menu_fontsize";s:0:"";s:21:"popup_menu_lineheight";s:0:"";s:20:"popup_menu_fontstyle";s:0:"";s:21:"popup_menu_fontweight";s:0:"";s:24:"popup_menu_letterspacing";s:0:"";s:24:"popup_menu_texttransform";s:0:"";s:20:"popup_menu_color_2nd";s:0:"";s:26:"popup_menu_hover_color_2nd";s:0:"";s:37:"popup_menu_hover_background_color_2nd";s:0:"";s:27:"popup_menu_google_fonts_2nd";s:2:"-1";s:23:"popup_menu_fontsize_2nd";s:0:"";s:25:"popup_menu_lineheight_2nd";s:0:"";s:24:"popup_menu_fontstyle_2nd";s:0:"";s:25:"popup_menu_fontweight_2nd";s:0:"";s:28:"popup_menu_letterspacing_2nd";s:0:"";s:28:"popup_menu_texttransform_2nd";s:0:"";s:20:"popup_menu_3rd_color";s:0:"";s:26:"popup_menu_3rd_hover_color";s:0:"";s:37:"popup_menu_3rd_hover_background_color";s:0:"";s:27:"popup_menu_3rd_google_fonts";s:2:"-1";s:23:"popup_menu_3rd_fontsize";s:0:"";s:25:"popup_menu_3rd_lineheight";s:0:"";s:24:"popup_menu_3rd_fontstyle";s:0:"";s:25:"popup_menu_3rd_fontweight";s:0:"";s:28:"popup_menu_3rd_letterspacing";s:0:"";s:28:"popup_menu_3rd_texttransform";s:0:"";s:27:"popup_menu_background_color";s:0:"";s:19:"pattern_image_popup";s:0:"";s:15:"header_top_area";s:2:"no";s:22:"header_top_area_scroll";s:2:"no";s:27:"header_top_background_color";s:0:"";s:23:"top_header_border_color";s:0:"";s:24:"top_header_border_weight";s:0:"";s:26:"vertical_area_transparency";s:2:"no";s:24:"vertical_area_background";s:0:"";s:30:"vertical_area_background_image";s:0:"";s:28:"vertical_area_dropdown_event";s:11:"hover_event";s:36:"enable_vertical_menu_hover_animation";s:2:"no";s:24:"vertical_menu_hover_type";s:9:"underline";s:35:"vertical_menu_hover_animation_color";s:0:"";s:21:"vertical_area_padding";s:0:"";s:24:"vertical_area_text_color";s:0:"";s:23:"vertical_area_alignment";s:0:"";s:19:"vertical_menu_color";s:0:"";s:24:"vertical_menu_hovercolor";s:0:"";s:36:"vertical_menu_hover_background_color";s:0:"";s:26:"vertical_menu_google_fonts";s:2:"-1";s:22:"vertical_menu_fontsize";s:0:"";s:24:"vertical_menu_lineheight";s:0:"";s:23:"vertical_menu_fontstyle";s:0:"";s:24:"vertical_menu_fontweight";s:0:"";s:27:"vertical_menu_letterspacing";s:0:"";s:27:"vertical_menu_texttransform";s:0:"";s:23:"vertical_dropdown_color";s:0:"";s:28:"vertical_dropdown_hovercolor";s:0:"";s:30:"vertical_dropdown_google_fonts";s:2:"-1";s:26:"vertical_dropdown_fontsize";s:0:"";s:28:"vertical_dropdown_lineheight";s:0:"";s:27:"vertical_dropdown_fontstyle";s:0:"";s:28:"vertical_dropdown_fontweight";s:0:"";s:31:"vertical_dropdown_letterspacing";s:0:"";s:31:"vertical_dropdown_texttransform";s:0:"";s:32:"vertical_dropdown_color_thirdlvl";s:0:"";s:37:"vertical_dropdown_hovercolor_thirdlvl";s:0:"";s:39:"vertical_dropdown_google_fonts_thirdlvl";s:2:"-1";s:35:"vertical_dropdown_fontsize_thirdlvl";s:0:"";s:37:"vertical_dropdown_lineheight_thirdlvl";s:0:"";s:36:"vertical_dropdown_fontstyle_thirdlvl";s:0:"";s:37:"vertical_dropdown_fontweight_thirdlvl";s:0:"";s:40:"vertical_dropdown_letterspacing_thirdlvl";s:0:"";s:40:"vertical_dropdown_texttransform_thirdlvl";s:0:"";s:32:"vertical_mobile_background_color";s:0:"";s:20:"header_buttons_color";s:0:"";s:26:"header_buttons_hover_color";s:7:"#7572bf";s:24:"header_buttons_font_size";s:0:"";s:19:"header_buttons_size";s:6:"normal";s:17:"uncovering_footer";s:2:"no";s:14:"footer_in_grid";s:2:"no";s:15:"show_footer_top";s:2:"no";s:18:"footer_top_columns";s:1:"4";s:21:"footer_border_columns";s:3:"yes";s:27:"footer_top_background_color";s:0:"";s:23:"footer_top_border_color";s:0:"";s:25:"footer_top_border_in_grid";s:2:"no";s:27:"footer_columns_border_color";s:0:"";s:18:"footer_top_padding";s:0:"";s:21:"footer_bottom_padding";s:0:"";s:18:"footer_title_color";s:0:"";s:22:"footer_title_font_size";s:0:"";s:24:"footer_title_line_height";s:0:"";s:27:"footer_title_text_transform";s:0:"";s:24:"footer_title_font_family";s:2:"-1";s:23:"footer_title_font_style";s:0:"";s:24:"footer_title_font_weight";s:0:"";s:27:"footer_title_letter_spacing";s:0:"";s:21:"footer_top_text_color";s:0:"";s:25:"footer_top_text_font_size";s:0:"";s:27:"footer_top_text_line_height";s:0:"";s:30:"footer_top_text_text_transform";s:0:"";s:27:"footer_top_text_font_family";s:2:"-1";s:26:"footer_top_text_font_style";s:0:"";s:27:"footer_top_text_font_weight";s:0:"";s:30:"footer_top_text_letter_spacing";s:0:"";s:21:"footer_top_link_color";s:0:"";s:25:"footer_top_link_font_size";s:0:"";s:27:"footer_top_link_line_height";s:0:"";s:30:"footer_top_link_text_transform";s:0:"";s:27:"footer_top_link_font_family";s:2:"-1";s:26:"footer_top_link_font_style";s:0:"";s:27:"footer_top_link_font_weight";s:0:"";s:30:"footer_top_link_letter_spacing";s:0:"";s:27:"footer_top_link_hover_color";s:0:"";s:11:"footer_text";s:3:"yes";s:20:"footer_bottom_height";s:0:"";s:30:"footer_bottom_background_color";s:0:"";s:26:"footer_bottom_border_color";s:0:"";s:28:"footer_bottom_border_in_grid";s:2:"no";s:24:"footer_bottom_text_color";s:0:"";s:28:"footer_bottom_text_font_size";s:0:"";s:30:"footer_bottom_text_line_height";s:0:"";s:33:"footer_bottom_text_text_transform";s:0:"";s:30:"footer_bottom_text_font_family";s:2:"-1";s:29:"footer_bottom_text_font_style";s:0:"";s:30:"footer_bottom_text_font_weight";s:0:"";s:33:"footer_bottom_text_letter_spacing";s:0:"";s:24:"footer_bottom_link_color";s:0:"";s:28:"footer_bottom_link_font_size";s:0:"";s:30:"footer_bottom_link_line_height";s:0:"";s:33:"footer_bottom_link_text_transform";s:0:"";s:30:"footer_bottom_link_font_family";s:2:"-1";s:29:"footer_bottom_link_font_style";s:0:"";s:30:"footer_bottom_link_font_weight";s:0:"";s:33:"footer_bottom_link_letter_spacing";s:0:"";s:30:"footer_bottom_link_hover_color";s:0:"";s:15:"show_page_title";s:3:"yes";s:10:"title_type";s:14:"standard_title";s:18:"animate_title_area";s:2:"no";s:19:"page_title_position";s:4:"left";s:27:"title_text_background_color";s:0:"";s:29:"title_text_background_opacity";s:0:"";s:17:"title_text_shadow";s:2:"no";s:22:"title_background_color";s:0:"";s:11:"title_image";s:0:"";s:22:"responsive_title_image";s:2:"no";s:17:"fixed_title_image";s:2:"no";s:12:"title_height";s:0:"";s:19:"title_overlay_image";s:0:"";s:24:"border_bottom_title_area";s:2:"no";s:30:"border_bottom_title_area_color";s:0:"";s:18:"enable_breadcrumbs";s:2:"no";s:8:"h1_color";s:0:"";s:11:"h1_fontsize";s:0:"";s:13:"h1_lineheight";s:0:"";s:16:"h1_texttransform";s:0:"";s:15:"h1_google_fonts";s:2:"-1";s:12:"h1_fontstyle";s:0:"";s:13:"h1_fontweight";s:0:"";s:16:"h1_letterspacing";s:0:"";s:8:"h2_color";s:0:"";s:11:"h2_fontsize";s:2:"26";s:13:"h2_lineheight";s:0:"";s:16:"h2_texttransform";s:0:"";s:15:"h2_google_fonts";s:10:"Montserrat";s:12:"h2_fontstyle";s:6:"normal";s:13:"h2_fontweight";s:0:"";s:16:"h2_letterspacing";s:0:"";s:8:"h3_color";s:7:"#ffffff";s:11:"h3_fontsize";s:2:"18";s:13:"h3_lineheight";s:0:"";s:16:"h3_texttransform";s:9:"uppercase";s:15:"h3_google_fonts";s:10:"Montserrat";s:12:"h3_fontstyle";s:6:"normal";s:13:"h3_fontweight";s:3:"900";s:16:"h3_letterspacing";s:0:"";s:8:"h4_color";s:0:"";s:11:"h4_fontsize";s:2:"18";s:13:"h4_lineheight";s:0:"";s:16:"h4_texttransform";s:0:"";s:15:"h4_google_fonts";s:10:"Montserrat";s:12:"h4_fontstyle";s:6:"normal";s:13:"h4_fontweight";s:0:"";s:16:"h4_letterspacing";s:0:"";s:8:"h5_color";s:0:"";s:11:"h5_fontsize";s:0:"";s:13:"h5_lineheight";s:0:"";s:16:"h5_texttransform";s:0:"";s:15:"h5_google_fonts";s:2:"-1";s:12:"h5_fontstyle";s:0:"";s:13:"h5_fontweight";s:0:"";s:16:"h5_letterspacing";s:0:"";s:8:"h6_color";s:0:"";s:11:"h6_fontsize";s:0:"";s:13:"h6_lineheight";s:0:"";s:16:"h6_texttransform";s:0:"";s:15:"h6_google_fonts";s:2:"-1";s:12:"h6_fontstyle";s:0:"";s:13:"h6_fontweight";s:0:"";s:16:"h6_letterspacing";s:0:"";s:10:"text_color";s:7:"#1e1e1e";s:13:"text_fontsize";s:2:"16";s:15:"text_lineheight";s:0:"";s:19:"text_text_transform";s:0:"";s:17:"text_google_fonts";s:9:"Open+Sans";s:14:"text_fontstyle";s:6:"normal";s:15:"text_fontweight";s:0:"";s:19:"text_letter_spacing";s:0:"";s:11:"text_margin";s:0:"";s:10:"link_color";s:0:"";s:15:"link_hovercolor";s:0:"";s:14:"link_fontstyle";s:0:"";s:15:"link_fontweight";s:0:"";s:19:"link_fontdecoration";s:0:"";s:10:"menu_color";s:0:"";s:15:"menu_hovercolor";s:0:"";s:16:"menu_activecolor";s:0:"";s:27:"menu_hover_background_color";s:0:"";s:17:"menu_google_fonts";s:2:"-1";s:13:"menu_fontsize";s:0:"";s:15:"menu_lineheight";s:0:"";s:40:"menu_hover_background_color_transparency";s:0:"";s:14:"menu_fontstyle";s:0:"";s:15:"menu_fontweight";s:0:"";s:18:"menu_letterspacing";s:0:"";s:18:"menu_texttransform";s:0:"";s:23:"menu_padding_left_right";s:0:"";s:20:"menu_separator_color";s:0:"";s:35:"menu_remove_separator_between_items";s:2:"no";s:14:"dropdown_color";s:0:"";s:19:"dropdown_hovercolor";s:0:"";s:21:"dropdown_google_fonts";s:2:"-1";s:17:"dropdown_fontsize";s:0:"";s:19:"dropdown_lineheight";s:0:"";s:27:"dropdown_padding_top_bottom";s:0:"";s:18:"dropdown_fontstyle";s:0:"";s:19:"dropdown_fontweight";s:0:"";s:22:"dropdown_letterspacing";s:0:"";s:22:"dropdown_texttransform";s:0:"";s:19:"dropdown_wide_color";s:0:"";s:24:"dropdown_wide_hovercolor";s:0:"";s:26:"dropdown_wide_google_fonts";s:2:"-1";s:22:"dropdown_wide_fontsize";s:0:"";s:24:"dropdown_wide_lineheight";s:0:"";s:23:"dropdown_wide_fontstyle";s:0:"";s:24:"dropdown_wide_fontweight";s:0:"";s:27:"dropdown_wide_letterspacing";s:0:"";s:27:"dropdown_wide_texttransform";s:0:"";s:23:"dropdown_color_thirdlvl";s:0:"";s:28:"dropdown_hovercolor_thirdlvl";s:0:"";s:30:"dropdown_google_fonts_thirdlvl";s:2:"-1";s:26:"dropdown_fontsize_thirdlvl";s:0:"";s:28:"dropdown_lineheight_thirdlvl";s:0:"";s:27:"dropdown_fontstyle_thirdlvl";s:0:"";s:28:"dropdown_fontweight_thirdlvl";s:0:"";s:31:"dropdown_letterspacing_thirdlvl";s:0:"";s:31:"dropdown_texttransform_thirdlvl";s:0:"";s:11:"fixed_color";s:0:"";s:16:"fixed_hovercolor";s:0:"";s:18:"fixed_google_fonts";s:2:"-1";s:14:"fixed_fontsize";s:0:"";s:16:"fixed_lineheight";s:0:"";s:19:"fixed_texttransform";s:0:"";s:15:"fixed_fontstyle";s:0:"";s:16:"fixed_fontweight";s:0:"";s:19:"fixed_letterspacing";s:0:"";s:12:"sticky_color";s:0:"";s:17:"sticky_hovercolor";s:0:"";s:19:"sticky_google_fonts";s:2:"-1";s:15:"sticky_fontsize";s:0:"";s:17:"sticky_lineheight";s:0:"";s:20:"sticky_texttransform";s:0:"";s:16:"sticky_fontstyle";s:0:"";s:17:"sticky_fontweight";s:0:"";s:20:"sticky_letterspacing";s:0:"";s:12:"mobile_color";s:0:"";s:17:"mobile_hovercolor";s:0:"";s:19:"mobile_google_fonts";s:2:"-1";s:15:"mobile_fontsize";s:0:"";s:17:"mobile_lineheight";s:0:"";s:20:"mobile_texttransform";s:0:"";s:16:"mobile_fontstyle";s:0:"";s:17:"mobile_fontweight";s:0:"";s:21:"mobile_letter_spacing";s:0:"";s:21:"top_header_text_color";s:0:"";s:27:"top_header_text_hover_color";s:0:"";s:27:"top_header_text_font_family";s:2:"-1";s:25:"top_header_text_font_size";s:0:"";s:27:"top_header_text_line_height";s:0:"";s:29:"top_header_text_texttransform";s:0:"";s:26:"top_header_text_font_style";s:0:"";s:27:"top_header_text_font_weight";s:0:"";s:30:"top_header_text_letter_spacing";s:0:"";s:16:"page_title_color";s:0:"";s:19:"page_title_fontsize";s:0:"";s:21:"page_title_lineheight";s:0:"";s:24:"page_title_texttransform";s:0:"";s:23:"page_title_google_fonts";s:2:"-1";s:20:"page_title_fontstyle";s:0:"";s:21:"page_title_fontweight";s:0:"";s:25:"page_title_letter_spacing";s:0:"";s:19:"page_subtitle_color";s:0:"";s:22:"page_subtitle_fontsize";s:0:"";s:24:"page_subtitle_lineheight";s:0:"";s:27:"page_subtitle_texttransform";s:0:"";s:26:"page_subtitle_google_fonts";s:2:"-1";s:23:"page_subtitle_fontstyle";s:0:"";s:24:"page_subtitle_fontweight";s:0:"";s:28:"page_subtitle_letter_spacing";s:0:"";s:21:"page_breadcrumb_color";s:0:"";s:24:"page_breadcrumb_fontsize";s:0:"";s:26:"page_breadcrumb_lineheight";s:0:"";s:29:"page_breadcrumb_texttransform";s:0:"";s:28:"page_breadcrumb_google_fonts";s:2:"-1";s:25:"page_breadcrumb_fontstyle";s:0:"";s:26:"page_breadcrumb_fontweight";s:0:"";s:30:"page_breadcrumb_letter_spacing";s:0:"";s:26:"page_breadcrumb_hovercolor";s:0:"";s:30:"portfolio_filter_margin_bottom";s:0:"";s:28:"portfolio_filter_title_color";s:0:"";s:32:"portfolio_filter_title_font_size";s:0:"";s:34:"portfolio_filter_title_line_height";s:0:"";s:37:"portfolio_filter_title_text_transform";s:0:"";s:34:"portfolio_filter_title_font_family";s:2:"-1";s:33:"portfolio_filter_title_font_style";s:0:"";s:34:"portfolio_filter_title_font_weight";s:0:"";s:37:"portfolio_filter_title_letter_spacing";s:0:"";s:22:"portfolio_filter_color";s:0:"";s:26:"portfolio_filter_font_size";s:0:"";s:28:"portfolio_filter_line_height";s:0:"";s:31:"portfolio_filter_text_transform";s:0:"";s:28:"portfolio_filter_font_family";s:2:"-1";s:27:"portfolio_filter_font_style";s:0:"";s:28:"portfolio_filter_font_weight";s:0:"";s:31:"portfolio_filter_letter_spacing";s:0:"";s:27:"portfolio_filter_hovercolor";s:0:"";s:34:"portfolio_filter_disable_separator";s:3:"yes";s:35:"portfolio_title_standard_list_color";s:0:"";s:39:"portfolio_title_standard_list_font_size";s:0:"";s:41:"portfolio_title_standard_list_line_height";s:0:"";s:44:"portfolio_title_standard_list_text_transform";s:0:"";s:41:"portfolio_title_standard_list_font_family";s:2:"-1";s:40:"portfolio_title_standard_list_font_style";s:0:"";s:41:"portfolio_title_standard_list_font_weight";s:0:"";s:44:"portfolio_title_standard_list_letter_spacing";s:0:"";s:41:"portfolio_title_standard_list_hover_color";s:0:"";s:38:"portfolio_category_standard_list_color";s:0:"";s:42:"portfolio_category_standard_list_font_size";s:0:"";s:44:"portfolio_category_standard_list_line_height";s:0:"";s:47:"portfolio_category_standard_list_text_transform";s:0:"";s:44:"portfolio_category_standard_list_font_family";s:2:"-1";s:43:"portfolio_category_standard_list_font_style";s:0:"";s:44:"portfolio_category_standard_list_font_weight";s:0:"";s:47:"portfolio_category_standard_list_letter_spacing";s:0:"";s:26:"portfolio_title_list_color";s:0:"";s:30:"portfolio_title_list_font_size";s:0:"";s:32:"portfolio_title_list_line_height";s:0:"";s:35:"portfolio_title_list_text_transform";s:0:"";s:32:"portfolio_title_list_font_family";s:2:"-1";s:31:"portfolio_title_list_font_style";s:0:"";s:32:"portfolio_title_list_font_weight";s:0:"";s:35:"portfolio_title_list_letter_spacing";s:0:"";s:29:"portfolio_category_list_color";s:0:"";s:33:"portfolio_category_list_font_size";s:0:"";s:35:"portfolio_category_list_line_height";s:0:"";s:38:"portfolio_category_list_text_transform";s:0:"";s:35:"portfolio_category_list_font_family";s:2:"-1";s:34:"portfolio_category_list_font_style";s:0:"";s:35:"portfolio_category_list_font_weight";s:0:"";s:38:"portfolio_category_list_letter_spacing";s:0:"";s:32:"portfolio_single_big_title_color";s:0:"";s:36:"portfolio_single_big_title_font_size";s:0:"";s:38:"portfolio_single_big_title_line_height";s:0:"";s:41:"portfolio_single_big_title_text_transform";s:0:"";s:38:"portfolio_single_big_title_font_family";s:2:"-1";s:37:"portfolio_single_big_title_font_style";s:0:"";s:38:"portfolio_single_big_title_font_weight";s:0:"";s:41:"portfolio_single_big_title_letter_spacing";s:0:"";s:34:"portfolio_single_small_title_color";s:0:"";s:38:"portfolio_single_small_title_font_size";s:0:"";s:40:"portfolio_single_small_title_line_height";s:0:"";s:43:"portfolio_single_small_title_text_transform";s:0:"";s:40:"portfolio_single_small_title_font_family";s:2:"-1";s:39:"portfolio_single_small_title_font_style";s:0:"";s:40:"portfolio_single_small_title_font_weight";s:0:"";s:43:"portfolio_single_small_title_letter_spacing";s:0:"";s:33:"portfolio_single_meta_title_color";s:0:"";s:37:"portfolio_single_meta_title_font_size";s:0:"";s:39:"portfolio_single_meta_title_line_height";s:0:"";s:42:"portfolio_single_meta_title_text_transform";s:0:"";s:39:"portfolio_single_meta_title_font_family";s:2:"-1";s:38:"portfolio_single_meta_title_font_style";s:0:"";s:39:"portfolio_single_meta_title_font_weight";s:0:"";s:42:"portfolio_single_meta_title_letter_spacing";s:0:"";s:32:"portfolio_single_meta_text_color";s:0:"";s:36:"portfolio_single_meta_text_font_size";s:0:"";s:38:"portfolio_single_meta_text_line_height";s:0:"";s:41:"portfolio_single_meta_text_text_transform";s:0:"";s:38:"portfolio_single_meta_text_font_family";s:2:"-1";s:37:"portfolio_single_meta_text_font_style";s:0:"";s:38:"portfolio_single_meta_text_font_weight";s:0:"";s:41:"portfolio_single_meta_text_letter_spacing";s:0:"";s:20:"blog_list_info_color";s:0:"";s:24:"blog_list_info_font_size";s:0:"";s:26:"blog_list_info_line_height";s:0:"";s:29:"blog_list_info_text_transform";s:0:"";s:26:"blog_list_info_font_family";s:2:"-1";s:25:"blog_list_info_font_style";s:0:"";s:26:"blog_list_info_font_weight";s:0:"";s:29:"blog_list_info_letter_spacing";s:0:"";s:26:"blog_list_info_hover_color";s:0:"";s:28:"blog_large_image_title_color";s:0:"";s:31:"blog_large_image_title_fontsize";s:0:"";s:33:"blog_large_image_title_lineheight";s:0:"";s:36:"blog_large_image_title_texttransform";s:0:"";s:35:"blog_large_image_title_google_fonts";s:2:"-1";s:32:"blog_large_image_title_fontstyle";s:0:"";s:33:"blog_large_image_title_fontweight";s:0:"";s:37:"blog_large_image_title_letter_spacing";s:0:"";s:34:"blog_large_image_title_hover_color";s:0:"";s:31:"blog_large_image_ql_title_color";s:0:"";s:35:"blog_large_image_ql_title_font_size";s:0:"";s:37:"blog_large_image_ql_title_line_height";s:0:"";s:40:"blog_large_image_ql_title_text_transform";s:0:"";s:37:"blog_large_image_ql_title_font_family";s:2:"-1";s:36:"blog_large_image_ql_title_font_style";s:0:"";s:37:"blog_large_image_ql_title_font_weight";s:0:"";s:40:"blog_large_image_ql_title_letter_spacing";s:0:"";s:37:"blog_large_image_ql_title_hover_color";s:0:"";s:24:"blog_masonry_title_color";s:0:"";s:28:"blog_masonry_title_font_size";s:0:"";s:30:"blog_masonry_title_line_height";s:0:"";s:33:"blog_masonry_title_text_transform";s:0:"";s:30:"blog_masonry_title_font_family";s:2:"-1";s:29:"blog_masonry_title_font_style";s:0:"";s:30:"blog_masonry_title_font_weight";s:0:"";s:33:"blog_masonry_title_letter_spacing";s:0:"";s:30:"blog_masonry_title_hover_color";s:0:"";s:27:"blog_masonry_ql_title_color";s:0:"";s:31:"blog_masonry_ql_title_font_size";s:0:"";s:33:"blog_masonry_ql_title_line_height";s:0:"";s:36:"blog_masonry_ql_title_text_transform";s:0:"";s:33:"blog_masonry_ql_title_font_family";s:2:"-1";s:32:"blog_masonry_ql_title_font_style";s:0:"";s:33:"blog_masonry_ql_title_font_weight";s:0:"";s:36:"blog_masonry_ql_title_letter_spacing";s:0:"";s:33:"blog_masonry_ql_title_hover_color";s:0:"";s:26:"blog_masonry_ql_icon_color";s:0:"";s:37:"blog_masonry_ql_icon_background_color";s:0:"";s:32:"blog_masonry_ql_icon_hover_color";s:0:"";s:43:"blog_masonry_ql_icon_background_hover_color";s:0:"";s:32:"blog_large_image_ql_author_color";s:0:"";s:36:"blog_large_image_ql_author_font_size";s:0:"";s:38:"blog_large_image_ql_author_line_height";s:0:"";s:41:"blog_large_image_ql_author_text_transform";s:0:"";s:38:"blog_large_image_ql_author_font_family";s:2:"-1";s:37:"blog_large_image_ql_author_font_style";s:0:"";s:38:"blog_large_image_ql_author_font_weight";s:0:"";s:41:"blog_large_image_ql_author_letter_spacing";s:0:"";s:38:"blog_large_image_ql_author_hover_color";s:0:"";s:25:"blog_masonry_author_color";s:0:"";s:29:"blog_masonry_author_font_size";s:0:"";s:31:"blog_masonry_author_line_height";s:0:"";s:34:"blog_masonry_author_text_transform";s:0:"";s:31:"blog_masonry_author_font_family";s:2:"-1";s:30:"blog_masonry_author_font_style";s:0:"";s:31:"blog_masonry_author_font_weight";s:0:"";s:34:"blog_masonry_author_letter_spacing";s:0:"";s:31:"blog_masonry_author_hover_color";s:0:"";s:27:"blog_large_image_icon_color";s:0:"";s:33:"blog_large_image_icon_hover_color";s:0:"";s:38:"blog_large_image_icon_background_color";s:0:"";s:44:"blog_large_image_icon_background_hover_color";s:0:"";s:37:"blog_chequered_with_image_title_color";s:0:"";s:41:"blog_chequered_with_image_title_font_size";s:0:"";s:43:"blog_chequered_with_image_title_line_height";s:0:"";s:46:"blog_chequered_with_image_title_text_transform";s:0:"";s:43:"blog_chequered_with_image_title_font_family";s:2:"-1";s:42:"blog_chequered_with_image_title_font_style";s:0:"";s:43:"blog_chequered_with_image_title_font_weight";s:0:"";s:46:"blog_chequered_with_image_title_letter_spacing";s:0:"";s:39:"blog_chequered_with_bgcolor_title_color";s:0:"";s:43:"blog_chequered_with_bgcolor_title_font_size";s:0:"";s:45:"blog_chequered_with_bgcolor_title_line_height";s:0:"";s:48:"blog_chequered_with_bgcolor_title_text_transform";s:0:"";s:45:"blog_chequered_with_bgcolor_title_font_family";s:2:"-1";s:44:"blog_chequered_with_bgcolor_title_font_style";s:0:"";s:45:"blog_chequered_with_bgcolor_title_font_weight";s:0:"";s:48:"blog_chequered_with_bgcolor_title_letter_spacing";s:0:"";s:25:"blog_animated_title_color";s:0:"";s:29:"blog_animated_title_font_size";s:0:"";s:31:"blog_animated_title_line_height";s:0:"";s:34:"blog_animated_title_text_transform";s:0:"";s:31:"blog_animated_title_font_family";s:2:"-1";s:30:"blog_animated_title_font_style";s:0:"";s:31:"blog_animated_title_font_weight";s:0:"";s:34:"blog_animated_title_letter_spacing";s:0:"";s:25:"blog_centered_title_color";s:0:"";s:29:"blog_centered_title_font_size";s:0:"";s:31:"blog_centered_title_line_height";s:0:"";s:34:"blog_centered_title_text_transform";s:0:"";s:31:"blog_centered_title_font_family";s:2:"-1";s:30:"blog_centered_title_font_style";s:0:"";s:31:"blog_centered_title_font_weight";s:0:"";s:34:"blog_centered_title_letter_spacing";s:0:"";s:24:"blog_centered_info_color";s:0:"";s:28:"blog_centered_info_font_size";s:0:"";s:30:"blog_centered_info_line_height";s:0:"";s:33:"blog_centered_info_text_transform";s:0:"";s:30:"blog_centered_info_font_family";s:2:"-1";s:29:"blog_centered_info_font_style";s:0:"";s:30:"blog_centered_info_font_weight";s:0:"";s:33:"blog_centered_info_letter_spacing";s:0:"";s:23:"blog_single_title_color";s:0:"";s:27:"blog_single_title_font_size";s:0:"";s:29:"blog_single_title_line_height";s:0:"";s:32:"blog_single_title_text_transform";s:0:"";s:29:"blog_single_title_font_family";s:2:"-1";s:28:"blog_single_title_font_style";s:0:"";s:29:"blog_single_title_font_weight";s:0:"";s:32:"blog_single_title_letter_spacing";s:0:"";s:26:"blog_single_ql_title_color";s:0:"";s:30:"blog_single_ql_title_font_size";s:0:"";s:32:"blog_single_ql_title_line_height";s:0:"";s:35:"blog_single_ql_title_text_transform";s:0:"";s:32:"blog_single_ql_title_font_family";s:2:"-1";s:31:"blog_single_ql_title_font_style";s:0:"";s:32:"blog_single_ql_title_font_weight";s:0:"";s:35:"blog_single_ql_title_letter_spacing";s:0:"";s:32:"blog_single_ql_title_hover_color";s:0:"";s:26:"contact_form_heading_color";s:0:"";s:29:"contact_form_heading_fontsize";s:0:"";s:31:"contact_form_heading_lineheight";s:0:"";s:34:"contact_form_heading_texttransform";s:0:"";s:33:"contact_form_heading_google_fonts";s:2:"-1";s:30:"contact_form_heading_fontstyle";s:0:"";s:31:"contact_form_heading_fontweight";s:0:"";s:35:"contact_form_heading_letter_spacing";s:0:"";s:32:"contact_form_section_title_color";s:0:"";s:36:"contact_form_section_title_font_size";s:0:"";s:38:"contact_form_section_title_line_height";s:0:"";s:41:"contact_form_section_title_text_transform";s:0:"";s:39:"contact_form_section_title_google_fonts";s:2:"-1";s:37:"contact_form_section_title_font_style";s:0:"";s:38:"contact_form_section_title_font_weight";s:0:"";s:41:"contact_form_section_title_letter_spacing";s:0:"";s:35:"contact_form_section_subtitle_color";s:0:"";s:39:"contact_form_section_subtitle_font_size";s:0:"";s:41:"contact_form_section_subtitle_line_height";s:0:"";s:44:"contact_form_section_subtitle_text_transform";s:0:"";s:42:"contact_form_section_subtitle_google_fonts";s:2:"-1";s:40:"contact_form_section_subtitle_font_style";s:0:"";s:41:"contact_form_section_subtitle_font_weight";s:0:"";s:44:"contact_form_section_subtitle_letter_spacing";s:0:"";s:22:"back_to_top_arrow_size";s:2:"14";s:23:"back_to_top_arrow_color";s:0:"";s:29:"back_to_top_arrow_hover_color";s:0:"";s:28:"back_to_top_background_color";s:0:"";s:34:"back_to_top_background_hover_color";s:0:"";s:24:"back_to_top_border_color";s:0:"";s:30:"back_to_top_border_hover_color";s:0:"";s:18:"button_title_color";s:0:"";s:21:"button_title_fontsize";s:0:"";s:23:"button_title_lineheight";s:0:"";s:26:"button_title_texttransform";s:0:"";s:25:"button_title_google_fonts";s:2:"-1";s:22:"button_title_fontstyle";s:0:"";s:23:"button_title_fontweight";s:0:"";s:27:"button_title_letter_spacing";s:0:"";s:23:"button_title_hovercolor";s:0:"";s:22:"button_backgroundcolor";s:0:"";s:28:"button_backgroundcolor_hover";s:0:"";s:19:"button_border_color";s:0:"";s:25:"button_border_hover_color";s:0:"";s:19:"button_border_width";s:0:"";s:20:"button_border_radius";s:0:"";s:23:"button_white_text_color";s:0:"";s:29:"button_white_text_color_hover";s:0:"";s:29:"button_white_background_color";s:0:"";s:35:"button_white_background_color_hover";s:0:"";s:25:"button_white_border_color";s:0:"";s:31:"button_white_border_color_hover";s:0:"";s:23:"small_button_lineheight";s:0:"";s:21:"small_button_fontsize";s:0:"";s:23:"small_button_fontweight";s:0:"";s:20:"small_button_padding";s:0:"";s:26:"small_button_border_radius";s:0:"";s:23:"large_button_lineheight";s:0:"";s:21:"large_button_fontsize";s:0:"";s:23:"large_button_fontweight";s:0:"";s:20:"large_button_padding";s:0:"";s:26:"large_button_border_radius";s:0:"";s:27:"big_large_button_lineheight";s:0:"";s:25:"big_large_button_fontsize";s:0:"";s:27:"big_large_button_fontweight";s:0:"";s:24:"big_large_button_padding";s:0:"";s:30:"big_large_button_border_radius";s:0:"";s:16:"blockquote_color";s:0:"";s:20:"blockquote_font_size";s:0:"";s:22:"blockquote_line_height";s:0:"";s:25:"blockquote_text_transform";s:0:"";s:22:"blockquote_font_family";s:2:"-1";s:21:"blockquote_font_style";s:0:"";s:22:"blockquote_font_weight";s:0:"";s:25:"blockquote_letter_spacing";s:0:"";s:27:"blockquote_background_color";s:0:"";s:23:"blockquote_border_color";s:0:"";s:27:"blockquote_quote_icon_color";s:0:"";s:13:"counter_color";s:0:"";s:18:"counter_text_color";s:0:"";s:23:"counter_separator_color";s:0:"";s:20:"counters_font_family";s:2:"-1";s:18:"counters_font_size";s:0:"";s:19:"counters_fontweight";s:0:"";s:23:"counters_text_font_size";s:0:"";s:24:"counters_text_fontweight";s:0:"";s:27:"counters_text_texttransform";s:0:"";s:27:"counters_text_letterspacing";s:0:"";s:15:"countdown_color";s:0:"";s:20:"countdown_text_color";s:0:"";s:19:"countdown_font_size";s:0:"";s:20:"countdown_fontweight";s:0:"";s:24:"countdown_text_font_size";s:0:"";s:25:"countdown_text_fontweight";s:0:"";s:28:"countdown_text_texttransform";s:0:"";s:28:"countdown_text_letterspacing";s:0:"";s:22:"expandable_label_color";s:0:"";s:26:"expandable_label_font_size";s:0:"";s:31:"expandable_label_text_transform";s:0:"";s:28:"expandable_label_font_family";s:2:"-1";s:28:"expandable_label_font_weight";s:0:"";s:31:"expandable_label_letter_spacing";s:0:"";s:27:"expandable_background_color";s:0:"";s:28:"expandable_label_hover_color";s:0:"";s:15:"highlight_color";s:0:"";s:32:"progress_bar_horizontal_fontsize";s:0:"";s:34:"progress_bar_horizontal_fontweight";s:0:"";s:22:"input_background_color";s:0:"";s:28:"input_focus_background_color";s:0:"";s:18:"input_border_color";s:0:"";s:24:"input_focus_border_color";s:0:"";s:16:"input_text_color";s:0:"";s:22:"input_focus_text_color";s:0:"";s:36:"interactive_banners_background_color";s:0:"";s:42:"interactive_banners_hover_background_color";s:0:"";s:19:"message_title_color";s:0:"";s:23:"message_backgroundcolor";s:0:"";s:26:"message_title_google_fonts";s:2:"-1";s:22:"message_title_fontsize";s:0:"";s:24:"message_title_lineheight";s:0:"";s:23:"message_title_fontstyle";s:0:"";s:24:"message_title_fontweight";s:0:"";s:18:"message_icon_color";s:0:"";s:21:"message_icon_fontsize";s:0:"";s:16:"pagination_color";s:0:"";s:22:"pagination_hover_color";s:0:"";s:20:"pagination_font_size";s:0:"";s:22:"pagination_line_height";s:0:"";s:25:"pagination_text_transform";s:0:"";s:22:"pagination_font_family";s:2:"-1";s:21:"pagination_font_style";s:0:"";s:22:"pagination_font_weight";s:0:"";s:25:"pagination_letter_spacing";s:0:"";s:26:"portfolio_pagination_color";s:0:"";s:32:"portfolio_pagination_hover_color";s:0:"";s:30:"portfolio_pagination_font_size";s:0:"";s:19:"pie_charts_fontsize";s:0:"";s:21:"pie_charts_fontweight";s:0:"";s:30:"pricing_table_background_color";s:0:"";s:29:"pricing_table_separator_color";s:0:"";s:33:"pricing_table_separator_thickness";s:0:"";s:32:"pricing_tables_active_text_color";s:0:"";s:36:"pricing_tables_active_text_font_size";s:0:"";s:38:"pricing_tables_active_text_line_height";s:0:"";s:41:"pricing_tables_active_text_text_transform";s:0:"";s:38:"pricing_tables_active_text_font_family";s:2:"-1";s:37:"pricing_tables_active_text_font_style";s:0:"";s:38:"pricing_tables_active_text_font_weight";s:0:"";s:41:"pricing_tables_active_text_letter_spacing";s:0:"";s:26:"pricing_tables_title_color";s:0:"";s:30:"pricing_tables_title_font_size";s:0:"";s:32:"pricing_tables_title_line_height";s:0:"";s:35:"pricing_tables_title_text_transform";s:0:"";s:32:"pricing_tables_title_font_family";s:2:"-1";s:31:"pricing_tables_title_font_style";s:0:"";s:32:"pricing_tables_title_font_weight";s:0:"";s:35:"pricing_tables_title_letter_spacing";s:0:"";s:27:"pricing_tables_period_color";s:0:"";s:31:"pricing_tables_period_font_size";s:0:"";s:33:"pricing_tables_period_line_height";s:0:"";s:36:"pricing_tables_period_text_transform";s:0:"";s:33:"pricing_tables_period_font_family";s:2:"-1";s:32:"pricing_tables_period_font_style";s:0:"";s:33:"pricing_tables_period_font_weight";s:0:"";s:36:"pricing_tables_period_letter_spacing";s:0:"";s:26:"pricing_tables_price_color";s:0:"";s:30:"pricing_tables_price_font_size";s:0:"";s:32:"pricing_tables_price_line_height";s:0:"";s:35:"pricing_tables_price_text_transform";s:0:"";s:32:"pricing_tables_price_font_family";s:2:"-1";s:31:"pricing_tables_price_font_style";s:0:"";s:32:"pricing_tables_price_font_weight";s:0:"";s:35:"pricing_tables_price_letter_spacing";s:0:"";s:29:"pricing_tables_currency_color";s:0:"";s:33:"pricing_tables_currency_font_size";s:0:"";s:35:"pricing_tables_currency_line_height";s:0:"";s:38:"pricing_tables_currency_text_transform";s:0:"";s:35:"pricing_tables_currency_font_family";s:2:"-1";s:34:"pricing_tables_currency_font_style";s:0:"";s:35:"pricing_tables_currency_font_weight";s:0:"";s:38:"pricing_tables_currency_letter_spacing";s:0:"";s:27:"pricing_tables_button_color";s:0:"";s:31:"pricing_tables_button_font_size";s:0:"";s:33:"pricing_tables_button_line_height";s:0:"";s:36:"pricing_tables_button_text_transform";s:0:"";s:33:"pricing_tables_button_font_family";s:2:"-1";s:32:"pricing_tables_button_font_style";s:0:"";s:33:"pricing_tables_button_font_weight";s:0:"";s:36:"pricing_tables_button_letter_spacing";s:0:"";s:25:"pricing_lists_title_color";s:0:"";s:29:"pricing_lists_title_font_size";s:0:"";s:31:"pricing_lists_title_line_height";s:0:"";s:34:"pricing_lists_title_text_transform";s:0:"";s:31:"pricing_lists_title_font_family";s:2:"-1";s:30:"pricing_lists_title_font_style";s:0:"";s:31:"pricing_lists_title_font_weight";s:0:"";s:34:"pricing_lists_title_letter_spacing";s:0:"";s:25:"pricing_lists_price_color";s:0:"";s:29:"pricing_lists_price_font_size";s:0:"";s:31:"pricing_lists_price_line_height";s:0:"";s:34:"pricing_lists_price_text_transform";s:0:"";s:31:"pricing_lists_price_font_family";s:2:"-1";s:30:"pricing_lists_price_font_style";s:0:"";s:31:"pricing_lists_price_font_weight";s:0:"";s:34:"pricing_lists_price_letter_spacing";s:0:"";s:24:"pricing_lists_text_color";s:0:"";s:28:"pricing_lists_text_font_size";s:0:"";s:30:"pricing_lists_text_line_height";s:0:"";s:33:"pricing_lists_text_text_transform";s:0:"";s:30:"pricing_lists_text_font_family";s:2:"-1";s:29:"pricing_lists_text_font_style";s:0:"";s:30:"pricing_lists_text_font_weight";s:0:"";s:33:"pricing_lists_text_letter_spacing";s:0:"";s:36:"pricing_lists_highlighted_text_color";s:0:"";s:40:"pricing_lists_highlighted_text_font_size";s:0:"";s:42:"pricing_lists_highlighted_text_line_height";s:0:"";s:45:"pricing_lists_highlighted_text_text_transform";s:0:"";s:42:"pricing_lists_highlighted_text_font_family";s:2:"-1";s:41:"pricing_lists_highlighted_text_font_style";s:0:"";s:42:"pricing_lists_highlighted_text_font_weight";s:0:"";s:45:"pricing_lists_highlighted_text_letter_spacing";s:0:"";s:42:"pricing_lists_highlighted_background_color";s:0:"";s:15:"separator_color";s:0:"";s:19:"separator_thickness";s:0:"";s:19:"separator_topmargin";s:0:"";s:22:"separator_bottommargin";s:0:"";s:14:"separator_type";s:0:"";s:21:"separator_small_color";s:0:"";s:25:"separator_small_thickness";s:0:"";s:21:"separator_small_width";s:0:"";s:25:"separator_small_topmargin";s:0:"";s:28:"separator_small_bottommargin";s:0:"";s:20:"separator_small_type";s:0:"";s:21:"navigation_arrow_size";s:2:"14";s:22:"navigation_arrow_color";s:0:"";s:28:"navigation_arrow_hover_color";s:0:"";s:27:"navigation_background_color";s:0:"";s:33:"navigation_background_hover_color";s:0:"";s:23:"navigation_border_color";s:0:"";s:29:"navigation_border_hover_color";s:0:"";s:24:"fs_navigation_arrow_size";s:0:"";s:25:"fs_navigation_arrow_color";s:0:"";s:31:"fs_navigation_arrow_hover_color";s:0:"";s:12:"social_color";s:0:"";s:18:"social_hover_color";s:0:"";s:17:"social_icon_color";s:0:"";s:23:"social_icon_hover_color";s:0:"";s:28:"social_icon_background_color";s:0:"";s:34:"social_icon_hover_background_color";s:0:"";s:24:"social_icon_border_color";s:0:"";s:30:"social_icon_hover_border_color";s:0:"";s:14:"tabs_text_size";s:0:"";s:15:"tabs_fontweight";s:0:"";s:20:"tabs_nav_font_family";s:2:"-1";s:14:"tab_text_color";s:0:"";s:20:"tab_background_color";s:0:"";s:21:"tab_active_text_color";s:0:"";s:27:"tab_active_background_color";s:0:"";s:23:"tab_text_text_transform";s:0:"";s:22:"tabs_content_text_size";s:0:"";s:29:"tabs_content_background_color";s:0:"";s:10:"tags_color";s:0:"";s:14:"tags_font_size";s:0:"";s:16:"tags_line_height";s:0:"";s:19:"tags_text_transform";s:0:"";s:16:"tags_font_family";s:2:"-1";s:15:"tags_font_style";s:0:"";s:16:"tags_font_weight";s:0:"";s:19:"tags_letter_spacing";s:0:"";s:16:"tags_hover_color";s:0:"";s:21:"tags_background_color";s:0:"";s:27:"tags_background_hover_color";s:0:"";s:24:"testimonials_title_color";s:0:"";s:28:"testimonials_title_font_size";s:0:"";s:30:"testimonials_title_line_height";s:0:"";s:33:"testimonials_title_text_transform";s:0:"";s:30:"testimonials_title_font_family";s:2:"-1";s:29:"testimonials_title_font_style";s:0:"";s:30:"testimonials_title_font_weight";s:0:"";s:33:"testimonials_title_letter_spacing";s:0:"";s:23:"testimonials_text_color";s:0:"";s:27:"testimonials_text_font_size";s:0:"";s:29:"testimonials_text_line_height";s:0:"";s:32:"testimonials_text_text_transform";s:0:"";s:29:"testimonials_text_font_family";s:2:"-1";s:28:"testimonials_text_font_style";s:0:"";s:29:"testimonials_text_font_weight";s:0:"";s:32:"testimonials_text_letter_spacing";s:0:"";s:25:"testimonials_author_color";s:0:"";s:29:"testimonials_author_font_size";s:0:"";s:31:"testimonials_author_line_height";s:0:"";s:34:"testimonials_author_text_transform";s:0:"";s:31:"testimonials_author_font_family";s:2:"-1";s:30:"testimonials_author_font_style";s:0:"";s:31:"testimonials_author_font_weight";s:0:"";s:34:"testimonials_author_letter_spacing";s:0:"";s:29:"testimonials_author_job_color";s:0:"";s:33:"testimonials_author_job_font_size";s:0:"";s:35:"testimonials_author_job_line_height";s:0:"";s:38:"testimonials_author_job_text_transform";s:0:"";s:35:"testimonials_author_job_font_family";s:2:"-1";s:34:"testimonials_author_job_font_style";s:0:"";s:35:"testimonials_author_job_font_weight";s:0:"";s:38:"testimonials_author_job_letter_spacing";s:0:"";s:29:"testimonials_navigation_color";s:0:"";s:36:"testimonials_navigation_active_color";s:0:"";s:38:"testimonaials_navigation_border_radius";s:0:"";s:37:"testimonials_grouped_background_color";s:0:"";s:44:"testimonials_grouped_background_transparency";s:0:"";s:33:"testimonials_grouped_border_color";s:0:"";s:33:"testimonials_grouped_border_width";s:0:"";s:17:"sidebar_alignment";s:7:"default";s:21:"sidebar_widget_border";s:7:"default";s:19:"sidebar_title_color";s:0:"";s:23:"sidebar_title_font_size";s:0:"";s:25:"sidebar_title_line_height";s:0:"";s:28:"sidebar_title_text_transform";s:0:"";s:25:"sidebar_title_font_family";s:2:"-1";s:24:"sidebar_title_font_style";s:0:"";s:25:"sidebar_title_font_weight";s:0:"";s:28:"sidebar_title_letter_spacing";s:0:"";s:24:"sidebar_title_background";s:0:"";s:26:"sidebar_title_border_color";s:0:"";s:18:"sidebar_link_color";s:0:"";s:22:"sidebar_link_font_size";s:0:"";s:24:"sidebar_link_line_height";s:0:"";s:27:"sidebar_link_text_transform";s:0:"";s:24:"sidebar_link_font_family";s:2:"-1";s:23:"sidebar_link_font_style";s:0:"";s:24:"sidebar_link_font_weight";s:0:"";s:27:"sidebar_link_letter_spacing";s:0:"";s:24:"sidebar_link_hover_color";s:0:"";s:21:"blog_disable_text_box";s:2:"no";s:25:"blog_box_background_color";s:0:"";s:21:"blog_box_border_color";s:0:"";s:24:"blog_ql_background_color";s:0:"";s:30:"blog_ql_hover_background_color";s:0:"";s:10:"blog_style";s:1:"1";s:21:"category_blog_sidebar";s:7:"default";s:18:"blog_hide_comments";s:2:"no";s:16:"blog_hide_author";s:2:"no";s:9:"qode_like";s:2:"on";s:12:"wp_read_more";s:3:"off";s:23:"disable_quote_link_mark";s:2:"no";s:15:"blog_page_range";s:0:"";s:15:"number_of_chars";s:2:"45";s:23:"number_of_chars_masonry";s:0:"";s:27:"number_of_chars_large_image";s:0:"";s:25:"number_of_chars_chequered";s:0:"";s:24:"number_of_chars_animated";s:0:"";s:24:"number_of_chars_centered";s:0:"";s:10:"pagination";s:1:"1";s:18:"pagination_masonry";s:10:"pagination";s:19:"blog_masonry_filter";s:2:"no";s:34:"blog_masonry_article_overlay_color";s:0:"";s:41:"blog_masonry_article_overlay_transparency";s:0:"";s:28:"blog_masonry_icon_plus_color";s:0:"";s:39:"blog_masonry_icon_plus_background_color";s:0:"";s:17:"blog_loading_type";s:0:"";s:19:"blog_single_sidebar";s:7:"default";s:34:"blog_single_sidebar_custom_display";s:0:"";s:21:"blog_single_hide_date";s:2:"no";s:25:"blog_single_hide_category";s:2:"no";s:16:"blog_author_info";s:2:"no";s:25:"disable_author_info_email";s:2:"no";s:25:"blog_single_hide_comments";s:2:"no";s:23:"blog_single_audio_style";s:2:"no";s:29:"blog_single_space_after_image";s:0:"";s:29:"blog_single_space_after_title";s:0:"";s:28:"blog_single_space_after_info";s:0:"";s:29:"blog_single_social_share_type";s:2:"no";s:30:"blog_single_space_before_share";s:0:"";s:26:"portfolio_disable_text_box";s:2:"no";s:35:"portfolio_list_box_background_color";s:0:"";s:22:"portfolio_shader_color";s:0:"";s:29:"portfolio_shader_transparency";s:0:"";s:19:"portfolio_qode_like";s:2:"on";s:28:"portfolio_list_hide_category";s:2:"no";s:26:"portfolio_list_icons_color";s:0:"";s:32:"portfolio_list_icons_hover_color";s:0:"";s:37:"portfolio_list_icons_background_color";s:0:"";s:43:"portfolio_list_icons_background_hover_color";s:0:"";s:33:"portfolio_list_icons_border_color";s:0:"";s:39:"portfolio_list_icons_border_hover_color";s:0:"";s:34:"portfolio_list_icons_border_radius";s:0:"";s:15:"portfolio_style";s:12:"small-images";s:23:"lightbox_single_project";s:3:"yes";s:29:"lightbox_video_single_project";s:2:"no";s:25:"portfolio_hide_categories";s:2:"no";s:19:"portfolio_hide_date";s:2:"no";s:23:"portfolio_hide_comments";s:3:"yes";s:27:"portfolio_social_share_type";s:6:"circle";s:29:"portfolio_single_social_color";s:0:"";s:35:"portfolio_single_social_hover_color";s:0:"";s:21:"portfolio_text_follow";s:23:"portfolio_single_follow";s:25:"portfolio_hide_pagination";s:2:"no";s:42:"portfolio_navigation_through_same_category";s:2:"no";s:34:"portfolio_navigation_reverse_order";s:2:"no";s:30:"portfolio_box_background_color";s:0:"";s:24:"portfolio_box_lr_padding";s:0:"";s:24:"portfolio_columns_number";s:1:"2";s:26:"portfolio_hide_image_title";s:2:"no";s:30:"portfolio_single_gallery_color";s:0:"";s:37:"portfolio_single_gallery_transparency";s:0:"";s:24:"portfolio_single_sidebar";s:7:"default";s:39:"portfolio_single_sidebar_custom_display";s:0:"";s:21:"portfolio_single_slug";s:0:"";s:23:"qs_slider_height_tablet";s:0:"";s:23:"qs_slider_height_mobile";s:0:"";s:19:"qs_navigation_color";s:0:"";s:25:"qs_navigation_hover_color";s:0:"";s:30:"qs_navigation_background_color";s:0:"";s:36:"qs_navigation_background_hover_color";s:0:"";s:26:"qs_navigation_border_color";s:0:"";s:32:"qs_navigation_border_hover_color";s:0:"";s:27:"qs_navigation_control_color";s:0:"";s:15:"qs_button_color";s:0:"";s:21:"qs_button_hover_color";s:0:"";s:26:"qs_button_background_color";s:0:"";s:32:"qs_button_hover_background_color";s:0:"";s:22:"qs_button_border_color";s:0:"";s:28:"qs_button_hover_border_color";s:0:"";s:22:"qs_button_border_width";s:0:"";s:23:"qs_button_border_radius";s:0:"";s:16:"qs_button2_color";s:0:"";s:22:"qs_button2_hover_color";s:0:"";s:27:"qs_button2_background_color";s:0:"";s:33:"qs_button2_hover_background_color";s:0:"";s:23:"qs_button2_border_color";s:0:"";s:29:"qs_button2_hover_border_color";s:0:"";s:23:"qs_button2_border_width";s:0:"";s:24:"qs_button2_border_radius";s:0:"";s:19:"enable_social_share";s:2:"no";s:21:"post_types_names_post";s:0:"";s:21:"post_types_names_page";s:0:"";s:27:"post_types_names_attachment";s:0:"";s:31:"post_types_names_portfolio_page";s:0:"";s:21:"enable_facebook_share";s:2:"no";s:13:"facebook_icon";s:0:"";s:20:"enable_twitter_share";s:2:"no";s:12:"twitter_icon";s:0:"";s:11:"twitter_via";s:0:"";s:18:"enable_google_plus";s:2:"no";s:16:"google_plus_icon";s:0:"";s:15:"enable_linkedin";s:2:"no";s:13:"linkedin_icon";s:0:"";s:13:"enable_tumblr";s:2:"no";s:11:"tumblr_icon";s:0:"";s:16:"enable_pinterest";s:2:"no";s:14:"pinterest_icon";s:0:"";s:9:"enable_vk";s:2:"no";s:7:"vk_icon";s:0:"";s:9:"404_title";s:0:"";s:15:"404_title_color";s:0:"";s:19:"404_title_font_size";s:0:"";s:21:"404_title_line_height";s:0:"";s:24:"404_title_text_transform";s:0:"";s:21:"404_title_font_family";s:2:"-1";s:20:"404_title_font_style";s:0:"";s:21:"404_title_font_weight";s:0:"";s:24:"404_title_letter_spacing";s:0:"";s:8:"404_text";s:0:"";s:14:"404_text_color";s:0:"";s:18:"404_text_font_size";s:0:"";s:20:"404_text_line_height";s:0:"";s:23:"404_text_text_transform";s:0:"";s:20:"404_text_font_family";s:2:"-1";s:19:"404_text_font_style";s:0:"";s:20:"404_text_font_weight";s:0:"";s:23:"404_text_letter_spacing";s:0:"";s:13:"404_backlabel";s:0:"";s:17:"enable_google_map";s:2:"no";s:24:"section_between_map_form";s:3:"yes";s:19:"enable_contact_form";s:2:"no";s:19:"google_map_position";s:0:"";s:18:"google_maps_height";s:3:"750";s:19:"google_maps_address";s:0:"";s:20:"google_maps_address2";s:0:"";s:20:"google_maps_address3";s:0:"";s:20:"google_maps_address4";s:0:"";s:20:"google_maps_address5";s:0:"";s:21:"google_maps_pin_image";s:71:"http://permanentmakeupbydeb.com/wp-content/themes/stockholm/img/pin.png";s:16:"google_maps_zoom";s:2:"12";s:24:"google_maps_scroll_wheel";s:2:"no";s:17:"google_maps_style";s:3:"yes";s:17:"google_maps_color";s:0:"";s:22:"google_maps_saturation";s:0:"";s:21:"google_maps_lightness";s:0:"";s:26:"contact_section_text_align";s:0:"";s:32:"contact_section_above_form_title";s:0:"";s:35:"contact_section_above_form_subtitle";s:0:"";s:12:"receive_mail";s:0:"";s:10:"email_from";s:0:"";s:13:"email_subject";s:0:"";s:25:"hide_contact_form_website";s:2:"no";s:21:"contact_heading_above";s:0:"";s:13:"use_recaptcha";s:2:"no";s:20:"recaptcha_public_key";s:0:"";s:21:"recaptcha_private_key";s:0:"";s:16:"use_custom_style";s:2:"no";s:43:"cf7_custom_style_1_element_background_color";s:0:"";s:49:"cf7_custom_style_1_element_focus_background_color";s:0:"";s:50:"cf7_custom_style_1_element_background_transparency";s:0:"";s:56:"cf7_custom_style_1_element_focus_background_transparency";s:0:"";s:39:"cf7_custom_style_1_element_border_color";s:0:"";s:45:"cf7_custom_style_1_element_focus_border_color";s:0:"";s:38:"cf7_custom_style_1_border_transparency";s:0:"";s:44:"cf7_custom_style_1_focus_border_transparency";s:0:"";s:39:"cf7_custom_style_1_element_border_width";s:0:"";s:40:"cf7_custom_style_1_element_border_radius";s:0:"";s:40:"cf7_custom_style_1_element_border_bottom";s:2:"no";s:37:"cf7_custom_style_1_element_font_color";s:0:"";s:43:"cf7_custom_style_1_element_font_focus_color";s:0:"";s:36:"cf7_custom_style_1_element_font_size";s:0:"";s:38:"cf7_custom_style_1_element_line_height";s:0:"";s:38:"cf7_custom_style_1_element_font_family";s:2:"-1";s:37:"cf7_custom_style_1_element_font_style";s:0:"";s:38:"cf7_custom_style_1_element_font_weight";s:0:"";s:41:"cf7_custom_style_1_element_text_transform";s:0:"";s:41:"cf7_custom_style_1_element_letter_spacing";s:0:"";s:35:"cf7_custom_style_1_label_font_color";s:0:"";s:34:"cf7_custom_style_1_label_font_size";s:0:"";s:36:"cf7_custom_style_1_label_line_height";s:0:"";s:36:"cf7_custom_style_1_label_font_family";s:2:"-1";s:35:"cf7_custom_style_1_label_font_style";s:0:"";s:36:"cf7_custom_style_1_label_font_weight";s:0:"";s:39:"cf7_custom_style_1_label_text_transform";s:0:"";s:39:"cf7_custom_style_1_label_letter_spacing";s:0:"";s:38:"cf7_custom_style_1_element_padding_top";s:0:"";s:40:"cf7_custom_style_1_element_padding_right";s:0:"";s:41:"cf7_custom_style_1_element_padding_bottom";s:0:"";s:39:"cf7_custom_style_1_element_padding_left";s:0:"";s:37:"cf7_custom_style_1_element_margin_top";s:0:"";s:40:"cf7_custom_style_1_element_margin_bottom";s:0:"";s:42:"cf7_custom_style_1_element_textarea_height";s:0:"";s:42:"cf7_custom_style_1_button_background_color";s:0:"";s:48:"cf7_custom_style_1_button_hover_background_color";s:0:"";s:49:"cf7_custom_style_1_button_background_transparency";s:0:"";s:55:"cf7_custom_style_1_button_hover_background_transparency";s:0:"";s:38:"cf7_custom_style_1_button_border_color";s:0:"";s:44:"cf7_custom_style_1_button_hover_border_color";s:0:"";s:45:"cf7_custom_style_1_button_border_transparency";s:0:"";s:51:"cf7_custom_style_1_button_hover_border_transparency";s:0:"";s:38:"cf7_custom_style_1_button_border_width";s:0:"";s:39:"cf7_custom_style_1_button_border_radius";s:0:"";s:36:"cf7_custom_style_1_button_font_color";s:0:"";s:42:"cf7_custom_style_1_button_font_hover_color";s:0:"";s:35:"cf7_custom_style_1_button_font_size";s:0:"";s:37:"cf7_custom_style_1_button_font_family";s:2:"-1";s:36:"cf7_custom_style_1_button_font_style";s:0:"";s:37:"cf7_custom_style_1_button_font_weight";s:0:"";s:40:"cf7_custom_style_1_button_text_transform";s:0:"";s:40:"cf7_custom_style_1_button_letter_spacing";s:0:"";s:32:"cf7_custom_style_1_button_height";s:0:"";s:33:"cf7_custom_style_1_button_padding";s:0:"";s:32:"cf7_custom_style_1_button_margin";s:0:"";s:50:"cf7_custom_style_1_error_validation_messages_color";s:0:"";s:14:"parallax_onoff";s:2:"on";s:18:"parallax_minheight";s:3:"400";s:26:"enable_content_bottom_area";s:2:"no";s:37:"content_bottom_sidebar_custom_display";s:0:"";s:22:"content_bottom_in_grid";s:3:"yes";s:31:"content_bottom_background_color";s:0:"";s:20:"enable_grid_elements";s:2:"no";s:17:"reset_to_defaults";s:2:"no";}', 'yes');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(67927, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1482993491', 'no'),
(67929, '_transient_timeout_plugin_slugs', '1483036691', 'no'),
(67930, '_transient_plugin_slugs', 'a:10:{i:0;s:39:"bulk-page-creator/bulk-page-creator.php";i:1;s:34:"envato-wordpress-toolkit/index.php";i:2;s:29:"gravityforms/gravityforms.php";i:3;s:27:"LayerSlider/layerslider.php";i:4;s:47:"select-instagram-feed/select-instagram-feed.php";i:5;s:43:"select-twitter-feed/select-twitter-feed.php";i:6;s:23:"revslider/revslider.php";i:7;s:27:"updraftplus/updraftplus.php";i:8;s:23:"wordfence/wordfence.php";i:9;s:27:"js_composer/js_composer.php";}', 'no'),
(4392, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1476491246', 'no'),
(4393, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"6062";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"3741";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"3711";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"3205";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2850";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"2520";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"2261";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"2136";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"2090";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"2089";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"2027";}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";s:4:"1961";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1949";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1923";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1749";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1624";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:4:"1594";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:4:"1454";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:4:"1358";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1289";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:4:"1277";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:4:"1137";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:4:"1125";}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";s:4:"1053";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:4:"1013";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:4:"1010";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"958";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"951";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"948";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"926";}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";s:3:"917";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"916";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"851";}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";s:3:"830";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"824";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"816";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"789";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"782";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"780";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"769";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"760";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"752";}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";s:3:"736";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"728";}s:3:"css";a:3:{s:4:"name";s:3:"CSS";s:4:"slug";s:3:"css";s:5:"count";s:3:"724";}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";s:3:"724";}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";s:3:"716";}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";s:3:"713";}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";s:3:"704";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"703";}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";s:3:"693";}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";s:3:"650";}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";s:3:"640";}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";s:3:"639";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"628";}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";s:3:"618";}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";s:3:"612";}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";s:3:"610";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"606";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"604";}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";s:3:"594";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"580";}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";s:3:"580";}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";s:3:"577";}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";s:3:"574";}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";s:3:"559";}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";s:3:"546";}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";s:3:"544";}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";s:3:"541";}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";s:3:"534";}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";s:3:"531";}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";s:3:"530";}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";s:3:"530";}s:7:"picture";a:3:{s:4:"name";s:7:"picture";s:4:"slug";s:7:"picture";s:5:"count";s:3:"518";}s:4:"shop";a:3:{s:4:"name";s:4:"shop";s:4:"slug";s:4:"shop";s:5:"count";s:3:"506";}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";s:3:"503";}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";s:3:"501";}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";s:3:"494";}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";s:3:"477";}s:8:"pictures";a:3:{s:4:"name";s:8:"pictures";s:4:"slug";s:8:"pictures";s:5:"count";s:3:"466";}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";s:3:"465";}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";s:3:"460";}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";s:3:"458";}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";s:3:"448";}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";s:3:"439";}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";s:3:"436";}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";s:3:"434";}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";s:3:"433";}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";s:3:"429";}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";s:3:"426";}s:6:"paypal";a:3:{s:4:"name";s:6:"paypal";s:4:"slug";s:6:"paypal";s:5:"count";s:3:"423";}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";s:3:"422";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"421";}s:4:"news";a:3:{s:4:"name";s:4:"News";s:4:"slug";s:4:"news";s:5:"count";s:3:"420";}s:7:"sharing";a:3:{s:4:"name";s:7:"sharing";s:4:"slug";s:7:"sharing";s:5:"count";s:3:"418";}s:6:"upload";a:3:{s:4:"name";s:6:"upload";s:4:"slug";s:6:"upload";s:5:"count";s:3:"418";}s:9:"thumbnail";a:3:{s:4:"name";s:9:"thumbnail";s:4:"slug";s:9:"thumbnail";s:5:"count";s:3:"414";}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";s:3:"414";}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";s:3:"409";}s:8:"linkedin";a:3:{s:4:"name";s:8:"linkedin";s:4:"slug";s:8:"linkedin";s:5:"count";s:3:"408";}}', 'no'),
(138, 'wordfenceActivated', '1', 'yes'),
(139, 'wf_plugin_act_error', '', 'yes'),
(140, 'recently_activated', 'a:0:{}', 'yes'),
(143, '_transient_twentysixteen_categories', '1', 'yes'),
(170, 'theme_mods_twentysixteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1472746235;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'),
(257, '_site_transient_timeout_browser_aa7adcc5662813180f8b2225f232c91f', '1474295440', 'no'),
(258, '_site_transient_browser_aa7adcc5662813180f8b2225f232c91f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"52.0.2743.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(177, 'ls-plugin-version', '5.6.9', 'yes'),
(178, 'ls-db-version', '5.0.0', 'yes'),
(179, 'ls-installed', '1', 'yes'),
(180, 'ls-google-fonts', 'a:4:{i:0;a:2:{s:5:"param";s:28:"Lato:100,300,regular,700,900";s:5:"admin";b:0;}i:1;a:2:{s:5:"param";s:13:"Open+Sans:300";s:5:"admin";b:0;}i:2;a:2:{s:5:"param";s:20:"Indie+Flower:regular";s:5:"admin";b:0;}i:3;a:2:{s:5:"param";s:22:"Oswald:300,regular,700";s:5:"admin";b:0;}}', 'yes'),
(181, 'ls-date-installed', '1472746288', 'yes'),
(183, 'revslider-update-check-short', '1483036469', 'yes'),
(184, 'revslider-templates-check', '1483036469', 'yes'),
(189, 'revslider_checktables', '1', 'yes'),
(190, 'revslider_table_version', '1.0.6', 'yes'),
(191, 'revslider-global-settings', 'a:0:{}', 'yes'),
(205, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(194, 'revslider_update_version', '5.2.5.5', 'yes'),
(195, 'widget_layerslider_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(196, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(197, 'widget_qode_instagram_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(198, 'widget_qode_twitter_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(199, 'vc_version', '4.12', 'yes'),
(561, 'widget_gform_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(562, 'gravityformsaddon_gravityformswebapi_version', '1.0', 'yes'),
(563, 'gform_enable_background_updates', '1', 'yes'),
(564, 'rg_form_version', '2.1.1', 'yes'),
(68617, '_transient_timeout_gform_update_info', '1483097373', 'no'),
(68618, '_transient_gform_update_info', 'a:6:{s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:7:{s:4:"date";s:29:"Thu, 29 Dec 2016 11:29:14 GMT";s:6:"server";s:12:"Apache/2.4.7";s:12:"x-powered-by";s:21:"PHP/5.5.9-1ubuntu4.20";s:4:"vary";s:15:"Accept-Encoding";s:16:"content-encoding";s:4:"gzip";s:14:"content-length";s:4:"2058";s:12:"content-type";s:9:"text/html";}}s:4:"body";s:10488:"{"is_valid_key":"1","version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D","expiration_time":1488175200,"offerings":{"gravityforms":{"is_available":true,"version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D"},"gravityformsactivecampaign":{"is_available":true,"version":"1.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/activecampaign\\/gravityformsactivecampaign_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=z15X%2BE%2FuY5xzF5SKvxK6eu6%2Feck%3D"},"gravityformsagilecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/agilecrm\\/gravityformsagilecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=jl5QPMwmy%2BZXwXwvu%2FdJBGAx%2F8k%3D"},"gravityformsauthorizenet":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/authorizenet\\/gravityformsauthorizenet_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=10QCndRXIx3l1zqQl2zTB7twg0k%3D"},"gravityformsaweber":{"is_available":true,"version":"2.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/aweber\\/gravityformsaweber_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Wa2EmnH%2FR%2F4wTxYW87z09N3WcPM%3D"},"gravityformsbatchbook":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/batchbook\\/gravityformsbatchbook_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tqf7aBdtOIQzcMPm55%2FQSaQoJiI%3D"},"gravityformsbreeze":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/breeze\\/gravityformsbreeze_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=2egyb%2Fo86qEk1rjlTFfeDabQBrs%3D"},"gravityformscampaignmonitor":{"is_available":true,"version":"3.4.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campaignmonitor\\/gravityformscampaignmonitor_3.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=o9sRpKRwSbL2RIULqgdL3FQ4aFI%3D"},"gravityformscampfire":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campfire\\/gravityformscampfire_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=%2Fg%2BUnU9LBAUjU4VoV%2BBMkJ0qAlQ%3D"},"gravityformscapsulecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/capsulecrm\\/gravityformscapsulecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=gwN9mHpdgkAUlzhUytbqR9ogd28%3D"},"gravityformscleverreach":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/cleverreach\\/gravityformscleverreach_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vvlmI%2F6HuxXwe%2B7kbvGAluJTasA%3D"},"gravityformscoupons":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/coupons\\/gravityformscoupons_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=4ev%2BVabhEXXLf9742jYmxXgL0Ks%3D"},"gravityformsdebug":{"is_available":true,"version":"","url":""},"gravityformsdropbox":{"is_available":true,"version":"1.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/dropbox\\/gravityformsdropbox_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=uYg3VlA%2FUilBAYTnsd%2FZsBwGJuQ%3D"},"gravityformsemma":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/emma\\/gravityformsemma_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lMwC%2BcvU5NVMuCA%2Ftl%2FXtr1mApE%3D"},"gravityformsfreshbooks":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/freshbooks\\/gravityformsfreshbooks_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=L65yRrmcyhi8t%2BtXxb8%2FbA0n7K0%3D"},"gravityformsgetresponse":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/getresponse\\/gravityformsgetresponse_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=JWP7hnULJ2nGWnljotomwz2nEPw%3D"},"gravityformshelpscout":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/helpscout\\/gravityformshelpscout_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=PxJRSTtHAgSxuUZYXK2hxgrjzSg%3D"},"gravityformshighrise":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/highrise\\/gravityformshighrise_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8kZ7K1SoK6yrrOAOigoSrZflpZI%3D"},"gravityformshipchat":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/hipchat\\/gravityformshipchat_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vaTHpX2BiwpfW%2FicleCKTgx0z0A%3D"},"gravityformsicontact":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/icontact\\/gravityformsicontact_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=hUDcN%2BFUMTw7otOVfk87q7yK1qQ%3D"},"gravityformslogging":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/logging\\/gravityformslogging_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8YvjJJp3u0im57ZQtwEHRF7GBIo%3D"},"gravityformsmadmimi":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/madmimi\\/gravityformsmadmimi_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TjiOzUiqFVMD2yz8s1VFsB83KUA%3D"},"gravityformsmailchimp":{"is_available":true,"version":"4.0.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/mailchimp\\/gravityformsmailchimp_4.0.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Kkl%2BpItUG4w3EiCI%2FG1M56%2BlYWA%3D"},"gravityformspartialentries":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/partialentries\\/gravityformspartialentries_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vAs1ZiVMfnloG%2FdGbPRXB%2F83Lj0%3D"},"gravityformspaypal":{"is_available":true,"version":"2.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypal\\/gravityformspaypal_2.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=SsrNji6XQpJ8RX8rS3pqxGev2Rw%3D"},"gravityformspaypalexpresscheckout":{"is_available":false,"version":""},"gravityformspaypalpaymentspro":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpaymentspro\\/gravityformspaypalpaymentspro_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tC2REwl%2BpMVw6FWqnSzmYabI8%2FA%3D"},"gravityformspaypalpro":{"is_available":true,"version":"1.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpro\\/gravityformspaypalpro_1.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=VF8JvD73UhZ9Pz9y6gtms8wFVr4%3D"},"gravityformspicatcha":{"is_available":false,"version":"2.0"},"gravityformspolls":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/polls\\/gravityformspolls_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lgIiMq3rXbanGcFIY0Iq6gLyH1A%3D"},"gravityformsquiz":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/quiz\\/gravityformsquiz_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=fVLMjcKRZVL4U6o3nqoePGqhAXQ%3D"},"gravityformsrestapi":{"is_available":true,"version":"2.0-beta-1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/restapi\\/gravityformsrestapi_2.0-beta-1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=N6q9wotZ3kXa3ilFPjvIgs8L2EM%3D"},"gravityformssignature":{"is_available":true,"version":"3.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/signature\\/gravityformssignature_3.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=6M5dK8DZIH4KkMv5rInl6GPFlPc%3D"},"gravityformsslack":{"is_available":true,"version":"1.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/slack\\/gravityformsslack_1.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TYWnRCZoHMklk%2B%2BkTuylIoAnoq0%3D"},"gravityformsstripe":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/stripe\\/gravityformsstripe_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=FrJnwkFkr89q5K%2F9frLvf%2FAm8VI%3D"},"gravityformssurvey":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/survey\\/gravityformssurvey_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=B7aKDQZEfQYe4AnsBRpqgAMqQjk%3D"},"gravityformstrello":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/trello\\/gravityformstrello_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=647wRSQeUOjAVo7IhWLVFwiAl6s%3D"},"gravityformstwilio":{"is_available":true,"version":"2.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/twilio\\/gravityformstwilio_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tmnUbd%2B5W52qgGSs3JuY6bjRlK4%3D"},"gravityformsuserregistration":{"is_available":true,"version":"3.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/userregistration\\/gravityformsuserregistration_3.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=XWu6QcDVmObPxXVdllbDT%2F6NfcE%3D"},"gravityformszapier":{"is_available":true,"version":"2.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zapier\\/gravityformszapier_2.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=qxcqud%2FqfsRP%2B879KKzbofsgotU%3D"},"gravityformszohocrm":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformszohocrm_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lqY3gLIu6%2BvA7ilDf4I88s6dS7E%3D"}},"is_active":"1"}";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:10488:"{"is_valid_key":"1","version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D","expiration_time":1488175200,"offerings":{"gravityforms":{"is_available":true,"version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D"},"gravityformsactivecampaign":{"is_available":true,"version":"1.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/activecampaign\\/gravityformsactivecampaign_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=z15X%2BE%2FuY5xzF5SKvxK6eu6%2Feck%3D"},"gravityformsagilecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/agilecrm\\/gravityformsagilecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=jl5QPMwmy%2BZXwXwvu%2FdJBGAx%2F8k%3D"},"gravityformsauthorizenet":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/authorizenet\\/gravityformsauthorizenet_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=10QCndRXIx3l1zqQl2zTB7twg0k%3D"},"gravityformsaweber":{"is_available":true,"version":"2.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/aweber\\/gravityformsaweber_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Wa2EmnH%2FR%2F4wTxYW87z09N3WcPM%3D"},"gravityformsbatchbook":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/batchbook\\/gravityformsbatchbook_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tqf7aBdtOIQzcMPm55%2FQSaQoJiI%3D"},"gravityformsbreeze":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/breeze\\/gravityformsbreeze_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=2egyb%2Fo86qEk1rjlTFfeDabQBrs%3D"},"gravityformscampaignmonitor":{"is_available":true,"version":"3.4.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campaignmonitor\\/gravityformscampaignmonitor_3.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=o9sRpKRwSbL2RIULqgdL3FQ4aFI%3D"},"gravityformscampfire":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campfire\\/gravityformscampfire_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=%2Fg%2BUnU9LBAUjU4VoV%2BBMkJ0qAlQ%3D"},"gravityformscapsulecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/capsulecrm\\/gravityformscapsulecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=gwN9mHpdgkAUlzhUytbqR9ogd28%3D"},"gravityformscleverreach":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/cleverreach\\/gravityformscleverreach_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vvlmI%2F6HuxXwe%2B7kbvGAluJTasA%3D"},"gravityformscoupons":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/coupons\\/gravityformscoupons_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=4ev%2BVabhEXXLf9742jYmxXgL0Ks%3D"},"gravityformsdebug":{"is_available":true,"version":"","url":""},"gravityformsdropbox":{"is_available":true,"version":"1.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/dropbox\\/gravityformsdropbox_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=uYg3VlA%2FUilBAYTnsd%2FZsBwGJuQ%3D"},"gravityformsemma":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/emma\\/gravityformsemma_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lMwC%2BcvU5NVMuCA%2Ftl%2FXtr1mApE%3D"},"gravityformsfreshbooks":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/freshbooks\\/gravityformsfreshbooks_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=L65yRrmcyhi8t%2BtXxb8%2FbA0n7K0%3D"},"gravityformsgetresponse":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/getresponse\\/gravityformsgetresponse_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=JWP7hnULJ2nGWnljotomwz2nEPw%3D"},"gravityformshelpscout":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/helpscout\\/gravityformshelpscout_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=PxJRSTtHAgSxuUZYXK2hxgrjzSg%3D"},"gravityformshighrise":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/highrise\\/gravityformshighrise_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8kZ7K1SoK6yrrOAOigoSrZflpZI%3D"},"gravityformshipchat":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/hipchat\\/gravityformshipchat_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vaTHpX2BiwpfW%2FicleCKTgx0z0A%3D"},"gravityformsicontact":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/icontact\\/gravityformsicontact_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=hUDcN%2BFUMTw7otOVfk87q7yK1qQ%3D"},"gravityformslogging":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/logging\\/gravityformslogging_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8YvjJJp3u0im57ZQtwEHRF7GBIo%3D"},"gravityformsmadmimi":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/madmimi\\/gravityformsmadmimi_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TjiOzUiqFVMD2yz8s1VFsB83KUA%3D"},"gravityformsmailchimp":{"is_available":true,"version":"4.0.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/mailchimp\\/gravityformsmailchimp_4.0.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Kkl%2BpItUG4w3EiCI%2FG1M56%2BlYWA%3D"},"gravityformspartialentries":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/partialentries\\/gravityformspartialentries_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vAs1ZiVMfnloG%2FdGbPRXB%2F83Lj0%3D"},"gravityformspaypal":{"is_available":true,"version":"2.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypal\\/gravityformspaypal_2.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=SsrNji6XQpJ8RX8rS3pqxGev2Rw%3D"},"gravityformspaypalexpresscheckout":{"is_available":false,"version":""},"gravityformspaypalpaymentspro":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpaymentspro\\/gravityformspaypalpaymentspro_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tC2REwl%2BpMVw6FWqnSzmYabI8%2FA%3D"},"gravityformspaypalpro":{"is_available":true,"version":"1.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpro\\/gravityformspaypalpro_1.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=VF8JvD73UhZ9Pz9y6gtms8wFVr4%3D"},"gravityformspicatcha":{"is_available":false,"version":"2.0"},"gravityformspolls":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/polls\\/gravityformspolls_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lgIiMq3rXbanGcFIY0Iq6gLyH1A%3D"},"gravityformsquiz":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/quiz\\/gravityformsquiz_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=fVLMjcKRZVL4U6o3nqoePGqhAXQ%3D"},"gravityformsrestapi":{"is_available":true,"version":"2.0-beta-1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/restapi\\/gravityformsrestapi_2.0-beta-1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=N6q9wotZ3kXa3ilFPjvIgs8L2EM%3D"},"gravityformssignature":{"is_available":true,"version":"3.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/signature\\/gravityformssignature_3.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=6M5dK8DZIH4KkMv5rInl6GPFlPc%3D"},"gravityformsslack":{"is_available":true,"version":"1.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/slack\\/gravityformsslack_1.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TYWnRCZoHMklk%2B%2BkTuylIoAnoq0%3D"},"gravityformsstripe":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/stripe\\/gravityformsstripe_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=FrJnwkFkr89q5K%2F9frLvf%2FAm8VI%3D"},"gravityformssurvey":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/survey\\/gravityformssurvey_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=B7aKDQZEfQYe4AnsBRpqgAMqQjk%3D"},"gravityformstrello":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/trello\\/gravityformstrello_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=647wRSQeUOjAVo7IhWLVFwiAl6s%3D"},"gravityformstwilio":{"is_available":true,"version":"2.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/twilio\\/gravityformstwilio_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tmnUbd%2B5W52qgGSs3JuY6bjRlK4%3D"},"gravityformsuserregistration":{"is_available":true,"version":"3.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/userregistration\\/gravityformsuserregistration_3.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=XWu6QcDVmObPxXVdllbDT%2F6NfcE%3D"},"gravityformszapier":{"is_available":true,"version":"2.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zapier\\/gravityformszapier_2.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=qxcqud%2FqfsRP%2B879KKzbofsgotU%3D"},"gravityformszohocrm":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformszohocrm_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lqY3gLIu6%2BvA7ilDf4I88s6dS7E%3D"}},"is_active":"1"}";s:3:"raw";s:10716:"HTTP/1.1 200 OK\r\nDate: Thu, 29 Dec 2016 11:29:14 GMT\r\nServer: Apache/2.4.7\r\nX-Powered-By: PHP/5.5.9-1ubuntu4.20\r\nVary: Accept-Encoding\r\nContent-Encoding: gzip\r\nContent-Length: 2058\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n{"is_valid_key":"1","version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D","expiration_time":1488175200,"offerings":{"gravityforms":{"is_available":true,"version":"2.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/releases\\/gravityforms_2.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=m8%2F21YGpO02gN7BA310t6uuOQuE%3D"},"gravityformsactivecampaign":{"is_available":true,"version":"1.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/activecampaign\\/gravityformsactivecampaign_1.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=z15X%2BE%2FuY5xzF5SKvxK6eu6%2Feck%3D"},"gravityformsagilecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/agilecrm\\/gravityformsagilecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=jl5QPMwmy%2BZXwXwvu%2FdJBGAx%2F8k%3D"},"gravityformsauthorizenet":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/authorizenet\\/gravityformsauthorizenet_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=10QCndRXIx3l1zqQl2zTB7twg0k%3D"},"gravityformsaweber":{"is_available":true,"version":"2.4","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/aweber\\/gravityformsaweber_2.4.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Wa2EmnH%2FR%2F4wTxYW87z09N3WcPM%3D"},"gravityformsbatchbook":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/batchbook\\/gravityformsbatchbook_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tqf7aBdtOIQzcMPm55%2FQSaQoJiI%3D"},"gravityformsbreeze":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/breeze\\/gravityformsbreeze_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=2egyb%2Fo86qEk1rjlTFfeDabQBrs%3D"},"gravityformscampaignmonitor":{"is_available":true,"version":"3.4.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campaignmonitor\\/gravityformscampaignmonitor_3.4.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=o9sRpKRwSbL2RIULqgdL3FQ4aFI%3D"},"gravityformscampfire":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/campfire\\/gravityformscampfire_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=%2Fg%2BUnU9LBAUjU4VoV%2BBMkJ0qAlQ%3D"},"gravityformscapsulecrm":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/capsulecrm\\/gravityformscapsulecrm_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=gwN9mHpdgkAUlzhUytbqR9ogd28%3D"},"gravityformscleverreach":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/cleverreach\\/gravityformscleverreach_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vvlmI%2F6HuxXwe%2B7kbvGAluJTasA%3D"},"gravityformscoupons":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/coupons\\/gravityformscoupons_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=4ev%2BVabhEXXLf9742jYmxXgL0Ks%3D"},"gravityformsdebug":{"is_available":true,"version":"","url":""},"gravityformsdropbox":{"is_available":true,"version":"1.1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/dropbox\\/gravityformsdropbox_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=uYg3VlA%2FUilBAYTnsd%2FZsBwGJuQ%3D"},"gravityformsemma":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/emma\\/gravityformsemma_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lMwC%2BcvU5NVMuCA%2Ftl%2FXtr1mApE%3D"},"gravityformsfreshbooks":{"is_available":true,"version":"2.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/freshbooks\\/gravityformsfreshbooks_2.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=L65yRrmcyhi8t%2BtXxb8%2FbA0n7K0%3D"},"gravityformsgetresponse":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/getresponse\\/gravityformsgetresponse_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=JWP7hnULJ2nGWnljotomwz2nEPw%3D"},"gravityformshelpscout":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/helpscout\\/gravityformshelpscout_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=PxJRSTtHAgSxuUZYXK2hxgrjzSg%3D"},"gravityformshighrise":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/highrise\\/gravityformshighrise_1.1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8kZ7K1SoK6yrrOAOigoSrZflpZI%3D"},"gravityformshipchat":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/hipchat\\/gravityformshipchat_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vaTHpX2BiwpfW%2FicleCKTgx0z0A%3D"},"gravityformsicontact":{"is_available":true,"version":"1.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/icontact\\/gravityformsicontact_1.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=hUDcN%2BFUMTw7otOVfk87q7yK1qQ%3D"},"gravityformslogging":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/logging\\/gravityformslogging_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=8YvjJJp3u0im57ZQtwEHRF7GBIo%3D"},"gravityformsmadmimi":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/madmimi\\/gravityformsmadmimi_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TjiOzUiqFVMD2yz8s1VFsB83KUA%3D"},"gravityformsmailchimp":{"is_available":true,"version":"4.0.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/mailchimp\\/gravityformsmailchimp_4.0.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=Kkl%2BpItUG4w3EiCI%2FG1M56%2BlYWA%3D"},"gravityformspartialentries":{"is_available":true,"version":"1.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/partialentries\\/gravityformspartialentries_1.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=vAs1ZiVMfnloG%2FdGbPRXB%2F83Lj0%3D"},"gravityformspaypal":{"is_available":true,"version":"2.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypal\\/gravityformspaypal_2.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=SsrNji6XQpJ8RX8rS3pqxGev2Rw%3D"},"gravityformspaypalexpresscheckout":{"is_available":false,"version":""},"gravityformspaypalpaymentspro":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpaymentspro\\/gravityformspaypalpaymentspro_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tC2REwl%2BpMVw6FWqnSzmYabI8%2FA%3D"},"gravityformspaypalpro":{"is_available":true,"version":"1.7","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/paypalpro\\/gravityformspaypalpro_1.7.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=VF8JvD73UhZ9Pz9y6gtms8wFVr4%3D"},"gravityformspicatcha":{"is_available":false,"version":"2.0"},"gravityformspolls":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/polls\\/gravityformspolls_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lgIiMq3rXbanGcFIY0Iq6gLyH1A%3D"},"gravityformsquiz":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/quiz\\/gravityformsquiz_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=fVLMjcKRZVL4U6o3nqoePGqhAXQ%3D"},"gravityformsrestapi":{"is_available":true,"version":"2.0-beta-1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/restapi\\/gravityformsrestapi_2.0-beta-1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=N6q9wotZ3kXa3ilFPjvIgs8L2EM%3D"},"gravityformssignature":{"is_available":true,"version":"3.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/signature\\/gravityformssignature_3.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=6M5dK8DZIH4KkMv5rInl6GPFlPc%3D"},"gravityformsslack":{"is_available":true,"version":"1.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/slack\\/gravityformsslack_1.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=TYWnRCZoHMklk%2B%2BkTuylIoAnoq0%3D"},"gravityformsstripe":{"is_available":true,"version":"2.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/stripe\\/gravityformsstripe_2.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=FrJnwkFkr89q5K%2F9frLvf%2FAm8VI%3D"},"gravityformssurvey":{"is_available":true,"version":"3.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/survey\\/gravityformssurvey_3.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=B7aKDQZEfQYe4AnsBRpqgAMqQjk%3D"},"gravityformstrello":{"is_available":true,"version":"1.1","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/trello\\/gravityformstrello_1.1.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=647wRSQeUOjAVo7IhWLVFwiAl6s%3D"},"gravityformstwilio":{"is_available":true,"version":"2.2","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/twilio\\/gravityformstwilio_2.2.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=tmnUbd%2B5W52qgGSs3JuY6bjRlK4%3D"},"gravityformsuserregistration":{"is_available":true,"version":"3.5","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/userregistration\\/gravityformsuserregistration_3.5.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=XWu6QcDVmObPxXVdllbDT%2F6NfcE%3D"},"gravityformszapier":{"is_available":true,"version":"2.0","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zapier\\/gravityformszapier_2.0.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=qxcqud%2FqfsRP%2B879KKzbofsgotU%3D"},"gravityformszohocrm":{"is_available":true,"version":"1.3","url":"http:\\/\\/s3.amazonaws.com\\/gravityforms\\/addons\\/zohocrm\\/gravityformszohocrm_1.3.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1483183754&Signature=lqY3gLIu6%2BvA7ilDf4I88s6dS7E%3D"}},"is_active":"1"}";s:7:"headers";O:25:"Requests_Response_Headers":1:{s:7:"\0*\0data";a:7:{s:4:"date";a:1:{i:0;s:29:"Thu, 29 Dec 2016 11:29:14 GMT";}s:6:"server";a:1:{i:0;s:12:"Apache/2.4.7";}s:12:"x-powered-by";a:1:{i:0;s:21:"PHP/5.5.9-1ubuntu4.20";}s:4:"vary";a:1:{i:0;s:15:"Accept-Encoding";}s:16:"content-encoding";a:1:{i:0;s:4:"gzip";}s:14:"content-length";a:1:{i:0;s:4:"2058";}s:12:"content-type";a:1:{i:0;s:9:"text/html";}}}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:74:"https://www.gravityhelp.com/wp-content/plugins/gravitymanager/version.php?";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;}}', 'no'),
(567, '_transient_timeout_GFCache_2cb2a38bdf073230b49533a24aab291d', '1475253733', 'no'),
(568, '_transient_GFCache_2cb2a38bdf073230b49533a24aab291d', '1', 'no'),
(569, 'rg_gforms_key', '52f7310b10fef717502b94028d7c2558', 'yes'),
(570, 'rg_gforms_disable_css', '0', 'yes'),
(571, 'rg_gforms_enable_html5', '0', 'yes'),
(572, 'gform_enable_noconflict', '0', 'yes'),
(573, 'rg_gforms_enable_akismet', '', 'yes'),
(574, 'rg_gforms_captcha_public_key', '', 'yes'),
(575, 'rg_gforms_captcha_private_key', '', 'yes'),
(576, 'rg_gforms_currency', 'USD', 'yes'),
(577, 'rg_gforms_message', '<!--GFM-->', 'yes'),
(252, 'ls-latest-version', '6.0.5', 'yes'),
(217, '_site_transient_timeout_available_translations', '1472768048', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(218, '_site_transient_available_translations', 'a:83:{s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 18:36:09";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 13:03:57";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:60:"https://downloads.wordpress.org/translation/core/4.6/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.5.2";s:7:"updated";s:19:"2016-06-18 20:18:13";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.5.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-11 22:42:10";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-22 13:05:12";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 17:09:07";s:12:"english_name";s:7:"Bengali";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-29 13:52:49";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་སྐད";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.5.2";s:7:"updated";s:19:"2016-04-19 23:16:37";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.2/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 17:21:06";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.4.3";s:7:"updated";s:19:"2016-02-16 15:34:57";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.3/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2016-02-11 18:32:36";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:12:"Čeština‎";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-12 10:17:24";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-12 09:12:43";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:12:"Forts&#230;t";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 12:56:13";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-27 22:40:28";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/4.6/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-27 22:13:38";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 12:59:43";s:12:"english_name";s:23:"(Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.6/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 19:00:23";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-11 23:19:29";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-20 07:14:07";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 11:54:12";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-11 22:36:25";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-12 02:18:44";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-12 15:12:41";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 22:11:44";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_CL.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-30 11:26:52";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_ES.zip";s:3:"iso";a:1:{i:1;s:2:"es";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-29 15:07:52";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_MX.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-19 13:48:04";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_AR.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.5.2";s:7:"updated";s:19:"2016-04-16 17:35:43";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.2/es_PE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 17:56:31";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_GT.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:6:"4.3-RC";s:7:"updated";s:19:"2015-08-04 06:10:33";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 12:34:44";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/es_VE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:7:"4.6-rc2";s:7:"updated";s:19:"2016-08-09 06:49:25";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.6-rc2/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-28 10:11:19";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 16:59:29";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 18:30:48";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 19:02:20";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-31 13:37:55";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-13 16:21:14";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-21 15:44:17";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 18:48:39";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-30 13:02:12";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 14:03:05";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 17:22:37";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 23:35:30";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2016-02-04 07:13:54";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-20 00:18:09";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-28 16:20:57";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-30 21:24:24";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 17:33:07";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-29 11:51:34";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-26 00:37:05";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-11 21:29:34";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.5.2";s:7:"updated";s:19:"2016-05-12 13:55:28";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.2/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-23 16:19:03";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-14 14:18:43";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.12";s:7:"updated";s:19:"2015-03-26 15:57:42";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.12/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 13:09:49";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-24 08:27:02";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.4.3";s:7:"updated";s:19:"2016-01-20 13:35:50";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.4.3/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-27 16:24:28";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-25 09:29:49";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:60:"https://downloads.wordpress.org/translation/core/4.6/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"4.5.3";s:7:"updated";s:19:"2016-06-23 08:13:15";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.3/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.12";s:7:"updated";s:19:"2015-03-29 22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1.12/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-14 15:53:43";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 09:38:18";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-15 18:51:49";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-30 19:40:04";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-17 10:49:08";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 16:23:26";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-14 07:00:01";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-12 16:41:17";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-29 20:20:44";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"4.5.3";s:7:"updated";s:19:"2016-06-30 10:22:26";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.5.3/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-11-27 15:51:36";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 10:50:15";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.5.3";s:7:"updated";s:19:"2016-06-22 12:27:05";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:9:"Uyƣurqə";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.3/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-16 23:29:57";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:59:"https://downloads.wordpress.org/translation/core/4.6/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-09 01:01:25";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:3:"4.6";s:7:"updated";s:19:"2016-08-18 13:53:15";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.5.2";s:7:"updated";s:19:"2016-04-17 03:29:01";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.2/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}}', 'no'),
(219, 'WPLANG', '', 'yes'),
(224, 'layerslider_update_info', 'O:8:"stdClass":2:{s:15:"_latest_version";s:5:"6.0.5";s:7:"checked";i:1483082136;}', 'yes'),
(4384, '_transient_timeout_GFCache_fed4b5d1ca3ff76095b27e98a54bc0f3', '1476480602', 'no'),
(4385, '_transient_GFCache_fed4b5d1ca3ff76095b27e98a54bc0f3', 'a:0:{}', 'no'),
(4422, '_transient_timeout_GFCache_29f58f7658adbed14f093420a75db1cf', '1476480590', 'no'),
(4423, '_transient_GFCache_29f58f7658adbed14f093420a75db1cf', 'a:1:{i:0;O:8:"stdClass":2:{s:7:"form_id";s:1:"1";s:10:"view_count";s:1:"4";}}', 'no'),
(4411, 'external_updates-updraftplus', 'O:8:"stdClass":3:{s:9:"lastCheck";i:1483047572;s:14:"checkedVersion";s:9:"2.12.27.0";s:6:"update";O:8:"stdClass":8:{s:2:"id";i:0;s:4:"slug";s:11:"updraftplus";s:7:"version";s:9:"2.12.30.0";s:8:"homepage";s:22:"http://updraftplus.com";s:12:"download_url";s:295:"https://updraftplus.com/?udm_action=download&slug=updraftplus&muid=1&etoken=RUkNluXzhb49l9I%2BxLcqt4RGCJ3bJWfC4KyC59YZqC%2B5%2BjBeNn49LM0xxEMfvHILU65U3qnbVQ8fs8RrRxoFolDRMyd%2FyA3iDcfSeoCCHWC5jdh3%2FL61yDGjo7jvlNPYaVPaXlVhEOi4MS9n7AN1ginmFASVlnFXZA%2BfNcK1MD3lrQ96iDeVnhGzvcP%2BaCco&ig=/1b802229";s:14:"upgrade_notice";N;s:8:"filename";s:27:"updraftplus/updraftplus.php";s:24:"x-spm-yourversion-tested";s:3:"4.7";}}', 'no'),
(4200, '_transient_timeout_GFCache_9d73e2eef8112c3f70e3e9a3ef3c291a', '1476467507', 'no'),
(4201, '_transient_GFCache_9d73e2eef8112c3f70e3e9a3ef3c291a', '1', 'no'),
(587, 'category_children', 'a:0:{}', 'yes'),
(233, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(248, 'revslider-connection', '1', 'yes'),
(69052, '_site_transient_timeout_ewt_github_data', '1483076430', 'no'),
(69053, '_site_transient_ewt_github_data', 'O:8:"stdClass":71:{s:2:"id";i:2558893;s:4:"name";s:24:"envato-wordpress-toolkit";s:9:"full_name";s:31:"envato/envato-wordpress-toolkit";s:5:"owner";O:8:"stdClass":17:{s:5:"login";s:6:"envato";s:2:"id";i:14786;s:10:"avatar_url";s:49:"https://avatars.githubusercontent.com/u/14786?v=3";s:11:"gravatar_id";s:0:"";s:3:"url";s:35:"https://api.github.com/users/envato";s:8:"html_url";s:25:"https://github.com/envato";s:13:"followers_url";s:45:"https://api.github.com/users/envato/followers";s:13:"following_url";s:58:"https://api.github.com/users/envato/following{/other_user}";s:9:"gists_url";s:51:"https://api.github.com/users/envato/gists{/gist_id}";s:11:"starred_url";s:58:"https://api.github.com/users/envato/starred{/owner}{/repo}";s:17:"subscriptions_url";s:49:"https://api.github.com/users/envato/subscriptions";s:17:"organizations_url";s:40:"https://api.github.com/users/envato/orgs";s:9:"repos_url";s:41:"https://api.github.com/users/envato/repos";s:10:"events_url";s:52:"https://api.github.com/users/envato/events{/privacy}";s:19:"received_events_url";s:51:"https://api.github.com/users/envato/received_events";s:4:"type";s:12:"Organization";s:10:"site_admin";b:0;}s:7:"private";b:0;s:8:"html_url";s:50:"https://github.com/envato/envato-wordpress-toolkit";s:11:"description";s:78:"Wordpress toolkit for authors of items available from the Envato Market sites.";s:4:"fork";b:0;s:3:"url";s:60:"https://api.github.com/repos/envato/envato-wordpress-toolkit";s:9:"forks_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks";s:8:"keys_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}";s:17:"collaborators_url";s:89:"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}";s:9:"teams_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams";s:9:"hooks_url";s:66:"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks";s:16:"issue_events_url";s:83:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}";s:10:"events_url";s:67:"https://api.github.com/repos/envato/envato-wordpress-toolkit/events";s:13:"assignees_url";s:77:"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}";s:12:"branches_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}";s:8:"tags_url";s:65:"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags";s:9:"blobs_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}";s:12:"git_tags_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}";s:12:"git_refs_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}";s:9:"trees_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}";s:12:"statuses_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}";s:13:"languages_url";s:70:"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages";s:14:"stargazers_url";s:71:"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers";s:16:"contributors_url";s:73:"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors";s:15:"subscribers_url";s:72:"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers";s:16:"subscription_url";s:73:"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription";s:11:"commits_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}";s:15:"git_commits_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}";s:12:"comments_url";s:78:"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}";s:17:"issue_comment_url";s:85:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments{/number}";s:12:"contents_url";s:77:"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}";s:11:"compare_url";s:84:"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}";s:10:"merges_url";s:67:"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges";s:11:"archive_url";s:83:"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}";s:13:"downloads_url";s:70:"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads";s:10:"issues_url";s:76:"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}";s:9:"pulls_url";s:75:"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}";s:14:"milestones_url";s:80:"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}";s:17:"notifications_url";s:100:"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}";s:10:"labels_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}";s:12:"releases_url";s:74:"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}";s:15:"deployments_url";s:72:"https://api.github.com/repos/envato/envato-wordpress-toolkit/deployments";s:10:"created_at";s:20:"2011-10-11T22:58:26Z";s:10:"updated_at";s:20:"2016-12-30T01:55:06Z";s:9:"pushed_at";s:20:"2016-05-25T19:59:38Z";s:7:"git_url";s:52:"git://github.com/envato/envato-wordpress-toolkit.git";s:7:"ssh_url";s:50:"git@github.com:envato/envato-wordpress-toolkit.git";s:9:"clone_url";s:54:"https://github.com/envato/envato-wordpress-toolkit.git";s:7:"svn_url";s:50:"https://github.com/envato/envato-wordpress-toolkit";s:8:"homepage";s:0:"";s:4:"size";i:237;s:16:"stargazers_count";i:356;s:14:"watchers_count";i:356;s:8:"language";s:3:"PHP";s:10:"has_issues";b:1;s:13:"has_downloads";b:1;s:8:"has_wiki";b:1;s:9:"has_pages";b:0;s:11:"forks_count";i:161;s:10:"mirror_url";N;s:17:"open_issues_count";i:80;s:5:"forks";i:161;s:11:"open_issues";i:80;s:8:"watchers";i:356;s:14:"default_branch";s:6:"master";s:12:"organization";O:8:"stdClass":17:{s:5:"login";s:6:"envato";s:2:"id";i:14786;s:10:"avatar_url";s:49:"https://avatars.githubusercontent.com/u/14786?v=3";s:11:"gravatar_id";s:0:"";s:3:"url";s:35:"https://api.github.com/users/envato";s:8:"html_url";s:25:"https://github.com/envato";s:13:"followers_url";s:45:"https://api.github.com/users/envato/followers";s:13:"following_url";s:58:"https://api.github.com/users/envato/following{/other_user}";s:9:"gists_url";s:51:"https://api.github.com/users/envato/gists{/gist_id}";s:11:"starred_url";s:58:"https://api.github.com/users/envato/starred{/owner}{/repo}";s:17:"subscriptions_url";s:49:"https://api.github.com/users/envato/subscriptions";s:17:"organizations_url";s:40:"https://api.github.com/users/envato/orgs";s:9:"repos_url";s:41:"https://api.github.com/users/envato/repos";s:10:"events_url";s:52:"https://api.github.com/users/envato/events{/privacy}";s:19:"received_events_url";s:51:"https://api.github.com/users/envato/received_events";s:4:"type";s:12:"Organization";s:10:"site_admin";b:0;}s:13:"network_count";i:161;s:17:"subscribers_count";i:101;}', 'no'),
(429, 'wpb_js_templates', 'a:2:{s:20:"page-temp_1739384665";a:2:{s:4:"name";s:9:"Page Temp";s:8:"template";s:2208:"[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">MAKE-UP</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\n\n&nbsp;\n\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\n\n&nbsp;\n\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\n\n&nbsp;\n\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\n\n&nbsp;\n\nFull Eyeliner $395.00 (basic eyeliner application)\nEye Brow $395.00\nFull Lip (Basic)&amp; up $395.00\nEyeliner (Upper only) $195.00\nEyeliner (Lower only) $195.00\nLip Liner $295.00\nBeauty Mark (retouch not included) $95.00\nCamouflage/scar coverage (priced by consultation)\nDry Needling/Micro Needling (priced by consultation) done digitally\n30-Day Mascara $75.00\nEyelash extensions $200.00\nEyelash extensions retouch $75.00 &amp; up\n\n&nbsp;\n\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\n\n&nbsp;\n\nTattoo License #2104762\nLicenses and certifications may be verified at\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\n\n&nbsp;\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\n\n[/vc_column_text][/vc_column][/vc_row]";}s:28:"page-temp-w-image_1034291074";a:2:{s:4:"name";s:17:"Page Temp w-image";s:8:"template";s:2667:"[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Credentials</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\n<h2>Deb Long</h2>\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\n\n&nbsp;\n\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\n\n&nbsp;\n\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\n\n&nbsp;\n\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\n\n&nbsp;\n\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\n\n&nbsp;\n\nClick here for before &amp; after photos\n\n&nbsp;\n<ul>\n	<li>Illinois cosmetology license 011-196257</li>\n	<li>Illinois Teacher license 012-006235</li>\n	<li>Illinois Sponsor License 190000271</li>\n	<li>Illinois School license 171-000150</li>\n	<li>Illinois School License 113-000116</li>\n	<li>Licenses may be verified at <a href="http://www.idfdpr.com/" target="_blank">www.idfdpr.com</a></li>\n</ul>\n&nbsp;\n\nContact Info:\nPhone: 309-370-1629 or 309-444-9300\nEmail: advanceded@hotmail.com\nAdvanced Educator Inc.\n208 N Wood St\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]";}}', 'no'),
(10410, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(10411, 'wordfence_syncingAttackData', '0', 'no'),
(4390, '_site_transient_timeout_browser_a577a018a38e33733b85874abbc32db6', '1477085238', 'no'),
(4391, '_site_transient_browser_a577a018a38e33733b85874abbc32db6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"53.0.2785.143";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(4469, 'updraft_lastmessage', 'The backup apparently succeeded and is now complete (Dec 29 21:39:40)', 'yes'),
(4415, 'updraftplus_unlocked_fd', '1', 'yes'),
(4416, 'updraftplus_last_lock_time_fd', '2016-12-29 21:39:38', 'yes'),
(4417, 'updraftplus_semaphore_fd', '0', 'yes'),
(4418, 'updraft_last_scheduled_fd', '1483047578', 'yes'),
(4521, 'updraft_backup_history', 'a:1:{i:1483047578;a:7:{s:2:"db";s:65:"backup_2016-12-29-2139_Permanent_Makeup_by_Deb_5df3db2edea0-db.gz";s:7:"db-size";i:731338;s:9:"checksums";a:1:{s:4:"sha1";a:1:{s:3:"db0";s:40:"550d03ae963dc0ddc6a06d91ca134e376b15851e";}}s:5:"nonce";s:12:"5df3db2edea0";s:7:"service";a:1:{i:0;s:0:"";}s:18:"created_by_version";s:9:"2.12.27.0";s:12:"is_multisite";b:0;}}', 'yes'),
(23147, '_transient_wflginfl_00000000000000000000ffffc0c58012', '2', 'no'),
(23154, '_transient_timeout_wflginfl_00000000000000000000ffff5e7a9a59', '1477335171', 'no'),
(19927, '_transient_wflginfl_00000000000000000000ffffcab317b3', '2', 'no'),
(23140, '_transient_wflginfl_00000000000000000000ffffbdaac3e4', '2', 'no'),
(4522, 'updraftplus-addons_siteid', 'f1ef77f24b7255100ec93d78c892a677', 'no'),
(4403, '_site_transient_timeout_upaddons_remote', '1479150009', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4404, '_site_transient_upaddons_remote', 'a:22:{s:3:"all";a:6:{s:3:"key";s:3:"all";s:4:"name";s:10:"All addons";s:11:"description";s:75:"UpdraftPlus Premium : brings access to all UpdraftPlus add-ons and support.";s:7:"shopurl";s:26:"/shop/updraftplus-premium/";s:13:"latestversion";s:7:"2.12.25";s:12:"latestchange";s:7:"2.12.25";}s:6:"webdav";a:7:{s:3:"key";s:6:"webdav";s:4:"name";s:14:"WebDAV Support";s:11:"description";s:47:"Allows UpdraftPlus to back up to WebDAV servers";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:13:"/shop/webdav/";s:12:"latestchange";s:7:"1.12.17";s:7:"include";s:13:"includes/PEAR";}s:19:"cloudfiles-enhanced";a:7:{s:3:"key";s:19:"cloudfiles-enhanced";s:4:"name";s:31:"Rackspace Cloud Files, enhanced";s:11:"description";s:58:"Adds enhanced capabilities for Rackspace Cloud Files users";s:13:"latestversion";s:3:"1.6";s:7:"shopurl";s:26:"/shop/cloudfiles-enhanced/";s:12:"latestchange";s:7:"1.12.18";s:7:"include";s:0:"";}s:8:"onedrive";a:7:{s:3:"key";s:8:"onedrive";s:4:"name";s:27:"Microsoft OneDrive Support\r";s:11:"description";s:27:"Microsoft OneDrive Support\r";s:13:"latestversion";s:4:"1.6\r";s:7:"shopurl";s:16:"/shop/onedrive/\r";s:12:"latestchange";s:8:"1.12.19\r";s:7:"include";s:18:"includes/onedrive\r";}s:11:"googlecloud";a:7:{s:3:"key";s:11:"googlecloud";s:4:"name";s:21:"Google Cloud Support\r";s:11:"description";s:21:"Google Cloud Support\r";s:13:"latestversion";s:4:"1.2\r";s:7:"shopurl";s:19:"/shop/googlecloud/\r";s:12:"latestchange";s:8:"1.12.10\r";s:7:"include";s:21:"includes/googlecloud\r";}s:9:"reporting";a:7:{s:3:"key";s:9:"reporting";s:4:"name";s:31:"Sophisticated reporting options";s:11:"description";s:43:"Provides various new reporting capabilities";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:16:"/shop/reporting/";s:12:"latestchange";s:7:"2.11.28";s:7:"include";s:0:"";}s:12:"moredatabase";a:7:{s:3:"key";s:12:"moredatabase";s:4:"name";s:32:"Multiple database backup options";s:11:"description";s:83:"Provides the ability to encrypt database backups, and to back up external databases";s:13:"latestversion";s:3:"1.2";s:7:"shopurl";s:19:"/shop/moredatabase/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:4:"sftp";a:7:{s:3:"key";s:4:"sftp";s:4:"name";s:27:"SFTP, SCP and FTPS Support\r";s:11:"description";s:69:"Allows UpdraftPlus to back up to SFTP, SSH and encrypted FTP servers\r";s:13:"latestversion";s:4:"2.6\r";s:7:"shopurl";s:12:"/shop/sftp/\r";s:12:"latestchange";s:8:"1.11.28\r";s:7:"include";s:0:"";}s:15:"dropbox-folders";a:7:{s:3:"key";s:15:"dropbox-folders";s:4:"name";s:15:"Dropbox folders";s:11:"description";s:92:"Allows Dropbox to use sub-folders - useful if you are backing up many sites into one Dropbox";s:13:"latestversion";s:3:"1.4";s:7:"shopurl";s:22:"/shop/dropbox-folders/";s:12:"latestchange";s:7:"1.12.22";s:7:"include";s:0:"";}s:8:"importer";a:7:{s:3:"key";s:8:"importer";s:4:"name";s:55:"Import a WordPress backup made by another backup plugin";s:11:"description";s:112:"Import a backup made by other supported WordPress backup plugins (see shop page for a list of supported plugins)";s:13:"latestversion";s:3:"3.1";s:7:"shopurl";s:15:"/shop/importer/";s:12:"latestchange";s:7:"1.12.19";s:7:"include";s:0:"";}s:7:"fixtime";a:7:{s:3:"key";s:7:"fixtime";s:4:"name";s:19:"Time and Scheduling";s:11:"description";s:103:"Allows you to specify the exact time at which backups will run, and create more complex retention rules";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:15:"/shop/fix-time/";s:12:"latestchange";s:6:"1.12.3";s:7:"include";s:0:"";}s:9:"noadverts";a:7:{s:3:"key";s:9:"noadverts";s:4:"name";s:10:"No Adverts";s:11:"description";s:64:"Removes all advertising from the UpdraftPlus settings and emails";s:13:"latestversion";s:3:"1.1";s:7:"shopurl";s:17:"/shop/no-adverts/";s:12:"latestchange";s:6:"1.9.19";s:7:"include";s:0:"";}s:5:"azure";a:7:{s:3:"key";s:5:"azure";s:4:"name";s:23:"Microsoft Azure Support";s:11:"description";s:23:"Microsoft Azure Support";s:13:"latestversion";s:3:"1.3";s:7:"shopurl";s:12:"/shop/azure/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:14:"includes/azure";}s:11:"s3-enhanced";a:7:{s:3:"key";s:11:"s3-enhanced";s:4:"name";s:19:"Amazon S3, enhanced";s:11:"description";s:46:"Adds enhanced capabilities for Amazon S3 users";s:13:"latestversion";s:3:"1.6";s:7:"shopurl";s:18:"/shop/s3-enhanced/";s:12:"latestchange";s:6:"1.12.6";s:7:"include";s:0:"";}s:8:"migrator";a:7:{s:3:"key";s:8:"migrator";s:4:"name";s:49:"Migrate a WordPress site to a different location.";s:11:"description";s:133:"Import a backup into a different site, including database search-and-replace. Ideal for development and testing and cloning of sites.";s:13:"latestversion";s:3:"3.5";s:7:"shopurl";s:15:"/shop/migrator/";s:12:"latestchange";s:7:"1.12.24";s:7:"include";s:0:"";}s:10:"autobackup";a:7:{s:3:"key";s:10:"autobackup";s:4:"name";s:17:"Automatic Backups";s:11:"description";s:88:"Save time and worry by automatically create backups before updating WordPress components";s:13:"latestversion";s:3:"2.4";s:7:"shopurl";s:17:"/shop/autobackup/";s:12:"latestchange";s:7:"1.12.18";s:7:"include";s:0:"";}s:15:"google-enhanced";a:7:{s:3:"key";s:15:"google-enhanced";s:4:"name";s:22:"Google Drive, enhanced";s:11:"description";s:49:"Adds enhanced capabilities for Google Drive users";s:13:"latestversion";s:3:"1.0";s:7:"shopurl";s:28:"/shop/google-drive-enhanced/";s:12:"latestchange";s:5:"1.9.1";s:7:"include";s:0:"";}s:7:"copycom";a:7:{s:3:"key";s:7:"copycom";s:4:"name";s:16:"Copy.Com Support";s:11:"description";s:55:"Allows UpdraftPlus to back up to Copy.Com cloud storage";s:13:"latestversion";s:3:"1.4";s:7:"shopurl";s:14:"/shop/copycom/";s:12:"latestchange";s:6:"1.12.6";s:7:"include";s:0:"";}s:11:"morestorage";a:7:{s:3:"key";s:11:"morestorage";s:4:"name";s:24:"Multiple storage options";s:11:"description";s:83:"Provides the ability to back up to multiple remote storage facilities, not just one";s:13:"latestversion";s:3:"1.3";s:7:"shopurl";s:18:"/shop/morestorage/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:9:"morefiles";a:7:{s:3:"key";s:9:"morefiles";s:4:"name";s:44:"Back up more files, including WordPress core";s:11:"description";s:138:"Creates a backup of WordPress core (including everything in that directory WordPress is in), and any other file/directory you specify too.";s:13:"latestversion";s:3:"2.2";s:7:"shopurl";s:17:"/shop/more-files/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:9:"multisite";a:7:{s:3:"key";s:9:"multisite";s:4:"name";s:17:"Multisite/Network";s:11:"description";s:107:"Makes UpdraftPlus compatible with a WordPress Network (a.k.a. multi-site) and adds Network-related features";s:13:"latestversion";s:3:"3.2";s:7:"shopurl";s:24:"/shop/network-multisite/";s:12:"latestchange";s:7:"1.12.22";s:7:"include";s:0:"";}s:9:"lockadmin";a:7:{s:3:"key";s:9:"lockadmin";s:4:"name";s:48:"Password-protect the UpdraftPlus Settings Screen";s:11:"description";s:69:"Provides the ability to lock the UpdraftPlus settings with a password";s:13:"latestversion";s:3:"1.2";s:7:"shopurl";s:16:"/shop/lockadmin/";s:12:"latestchange";s:7:"1.12.20";s:7:"include";s:0:"";}}', 'no'),
(4407, 'updraftplus-addons_options', 'a:2:{s:5:"email";s:27:"carlos@visualedgedesign.com";s:8:"password";s:13:"zaq123UPDATE!";}', 'yes'),
(41993, '_site_transient_timeout_udaddons_connect_c244fab061fbf924474b546', '1479142809', 'no'),
(41994, '_site_transient_udaddons_connect_c244fab061fbf924474b546', 'a:7:{s:10:"mothership";s:7:"thatsus";s:8:"loggedin";s:9:"connected";s:7:"message";s:7:"Welcome";s:8:"myaddons";a:60:{s:24:"000000878800100000010001";a:6:{s:4:"site";s:32:"c72c3b704ca7fce5666dcdaa21d071b5";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:2:{i:0;i:119507;i:1;i:156544;}}s:24:"000000878800100000010005";a:6:{s:4:"site";s:32:"92eae63b9ff43da9053d192de4a15ab6";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:2:{i:0;i:119507;i:1;i:156544;}}s:24:"000000878800100000010010";a:6:{s:4:"site";s:32:"e5de3766786e7249689b58554d566bb3";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:2:{i:0;i:119507;i:1;i:156544;}}s:24:"000000878800100000010011";a:6:{s:4:"site";s:32:"64ca73c24b4ac14684334bc6c46ce742";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:2:{i:0;i:119507;i:1;i:156544;}}s:24:"000000878800100000010013";a:6:{s:4:"site";s:32:"b2a753679a855f3d4d502e9729990b72";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:2:{i:0;i:119507;i:1;i:156544;}}s:24:"000000878800100000010009";a:6:{s:4:"site";s:32:"aa2f164183fbe815a9ec8d8c631cd63a";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010016";a:6:{s:4:"site";s:32:"86a79bfe30c45b3803629ab425d63f67";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010020";a:6:{s:4:"site";s:32:"597892e795fb8045ef1edbe800d33cbe";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010021";a:6:{s:4:"site";s:32:"d2adb81a7261d18f2b7837b5fd4d17d1";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010023";a:6:{s:4:"site";s:32:"30b89fc6fe0df37e2f136709b1b2e93f";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010025";a:6:{s:4:"site";s:32:"bad679ee061e946812d01f08bebfb0a3";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010026";a:6:{s:4:"site";s:32:"2c3b14ce161a73eceb841d04171fb015";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010049";a:6:{s:4:"site";s:32:"10a0195c5a1697a3d0ef63a2285a5e2e";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010050";a:6:{s:4:"site";s:32:"af48323d68c820a286182374ce194474";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010052";a:6:{s:4:"site";s:32:"8a35ad85bba35fc5ab45d612f4138d07";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010053";a:6:{s:4:"site";s:32:"ce156fcf4a24935ed962949cf4e25757";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010055";a:6:{s:4:"site";s:32:"977ee4148c41b6b880c4680e277a89e0";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010056";a:6:{s:4:"site";s:32:"49065e806f2ee8255b5509cff3dbdc04";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010061";a:6:{s:4:"site";s:32:"c7687ce90acccde43eedddc2637afa83";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010063";a:6:{s:4:"site";s:32:"80c5e5fbea09b310534cce27abbb0587";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010064";a:6:{s:4:"site";s:32:"5cb636832d1ac9d7d11f9d6391d6cd86";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010072";a:6:{s:4:"site";s:32:"292c289c55a89703cb295da484354cb0";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010073";a:6:{s:4:"site";s:32:"7b3ccc4e945dac9df1a435e472c2e2f0";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010074";a:6:{s:4:"site";s:32:"689bdf2f88a70cbd1159a28abdb6f1ad";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010006";a:6:{s:4:"site";s:32:"3ed9105023c303235a1477a3e0c4a923";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010019";a:6:{s:4:"site";s:32:"d6e9c13c082ff0760d11c1d014b6cdca";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010076";a:6:{s:4:"site";s:32:"b1b2524abd2a63a1a56de9d08b8d2b83";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010077";a:6:{s:4:"site";s:32:"652cc5724d71307ac2c31bb235ec533e";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010012";a:6:{s:4:"site";s:32:"ef6cd4d4e0fb2486858e87043e4dc6c5";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010022";a:6:{s:4:"site";s:32:"8329e78c1ac679bb36e2156f5b662172";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010030";a:6:{s:4:"site";s:32:"274d17fc18d727dbbdf95b3066a127b7";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010031";a:6:{s:4:"site";s:32:"f4c57b2334a34c5ed819c1148e40bb64";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010032";a:6:{s:4:"site";s:32:"37f614a97b9a16a4bd8e2e7d5b58d440";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010033";a:6:{s:4:"site";s:32:"e13b16b7f5f9b219c048ce0ebd772c27";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010014";a:6:{s:4:"site";s:32:"e121c40b69f61a26fbaa6fcacfcf740b";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010024";a:6:{s:4:"site";s:32:"6c129002c663ee8a7f931dc47180ebb8";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010038";a:6:{s:4:"site";s:32:"f762cdd0c241ecffb63b4fd192efb1a0";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010040";a:6:{s:4:"site";s:32:"7b0d2d973531b4bfcae4bfbc476a5de8";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010044";a:6:{s:4:"site";s:32:"d751dcd62ba1f85c82a1f6126a0bd265";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010045";a:6:{s:4:"site";s:32:"1c8b2019c4d229794f109093aa4385ec";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010046";a:6:{s:4:"site";s:32:"6daa36a926921cd70c154da69ce9e768";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010048";a:6:{s:4:"site";s:32:"0be720037a6bb4a2b8eca5a28799fd73";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010051";a:6:{s:4:"site";s:32:"65888ba6a4dca186ed37366229f07b4f";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010057";a:6:{s:4:"site";s:32:"d980f88c34843c709fa8d39607606594";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010059";a:6:{s:4:"site";s:32:"352ff7a7429c67c0095a929b65e9147c";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010060";a:6:{s:4:"site";s:32:"f699a0764a78e1571315a260e18069b7";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010003";a:6:{s:4:"site";s:32:"c19b6e010b21b0310a081760eab841f9";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010008";a:6:{s:4:"site";s:32:"c0a48927119f13642eade5dbc2059482";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010029";a:6:{s:4:"site";s:32:"a2b6b026af4dc708afc812c91aea9cfa";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010037";a:6:{s:4:"site";s:32:"68610771f155ef7aae7432b2a9032ebf";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010047";a:6:{s:4:"site";s:32:"a878ce4fb154af5532e4f6a4a8e83c8f";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010058";a:6:{s:4:"site";s:32:"d0bdf8f786c38d8fbb1a0cfede85f043";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010062";a:6:{s:4:"site";s:32:"b115d44332701320f30423f2e0556714";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010065";a:6:{s:4:"site";s:32:"f6cf3604dfca0cf0194267a2fb33639a";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010070";a:6:{s:4:"site";s:32:"eaaef59a874abc6475485c4f831c9ea9";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010071";a:6:{s:4:"site";s:32:"5bbb4e2f4fdfb86c191dd05d208dd9aa";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010002";a:6:{s:4:"site";s:32:"b483af454d832705b401dad2e0b0c41f";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010007";a:6:{s:4:"site";s:32:"0fc0ebca8141876aa60ca59f1e636649";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010017";a:6:{s:4:"site";s:32:"f82e04bdb1b3df106f183e94bb5d4aa6";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";s:14:"renewal_orders";a:1:{i:0;i:156544;}}s:24:"000000878800100000010028";a:5:{s:4:"site";s:9:"unclaimed";s:15:"sitedescription";s:6:"(snip)";s:3:"key";s:8:"migrator";s:6:"status";s:6:"active";s:7:"expires";s:10:"1494867838";}}s:15:"availableaddons";a:22:{s:3:"all";a:6:{s:3:"key";s:3:"all";s:4:"name";s:10:"All addons";s:11:"description";s:75:"UpdraftPlus Premium : brings access to all UpdraftPlus add-ons and support.";s:7:"shopurl";s:26:"/shop/updraftplus-premium/";s:13:"latestversion";s:7:"2.12.25";s:12:"latestchange";s:7:"2.12.25";}s:6:"webdav";a:7:{s:3:"key";s:6:"webdav";s:4:"name";s:14:"WebDAV Support";s:11:"description";s:47:"Allows UpdraftPlus to back up to WebDAV servers";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:13:"/shop/webdav/";s:12:"latestchange";s:7:"1.12.17";s:7:"include";s:13:"includes/PEAR";}s:19:"cloudfiles-enhanced";a:7:{s:3:"key";s:19:"cloudfiles-enhanced";s:4:"name";s:31:"Rackspace Cloud Files, enhanced";s:11:"description";s:58:"Adds enhanced capabilities for Rackspace Cloud Files users";s:13:"latestversion";s:3:"1.6";s:7:"shopurl";s:26:"/shop/cloudfiles-enhanced/";s:12:"latestchange";s:7:"1.12.18";s:7:"include";s:0:"";}s:8:"onedrive";a:7:{s:3:"key";s:8:"onedrive";s:4:"name";s:27:"Microsoft OneDrive Support\r";s:11:"description";s:27:"Microsoft OneDrive Support\r";s:13:"latestversion";s:4:"1.6\r";s:7:"shopurl";s:16:"/shop/onedrive/\r";s:12:"latestchange";s:8:"1.12.19\r";s:7:"include";s:18:"includes/onedrive\r";}s:11:"googlecloud";a:7:{s:3:"key";s:11:"googlecloud";s:4:"name";s:21:"Google Cloud Support\r";s:11:"description";s:21:"Google Cloud Support\r";s:13:"latestversion";s:4:"1.2\r";s:7:"shopurl";s:19:"/shop/googlecloud/\r";s:12:"latestchange";s:8:"1.12.10\r";s:7:"include";s:21:"includes/googlecloud\r";}s:9:"reporting";a:7:{s:3:"key";s:9:"reporting";s:4:"name";s:31:"Sophisticated reporting options";s:11:"description";s:43:"Provides various new reporting capabilities";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:16:"/shop/reporting/";s:12:"latestchange";s:7:"2.11.28";s:7:"include";s:0:"";}s:12:"moredatabase";a:7:{s:3:"key";s:12:"moredatabase";s:4:"name";s:32:"Multiple database backup options";s:11:"description";s:83:"Provides the ability to encrypt database backups, and to back up external databases";s:13:"latestversion";s:3:"1.2";s:7:"shopurl";s:19:"/shop/moredatabase/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:4:"sftp";a:7:{s:3:"key";s:4:"sftp";s:4:"name";s:27:"SFTP, SCP and FTPS Support\r";s:11:"description";s:69:"Allows UpdraftPlus to back up to SFTP, SSH and encrypted FTP servers\r";s:13:"latestversion";s:4:"2.6\r";s:7:"shopurl";s:12:"/shop/sftp/\r";s:12:"latestchange";s:8:"1.11.28\r";s:7:"include";s:0:"";}s:15:"dropbox-folders";a:7:{s:3:"key";s:15:"dropbox-folders";s:4:"name";s:15:"Dropbox folders";s:11:"description";s:92:"Allows Dropbox to use sub-folders - useful if you are backing up many sites into one Dropbox";s:13:"latestversion";s:3:"1.4";s:7:"shopurl";s:22:"/shop/dropbox-folders/";s:12:"latestchange";s:7:"1.12.22";s:7:"include";s:0:"";}s:8:"importer";a:7:{s:3:"key";s:8:"importer";s:4:"name";s:55:"Import a WordPress backup made by another backup plugin";s:11:"description";s:112:"Import a backup made by other supported WordPress backup plugins (see shop page for a list of supported plugins)";s:13:"latestversion";s:3:"3.1";s:7:"shopurl";s:15:"/shop/importer/";s:12:"latestchange";s:7:"1.12.19";s:7:"include";s:0:"";}s:7:"fixtime";a:7:{s:3:"key";s:7:"fixtime";s:4:"name";s:19:"Time and Scheduling";s:11:"description";s:103:"Allows you to specify the exact time at which backups will run, and create more complex retention rules";s:13:"latestversion";s:3:"2.1";s:7:"shopurl";s:15:"/shop/fix-time/";s:12:"latestchange";s:6:"1.12.3";s:7:"include";s:0:"";}s:9:"noadverts";a:7:{s:3:"key";s:9:"noadverts";s:4:"name";s:10:"No Adverts";s:11:"description";s:64:"Removes all advertising from the UpdraftPlus settings and emails";s:13:"latestversion";s:3:"1.1";s:7:"shopurl";s:17:"/shop/no-adverts/";s:12:"latestchange";s:6:"1.9.19";s:7:"include";s:0:"";}s:5:"azure";a:7:{s:3:"key";s:5:"azure";s:4:"name";s:23:"Microsoft Azure Support";s:11:"description";s:23:"Microsoft Azure Support";s:13:"latestversion";s:3:"1.3";s:7:"shopurl";s:12:"/shop/azure/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:14:"includes/azure";}s:11:"s3-enhanced";a:7:{s:3:"key";s:11:"s3-enhanced";s:4:"name";s:19:"Amazon S3, enhanced";s:11:"description";s:46:"Adds enhanced capabilities for Amazon S3 users";s:13:"latestversion";s:3:"1.6";s:7:"shopurl";s:18:"/shop/s3-enhanced/";s:12:"latestchange";s:6:"1.12.6";s:7:"include";s:0:"";}s:8:"migrator";a:7:{s:3:"key";s:8:"migrator";s:4:"name";s:49:"Migrate a WordPress site to a different location.";s:11:"description";s:133:"Import a backup into a different site, including database search-and-replace. Ideal for development and testing and cloning of sites.";s:13:"latestversion";s:3:"3.5";s:7:"shopurl";s:15:"/shop/migrator/";s:12:"latestchange";s:7:"1.12.24";s:7:"include";s:0:"";}s:10:"autobackup";a:7:{s:3:"key";s:10:"autobackup";s:4:"name";s:17:"Automatic Backups";s:11:"description";s:88:"Save time and worry by automatically create backups before updating WordPress components";s:13:"latestversion";s:3:"2.4";s:7:"shopurl";s:17:"/shop/autobackup/";s:12:"latestchange";s:7:"1.12.18";s:7:"include";s:0:"";}s:15:"google-enhanced";a:7:{s:3:"key";s:15:"google-enhanced";s:4:"name";s:22:"Google Drive, enhanced";s:11:"description";s:49:"Adds enhanced capabilities for Google Drive users";s:13:"latestversion";s:3:"1.0";s:7:"shopurl";s:28:"/shop/google-drive-enhanced/";s:12:"latestchange";s:5:"1.9.1";s:7:"include";s:0:"";}s:7:"copycom";a:7:{s:3:"key";s:7:"copycom";s:4:"name";s:16:"Copy.Com Support";s:11:"description";s:55:"Allows UpdraftPlus to back up to Copy.Com cloud storage";s:13:"latestversion";s:3:"1.4";s:7:"shopurl";s:14:"/shop/copycom/";s:12:"latestchange";s:6:"1.12.6";s:7:"include";s:0:"";}s:11:"morestorage";a:7:{s:3:"key";s:11:"morestorage";s:4:"name";s:24:"Multiple storage options";s:11:"description";s:83:"Provides the ability to back up to multiple remote storage facilities, not just one";s:13:"latestversion";s:3:"1.3";s:7:"shopurl";s:18:"/shop/morestorage/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:9:"morefiles";a:7:{s:3:"key";s:9:"morefiles";s:4:"name";s:44:"Back up more files, including WordPress core";s:11:"description";s:138:"Creates a backup of WordPress core (including everything in that directory WordPress is in), and any other file/directory you specify too.";s:13:"latestversion";s:3:"2.2";s:7:"shopurl";s:17:"/shop/more-files/";s:12:"latestchange";s:7:"1.11.28";s:7:"include";s:0:"";}s:9:"multisite";a:7:{s:3:"key";s:9:"multisite";s:4:"name";s:17:"Multisite/Network";s:11:"description";s:107:"Makes UpdraftPlus compatible with a WordPress Network (a.k.a. multi-site) and adds Network-related features";s:13:"latestversion";s:3:"3.2";s:7:"shopurl";s:24:"/shop/network-multisite/";s:12:"latestchange";s:7:"1.12.22";s:7:"include";s:0:"";}s:9:"lockadmin";a:7:{s:3:"key";s:9:"lockadmin";s:4:"name";s:48:"Password-protect the UpdraftPlus Settings Screen";s:11:"description";s:69:"Provides the ability to lock the UpdraftPlus settings with a password";s:13:"latestversion";s:3:"1.2";s:7:"shopurl";s:16:"/shop/lockadmin/";s:12:"latestchange";s:7:"1.12.20";s:7:"include";s:0:"";}}s:7:"support";a:0:{}s:14:"updraftpluscom";s:7:"thatsus";}', 'no'),
(395, '_site_transient_timeout_browser_6a89f46f9fedac51174ac55fe62408d8', '1475673259', 'no'),
(396, '_site_transient_browser_6a89f46f9fedac51174ac55fe62408d8', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"53.0.2785.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(17803, '_site_transient_timeout_browser_5e06a2d838c1690d9a4db2dbdca80389', '1477589967', 'no'),
(17804, '_site_transient_browser_5e06a2d838c1690d9a4db2dbdca80389', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"53.0.2785.143";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(36907, '_transient_timeout_wflginfl_00000000000000000000ffff17587a03', '1478543760', 'no'),
(36908, '_transient_wflginfl_00000000000000000000ffff17587a03', '1', 'no'),
(66701, '_transient_timeout_wflginfl_00000000000000000000ffffca3e122c', '1482755561', 'no'),
(66508, '_transient_wflginfl_00000000000000000000ffffd2df0362', '2', 'no'),
(66532, '_transient_timeout_wflginfl_00000000000000000000ffff5562232b', '1482734113', 'no'),
(66533, '_transient_wflginfl_00000000000000000000ffff5562232b', '2', 'no'),
(66574, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b4d8a', '1482740287', 'no'),
(66575, '_transient_wflginfl_00000000000000000000ffff7c7b4d8a', '2', 'no'),
(66507, '_transient_timeout_wflginfl_00000000000000000000ffffd2df0362', '1482729890', 'no'),
(66702, '_transient_wflginfl_00000000000000000000ffffca3e122c', '2', 'no'),
(66732, '_transient_wflginfl_00000000000000000000ffff673dff35', '2', 'no'),
(66743, '_transient_timeout_wflginfl_00000000000000000000ffff5c501385', '1482758777', 'no'),
(66744, '_transient_wflginfl_00000000000000000000ffff5c501385', '2', 'no'),
(67258, '_transient_wflginfl_00000000000000000000ffff75f433aa', '2', 'no'),
(67187, '_transient_wflginfl_00000000000000000000ffffcab1ee6a', '2', 'no'),
(67018, '_transient_timeout_wflginfl_00000000000000000000ffff29875a2f', '1482809100', 'no'),
(67019, '_transient_wflginfl_00000000000000000000ffff29875a2f', '2', 'no'),
(67257, '_transient_timeout_wflginfl_00000000000000000000ffff75f433aa', '1482850957', 'no'),
(67082, '_transient_wflginfl_00000000000000000000ffff6e377419', '2', 'no'),
(67092, '_transient_timeout_wflginfl_00000000000000000000ffff75c941aa', '1482819251', 'no'),
(67093, '_transient_wflginfl_00000000000000000000ffff75c941aa', '2', 'no'),
(67130, '_transient_wflginfl_00000000000000000000ffff3bb7b16e', '2', 'no'),
(67081, '_transient_timeout_wflginfl_00000000000000000000ffff6e377419', '1482818464', 'no'),
(66864, '_transient_timeout_wflginfl_00000000000000000000ffff5dac80bc', '1482782978', 'no'),
(66865, '_transient_wflginfl_00000000000000000000ffff5dac80bc', '1', 'no'),
(66889, '_transient_timeout_wflginfl_00000000000000000000ffffbcd98273', '1482785062', 'no'),
(66890, '_transient_wflginfl_00000000000000000000ffffbcd98273', '2', 'no'),
(66922, '_transient_timeout_wflginfl_00000000000000000000ffff4e546ac1', '1482789750', 'no'),
(66923, '_transient_wflginfl_00000000000000000000ffff4e546ac1', '1', 'no'),
(67186, '_transient_timeout_wflginfl_00000000000000000000ffffcab1ee6a', '1482837918', 'no'),
(67198, '_transient_timeout_wflginfl_00000000000000000000ffff2728bf34', '1482839379', 'no'),
(67199, '_transient_wflginfl_00000000000000000000ffff2728bf34', '2', 'no'),
(67558, '_transient_timeout_wflginfl_00000000000000000000ffff171b2c22', '1482898615', 'no'),
(67559, '_transient_wflginfl_00000000000000000000ffff171b2c22', '1', 'no'),
(69132, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1483082137;s:8:"response";a:1:{s:27:"js_composer/js_composer.php";O:8:"stdClass":5:{s:4:"slug";s:11:"js_composer";s:11:"new_version";s:3:"5.0";s:3:"url";s:0:"";s:7:"package";b:0;s:4:"name";s:24:"WPBakery Visual Composer";}}s:12:"translations";a:0:{}s:9:"no_update";a:3:{s:39:"bulk-page-creator/bulk-page-creator.php";O:8:"stdClass":6:{s:2:"id";s:5:"22528";s:4:"slug";s:17:"bulk-page-creator";s:6:"plugin";s:39:"bulk-page-creator/bulk-page-creator.php";s:11:"new_version";s:5:"1.1.0";s:3:"url";s:48:"https://wordpress.org/plugins/bulk-page-creator/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/bulk-page-creator.zip";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":6:{s:2:"id";s:5:"31679";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:7:"1.12.30";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/updraftplus.1.12.30.zip";}s:23:"wordfence/wordfence.php";O:8:"stdClass":6:{s:2:"id";s:5:"25305";s:4:"slug";s:9:"wordfence";s:6:"plugin";s:23:"wordfence/wordfence.php";s:11:"new_version";s:5:"6.2.9";s:3:"url";s:40:"https://wordpress.org/plugins/wordfence/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wordfence.6.2.9.zip";}}}', 'no'),
(68581, '_transient_timeout_wflginfl_00000000000000000000ffff4da5f981', '1483008901', 'no'),
(68582, '_transient_wflginfl_00000000000000000000ffff4da5f981', '2', 'no'),
(68600, '_transient_wflginfl_00000000000000000000ffff6729c4af', '2', 'no'),
(68583, '_transient_timeout_wflginfl_00000000000000000000ffff7be76cca', '1483008913', 'no'),
(67777, '_transient_timeout_wflginfl_00000000000000000000ffffb4be5bd3', '1482931566', 'no'),
(67778, '_transient_wflginfl_00000000000000000000ffffb4be5bd3', '2', 'no'),
(67780, '_transient_timeout_wflginfl_00000000000000000000ffff524cb85d', '1482931575', 'no'),
(67781, '_transient_wflginfl_00000000000000000000ffff524cb85d', '2', 'no'),
(67874, '_transient_timeout_wflginfl_00000000000000000000ffffb968f421', '1482948216', 'no'),
(67875, '_transient_wflginfl_00000000000000000000ffffb968f421', '2', 'no'),
(68661, '_transient_wflginfl_00000000000000000000ffff29cadb44', '2', 'no'),
(68668, '_transient_wflginfl_00000000000000000000ffffb6bc5bcc', '2', 'no'),
(67915, '_site_transient_timeout_browser_844f7ae4d251b2e6e152fdd13ef479f6', '1483555083', 'no'),
(67916, '_site_transient_browser_844f7ae4d251b2e6e152fdd13ef479f6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"55.0.2883.87";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(63161, '_transient_timeout_wflginfl_00000000000000000000ffff70c523b8', '1482244365', 'no'),
(63162, '_transient_wflginfl_00000000000000000000ffff70c523b8', '2', 'no'),
(63168, '_transient_timeout_wflginfl_00000000000000000000ffff67dc200a', '1482245698', 'no'),
(63169, '_transient_wflginfl_00000000000000000000ffff67dc200a', '2', 'no'),
(63202, '_transient_timeout_wflginfl_00000000000000000000ffff3b60193a', '1482248844', 'no'),
(63203, '_transient_wflginfl_00000000000000000000ffff3b60193a', '2', 'no'),
(63231, '_transient_timeout_wflginfl_00000000000000000000ffff294fee70', '1482251744', 'no'),
(63232, '_transient_wflginfl_00000000000000000000ffff294fee70', '2', 'no'),
(63224, '_transient_timeout_wflginfl_00000000000000000000ffffb149a4b4', '1482251098', 'no'),
(63225, '_transient_wflginfl_00000000000000000000ffffb149a4b4', '2', 'no'),
(63245, '_transient_timeout_wflginfl_00000000000000000000ffff59e76899', '1482251977', 'no'),
(63246, '_transient_wflginfl_00000000000000000000ffff59e76899', '2', 'no'),
(63305, '_transient_timeout_wflginfl_00000000000000000000ffffc0548f03', '1482262150', 'no'),
(63306, '_transient_wflginfl_00000000000000000000ffffc0548f03', '2', 'no'),
(63336, '_transient_timeout_wflginfl_00000000000000000000ffff9d329c8f', '1482265689', 'no'),
(63337, '_transient_wflginfl_00000000000000000000ffff9d329c8f', '1', 'no'),
(63338, '_transient_timeout_wflginfl_00000000000000000000ffff9d3213ef', '1482265702', 'no'),
(63339, '_transient_wflginfl_00000000000000000000ffff9d3213ef', '1', 'no'),
(63353, '_transient_timeout_wflginfl_00000000000000000000ffff6f5b7d29', '1482267988', 'no'),
(63354, '_transient_wflginfl_00000000000000000000ffff6f5b7d29', '2', 'no'),
(63519, '_transient_timeout_wflginfl_00000000000000000000ffffc04079b4', '1482291187', 'no'),
(63489, '_transient_timeout_wflginfl_00000000000000000000ffff18a6ed5b', '1482291007', 'no'),
(63490, '_transient_wflginfl_00000000000000000000ffff18a6ed5b', '1', 'no'),
(63513, '_transient_wflginfl_00000000000000000000ffff01cafb36', '1', 'no'),
(63491, '_transient_timeout_wflginfl_00000000000000000000ffff75f3c5b9', '1482291020', 'no'),
(63492, '_transient_wflginfl_00000000000000000000ffff75f3c5b9', '1', 'no'),
(63498, '_transient_timeout_wflginfl_00000000000000000000ffffca48d566', '1482291052', 'no'),
(63499, '_transient_wflginfl_00000000000000000000ffffca48d566', '1', 'no'),
(63512, '_transient_timeout_wflginfl_00000000000000000000ffff01cafb36', '1482291160', 'no'),
(63505, '_transient_timeout_wflginfl_00000000000000000000ffff7c2a678b', '1482291102', 'no'),
(63506, '_transient_wflginfl_00000000000000000000ffff7c2a678b', '1', 'no'),
(64211, '_transient_wflginfl_00000000000000000000ffffbf207e22', '2', 'no'),
(64485, '_transient_wflginfl_00000000000000000000ffffa90113ec', '1', 'no'),
(63520, '_transient_wflginfl_00000000000000000000ffffc04079b4', '1', 'no'),
(64445, '_transient_timeout_wflginfl_00000000000000000000ffff70c648d3', '1482413591', 'no'),
(64430, '_transient_timeout_wflginfl_00000000000000000000ffff2e24b990', '1482408517', 'no'),
(64431, '_transient_wflginfl_00000000000000000000ffff2e24b990', '2', 'no'),
(63545, '_transient_timeout_wflginfl_00000000000000000000ffff71c3b5c9', '1482291389', 'no'),
(63546, '_transient_wflginfl_00000000000000000000ffff71c3b5c9', '1', 'no'),
(63557, '_transient_timeout_wflginfl_00000000000000000000ffff3ad8bee6', '1482291438', 'no'),
(63558, '_transient_wflginfl_00000000000000000000ffff3ad8bee6', '1', 'no'),
(63563, '_transient_timeout_wflginfl_00000000000000000000ffffb12774d5', '1482291471', 'no'),
(63564, '_transient_wflginfl_00000000000000000000ffffb12774d5', '1', 'no'),
(63566, '_transient_timeout_wflginfl_00000000000000000000ffff6e2432c3', '1482291498', 'no'),
(63567, '_transient_wflginfl_00000000000000000000ffff6e2432c3', '1', 'no'),
(63572, '_transient_timeout_wflginfl_00000000000000000000ffff75ffd479', '1482291517', 'no'),
(63573, '_transient_wflginfl_00000000000000000000ffff75ffd479', '1', 'no'),
(63634, '_transient_timeout_wflginfl_00000000000000000000ffffb3212520', '1482297247', 'no'),
(63635, '_transient_wflginfl_00000000000000000000ffffb3212520', '2', 'no'),
(63650, '_transient_timeout_wflginfl_00000000000000000000ffff7c28f6ea', '1482298470', 'no'),
(63651, '_transient_wflginfl_00000000000000000000ffff7c28f6ea', '2', 'no'),
(63662, '_transient_timeout_wflginfl_00000000000000000000ffff49485f97', '1482299113', 'no'),
(63663, '_transient_wflginfl_00000000000000000000ffff49485f97', '2', 'no'),
(63793, '_transient_timeout_wflginfl_00000000000000000000ffff012045d7', '1482319742', 'no'),
(63794, '_transient_wflginfl_00000000000000000000ffff012045d7', '2', 'no'),
(63800, '_transient_timeout_wflginfl_00000000000000000000ffff48c161ba', '1482319850', 'no'),
(63801, '_transient_wflginfl_00000000000000000000ffff48c161ba', '2', 'no'),
(63807, '_transient_timeout_wflginfl_00000000000000000000ffffb5a8dd3f', '1482320746', 'no'),
(63808, '_transient_wflginfl_00000000000000000000ffffb5a8dd3f', '2', 'no'),
(63823, '_transient_timeout_wflginfl_00000000000000000000ffff29dfa4d3', '1482321549', 'no'),
(63824, '_transient_wflginfl_00000000000000000000ffff29dfa4d3', '2', 'no'),
(63847, '_transient_timeout_wflginfl_00000000000000000000ffffb4fdeae8', '1482324823', 'no'),
(63848, '_transient_wflginfl_00000000000000000000ffffb4fdeae8', '2', 'no'),
(63867, '_transient_timeout_wflginfl_00000000000000000000ffffc3d1cdb9', '1482328960', 'no'),
(63868, '_transient_wflginfl_00000000000000000000ffffc3d1cdb9', '2', 'no'),
(63917, '_transient_timeout_wflginfl_00000000000000000000ffff296caa39', '1482338016', 'no'),
(63918, '_transient_wflginfl_00000000000000000000ffff296caa39', '2', 'no'),
(63969, '_transient_timeout_wflginfl_00000000000000000000ffff2d4088f6', '1482346555', 'no'),
(63970, '_transient_wflginfl_00000000000000000000ffff2d4088f6', '2', 'no'),
(64020, '_transient_timeout_wflginfl_00000000000000000000ffff2f0b451f', '1482352470', 'no'),
(64021, '_transient_wflginfl_00000000000000000000ffff2f0b451f', '2', 'no'),
(64061, '_transient_timeout_wflginfl_00000000000000000000ffffbbff4726', '1482357271', 'no'),
(64062, '_transient_wflginfl_00000000000000000000ffffbbff4726', '2', 'no'),
(64297, '_transient_timeout_wflginfl_00000000000000000000ffff7506826a', '1482390374', 'no'),
(64068, '_transient_timeout_wflginfl_00000000000000000000ffff6967414f', '1482358300', 'no'),
(64069, '_transient_wflginfl_00000000000000000000ffff6967414f', '2', 'no'),
(64347, '_transient_timeout_wflginfl_00000000000000000000ffff7c0d4920', '1482395731', 'no'),
(64348, '_transient_wflginfl_00000000000000000000ffff7c0d4920', '2', 'no'),
(64446, '_transient_wflginfl_00000000000000000000ffff70c648d3', '2', 'no'),
(64364, '_transient_timeout_wflginfl_00000000000000000000ffffb630eccf', '1482397983', 'no'),
(64365, '_transient_wflginfl_00000000000000000000ffffb630eccf', '2', 'no'),
(64484, '_transient_timeout_wflginfl_00000000000000000000ffffa90113ec', '1482419012', 'no'),
(64282, '_transient_timeout_wflginfl_00000000000000000000ffff75ee2767', '1482388566', 'no'),
(64283, '_transient_wflginfl_00000000000000000000ffff75ee2767', '2', 'no'),
(64210, '_transient_timeout_wflginfl_00000000000000000000ffffbf207e22', '1482376023', 'no'),
(64298, '_transient_wflginfl_00000000000000000000ffff7506826a', '2', 'no'),
(64140, '_transient_wflginfl_00000000000000000000ffffac61a7a2', '2', 'no'),
(64147, '_transient_timeout_wflginfl_00000000000000000000ffff7c6a7343', '1482367640', 'no'),
(64148, '_transient_wflginfl_00000000000000000000ffff7c6a7343', '2', 'no'),
(64139, '_transient_timeout_wflginfl_00000000000000000000ffffac61a7a2', '1482365962', 'no'),
(64486, '_transient_timeout_wflginfl_00000000000000000000ffffa901125b', '1482419019', 'no'),
(64487, '_transient_wflginfl_00000000000000000000ffffa901125b', '1', 'no'),
(64502, '_transient_timeout_wflginfl_00000000000000000000ffff4ed548c7', '1482423341', 'no'),
(64503, '_transient_wflginfl_00000000000000000000ffff4ed548c7', '2', 'no'),
(64540, '_transient_timeout_wflginfl_00000000000000000000ffffb6b98f2a', '1482427117', 'no'),
(64541, '_transient_wflginfl_00000000000000000000ffffb6b98f2a', '2', 'no'),
(64552, '_transient_timeout_wflginfl_00000000000000000000ffff67ed24fc', '1482428240', 'no'),
(64553, '_transient_wflginfl_00000000000000000000ffff67ed24fc', '2', 'no'),
(64610, '_transient_timeout_wflginfl_00000000000000000000ffffc59fc902', '1482432783', 'no'),
(64611, '_transient_wflginfl_00000000000000000000ffffc59fc902', '2', 'no'),
(64625, '_transient_timeout_wflginfl_00000000000000000000ffff1b93cbd4', '1482433443', 'no'),
(64626, '_transient_wflginfl_00000000000000000000ffff1b93cbd4', '2', 'no'),
(64640, '_transient_timeout_wflginfl_00000000000000000000ffff588bf591', '1482434329', 'no'),
(64641, '_transient_wflginfl_00000000000000000000ffff588bf591', '2', 'no'),
(64676, '_transient_timeout_wflginfl_00000000000000000000ffff696847cc', '1482436806', 'no'),
(64677, '_transient_wflginfl_00000000000000000000ffff696847cc', '2', 'no'),
(64828, '_transient_timeout_wflginfl_00000000000000000000ffff59e636f9', '1482455105', 'no'),
(64829, '_transient_wflginfl_00000000000000000000ffff59e636f9', '1', 'no'),
(64835, '_transient_timeout_wflginfl_00000000000000000000ffffb3622af4', '1482455225', 'no'),
(64836, '_transient_wflginfl_00000000000000000000ffffb3622af4', '2', 'no'),
(64858, '_transient_timeout_wflginfl_00000000000000000000ffff31969326', '1482458994', 'no'),
(64859, '_transient_wflginfl_00000000000000000000ffff31969326', '2', 'no'),
(64969, '_transient_timeout_wflginfl_00000000000000000000ffff2f1fe655', '1482473831', 'no'),
(64970, '_transient_wflginfl_00000000000000000000ffff2f1fe655', '2', 'no'),
(64995, '_transient_timeout_wflginfl_00000000000000000000ffff75d9ce01', '1482476830', 'no'),
(64996, '_transient_wflginfl_00000000000000000000ffff75d9ce01', '2', 'no'),
(65035, '_transient_timeout_wflginfl_00000000000000000000ffff4d16fc1e', '1482483243', 'no'),
(65036, '_transient_wflginfl_00000000000000000000ffff4d16fc1e', '2', 'no'),
(65109, '_transient_timeout_wflginfl_00000000000000000000ffff3b16c8ca', '1482492625', 'no'),
(65110, '_transient_wflginfl_00000000000000000000ffff3b16c8ca', '2', 'no'),
(65171, '_transient_timeout_wflginfl_00000000000000000000ffff9cdd0e01', '1482500432', 'no'),
(65172, '_transient_wflginfl_00000000000000000000ffff9cdd0e01', '2', 'no'),
(65217, '_transient_timeout_wflginfl_00000000000000000000ffff0e8dcca6', '1482505159', 'no'),
(65218, '_transient_wflginfl_00000000000000000000ffff0e8dcca6', '2', 'no'),
(65285, '_transient_timeout_wflginfl_00000000000000000000ffffb6401705', '1482515492', 'no'),
(65286, '_transient_wflginfl_00000000000000000000ffffb6401705', '2', 'no'),
(65292, '_transient_timeout_wflginfl_00000000000000000000ffff4f2046fe', '1482515854', 'no'),
(65293, '_transient_wflginfl_00000000000000000000ffff4f2046fe', '2', 'no'),
(65341, '_transient_timeout_wflginfl_00000000000000000000ffffbb053195', '1482522614', 'no'),
(65342, '_transient_wflginfl_00000000000000000000ffffbb053195', '1', 'no'),
(65398, '_transient_timeout_wflginfl_00000000000000000000ffffb1004e21', '1482539379', 'no'),
(65399, '_transient_wflginfl_00000000000000000000ffffb1004e21', '2', 'no'),
(65405, '_transient_timeout_wflginfl_00000000000000000000ffff1883e8b8', '1482541885', 'no'),
(65406, '_transient_wflginfl_00000000000000000000ffff1883e8b8', '2', 'no'),
(65430, '_transient_timeout_wflginfl_00000000000000000000ffffd36941dd', '1482546423', 'no'),
(65431, '_transient_wflginfl_00000000000000000000ffffd36941dd', '2', 'no'),
(65512, '_transient_timeout_wflginfl_00000000000000000000ffff78383384', '1482564489', 'no'),
(65513, '_transient_wflginfl_00000000000000000000ffff78383384', '2', 'no'),
(65534, '_transient_timeout_wflginfl_00000000000000000000ffff9030b1ed', '1482569656', 'no'),
(65535, '_transient_wflginfl_00000000000000000000ffff9030b1ed', '2', 'no'),
(65546, '_transient_timeout_wflginfl_00000000000000000000ffffab61dc82', '1482571941', 'no'),
(65547, '_transient_wflginfl_00000000000000000000ffffab61dc82', '2', 'no'),
(65557, '_transient_timeout_wflginfl_00000000000000000000ffff177696da', '1482574130', 'no'),
(65558, '_transient_wflginfl_00000000000000000000ffff177696da', '2', 'no'),
(65574, '_transient_timeout_wflginfl_00000000000000000000ffff77a077d5', '1482577253', 'no'),
(65575, '_transient_wflginfl_00000000000000000000ffff77a077d5', '2', 'no'),
(65658, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b0e4b', '1482592356', 'no'),
(65659, '_transient_wflginfl_00000000000000000000ffff7c7b0e4b', '2', 'no'),
(65682, '_transient_timeout_wflginfl_00000000000000000000ffffb74e2dec', '1482593840', 'no'),
(65683, '_transient_wflginfl_00000000000000000000ffffb74e2dec', '2', 'no'),
(65722, '_transient_timeout_wflginfl_00000000000000000000ffff4468f5ee', '1482599803', 'no'),
(65723, '_transient_wflginfl_00000000000000000000ffff4468f5ee', '2', 'no'),
(65734, '_transient_timeout_wflginfl_00000000000000000000ffff7ab13c73', '1482601135', 'no'),
(65735, '_transient_wflginfl_00000000000000000000ffff7ab13c73', '2', 'no'),
(65787, '_transient_timeout_wflginfl_00000000000000000000ffffbad5bcd2', '1482612861', 'no'),
(65788, '_transient_wflginfl_00000000000000000000ffffbad5bcd2', '2', 'no'),
(65834, '_transient_timeout_wflginfl_00000000000000000000ffff296dbbaf', '1482619762', 'no'),
(65835, '_transient_wflginfl_00000000000000000000ffff296dbbaf', '2', 'no'),
(65842, '_transient_timeout_wflginfl_00000000000000000000ffffc906e5c2', '1482621011', 'no'),
(65843, '_transient_wflginfl_00000000000000000000ffffc906e5c2', '2', 'no'),
(65974, '_transient_timeout_wflginfl_00000000000000000000ffff8b05e716', '1482646887', 'no'),
(65975, '_transient_wflginfl_00000000000000000000ffff8b05e716', '2', 'no'),
(66054, '_transient_timeout_wflginfl_00000000000000000000ffff589cb8cb', '1482658561', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(66055, '_transient_wflginfl_00000000000000000000ffff589cb8cb', '2', 'no'),
(66087, '_transient_timeout_wflginfl_00000000000000000000ffff25372de3', '1482664859', 'no'),
(66088, '_transient_wflginfl_00000000000000000000ffff25372de3', '1', 'no'),
(66109, '_transient_timeout_wflginfl_00000000000000000000ffff70c649b2', '1482668190', 'no'),
(66110, '_transient_wflginfl_00000000000000000000ffff70c649b2', '1', 'no'),
(52445, '_transient_timeout_wflginfl_00000000000000000000ffff3a61ca37', '1480703577', 'no'),
(52446, '_transient_wflginfl_00000000000000000000ffff3a61ca37', '2', 'no'),
(52452, '_transient_timeout_wflginfl_00000000000000000000ffff6a9f1d6b', '1480704709', 'no'),
(52453, '_transient_wflginfl_00000000000000000000ffff6a9f1d6b', '2', 'no'),
(52473, '_transient_timeout_wflginfl_00000000000000000000ffff3eb77fc5', '1480706597', 'no'),
(52474, '_transient_wflginfl_00000000000000000000ffff3eb77fc5', '2', 'no'),
(53691, '_transient_timeout_wflginfl_00000000000000000000ffff77f6745c', '1480883821', 'no'),
(53692, '_transient_wflginfl_00000000000000000000ffff77f6745c', '1', 'no'),
(52796, '_transient_timeout_wflginfl_00000000000000000000ffff27307369', '1480749774', 'no'),
(52797, '_transient_wflginfl_00000000000000000000ffff27307369', '2', 'no'),
(53644, '_transient_wflginfl_00000000000000000000ffff63eb646d', '2', 'no'),
(52856, '_transient_timeout_wflginfl_00000000000000000000ffff29bd3d0a', '1480757472', 'no'),
(52857, '_transient_wflginfl_00000000000000000000ffff29bd3d0a', '2', 'no'),
(53643, '_transient_timeout_wflginfl_00000000000000000000ffff63eb646d', '1480875904', 'no'),
(53250, '_transient_wflginfl_00000000000000000000ffff563b87d2', '2', 'no'),
(52739, '_transient_timeout_wflginfl_00000000000000000000ffffaf6a3044', '1480739822', 'no'),
(52740, '_transient_wflginfl_00000000000000000000ffffaf6a3044', '2', 'no'),
(54707, '_transient_wflginfl_00000000000000000000ffffb630e804', '2', 'no'),
(52746, '_transient_timeout_wflginfl_00000000000000000000ffff31e46392', '1480741724', 'no'),
(52747, '_transient_wflginfl_00000000000000000000ffff31e46392', '2', 'no'),
(53575, '_transient_timeout_wflginfl_00000000000000000000ffff51949c72', '1480866330', 'no'),
(53262, '_transient_timeout_wflginfl_00000000000000000000ffff75d623e1', '1480822873', 'no'),
(53263, '_transient_wflginfl_00000000000000000000ffff75d623e1', '2', 'no'),
(53295, '_transient_timeout_wflginfl_00000000000000000000ffffbabc9ce9', '1480827006', 'no'),
(53296, '_transient_wflginfl_00000000000000000000ffffbabc9ce9', '2', 'no'),
(54661, '_transient_timeout_wflginfl_00000000000000000000ffff0e8bf372', '1481031172', 'no'),
(53576, '_transient_wflginfl_00000000000000000000ffff51949c72', '2', 'no'),
(53590, '_transient_timeout_wflginfl_00000000000000000000ffff7113f711', '1480867364', 'no'),
(53591, '_transient_wflginfl_00000000000000000000ffff7113f711', '2', 'no'),
(52996, '_transient_timeout_wflginfl_00000000000000000000ffffd2ba373b', '1480775057', 'no'),
(52997, '_transient_wflginfl_00000000000000000000ffffd2ba373b', '2', 'no'),
(53003, '_transient_timeout_wflginfl_00000000000000000000ffff3d066184', '1480775480', 'no'),
(53004, '_transient_wflginfl_00000000000000000000ffff3d066184', '2', 'no'),
(54706, '_transient_timeout_wflginfl_00000000000000000000ffffb630e804', '1481036769', 'no'),
(54669, '_transient_timeout_wflginfl_00000000000000000000ffff296d09ad', '1481032317', 'no'),
(54670, '_transient_wflginfl_00000000000000000000ffff296d09ad', '2', 'no'),
(54704, '_transient_timeout_wflginfl_00000000000000000000ffff6965b421', '1481036766', 'no'),
(53024, '_transient_timeout_wflginfl_00000000000000000000ffff67e8b911', '1480776732', 'no'),
(53025, '_transient_wflginfl_00000000000000000000ffff67e8b911', '2', 'no'),
(54662, '_transient_wflginfl_00000000000000000000ffff0e8bf372', '2', 'no'),
(54705, '_transient_wflginfl_00000000000000000000ffff6965b421', '2', 'no'),
(53035, '_transient_timeout_wflginfl_00000000000000000000ffff77497c43', '1480782480', 'no'),
(53036, '_transient_wflginfl_00000000000000000000ffff77497c43', '2', 'no'),
(53685, '_transient_wflginfl_00000000000000000000ffff67dd370c', '2', 'no'),
(53669, '_transient_wflginfl_00000000000000000000ffffb6b7b641', '2', 'no'),
(53668, '_transient_timeout_wflginfl_00000000000000000000ffffb6b7b641', '1480879839', 'no'),
(53249, '_transient_timeout_wflginfl_00000000000000000000ffff563b87d2', '1480820314', 'no'),
(53144, '_transient_timeout_wflginfl_00000000000000000000ffffcaa49cc3', '1480794390', 'no'),
(53145, '_transient_wflginfl_00000000000000000000ffffcaa49cc3', '2', 'no'),
(54983, '_transient_timeout_wflginfl_00000000000000000000ffffb3de02ec', '1481065490', 'no'),
(54984, '_transient_wflginfl_00000000000000000000ffffb3de02ec', '2', 'no'),
(54649, '_transient_timeout_wflginfl_00000000000000000000ffff69622d5d', '1481028418', 'no'),
(54650, '_transient_wflginfl_00000000000000000000ffff69622d5d', '2', 'no'),
(53790, '_transient_timeout_wflginfl_00000000000000000000ffff7a344791', '1480897096', 'no'),
(53791, '_transient_wflginfl_00000000000000000000ffff7a344791', '1', 'no'),
(53853, '_transient_timeout_wflginfl_00000000000000000000ffffd5e65c7c', '1480905424', 'no'),
(53854, '_transient_wflginfl_00000000000000000000ffffd5e65c7c', '2', 'no'),
(69050, '_site_transient_timeout_ewt_readme', '1483076430', 'no'),
(54134, '_transient_timeout_wflginfl_00000000000000000000ffff24493e19', '1480942139', 'no'),
(54135, '_transient_wflginfl_00000000000000000000ffff24493e19', '1', 'no'),
(54365, '_transient_timeout_wflginfl_00000000000000000000ffff73b21ac7', '1480974329', 'no'),
(54366, '_transient_wflginfl_00000000000000000000ffff73b21ac7', '2', 'no'),
(54377, '_transient_wflginfl_00000000000000000000ffffc3530a55', '2', 'no'),
(54040, '_transient_wflginfl_00000000000000000000ffff4ea06dc1', '2', 'no'),
(54376, '_transient_timeout_wflginfl_00000000000000000000ffffc3530a55', '1480974585', 'no'),
(54002, '_transient_timeout_wflginfl_00000000000000000000ffff31e461c4', '1480917495', 'no'),
(54003, '_transient_wflginfl_00000000000000000000ffff31e461c4', '2', 'no'),
(54027, '_transient_timeout_wflginfl_00000000000000000000ffffa8bb56b7', '1480928240', 'no'),
(54028, '_transient_wflginfl_00000000000000000000ffffa8bb56b7', '1', 'no'),
(54039, '_transient_timeout_wflginfl_00000000000000000000ffff4ea06dc1', '1480930284', 'no'),
(54559, '_transient_wflginfl_00000000000000000000ffffab05a5c7', '2', 'no'),
(54495, '_transient_timeout_wflginfl_00000000000000000000ffff3b4e0f31', '1480998263', 'no'),
(54496, '_transient_wflginfl_00000000000000000000ffff3b4e0f31', '2', 'no'),
(54558, '_transient_timeout_wflginfl_00000000000000000000ffffab05a5c7', '1481010573', 'no'),
(54518, '_transient_timeout_wflginfl_00000000000000000000ffff1b3a26d5', '1481002360', 'no'),
(54519, '_transient_wflginfl_00000000000000000000ffff1b3a26d5', '2', 'no'),
(54647, '_transient_timeout_wflginfl_00000000000000000000ffffaf9ec88c', '1481028405', 'no'),
(54648, '_transient_wflginfl_00000000000000000000ffffaf9ec88c', '2', 'no'),
(54627, '_transient_timeout_wflginfl_00000000000000000000ffffaf893f6a', '1481026679', 'no'),
(54628, '_transient_wflginfl_00000000000000000000ffffaf893f6a', '2', 'no'),
(4425, 'updraft_remotesites', '', 'yes'),
(4426, 'updraft_migrator_localkeys', '', 'yes'),
(4427, 'updraft_central_localkeys', '', 'yes'),
(4428, 'updraft_autobackup_default', '0', 'yes'),
(4429, 'updraft_dropbox', 'a:0:{}', 'yes'),
(4430, 'updraft_googledrive', '', 'yes'),
(4431, 'updraftplus_tmp_googledrive_access_token', '', 'yes'),
(4432, 'updraftplus_dismissedautobackup', '', 'yes'),
(4433, 'updraftplus_dismissedexpiry', '', 'yes'),
(4434, 'updraftplus_dismisseddashnotice', '', 'yes'),
(4466, 'updraft_include_mu-plugins', '', 'yes'),
(4467, 'updraft_include_others_exclude', '', 'yes'),
(4468, 'updraft_include_uploads_exclude', '', 'yes'),
(4470, 'updraft_googledrive_token', '', 'yes'),
(4471, 'updraft_dropboxtk_request_token', '', 'yes'),
(4472, 'updraft_dropboxtk_access_token', '', 'yes'),
(4473, 'updraft_dropbox_folder', '', 'yes'),
(4474, 'updraft_adminlocking', '', 'yes'),
(4475, 'updraft_updraftvault', '', 'yes'),
(4476, 'updraft_retain_extrarules', '', 'yes'),
(4477, 'updraft_googlecloud', '', 'yes'),
(4478, 'updraft_include_more_path', '', 'yes'),
(4479, 'updraft_split_every', '25', 'yes'),
(4480, 'updraft_ssl_nossl', '0', 'yes'),
(4481, 'updraft_backupdb_nonwp', '0', 'yes'),
(4482, 'updraft_extradbs', '', 'yes'),
(4484, 'updraft_last_backup', 'a:5:{s:11:"backup_time";i:1483047578;s:12:"backup_array";a:3:{s:2:"db";s:65:"backup_2016-12-29-2139_Permanent_Makeup_by_Deb_5df3db2edea0-db.gz";s:7:"db-size";i:731338;s:9:"checksums";a:1:{s:4:"sha1";a:1:{s:3:"db0";s:40:"550d03ae963dc0ddc6a06d91ca134e376b15851e";}}}s:7:"success";i:1;s:6:"errors";a:0:{}s:12:"backup_nonce";s:12:"5df3db2edea0";}', 'yes'),
(4485, 'updraft_starttime_files', '21:37', 'yes'),
(4486, 'updraft_starttime_db', '21:37', 'yes'),
(4487, 'updraft_startday_db', '0', 'yes'),
(4488, 'updraft_startday_files', '0', 'yes'),
(4489, 'updraft_sftp_settings', '', 'yes'),
(4490, 'updraft_s3', '', 'yes'),
(4491, 'updraft_s3generic', '', 'yes'),
(4492, 'updraft_dreamhost', '', 'yes'),
(4493, 'updraft_s3generic_login', '', 'yes'),
(4494, 'updraft_s3generic_pass', '', 'yes'),
(4495, 'updraft_s3generic_remote_path', '', 'yes'),
(4496, 'updraft_s3generic_endpoint', '', 'yes'),
(4497, 'updraft_webdav_settings', '', 'yes'),
(4498, 'updraft_openstack', '', 'yes'),
(4499, 'updraft_bitcasa', 'a:0:{}', 'yes'),
(4500, 'updraft_copycom', 'a:0:{}', 'yes'),
(4501, 'updraft_onedrive', 'a:0:{}', 'yes'),
(4502, 'updraft_azure', 'a:0:{}', 'yes'),
(4503, 'updraft_cloudfiles', '', 'yes'),
(4504, 'updraft_cloudfiles_user', '', 'yes'),
(4505, 'updraft_cloudfiles_apikey', '', 'yes'),
(4506, 'updraft_cloudfiles_path', '', 'yes'),
(4507, 'updraft_cloudfiles_authurl', '', 'yes'),
(4508, 'updraft_ssl_useservercerts', '0', 'yes'),
(4509, 'updraft_ssl_disableverify', '0', 'yes'),
(4510, 'updraft_s3_login', '', 'yes'),
(4511, 'updraft_s3_pass', '', 'yes'),
(4512, 'updraft_s3_remote_path', '', 'yes'),
(4513, 'updraft_dreamobjects_login', '', 'yes'),
(4514, 'updraft_dreamobjects_pass', '', 'yes'),
(4515, 'updraft_dreamobjects_remote_path', '', 'yes'),
(4516, 'updraft_dreamobjects', '', 'yes'),
(4517, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(4518, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(4519, 'updraft_log_syslog', '0', 'yes'),
(4520, 'updraft_extradatabases', '', 'yes'),
(23261, '_transient_timeout_wflginfl_00000000000000000000ffff672ec902', '1477335728', 'no'),
(23262, '_transient_wflginfl_00000000000000000000ffff672ec902', '2', 'no'),
(23301, '_transient_wflginfl_00000000000000000000ffff5c1447ba', '2', 'no'),
(23284, '_transient_timeout_wflginfl_00000000000000000000ffff56634214', '1477335854', 'no'),
(19913, '_transient_timeout_wflginfl_00000000000000000000ffff5761ebde', '1477316586', 'no'),
(42947, '_site_transient_timeout_browser_bbe17f0a746d1d92d88f5944fc82bf7f', '1479918265', 'no'),
(51067, '_transient_wflginfl_00000000000000000000ffff9030e07f', '2', 'no'),
(51066, '_transient_timeout_wflginfl_00000000000000000000ffff9030e07f', '1480504136', 'no'),
(69051, '_site_transient_ewt_readme', '== Deprecation ==\n\nThis plugin is deprecated in favour of a newer version. Please update to using\nhttps://github.com/envato/wp-envato-market as there will no longer be any\nbugfixes or support for this version.\n\n=== Envato WordPress Toolkit ===\nContributors: envato, valendesigns\nTags: install, update, api, envato, theme, upgrade\nRequires at least: 3.7\nTested up to: 4.5\nStable tag: 1.7.3\n\nWordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, & backups during upgrade.\n\n== Description ==\n\nThis toolkit plugin establishes an Envato Marketplace API connection to take advantage of the new `wp-list-themes` & `wp-download` methods created specifically for this plugin. These API methods grants access to information about your purchased themes and create temporary download URL''s for installing and upgrading those themes. Basically, users that have purchased themes from ThemeForest.net can now install and upgrade any theme that takes advantage of these new methods.\n\nFor end users, all that''s required to get started is an Envato Marketplace username & API key, and to have purchased one of the many WordPress themes found on ThemeForest.net.\n\nFor theme authors, navigate to your theme''s admin page on ThemeForest.net and click edit; you''ll need to upload the `Optional WordPress Theme` ZIP which contains your installable WordPress Theme. Once you''ve got an installable ZIP uploaded and approved, users can install & update directly from within WordPress. Also, to take advantage of the update functionality you''ll need to increment your themes version in the style.css every time a new version is available for download and repeat the process above of uploading an installable ZIP.\n\nBelow is a description of the new api-key protected Envato Marketplace API methods or sets. For full documentation on how to use the API go to http://marketplace.envato.com/api/documentation and have a look at the examples.\n\n`wp-list-themes`\n* Details of all WordPress themes you have purchased. Contains the item ID, item name, theme name, author name & version.\n\n`wp-download`\n* Temporary download URL to a WordPress item you have purchased. Requires the item ID, e.g. wp-download:1234.\n\n== Installation ==\n\n1. Upload the `envato-wordpress-toolkit` folder to the `/wp-content/plugins/` directory.\n2. Activate the plugin through the `Plugins` menu in WordPress.\n3. To establish an Envato Marketplace API connection navigate to the `Envato Toolkit` page and insert your Marketplace username and secret API key in the designated input fields. To obtain your API Key, visit your "My Settings" page on any of the Envato Marketplaces.\n4. Once the API connection has been established you will see a list of themes that can be auto installed. If you don''t see any themes and are certain you''ve done everything correct, there is a good chance the theme author has not updated their theme to be available for auto install and update. If that''s the case, please contact the theme author and ask them to update their theme''s information.\n\n== Changelog ==\n\n= 1.7.3 =\n* Added a custom user agent to all API requests so a connection is once again possible.\n* Added the option to turn sslverify on and off.\n* Envato API requests are now using HTTPS endpoints.\n* Replace `wp_remote_request` with `wp_safe_remote_request`, which will validated the API url.\n* Lowered the API request timeout to something more reasonable.\n\n= 1.7.2 =\n* Added checks to stop PHP from throwing redeclare class errors.\n* Fix an issue where the `ZipArchive` class was called before the `class_exists` check.\n* Fixed the Github Updater class so it now shows updates on `update-core.php`.\n* Changed the Github Updater class to pull in the contents of `readme.txt` to build the config array.\n* Changed the `raw_url` in `_admin_update_check` to use `raw.githubusercontent`, because `raw.github` causes a second `http` request.\n\n= 1.7.1 =\n* Fixed: Stop Mojo Marketplace from tracking your movements and causing long or hanging page loads.\n* Fixed: Fix an issue that caused the timeout to be set high globally.\n* Added: Ability to deactivate the Github Updater.\n* Fixed: Stopped `wp_list_themes` from making an API request before credentials have been entered into WordPress.\n* Fixed: Changed the menu position and load priority to stop Mojo Marketplace from hiding the Envato Toolkit menu item.\n* Fixed: Switched from `.png` to a font icon, which makes it Admin Color Scheme compatible.\n* Added: New i18n file and changed the domain from `envato` to `envato-wordpress-toolkit` to avoid potential conflicts.\n* Fixed: Changed the UI so it now has tabs for better content separation.\n* Fixed: Now uses the Customizer to preview installed themes.\n\n= 1.7.0 =\n* Fixed: Converted transient names into hashes to comply with character limits.\n* Fixed: Invalid argument supplied foreach warning.\n* Fixed: Call to undefined function wp_create_nonce.\n* Fixed: Changed the WP_GitHub_Updater class so it will properly name the directory.\n* Fixed: Decompression error caused by gzinflate().\n\n= 1.6.3 =\n* Fixed: Conflict with the WP-Compatibility Installer plugin.\n\n= 1.6.2 =\n* Fixed: Conflict with other plugins using the GitHub updater.\n\n= 1.6.1 =\n* set_time_limit errors are now hidden in favor of a more user-friendly message.\n* Make error notices dismissible.\n\n= 1.6 =\n* Fixed: Bug that prevented updating if backups were enabled.\n* Added auto-updating.\n* Various bug fixes.\n\n= 1.5 =\n* Changed use of cURL to the WordPress HTTP API\n* Removed ini_set usage\n\n= 1.4 =\n* Added support for theme backups during upgrade.\n* Allow backups to be turned off from within the UI.\n\n= 1.3 =\n* Added caching to the Envato Marketplace API requests.\n* Added support for Multisite.\n\n= 1.2 =\n* Updated register_setting group ID bug.\n\n= 1.1 =\n* Gutted the unnecessary files and classes.\n* Renamed the plugin and moved functions into a single class.\n* Updated strings for future Internationalization.\n\n= 1.0 =\n* Initial release with auto theme install and update.\n* Force an increase on ''max_execution_time'' to ensure large themes finish downloading.\n', 'no'),
(4556, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:57:"https://downloads.wordpress.org/release/wordpress-4.7.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-4.7.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-4.7-no-content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordpress-4.7-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"4.7";s:7:"version";s:3:"4.7";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:57:"https://downloads.wordpress.org/release/wordpress-4.7.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-4.7.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-4.7-no-content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordpress-4.7-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"4.7";s:7:"version";s:3:"4.7";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.7";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1483082136;s:15:"version_checked";s:5:"4.6.1";s:12:"translations";a:0:{}}', 'no'),
(4559, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1483082138;s:7:"checked";a:2:{s:15:"stockholm-child";s:5:"1.0.0";s:9:"stockholm";s:5:"3.2.2";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(19890, 'gform_email_count', '13', 'yes'),
(4565, 'updraftplus_semaphore_', '0', 'yes'),
(4563, 'updraftplus_unlocked_', '1', 'yes'),
(4564, 'updraftplus_last_lock_time_', '2016-10-14 21:43:31', 'yes'),
(10416, 'wordfence_lastSyncAttackData', '1483106555', 'no'),
(67921, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1482993491', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(67922, '_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:28:"HeroPress: Over The Atlantic";s:7:"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=1545";s:7:"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:47:"https://heropress.com/essays/over-the-atlantic/";s: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:6054:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/12/122816-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: I''ve come to realise the WordPress community doesn''t tolerate bad actors." /><p>I’m on a plane. They’ve just served lunch and I realise I’m stuck. There isn’t enough room to slip out for a bathroom break without tipping my meal and the trolley blocks the aisle.</p>\n<p>I cough and notice I’m tense, what’s going on? I enjoy flying, why should today be any different? Is it that I might be sick? Maybe it’s shovelling clothes off of the dining table into an open suitcase and rushing for a taxi at 6am? Or responding to a client at 11pm then playing Rimworld till 2am knowing I’d be up at 5? Maybe it’s Mr Robot? Anyone who’s seen that show knows it isn’t exactly happy.</p>\n<p>I open my watch up and try the new breathe app. I’ve installed watch apps before but never found much use from them, but this came with the update from Apple this morning so I’ll give it a go. It holds me steady but I’m still tense.</p>\n<p>I put on some music and try to eat some food. Maybe that’s the problem? I get anxious sometimes about food, it can get me in trouble. During speaker submissions for WordCamp Europe Sophia I wrote a mini rant about sandwiches and labeling. Siobhan thought it was funny, but I should know better. It was that year I saw a talk on depression.</p>\n<p>I’ve seen several people speak about it, but right now I’m anxious, and I’m typing. After WCEU 2016 I promised Topher I’d write an article for him, and I’ve been occupied. The last month or so, I’ve been working and not taking care of myself. I’m not sure if I&#8217;m actually sick or if this is burn out. I’ve noticed aches in my hands, it worries me.</p>\n<p>I think about what writing this will do. My WP Tavern article ranks higher than me on Facebook search.</p>\n<blockquote><p>There’s nothing like an article on anxiety popping up when a date searches your name. I don’t want to be known as the mental health guy.</p></blockquote>\n<p>But a promise is a promise. When I last did this people were supportive. They said nice things, they talked about their own feelings and gave talks. Nobody sent their pity.</p>\n<p>The food tray’s gone now, I’m not sure how I feel but I know there’s 2 Automatticians in front of me and 2 to the side. We land in Vancouver in 6 hours for the grand meet up, and I know I’ll get a big hug from several people. They’re genuine nice people, and I’ve come to realise the WordPress community doesn’t tolerate bad actors. We share what we think is important, what people need to hear.</p>\n<p>I’ve got one more episode of Mr Robot, I’ll think about those I see at WordCamps and close this app. It isn’t long before I can talk in person.</p>\n<hr />\n<p>I’m home! Despite a total lack of scrambled eggs on toast in not one, not two, but three major international airports, I’ve finally returned home. My friends dragged me jet lagged to a play entitled “The pacifists answer to the war on cancer” where a jolly sequinned cancer cell sings a song moments after a woman screams in agony. I got to sing happy birthday to my family with a room of Automatticians, climb a mountain, it was fun!</p>\n<p>I think about what I’ve written, and wish I’d been more positive.</p>\n<blockquote><p>Life can be scary but I’m surrounded by people who want to help.</p></blockquote>\n<p>Sometimes that’s family, or friends, but user groups and events help too. These people have the same problems and worries I do, and deal with them in many ways.</p>\n<p>Importantly, they’re willing to talk about their problems in front of hundreds of people, and share their solutions. I feel it’s something that isn’t mentioned often enough. Burnout and stress is rampant in our industry, and I’m glad people are stepping up to the challenge.</p>\n<p>I’m a lead organiser for a WordCamp Manchester now. That means I can’t speak at my own conference, but I’m hoping to get a good talk or two. Maybe things aren’t so terrible? Maybe next time I’ll get a window seat.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Over The Atlantic" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Over%20The%20Atlantic&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fover-the-atlantic%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Over The Atlantic" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fover-the-atlantic%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fover-the-atlantic%2F&title=Over+The+Atlantic" rel="nofollow" target="_blank" title="Share: Over The Atlantic"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/over-the-atlantic/&media=https://heropress.com/wp-content/uploads/2016/12/122816-150x150.jpg&description=Over The Atlantic" rel="nofollow" target="_blank" title="Pin: Over The Atlantic"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/over-the-atlantic/" title="Over The Atlantic"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/over-the-atlantic/">Over The Atlantic</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, 28 Dec 2016 12:00: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:10:"Tom Nowell";s: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:38:"Matt: Christmas Music: Leslie Odom Jr.";s:7:"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=47002";s:7:"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:53:"https://ma.tt/2016/12/christmas-music-leslie-odom-jr/";s: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:629:"<p>I love Christmas music, and <a href="https://ma.tt/2013/12/christmas-jazz-music/">most years</a> I like to recommend a Christmas music album that is a bit more jazz or has something interesting about it. This year I want to point you to Leslie Odom Jr., aka Aaron Burr in the hit musical Hamilton, who is a gifted vocalist. <cite>Hat tip: Rose Kuo.</cite> Check out &#8220;My Favorite Things.&#8221; Embedded on Spotify below, also on <a href="https://itunes.apple.com/us/album/simply-christmas/id1170245823">iTunes</a> and <a href="https://www.amazon.com/Simply-Christmas-Leslie-Odom-Jr/dp/B01L22Y87K">Amazon</a>.</p>\n<p></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, 24 Dec 2016 18:18:35 +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: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:98:"WPTavern: BuddyPress 2.7.4 Patches Security Vulnerability That Could Allow Arbitrary File Deletion";s:7:"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:58:"https://wptavern.com?p=64736&preview=true&preview_id=64736";s:7:"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:109:"https://wptavern.com/buddypress-2-7-4-patches-security-vulnerability-that-could-allow-arbitrary-file-deletion";s: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:1223:"<p>The BuddyPress development team has <a href="https://buddypress.org/2016/12/buddypress-2-7-4-security-release/">released BuddyPress 2.7.4</a> to address a security vulnerability that affects all versions back to 2.0.</p>\n<p>According to John James Jacoby, lead developer of BuddyPress, &#8220;This version patches a vulnerability to the BuddyPress core attachments API that could allow arbitrary file deletion on certain installation configurations.&#8221;</p>\n<p>The vulnerability was responsibly disclosed by Sam Pizzey through the <a href="https://hackerone.com/automattic">HackerOne bounty program</a>. Although Automattic primarily uses the service for its own products, they accept reports for open source projects such as WordPress and BuddyPress.</p>\n<p>Boone Gorges and Paul Gibbs collaborated on a fix for all affected versions of BuddyPress while Stephen Edgar and Dion helped package the release. Those who use BuddyPress are highly encouraged to update as soon as possible to protect against this vulnerability. If you encounter any issues or need help, please create a post on the project&#8217;s<a href="https://buddypress.org/support/"> support forums.</a></p>\n<div id="epoch-width-sniffer"></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:"Fri, 23 Dec 2016 19:59: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:"Jeff Chandler";s: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:49:"BuddyPress: BuddyPress 2.7.4 – Security 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:32:"https://buddypress.org/?p=262326";s:7:"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:65:"https://buddypress.org/2016/12/buddypress-2-7-4-security-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:1235:"<p>BuddyPress 2.7.4 is now available, and is a security release &amp; recommended upgrade for all BuddyPress installations. We&#8217;ve also ported the code changes in 2.7.4 to all branches back 2.0, and are pushing updates out for all installations where we are able to do so.</p>\n<p>These releases include a fix to the BuddyPress core attachments API that could allow arbitrary file deletion on certain installation configurations.</p>\n<p>This bug was responsibly disclosed to the WordPress security team (and the BuddyPress team) through the WordPress HackerOne Bounty Program by Sam Pizzey (mopman).</p>\n<p>Both Boone &amp; Paul worked together to fix this for all versions of BuddyPress that are currently in active use, and Stephen &amp; Dion helped package and push these releases out.</p>\n<p>Please update to these latest versions of BuddyPress today in your WordPress Dashboard, or by <a href="https://wordpress.org/plugins/buddypress/">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out the <a href="https://codex.buddypress.org/releases/version-2-7-4/">2.7.4 changelog</a>, or stop by our <a href="https://buddypress.org/support/">support forums</a> or  Trac.</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, 23 Dec 2016 02:25: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:17:"John James Jacoby";s: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:50:"WPTavern: WordPress.org Launches Homepage Redesign";s:7:"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:29:"https://wptavern.com/?p=64708";s:7:"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:61:"https://wptavern.com/wordpress-org-launches-homepage-redesign";s: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:2790:"<p><a href="https://wordpress.org/" target="_blank">WordPress.org</a> made its new <a href="https://wptavern.com/the-wordpress-org-homepage-is-getting-a-redesign" target="_blank">homepage redesign</a> live today. The meta team worked quickly to put the new design in place in time for the holidays.</p>\n<p>&#8220;While this is only the first iteration, the plan is to continue design and development to create something truly amazing,&#8221; Mark Uraine said in the <a href="https://make.wordpress.org/meta/2016/12/22/new-homepage-is-launched/" target="_blank">announcement</a>. &#8220;This is the first step toward that goal.&#8221;</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordpress-homepage-new-design-e1482443742169.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordpress-homepage-new-design-e1482443742169.png?resize=1025%2C854&ssl=1" alt="" class="aligncenter size-full wp-image-64722" /></a></p>\n<p>The header and footer have been kept from the previous design. According to meta team member Samuel Wood, matching them to the new design is beyond the scope of this first iteration.</p>\n<p>&#8220;The header and footer are global pieces,&#8221; Wood said. &#8220;Redesigning them, in any way, will have to be part of a much larger effort in redesigning, well, everything. The entire site would need adjustments to adjust them.&#8221;</p>\n<p>Uraine <a href="https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/#comment-8739" target="_blank">said</a> in a previous post that there are iterations underway for a new, more minimal header that better aligns with the new homepage style.</p>\n<p>Feedback on the <a href="https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/" target="_blank">initial draft</a> included notes on the copy, particularly the &#8220;Meet WordPress&#8221; headline. One person commented on it not being inclusive of people who have already met WordPress and are returning. Also, a few found the tagline to be too narrow: <em>WordPress is open source software you can use to create a beautiful website, blog, or app.</em> Some suggested the inclusion of other use cases, such as store, forum, and membership site. These ideas have not been incorporated but they were recognized by the design team in the comments on the initial draft.</p>\n<p>The homepage redesign went from sketches to prototype to live on WordPress.org in a matter of a couple weeks. Feedback has been overwhelmingly positive so far, and most see it as a huge improvement. The new design should receive a great deal more exposure now that it&#8217;s live, which will hopefully bring in more varied perspectives towards making it extraordinary in future iterations.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 22 Dec 2016 23:13:10 +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: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:23:"Matt: New .org Homepage";s:7:"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=46996";s:7:"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:39:"https://ma.tt/2016/12/new-org-homepage/";s: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:410:"<p>For the first time in&#8230; many years, <a href="https://wordpress.org/">WordPress.org has a new home page</a>. What&#8217;s on the page today actually isn&#8217;t that important, even though it&#8217;s better in many ways, the key is that it&#8217;s changing again, the stone has <a href="https://make.wordpress.org/meta/2016/12/22/new-homepage-is-launched/">been unstuck</a> and can now keep rolling.</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, 22 Dec 2016 22:10: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: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: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:79:"WPTavern: WPWeekly Episode 257 – My Side Project, WordPress 4.7, and the 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=64711&preview=true&preview_id=64711";s:7:"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://wptavern.com/wpweekly-episode-257-my-side-project-wordpress-4-7-and-the-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:3589:"<p>In this episode of WordPress Weekly, <a href="http://www.marcuscouch.com/">Marcus Couch</a> and I discuss the news of the week including, WooCommerce&#8217;s 42% market share, the redesign concept of WordPress.org, and two plugin acquisitions. I also share details of a side project I&#8217;m working on that involves BuddyPress. Last but not least, we briefly discuss <a href="https://twitter.com/kingjeff2">Jeff King&#8217;s</a> impact on GoDaddy as he&#8217;s leaving the company at the end of this year.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/wordpress-4-7-introduces-twenty-seventeen-default-theme-and-wp-rest-api-content-endpoints">WordPress 4.7 Introduces Twenty Seventeen Default Theme and WP REST API Content Endpoints</a><br />\n<a href="https://wptavern.com/the-wordpress-org-homepage-is-getting-a-redesign">The WordPress.org Homepage is Getting a Redesign</a><br />\n<a href="https://wptavern.com/woocommerce-powers-42-of-all-online-stores">WooCommerce Powers 42% of All Online Stores</a><br />\n<a href="https://wptavern.com/podcast-motor-acquires-seriously-simple-podcasting-plugin">Podcast Motor Acquires Seriously Simple Podcasting Plugin</a><br />\n<a href="https://wptavern.com/updraftplus-acquires-wp-optimize-will-be-integrated-into-updraftcentral">UpdraftPlus Acquires WP-Optimize, Will Be Integrated Into UpdraftCentral</a><br />\n<a href="https://wptavern.com/wordpress-com-launches-vr-content-coming-soon-to-jetpack">WordPress.com Launches VR Content, Coming Soon to Jetpack</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/wp-youtube-live/">WP YouTube Live</a> displays a YouTube live video from a specified channel via shortcode. There are several shortcode options available that allow you to autoplay and change the video&#8217;s dimensions. There&#8217;s also an option to not display a video if there isn&#8217;t a live video taking place.</p>\n<p><a href="https://wordpress.org/plugins/woo-floating-cart-lite/">Woo Floating Cart Lite</a> is an interactive floating cart for WooCommerce that slides into view when a user decides to buy an item. Products, quantities, and prices are updated instantly via AJAX. It&#8217;s similar to many of the professional carts you may have seen at the big retail stores where the cart is in view at all times.</p>\n<p><a href="https://wordpress.org/plugins/import-facebook-events/">Import Facebook Events</a> allows you to import events from Facebook into <a href="https://wordpress.org/plugins/the-events-calendar/">The Events Calendar</a> and <a href="https://wordpress.org/plugins/events-manager/">Events Manager</a> plugins. If you are like me and use The Events Manager as your events plugin of choice, this plugin is a no-brainer as an extra add-on. As an add-on plugin this plugin needs The Events Calendar or Events Manager Installed and activated.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 28th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #257:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></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:"Thu, 22 Dec 2016 21:20: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s: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:75:"WPTavern: Nadia Eghbal Publishes Guide to Financial Support for Open Source";s:7:"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:29:"https://wptavern.com/?p=64676";s:7:"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:86:"https://wptavern.com/nadia-eghbal-publishes-guide-to-financial-support-for-open-source";s: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:4614:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/lemonade-stand.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/lemonade-stand.jpg?resize=1024%2C577&ssl=1" alt="" class="size-full wp-image-64693" /></a>photo credit: rachaelvoorhees <a href="http://www.flickr.com/photos/17237319@N00/2521106411">A Young Entrepreneur on a Hot Day at Portland State</a> &#8211; <a href="https://creativecommons.org/licenses/by-sa/2.0/">(license)</a>\n<p>If you want to make a living in the world of open source software, <a href="http://nadiaeghbal.com/" target="_blank">Nadia Eghbal</a> has created a <a href="https://github.com/nayafia/lemonade-stand#consulting--services" target="_blank">guide</a> that explores various models for funding your work. Eghbal, who has written extensively on <a href="http://nadiaeghbal.com/oss" target="_blank">sustainability and open source</a>, recently authored <a href="https://wptavern.com/ford-foundation-publishes-non-technical-white-paper-on-open-source-software-and-the-challenges-of-sustaining-digital-infrastructure" target="_blank">a white paper published by the Ford Foundation</a> called “Roads and Bridges: The Unseen Labor Behind Our Digital Infrastructure.” The whitepaper was written to help consumers and companies understand the challenges of sustaining open source software.</p>\n<p>Eghbal published &#8220;A handy guide to financial support for open source&#8221; on GitHub so that others with experience can contribute to the reference. The repository is called &#8220;<a href="https://github.com/nayafia/lemonade-stand" target="_blank">lemonade stand</a>,&#8221; a term that references a common summertime business venture where children cut their teeth in entrepreneurship. The lemonade stand is often used as a symbol of capitalism, a new arena that many developers will need to embrace if they want to provide a sustainable future for their open source work.</p>\n<p>Eghbal&#8217;s guide currently includes 16 different categories of funding, starting with the smallest (donations, bounties, crowdfunding) to the largest (foundations, consortiums, and venture capital). The funding categories explore pros, cons, and relevent case studies where the particular model has been explored.</p>\n<p>&#8220;The purpose of this guide is to provide an exhaustive list of all the ways you can get paid, so that you can figure out what works best for you,&#8221; Eghbal said. It has already received additions from 12 contributors, including Daniel Bachhuber, who is currently <a href="https://wptavern.com/wp-cli-project-launches-patron-support-model-to-fund-ongoing-development" target="_blank">exploring a patron support model to fund his work on WP-CLI</a>.</p>\n<p>With a few notable exceptions like Red Hat and Linux, open source projects suffer from a severe lack of funding, a problem which Eghbal calls &#8220;<a href="https://medium.com/@nayafia/how-i-stumbled-upon-the-internet-s-biggest-blind-spot-b9aa23618c58#.6efp8nk2c" target="_blank">the internet&#8217;s biggest blind spot</a>.&#8221; She notes that the problem of funding digital infrastructure is relatively new but is accelerating as more people are using open source software but ignoring the developer tools everyone relies on.</p>\n<p>WP-CLI is a prime example in the WordPress community. Developers who use it are more inclined to send sporadic donations than become personally invested in maintaining the code base, which has led Bachhuber to test different funding models throughout 2016. There have been <a href="https://twitter.com/dd32/status/807435845724577792" target="_blank">discussions</a> about making it an official WordPress core project with the goal of widening the contributor base and ensuring its longterm future. However, Bachhuber <a href="https://twitter.com/danielbachhuber/status/806563582968115201" target="_blank">said</a> he &#8220;strongly believes WP-CLI should be an independent project.&#8221;</p>\n<p>Eghbal&#8217;s funding <a href="https://github.com/nayafia/lemonade-stand" target="_blank">guide</a> is an important document for open source software maintainers who are struggling to fund their efforts and looking for more options beyond sticking a simple download button on the project&#8217;s website. If you&#8217;re looking for more discussion on this topic, Eghbal co-produces a podcast called <a href="https://changelog.com/rfc/archive" target="_blank">Request for Commits</a> that explores open source&#8217;s complicated relationship with money and various sustainability models.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 22 Dec 2016 20:00: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: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: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:78:"WPTavern: Wallace: A Free WordPress Theme Built on the WP REST API and Angular";s:7:"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:29:"https://wptavern.com/?p=64652";s:7:"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:88:"https://wptavern.com/wallace-a-free-wordpress-theme-built-on-the-wp-rest-api-and-angular";s: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:4819:"<p><a href="https://twitter.com/Bradley_Kirby" target="_blank">Bradley Kirby</a> released version 1.0 of his <a href="https://wallacetheme.com/" target="_blank">Wallace WordPress theme</a> today. The theme is built using the WP REST API and <a href="https://angular.io/" target="_blank">Angular 2</a>. Kirby has been working on Wallace for the past two years and has rewritten it several times in order to keep pace with changes in the REST API and Angular.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/wallace-theme.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/wallace-theme.png?resize=1025%2C925&ssl=1" alt="" class="aligncenter size-full wp-image-64661" /></a></p>\n<p>If you view the <a href="https://demo.wallacetheme.com/" target="_blank">Wallace demo</a>, you&#8217;ll notice that the theme is super fast because the interface is rendered on the client side with JavaScript.</p>\n<p>&#8220;It really opens a whole new world of possibility for WordPress themes,&#8221; Kirby said. &#8220;For this release I&#8217;ve primarily focused on smooth page transitions. That&#8217;s just not possible with the traditional server-rendered themes. But I think there&#8217;s a lot of really cool customization techniques that the API allows for, too. That&#8217;s what I&#8217;m hoping to explore next.&#8221;</p>\n<p>Although React has emerged as <a href="https://wptavern.com/state-of-javascript-survey-results-published-react-emerges-as-clear-winner-in-front-end-frameworks" target="_blank">the most popular JavaScript framework for front-end development</a> in 2016, Kirby said he chose Angular mostly because he learned it first.</p>\n<p>&#8220;I really like the prescriptive nature of Angular,&#8221; Kirby said. &#8220;There&#8217;s a &#8216;right&#8217; way to do things that you&#8217;ll find in example projects and all the functionality comes with the framework itself. With React you have to use a collection of third-party libraries with various maintainers. With Angular, it&#8217;s all Google, and all one repository. I think React is a perfectly fine framework, and they actually share a lot of concepts.&#8221;</p>\n<p>Wallace currently only supports posts, but Kirby plans to implement more core WordPress features, including pages, comments, searching, and category filtering. He said those features shouldn&#8217;t be too difficult to implement now that the frame is there.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/wallace-posts.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/wallace-posts.png?resize=500%2C494&ssl=1" alt="" class="aligncenter size-large wp-image-64669" /></a></p>\n<p>&#8220;From a programming perspective, this was way more difficult to create than a PHP-rendered theme, because you get so much &#8216;for free&#8217; with the PHP theming API that you don&#8217;t get when you&#8217;re just making raw requests to the REST API,&#8221; Kirby said. The primary advantage of theming with the API is more instantaneous interactions with the content, but creating API-driven themes is not yet as easy as the old way of theming.</p>\n<p>Kirby said he is actively exploring the idea of submitting Wallace to WordPress.org, but the Theme Review Team does not permit the use of Twig templates.</p>\n<p>&#8220;I&#8217;ve brought it up with the team that approves themes, and they didn&#8217;t like that I was using the Twig templating library on the PHP side,&#8221; Kirby said. &#8220;So I&#8217;d have to maintain two versions of the theme if I were to submit it to the directory.&#8221; Kirby hasn&#8217;t ruled it out yet and said he will probably revisit the idea next year.</p>\n<p>&#8220;Twig templates mirror Angular templates really nicely,&#8221; Kirby said. &#8220;It cuts down on the maintenance burden quite a bit, because I have to exactly mirror the templates on the server side and the client side. That would be more difficult if I had to construct PHP echo strings, the typical WordPress template way.&#8221;</p>\n<p>Wallace is integrated with the Customizer and will disable its JavaScript when it detects the Customizer is open, reverting back to a &#8220;normal&#8221; theme. Currently the only option users can customize is the site icon and site title. Wallace does not yet offer support for setting a static front page.</p>\n<p>The next items on Wallace&#8217;s roadmap are adding more core features into the theme. Kirby said he is also exploring the idea of creating a commercial magazine theme in the future.</p>\n<p>&#8220;I think the real killer use case for this way of developing themes is e-commerce, but I want to get a good solid magazine style premium theme done before I tackle that,&#8221; Kirby said.</p>\n<div id="epoch-width-sniffer"></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, 21 Dec 2016 22:43: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: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: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:62:"WPTavern: How to Make BuddyPress User Registration Invite-Only";s:7:"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:29:"https://wptavern.com/?p=64644";s:7:"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:73:"https://wptavern.com/how-to-make-buddypress-user-registration-invite-only";s: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:3486:"<p>One of the first things I recommend users do after installing WordPress is to either close user registration or install a plugin that protects the site against spam registrations. A friend of mine recently started a new WordPress site that has BuddyPress installed.</p>\n<p>After two weeks, I chipped in to help him out and discovered more than 300 registered spam accounts. To make matters worse, these accounts were able to create new groups in BuddyPress and each one contained spam content. The first thing I did was close user registration then I began the boring process of removing the accounts.</p>\n<p>We ran into an issue where legitimate users needed to create accounts while user registration was closed. After asking <a href="https://twitter.com/jeffr0/status/810664097868107777">for suggestions</a> on Twitter and performing a few Google searches, I discovered the <a href="https://wordpress.org/plugins/invite-anyone/">Invite Anyone</a> plugin by <a href="https://profiles.wordpress.org/boonebgorges/">Boone Gorges</a>. Invite Anyone allows registered members to invite people to register to the site via email while registration is closed.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/InviteAnyoneSettings.png?ssl=1"><img class="size-full wp-image-64646" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/InviteAnyoneSettings.png?resize=859%2C836&ssl=1" alt="Invite Anyone Settings" /></a>Invite Anyone Settings\n<p>Using variables provided by the plugin, you can customize the email invitation subject line, the invitation message, and the text at the end of the email. I used the default values which happened to suit my needs. You can also give registered users the ability to customize the invitation subject line or message body and limit the number of emails members can send at one time. In my case, the most important setting to enable was allowing email invitations to be accepted even when site registration is disabled.</p>\n<p>There are other configuration settings as well such as controlling who can send emails and limiting group invitations. Invite Only also has <a href="https://www.cloudsponge.com/signup/invite-anyone/">built-in support for CloudSponge</a>, a service where users can invite anyone from their address books without leaving your site. Stats are built-in as well but during testing I couldn&#8217;t get the Stats tab to load. The Stats tab loads the General Settings page instead.</p>\n<p>Here&#8217;s what Invite Anyone looks like from a user&#8217;s BuddyPress profile page. In addition to inviting someone to the site, users can also invite them to a BuddyPress group as well.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/InviteAnyoneFrontEnd.png?ssl=1"><img class="size-full wp-image-64647" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/InviteAnyoneFrontEnd.png?resize=885%2C658&ssl=1" alt="What Invite Anyone Looks Like on the Frontend" /></a>What Invite Anyone Looks Like on the Frontend\n<p>I&#8217;m using this plugin on a site running WordPress 4.7 and it&#8217;s functioning as expected. So far, we&#8217;ve invited three people and all of them were able to successfully register an account despite user registration being disabled. If you use BuddyPress and need a free solution that implements a user invitation system, I recommend <a href="https://wordpress.org/plugins/invite-anyone/">Invite Anyone</a>.</p>\n<div id="epoch-width-sniffer"></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, 21 Dec 2016 19:33: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:"Jeff Chandler";s: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:43:"HeroPress: The WordPress Mantra Is Mine Too";s:7:"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=1537";s:7:"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:51:"https://heropress.com/essays/wordpress-mantra-mine/";s: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:8731:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/12/122116-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: The simple fact that I improve someone''s life through my work means the world to me." /><h3>Transparency makes the world go round</h3>\n<p>I like being honest, so please allow me to provide a context for this story. First of all, I&#8217;m a pretty introvert kind of guy, and I often need to be thrown in the cold water to start learning how to swim. This was exactly what happened with my teammate, Oana, when she asked me if I&#8217;d be tempted to give HeroPress a go. Of course I would, and so it started the beginning of this story. The next lines are the result of a friendly dialogue between us. Enjoy the ride, dear fellows.</p>\n<p>Here&#8217;s Andrei, a passionate web dev who truly admires the WordPress world. I&#8217;m a full-time backend at Pixelgrade, a design studio where we create WordPress themes that solve real and painful digital problems. Yes, we don&#8217;t just play around with eye-candy pixels, we strive to show up with trustworthy solutions that make people&#8217;s lives easier and more pleasant.</p>\n<p>I&#8217;ve experienced an intense professional rollercoaster till I got here. I still remember the first time I met with the WordPress fascinating world. It was during my first job interview. The employer (today a good friend of mine) told me that I would need to play around with Joomla, something I loved at that time. You can laugh, it&#8217;s okay. I do the same.</p>\n<p>However, the interview was full of tricks since I needed to do something totally different: create a homepage into WordPress. This way, the team could have seen how fast I&#8217;m able to learn new stuff. Pretty good trap since everyone working in the digital playground needs to be open-minded and capable of improving their skills and knowledge.</p>\n<p>That was the very first contact with WordPress, and I was surprised to see its potential. Not only it was easy-to-learn and get along with thanks to an in-depth documentation, but it also had an active community eager to help. Fast forward and the story had a happy ending: I got the job.</p>\n<blockquote><p>Becoming better is kind of a mantra for the true WordPress people</p></blockquote>\n<p>Starting from there and since today I still appreciate WordPress from top to toe. I have a bunch of reasons why I feel this world fits my values and principles. First of all, I enjoy all the PHP talking around WordPress. I find it interesting and challenging at the same time, and every time I have the chance to get involved, I accept it without hesitations. Another great aspect is directly related to my day-to-day job at Pixelgrade. The backend universe where I can improve an amount of cool things keeps my motivation up and kicking. On top of that, I resonate with JavaScript in various ways, backend and frontend too, and from time-to-time I write down my thoughts on my personal blog. I&#8217;m always happy to share ideas and provide feedback that helps. In the end, this is all about when you think of WordPress as an ecosystem, right?</p>\n<p>Talking about this core mission, I must confess that WordPress can be felt like a lifestyle into a room with glass walls. Everyone sees what you do, how you do it, and why you keep doing it. Nobody can take your work for granted, but can easily be inspired by it and even improving it. Becoming better is kind of a mantra for the true WordPress people, and that&#8217;s why they jump in and start spreading solutions about how things can achieve a superior level. With other words, it&#8217;s like sailing with a bunch of amazing people eager to enjoy the same outstanding experience.</p>\n<p>On the other hand, there are some coders that still think that WordPress is not that sexy and challenging in the end. They&#8217;re definitely not in the same boat, but I think it&#8217;s fair from our side to help them change their mind. And not because we chose to work in this playground, mostly because this platform changed a lot in the last years.</p>\n<blockquote><p>The simple fact that I improve someone&#8217;s life through my work means the world to me.</p></blockquote>\n<p>Here are my thoughts for all those programming lovers that would like to try WordPress, but need an extra boost.</p>\n<h3>A wide range of features</h3>\n<p>Articles, menus, widgets, users, live previews, e-commerce, e-learning, listings and so on. You can administrate them, make them better, simply play around as you wish. It might sound naive, but in reality these different areas are constantly bringing all kind of challenges on the table.</p>\n<h3>Legacy code</h3>\n<p>WordPress still strives to support the PHP 5.2.4 version, which was dropped five years ago but 7.5% from today&#8217;s websites still use it. But hey, WordPress is all about keeping users on board, happy and loyal, not skipping the battle. In the end, it does say something about the whole philosophy of the people behind the scenes.</p>\n<h3>Colleges got it wrong</h3>\n<p>There was a time where people studying Object Oriented Programming didn&#8217;t take WordPress seriously since it&#8217;s based on functional programming and that handy and approachable isn&#8217;t something that helps you progress. Well, things changed, people changed, now functional programming is turning back as the coolest thing to do nowadays, and WordPress is trying to get the best from both paradigms.</p>\n<h3>WordPress makes me proud</h3>\n<p>I mean it. It&#8217;s not just shiny words thrown into the digital garden. I&#8217;m a proud WordPress backend dev who deeply feels that impact matters, and building things for an open-source community matters even more. I&#8217;m also happy with the diverse work I do at Pixelgrade: one day can be Customify or the WP Body Class plugin, the next one can be improving Listable, a WordPress theme used by thousands of users spread all over the world. In between could be the passionate discussions regarding the core of WordPress, some advice tailored on other authors or the amazing WordCamp Europe. Whatever it is, I am grateful that I found my place where creativity, freedom, and braveness are in the first place.</p>\n<p>Call it as you wish, but the simple fact that I improve someone&#8217;s life through my work means the world to me. It gives me a sense of fulfillment, the necessary energy to keep improving, and the never-ending joy that I did something useful. And hey, there&#8217;s just another beginning since Pixelgrade has reshaped its digital presence through an outstanding website and more consistent brand story. So bring it on, fellows!</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: The WordPress Mantra Is Mine Too" class="rtsocial-twitter-button" href="https://twitter.com/share?text=The%20WordPress%20Mantra%20Is%20Mine%20Too&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-mantra-mine%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: The WordPress Mantra Is Mine Too" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-mantra-mine%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-mantra-mine%2F&title=The+WordPress+Mantra+Is+Mine+Too" rel="nofollow" target="_blank" title="Share: The WordPress Mantra Is Mine Too"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-mantra-mine/&media=https://heropress.com/wp-content/uploads/2016/12/122116-150x150.jpg&description=The WordPress Mantra Is Mine Too" rel="nofollow" target="_blank" title="Pin: The WordPress Mantra Is Mine Too"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/wordpress-mantra-mine/" title="The WordPress Mantra Is Mine Too"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/wordpress-mantra-mine/">The WordPress Mantra Is Mine Too</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, 21 Dec 2016 12: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:11:"Andrei Lupu";s: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:58:"WPTavern: The WordPress.org Homepage is Getting a Redesign";s:7:"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:29:"https://wptavern.com/?p=64587";s:7:"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://wptavern.com/the-wordpress-org-homepage-is-getting-a-redesign";s: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:3549:"<p>A WordPress.org homepage redesign is now in the works with a strong focus on marketing to new users. As the face of the open source project, the site is long overdue for some design attention. Mark Uraine, a designer at Automattic, <a href="https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/" target="_blank">posted</a> on the Make/Meta blog about how quickly the project is coming together:</p>\n<p>&#8220;During the Contributor Day at WordCamp US, the Marketing Team sat down with a project in mind — the homepage of wordpress.org,&#8221; Uraine said. &#8220;Since the new design style is making an appearance in various places across the site, there was a desire to reboot the homepage as well.&#8221;</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordpress-homepage.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordpress-homepage.png?resize=203%2C500&ssl=1" alt="" class="alignleft size-large wp-image-64631" /></a>Uraine posted the group&#8217;s original sketches as well as a screenshot of the initial draft on desktop and mobile. The screenshot doesn&#8217;t include the site&#8217;s header and footer, which will be added when the design is implemented. The team has also created a <a href="http://codepen.io/mapk/full/MbGpvR/" target="_blank">Codepen Prototype</a>, which demonstrates the fixed background featuring high profile WordPress sites that visitors see as they scroll.</p>\n<p>&#8220;Keep in mind that this is only version 1.0 and we’re planning on launching and iterating quickly,&#8221; Uraine said when asking for feedback from the community. &#8220;Otto has offered his help to get this implemented. After a few technical revisions, I’ll be passing it over to him for implementation and providing support where I can.&#8221;</p>\n<p>The redesign focuses on social proof (market share and showcase examples) as well as WordPress&#8217; features and extensibility:</p>\n<p><em>&#8220;Extend WordPress with over 45,000 plugins to help your website meet your needs. Add an online store, galleries, mailing lists, forums, analytics, and much more.&#8221;</em></p>\n<p>Since Uraine posted the design draft, commenters have been weighing in with revisions to the site copy, which hasn&#8217;t yet been finalized. A few contributors have also suggested including A/B testing, although no specific metrics have been determined. The redesign is moving fast, so make sure to jump in on the <a href="https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/" target="_blank">Make/Meta post</a> if you have feedback on the draft.</p>\n<p>WordPress is getting more strategic about its marketing in 2017. Matt Mullenweg announced during the <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle" target="_blank">2016 State of the Word</a> that he is bringing a new product-based leadership to core development and is assembling a <a href="https://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council" target="_blank">Growth Council</a> to coordinate strategy with organizations invested in WordPress&#8217; growth.</p>\n<p>&#8220;I think in the past WordPress got by on a lot of marketing happenstance,&#8221; Mullenweg said. &#8220;We can become a lot more sophisticated with our messaging and presentation on WordPress.org to bring people in and tell the story about what makes WordPress different.&#8221;</p>\n<div id="epoch-width-sniffer"></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:"Tue, 20 Dec 2016 20:45: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: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:69:"WPTavern: How to Change the Default Members Landing Tab in BuddyPress";s:7:"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:29:"https://wptavern.com/?p=64592";s:7:"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:80:"https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress";s: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:2880:"<p>For the past two weeks, I&#8217;ve been helping a friend build his site. The site uses WordPress and BuddyPress and is the first opportunity I&#8217;ve had to use BuddyPress for a project. The site is dedicated to a Hockey League league that&#8217;s specific to a video game. The league has a number of players and teams.</p>\n<p>By default, when a visitor browses a BuddyPress member&#8217;s profile, the activity tab is displayed. Since a player&#8217;s team is displayed on a user&#8217;s profile, I wanted the profile tab to be the first thing users see. According to the <a href="https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/">BuddyPress Codex</a>, it&#8217;s possible to change the default landing tab by adding a line of code to either a bp-custom.php file or to wp-config.php. The code is as follows:</p>\n<p><code>/**<br />\n* Change BuddyPress default Members landing tab.<br />\n*/<br />\ndefine(''BP_DEFAULT_COMPONENT'', ''profile'' );</code></p>\n<p>As I didn&#8217;t want to create and upload another php file, I inserted the code into wp-config.php. At the time of writing this article, the help document on the BuddyPress Codex did not specify where in the wp-config file the code should be placed. After adding the code to the bottom of the wp-config file, I noticed it didn&#8217;t work.</p>\n<p>The trick is to add it to a place that runs before BuddyPress is fully loaded. I moved the code so that is was after the define(&#8216;DB_COLLATE&#8217;, &#8221;); line in wp-config. This allowed the code to run without any issues.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/BPAddedCodetoWPConfig.png?ssl=1"><img class="size-full wp-image-64616" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/BPAddedCodetoWPConfig.png?resize=645%2C203&ssl=1" alt="Code Added to the Proper Place in the wpconfig File" /></a>Code Added to the Proper Place in the wp-config File\n<p>With the code in place, whenever someone clicks on a player&#8217;s name that&#8217;s mentioned in a post, the first thing they see is their profile and the team they&#8217;re assigned too.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/ProfilePageLoadsFirst.png?ssl=1"><img class="size-full wp-image-64617" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/ProfilePageLoadsFirst.png?resize=645%2C370&ssl=1" alt="Profile Page Loads First in BuddyPress" /></a>Profile Page Loads First in BuddyPress\n<p>This is a small change in how BuddyPress works but for an implementor like me, it was a bit of a hassle. The largest obstacle in achieving what I wanted were the directions that don&#8217;t specify where in the config file the code should be placed. I&#8217;ve since edited the Codex article to prevent others from experiencing the same trouble.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 20 Dec 2016 03:30:32 +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:"Jeff Chandler";s: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:90:"WPTavern: WPWeekly Episode 256 – Interview With Tony Perez, CEO and Co-Founder of Sucuri";s:7:"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:58:"https://wptavern.com?p=64479&preview=true&preview_id=64479";s:7:"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:96:"https://wptavern.com/wpweekly-episode-256-interview-with-tony-perez-ceo-and-co-founder-of-sucuri";s: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:2577:"<p>In this episode of WordPress Weekly, <a href="http://marcuscouch.com/">Marcus Couch</a> and I are joined by <a href="https://perezbox.com/">Tony Perez</a>, co-founder and CEO of <a href="https://sucuri.net/">Sucuri</a>. It&#8217;s easy to tell from this episode that Perez is extremely passionate about web security.</p>\n<p>We discussed a wide range of topics related to security including, trends involving WordPress, <a href="https://blog.sucuri.net/2016/10/security-confusion-fud-factor.html">the FUD factor</a>, messaging surrounding HTTPS, and what <a href="https://blog.sucuri.net/2016/10/accounting-for-defense-in-depth-in-website-security.html">Defense in Depth</a> really means. We also discussed the three basic elements of security, <a href="https://perezbox.com/2015/10/website-security-is-not-an-absolute/">people, process, and technology</a>.</p>\n<p>Perez spoke relatively quickly and at times, the conversation was technical. I recommend listening to the show at least twice in order to digest everything.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/product-review/">Product Review</a> comes with common features that you may need for a review focused site. This includes editor reviews, user reviews, segmented rating, pros and cons, affiliate button and a lot more.</p>\n<p><a href="https://wordpress.org/plugins/messenger-bot-for-woocommerce/">Messengerbot for WooCommerce</a> provides the ability to send your customers messages via Facebook Messenger. It supports Order Receipts, Order status changes, and Customer Order notes.</p>\n<p><a href="https://wordpress.org/plugins/email-tracker/">Email Tracker</a> is a plugin that notifies you if the emails sent by WordPress using the wp_mail function have been read or not. It displays statistics like how many times an email has been read with the date and time.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 21st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #256:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></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:"Tue, 20 Dec 2016 01:33: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:"Jeff Chandler";s: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:68:"WPTavern: WordCamp Bangkok 2017 Adds English Track, Debuts New Wapuu";s:7:"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:29:"https://wptavern.com/?p=64566";s:7:"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:78:"https://wptavern.com/wordcamp-bangkok-2017-adds-english-track-debuts-new-wapuu";s: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:1978:"<p>Tickets for WordCamp Bangkok 2017 <a href="https://2017.bangkok.wordcamp.org/tickets-are-ready/" target="_blank">went on sale</a> over the weekend and there are 235 remaining. The event will be held on February 18, 2017, at CP Tower on Silom Road. This is the third WordCamp to take place in the Bangkok area but organizers are including an English Track for the first time at this year&#8217;s event. The Thai and English tracks will run side-by-side and will include WordPress topics for users of all levels.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/wordcamp-bangkok-wapuu-e1482185243432.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordcamp-bangkok-wapuu-e1482185243432-300x274.jpg?resize=300%2C274&ssl=1" alt="" class="alignright size-medium wp-image-64601" /></a>Yesterday organizers <a href="https://2017.bangkok.wordcamp.org/wapuu-thailand/" target="_blank">unveiled the new Thailand Wapuu</a>, featuring traditional Thai garb and a banana stalk. Bananas leaves and stems, in addition to the fruit itself, make up an important part of Thai life with both ceremonial and practical uses.</p>\n<p>The calls for <a href="https://2017.bangkok.wordcamp.org/call-for-speakers/" target="_blank">speakers</a> and <a href="https://2017.bangkok.wordcamp.org/call-for-sponsors/" target="_blank">sponsors</a> are open and higher level sponsorships are already sold out. Speaker applications will be accepted through January 5, 2017.</p>\n<p>Previous WordCamps in the region were held in 2008 and 2009. During the past eight years the Thai WordPress community has grown and the <a href="https://www.facebook.com/groups/wpalliance/" target="_blank">Thai WordPress Alliance group</a> on Facebook now has more than 9,800 members. WordCamp Bangkok 2017 has a maximum capacity of 300 attendees. If you plan to go, make sure to purchase your ticket early before the event sells out.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 20 Dec 2016 00:43: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: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: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:53:"WPTavern: WooCommerce Powers 42% of All Online Stores";s:7:"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:29:"https://wptavern.com/?p=64550";s:7:"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://wptavern.com/woocommerce-powers-42-of-all-online-stores";s: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:5576:"<p>Last week Automattic<a href="https://automattic.com/year-in-review-2016/" target="_blank"> published</a> its annual &#8220;Year in Review&#8221; stats, including WooCommerce stats for the first time since the company <a href="https://wptavern.com/automattic-acquires-woocommerce" target="_blank">acquired Woo</a> in 2015. As of December, there are 1,594,894 active stores using WooCommerce and roughly 1/3 of those (530,000) are new in 2016.</p>\n<p>One of the most exciting areas of growth is WooCommerce&#8217;s global market share. Although both the Year in Review post and the <a href="https://woocommerce.com/" target="_blank">WooCommerce website</a> have the software at 39%, <a href="http://trends.builtwith.com/shop" target="_blank">Builtwith stats</a> show WooCommerce powers 42% of all online stores. This is a huge leap from 30% a year and a half ago, when it was acquired.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/woocommerce-market-share.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/woocommerce-market-share.png?resize=1025%2C613&ssl=1" alt="" class="aligncenter size-full wp-image-64553" /></a></p>\n<p>WooCommerce market share is even higher in emerging markets like <a href="https://trends.builtwith.com/shop/country/India" target="_blank">India</a> (55% among stores using the .IN extension) and <a href="https://trends.builtwith.com/shop/country/Mexico" target="_blank">Mexico</a> (56% among stores using the .MX extension).</p>\n<h3>WooCommerce in 2017: Evolving Storefront for Independent Stores</h3>\n<p>In May 2016, <a href="https://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce" target="_blank">WooCommerce introduced WC Connect</a>, its new Automattic-hosted SaaS architecture built on the WP REST API that makes it easier for users to add and configure store features. Real-time USPS shipping rates for US-based stores is the first of many planned hosted components. <a href="https://wptavern.com/woocommerce-2-6-introduces-shipping-zones-and-a-new-design-for-account-pages" target="_blank">Version 2.6</a> introduced the new Shipping Zones feature and an updated design for account pages. In 2016, WooCommerce also <a href="https://wptavern.com/woocommerce-releases-square-integration-to-sync-online-and-offline-purchases-and-inventory" target="_blank">released its Square integration</a> to sync online and offline purchases and inventory.</p>\n<p>The plan for 2017, according to the Year in Review summary, is to continue making setup and scaling easier. At WordCamp US I asked Matt Mullenweg, CEO of Automattic, what he looks for in a buying experience and how he hopes to bring that to WooCommerce.</p>\n<p>&#8220;When I buy from an independent store online, I&#8217;m looking for it to be as friction-free as possible,&#8221; Mullenweg said. &#8220;I don&#8217;t want a lot of steps. I don&#8217;t want it to force me to register if I don&#8217;t want to. I don&#8217;t want the form to error out in weird ways &#8211; anything that breaks my trust. When I visit a website to buy something, how a site looks can increase or decrease my trust.&#8221;</p>\n<p>WooCommerce&#8217;s official <a href="https://woocommerce.com/storefront/" target="_blank">Storefront theme</a>, which is active on more than 80,000 stores, plays an important part in shaping the buying experience for millions of customers. Mullenweg said Storefront has a lot of potential for improvement.</p>\n<p>&#8220;With the Storefront theme there&#8217;s actually a lot we can do there to make it look like a really cool store out of the box, much like the default themes in WordPress,&#8221; Mullenweg said. &#8220;Part of the reason we change them every year is what was cool in 2012 is not cool in 2017. Fashions change, trends change. I think Woo should evolve Storefront in the same way. There&#8217;s kind of a look for independent stores right now. They&#8217;ve got a certain vibe. Let&#8217;s make it easy to do that vibe, so that you don&#8217;t have to be on Etsy or Amazon or one of the e-commerce monoliths to keep people coming to you and supporting your product.&#8221;</p>\n<p>Mullenweg said there are features in the power packs and add-ons that could be good candidates for building into Storefront. The theme <a href="https://wptavern.com/woothemes-launches-storefront-a-free-wordpress-theme-with-woocommerce-integration" target="_blank">launched in 2014</a> and since that time has made mostly gradual improvements. The last major design improvements were released last May in <a href="https://github.com/woocommerce/storefront/blob/master/changelog.md#20160506---200" target="_blank">version 2.0</a>, but many store owners opt for a child theme if they want more extensive design changes to Storefront.</p>\n<p>If WooCommerce market share continues to grow at the same rate, it could easily pass 50% of all online stores in 2017. With <a href="https://woocommerce.com/meetups/" target="_blank">53 meetups</a> scattered across the globe &#8211; from Tokyo to Mumbai to Vancouver, the plugin is embracing the community factor that has made WordPress a success.</p>\n<p>&#8220;I think both Jetpack and WooCommerce individually could each be bigger than WordPress.com,&#8221; Mullenweg said. &#8220;They&#8217;re both smaller than WordPress.com right now but I think each on their own could be several times larger. There are multi-billion dollar opportunities in both, so that&#8217;s what we&#8217;re working on.&#8221;</p>\n<div id="epoch-width-sniffer"></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:"Mon, 19 Dec 2016 19:26: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: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:67:"WPTavern: Podcast Motor Acquires Seriously Simple Podcasting 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:29:"https://wptavern.com/?p=64535";s:7:"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:78:"https://wptavern.com/podcast-motor-acquires-seriously-simple-podcasting-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:2420:"<p><a href="http://seriouslysimplepodcasting.com/">Seriously Simple Podcasting</a>, created by <a href="https://hughlashbrooke.com/">Hugh Lashbrooke</a> in 2012, has been acquired by <a href="http://www.podcastmotor.com/">Podcast Motor</a>. The <a href="https://wordpress.org/plugins/seriously-simple-podcasting/">plugin</a> is actively installed on nearly 20K sites and out of 104 reviews, has an average rating of 4.9 stars.</p>\n<p>Lashbrooke no longer has the time to dedicate to the project, &#8220;I am in fact selling the plugin (along with all of its add-ons) as I just no longer have the time or bandwidth available to support it in the way that I know it deserves,&#8221; Lashbrooke said. Lashbrooke created the plugin to <a href="https://hughlashbrooke.com/2015/11/25/democratising-podcasting/">democratize podcasting</a> and says it was never meant to be a full-time project.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SSPSettingsPage.png?ssl=1"><img class="size-full wp-image-64542" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SSPSettingsPage.png?resize=1025%2C541&ssl=1" alt="Seriously Simply Podcasting Settings Page" /></a>Seriously Simply Podcasting Settings Page\n<p>Podcast Motor provides editing and production services to podcasters. Craig Hewitt, founder of Podcast Motor, acquired the plugin because of its established brand, ease of use, and it allows his company to serve a wider audience.</p>\n<p>Seriously Simple Podcasting will remain a free plugin and Hewitt will continue to support it through WordPress.org. He also plans to add free features to increase the plugin&#8217;s value, &#8220;This will include things like bulk importing of episodes/feeds from other providers, RSS feed validation, and some enhanced front end styling of the on-page podcast display,&#8221; he said.</p>\n<p>Hewitt is ready to breath new life into the project and is seeking feedback from users on what features they&#8217;d like to see added, &#8220;Our long-term goal is to enhance the functionality of the product so that it meets more needs of more podcasters down the road,&#8221; he said.</p>\n<p>Instead of abandoning the plugin or putting it up for adoption, Lashbrooke has found it a new home with a developer eager to improve on his work. If you use Seriously Simple Podcasting, what features do you want to see added?</p>\n<div id="epoch-width-sniffer"></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:"Fri, 16 Dec 2016 23:07:51 +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:"Jeff Chandler";s: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:82:"WPTavern: WP-CLI Project Launches Patron Support Model to Fund Ongoing 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=64512";s:7:"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:93:"https://wptavern.com/wp-cli-project-launches-patron-support-model-to-fund-ongoing-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5912:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/wp-cli.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/wp-cli.png?resize=1025%2C411&ssl=1" alt="" class="aligncenter size-full wp-image-55961" /></a></p>\n<p>WP-CLI contributors have been <a href="https://wptavern.com/wp-cli-contributors-work-towards-a-more-sustainable-future-for-the-project" target="_blank">working towards a more sustainable future for the project</a> throughout 2016. Daniel Bachhuber, the project&#8217;s official maintainer, has launched an experiment to fund ongoing maintenance and new development, asking potential patrons, &#8220;<a href="http://wp-cli.org/blog/the-big-question.html" target="_blank">How much is WP-CLI worth to you?</a>&#8221; Options for contributions range from $100/yr &#8211; $7500/yr.</p>\n<p>This particular funding experiment is not asking for one-time contributions but rather follows a subscriber model where patrons will be billed annually. Bachhuber said he has a number in mind in order to consider the funding a success but he is not going to share it.</p>\n<p>&#8220;I want to see if this is a viable approach for funding a for-profit business,&#8221; Bacchuber said. He plans to fully refund subscribers if the campaign doesn&#8217;t reach its goal.</p>\n<p>Last year Bachhuber <a href="https://wptavern.com/a-more-restful-wp-cli-kickstarter-campaign-is-now-187-funded" target="_blank">raised $32,822</a> in a highly successful Kickstarter campaign from 107 backers, which funded development during the first part of 2016. After the campaign he started a business called <a href="https://runcommand.io/" target="_blank">runcommand</a> that offered enterprise support and custom development for hosts and agencies. This was an attempt to help subsidize his time spent on WP-CLI, but it didn&#8217;t work out the way he planned:</p>\n<blockquote><p>The business is doing alright, not great but not horrible. What I’ve come to realize, though, is that my time is zero-sum. I’m incentivized to spend time on runcommand, when I’d rather spend it on WP-CLI.</p>\n<p>Ultimately, the challenge I’m running into is opportunity cost. I’d love to be able to invest more into WP-CLI, but doing so comes at the cost of other business pursuits. Because WP-CLI is such a large project, the several hours I volunteer each week are basically enough to fight entropy — not make headway on larger initiatives.</p></blockquote>\n<p>Bachhuber said he hopes this patron-esque model will scale so he can hire a few people to work on WP-CLI, helping reduce his bus factor and creating a stronger contributor base.</p>\n<p>&#8220;The project itself is at a point where it needs dedicated attention from maintainers, not occasional changes from contributors,&#8221; Bachhuber said in response to commenters on the post.</p>\n<p>&#8220;I will, however, echo other comments here in regards to the wish for a public roadmap, more transparency, marketing efforts, and more in regards to the business being built upon WP-CLI,&#8221; subscriber Pippin Williamson said. &#8220;I have chosen to make my subscription payment as a donation to the project, not as a purchase/ of the product / service because, at this time at least, there&#8217;s not really anything I get out of it beyond continued development of the project.&#8221;</p>\n<p>Williamson said the new <a href="https://runcommand.io/wp/doctor/" target="_blank">wp doctor</a> and <a href="https://runcommand.io/wp/profile/" target="_blank">wp profile</a> commands would not be of much use to him or his team. He also suggested that Bachhuber sell a professional subscription that offers a library of additional commands for popular plugins, such as WooCommerce, Easy Digital Downloads, WP Migrate DB Pro, and Gravity Forms.</p>\n<p>&#8220;What I&#8217;ve come to appreciate is that WP-CLI will be far more successful in the long-term by building all of these in the open, instead of a more traditional model of making some selection of them paid-access,&#8221; Bachhuber said.</p>\n<p>Subscriptions will help fund the ongoing maintenance of WP-CLI, the creation of new commands, and improvements to the website and package index.</p>\n<p>For a project that is geared almost exclusively towards developers, there&#8217;s a surprisingly low number of contributors to its development. The brunt of it falls to Bachhuber as the official maintainer. His campaign puts the impetus on subscribers to help improve the tools they use every day through monetary contribution.</p>\n<p>Hopefully, funding the organization will also precipitate a culture shift resulting in more developers who are motivated to get their hands dirty and become personally invested in the code base. Funding one person&#8217;s time is not the most effective way to keep a project afloat and may not do much to reduce the bus factor on the project unless Bachhuber can hire or inspire more maintainers.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">This year, I''ve spent 308 hours on <a href="https://twitter.com/wpcli">@wpcli</a> (140 paid, 168 volunteer). Next year could be double or could be zero <a href="https://t.co/nujVBQZ3Bs">https://t.co/nujVBQZ3Bs</a></p>\n<p>&mdash; Daniel Bachhuber (@danielbachhuber) <a href="https://twitter.com/danielbachhuber/status/809056634337042432">December 14, 2016</a></p></blockquote>\n<p></p>\n<p>By choosing to wrestle with the challenges of funding open source software in a transparent way, Bachhuber is paving the way for other project maintainers to learn from his experiments and pursue similarly unorthodox funding options. So far WP-CLI has received 17 subscribers. If it reaches 50, Bachhuber plans to create a members-only forum. The <a href="http://wp-cli.org/blog/the-big-question.html" target="_blank">funding experiment</a> closes on December 28th.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 15 Dec 2016 23:05: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: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: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:17:"Matt: A Poetition";s:7:"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=46988";s:7:"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://ma.tt/2016/12/a-poetition/";s: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:239:"<p>Joseph O&#8217;Neill has <a href="http://www.newyorker.com/magazine/2016/12/12/pardon-edward-snowden">an amazing and funny poetry-related short story Pardon Edward Snowden in the New Yorker which pokes fun at itself quite a bit</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:"Thu, 15 Dec 2016 20:11:10 +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: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:67:"WPTavern: WordPress.com Launches VR Content, Coming Soon to 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:29:"https://wptavern.com/?p=64486";s:7:"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://wptavern.com/wordpress-com-launches-vr-content-coming-soon-to-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:4476:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/VR.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/VR.jpg?resize=960%2C589&ssl=1" alt="" class="size-full wp-image-64492" /></a>photo credit: <a href="https://stocksnap.io/photo/OQLN09UT3X">Sebastian Voortman</a>\n<p>WordPress.com <a href="http://en.blog.wordpress.com/2016/12/15/introducing-vr-and-360-content-for-all-wordpress-com-sites" target="_blank">announced</a> today that users can now upload and publish VR content on their sites, including 360° photos and 360° videos. Regular photos and panoramas are also now viewable in VR. The VR gear tested so far includes Cardboard, Gear, Daydream, Rift, and Vive.</p>\n<p>Uploading VR content works just like adding normal pictures and videos. Users can then add 360° photos and videos to posts using a &#8220;vr&#8221; shortcode. The Harvard Gazette&#8217;s <a href="http://news.harvard.edu/gazette/story/2016/10/confronting-the-refugee-crisis/" target="_blank">Confronting the Refugee Crisis</a> story is one live example of the new VR content in action:</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/vr-example.gif?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/vr-example.gif?resize=523%2C526&ssl=1" alt="" class="aligncenter size-full wp-image-64503" /></a></p>\n<p>&#8220;Our goal is to make publishing VR content as simple as publishing text or photos to the web,&#8221; Automattic team lead Toni Schneider said. Schneider, who is <a href="https://toni.org/2016/06/06/comparing-the-vive-to-the-rift/" target="_blank">a big VR fan himself</a>, led the team to bring VR capabilities to WordPress.com. He <a href="https://toni.org/2014/10/29/my-vr-memory/" target="_blank">worked in a VR startup</a> in the 90&#8217;s after college and has been a VR fan ever since.</p>\n<p>&#8220;With the re-emergence of VR, it struck me that WordPress can play a role in making VR content easy to create and access for everyone, just like we did for text and photos,&#8221; Schneider said. His team at Automattic uses VR for collaboration and Schneider said &#8220;hearing [teammates&#8217;] voices in their proper spatial locations makes for a more natural and seamless collaboration experience&#8221; that feels less forced than a screenshare or video chat.</p>\n<p>Immersive storytelling driven by VR technology is also finding its way into the publishing industry. As part of his article in <a href="http://www.niemanlab.org/collection/predictions-2017/" target="_blank">NiemanLab&#8217;s Predictions for Journalism 2017</a> series, Mario García, a media consultant and adjunct professor at Columbia University Graduate School of Journalism, predicts that &#8220;storytelling using VR will be easier to achieve, and more members of the audience will be prepared to welcome it.”</p>\n<p>García cites the The New York Times and its <a href="https://www.nytimes.com/video/the-daily-360" target="_blank">Daily 360</a> section as one of the first publications to experiment with the medium. WordPress.com uses a similar UI, as you can see on the Harvard Gazette example, with an overlay that indicates VR content.</p>\n<p>&#8220;One form of storytelling that will gain momentum: virtual reality,&#8221; García said. &#8220;It’s no coincidence: Editors and publishers are looking for ways to tell stories on mobile devices, and the future of virtual reality is also on mobile. For many newsrooms, VR is going to be the one big area for experimentation in 2017.&#8221;</p>\n<p>WordPress.com is ready to ride this trend, making immersive storytelling available to all users &#8211; from large publications to small blogs. A few plugins, such as <a href="https://wordpress.org/plugins/vr-views/" target="_blank">VR Views</a> and <a href="https://wordpress.org/plugins/wp-vr-view/" target="_blank">WP-VR-view</a>, are already available for self-hosted sites, and WordPress.com plans to make its VR capabilities more widely available to the WordPress world soon.</p>\n<p>&#8220;It will be in Jetpack soon, as soon as the next Jetpack release comes out,&#8221; Schneider said. &#8220;The technology is built to work on all WordPress sites and even beyond that, on any web site. We consider this first release just a start. As soon as we see how people use it, we will start adding more features and supporting more types of VR experiences.&#8221;</p>\n<div id="epoch-width-sniffer"></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:"Thu, 15 Dec 2016 17:39:31 +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:20:"Matt: Another Dongle";s:7:"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=46982";s:7:"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:37:"https://ma.tt/2016/12/another-dongle/";s: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:508:"<p>One of my favorite new .blogs is The Dongle blog, at dongle.blog. I think it&#8217;s mostly meant to be funny, but I really agree with this post pointing out you <a href="http://dongle.blog/an-opportunity-for-a-new-dongle/">really need something that lets you plug in your lightning headphones to your laptop</a>. I&#8217;ve been trying out <a href="https://www.amazon.com/Audeze-Closed-Back-Headphones-Integrated-Lightning/dp/B01FE8VM8Q/">the Audeze EL-8</a> and they only have a lightning connector.</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, 14 Dec 2016 20:06: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: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: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:58:"WPTavern: Matt Mullenweg Proposes WordPress Growth Council";s:7:"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:29:"https://wptavern.com/?p=59774";s:7:"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://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council";s: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:9717:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/plants.jpg?resize=1025%2C505&ssl=1" alt="" class="aligncenter size-full wp-image-38240" /></a></p>\n<p>During the last <a href="https://wptavern.com/wordsesh-4-now-available-on-video" target="_blank">WordSesh</a> event held in August 2016, Matt Mullenweg joined the community for a <a href="https://www.crowdcast.io/e/wordsesh4/21" target="_blank">session</a> where he spoke about the growth of WordPress and his thoughts on confronting the project&#8217;s external threats. Mullenweg floated the idea of a WordPress Growth Council &#8211; a collection of individuals and organizations interested in contributing to WordPress&#8217; growth.</p>\n<p>&#8220;We have very direct competitors in Squarespace, Weebly, and Wix,&#8221; Mullenweg said. &#8220;Wix is a public company so it&#8217;s actually possible to see their numbers and look at things. This year alone there&#8217;s about a quarter billion dollars being spent in marketing by proprietary systems that compete against WordPress. That&#8217;s more spent in one year than has ever been invested in all of the WordPress companies combined since they started. That&#8217;s more money spent in marketing than for many consumer brands.&#8221;</p>\n<p>WordPress has grown organically over the past 13 years through the power of its community, without expensive advertising campaigns or traditional marketing initiatives. For the first time, Mullenweg is looking to tap a segment of the community that hasn&#8217;t often been directly involved in contributions &#8211; people and organizations with large scale marketing expertise.</p>\n<p>&#8220;I think we could do a lot to figure out a roadmap for countering this huge marketing spending being directed against us, because we are the big guy here,&#8221; Mullenweg said. &#8220;We are the 26% and they are like a 1%. But even though they&#8217;re smaller, they might be cannibalizing some of the most valuable aspects of the WordPress customer base.&#8221;</p>\n<p>Just before WordCamp US, he formalized the idea with <a href="https://ma.tt/2016/12/wp-growth-council/" target="_blank">a post on his blog</a> and an open invitation for council member applicants:</p>\n<blockquote><p>\nNever have there been more threats to the open web and WordPress. Over three hundred million dollars has been spent in 2016 advertising proprietary systems, and even more is happening in investment. No one company in the WP world is large enough to fight this, nor should anyone need to do it on their own. We’d like to bring together organizations that would like to contribute to growing WordPress.</p></blockquote>\n<p>The <a href="http://mcm.polldaddy.com/s/wordpress-growth-council" target="_blank">survey for potential council members</a> asks them to share what they bring to the table as well as a few ideas about the growth of WordPress so far, how it can be accelerated, and how the project can best respond to the millions of dollars competitors are spending in advertising. Responses have already started coming in.</p>\n<p>Alexa Scordato, VP of Marketing at Stack Overflow, <a href="http://alexascordato.com/the-wordpress-growth-council-an-experiment-in-open-source-marketing/" target="_blank">applied to be part of the council</a>. She said her experience as a long-time WordPress user and marketing executive has motivated her to help improve the overall consumer experience.</p>\n<p>&#8220;I’ve been tinkering with self-hosted WordPress sites since 2007 and I’ve helped probably 100+ individuals and organizations explore the merits of the .com and .org experience,&#8221; Scordato said. &#8220;Let’s get real – the relationship is confusing, the admin panel is intimidating, and the learning curve is steep. The product marketer in me is itching to help streamline the value proposition across these funnels to help make it easier to educate and on-board new users.&#8221;</p>\n<p>She is also an advocate for the open web and sees WordPress as a key player in combating the threat of walled gardens and closed systems that diminish user freedoms.</p>\n<p>&#8220;While many enterprises are beginning to invest more in open source projects, there’s an imbalance in the force,&#8221; Scordato said. &#8220;The fact that an open source platform like WordPress powers 27% of the web makes it the greatest agent in defending Internet freedom.&#8221;</p>\n<p>Nuno Morgadinho, co-founder of WidgiLabs and co-organizer of WordCamp Lisbon, is another applicant to the growth council who <a href="http://www.morgadinho.org/2016/12/03/wp-growth-council/" target="_blank">published</a> thoughts on what it should address. He thinks WordPress needs to take a hard look at attrition before considering advertising.</p>\n<p>&#8220;As important as advertising is, a lot of businesses struggle and fail, not because they aren’t adding new users, but because they are lousy at keeping the ones they’ve got,&#8221; Morgadinho said. &#8220;We have to look at ourselves and see where we are losing users rather than just desperately try to reach new ones. Most people use things based on referrals.&#8221;</p>\n<h3>What Will the Growth Council Look Like?</h3>\n<p>After WordCamp US, I had the opportunity to ask Mullenweg a few questions about what types of applicants he&#8217;s hoping to attract to the council. He said he envisions it will function very much like a working group or mastermind group where council members learn from each other.</p>\n<p>&#8220;It&#8217;s not necessarily only people at larger companies &#8211; the biggest contributions will come from people who currently are or have in the past managed some sort of large promotion of something,&#8221; Mullenweg said. &#8220;It doesn&#8217;t need to be WordPress. Maybe they sold Starbucks. Large advertising campaigns are what we&#8217;re trying to counter so experience for that is a good precondition for participating in the growth council.&#8221;</p>\n<p>Mullenweg said he has received applications from people whose companies aren&#8217;t in the WordPress ecosystem but who are experienced in this area and want to contribute some night and weekend hours to help out.</p>\n<p>&#8220;I imagine there will be other folks, including from Automattic, that are going to be spending budgets of tens of millions of dollars in the coming year and want to talk about that,&#8221; Mullenweg said. &#8220;There are some things that could be shared, including publicly. Everyone who does marketing does some research first. Why don&#8217;t we open up that research? That&#8217;s part of what I want to encourage. By taking an open source approach to this, doing more sharing both within the council and in the wider WordPress community, I think there&#8217;s a lot more to learn.&#8221;</p>\n<p>Mullenweg said the meetings won&#8217;t be completely open, as companies may want to share some confidential information. The council may have some house rules in place to make it a safe space for companies to share what they are doing and to keep strategies safe from competitors.</p>\n<p>In 2017 Mullenweg has committed to putting on the &#8220;product lead&#8221; hat for WordPress core development and it seems he&#8217;ll be bringing that same approach to the growth council.</p>\n<p>&#8220;Advertising is just a product, just like an interface is, just like a website is, just like anything else,&#8221; Mullenweg said. &#8220;There&#8217;s a lot of opportunity there.&#8221;</p>\n<p>During his WordSesh session he outlined a few initial objectives for the council to tackle, including figuring out why the project has grown so far and understanding where the community&#8217;s resources are currently being spent.</p>\n<p>&#8220;We should try to enumerate and track what is being spent right now, add up all the advertising, affiliate fees, and sponsorships of events,&#8221; Mullenweg said. &#8220;Determine what that adds up to so we know what is the gap we need to close and the relative arsenals on both sides.&#8221;</p>\n<p>Mullenweg said he would like the council to figure out a plan for advertising where &#8220;we&#8217;re not competing with each other but really directing that outward against the folks who might go to Wix or Squarespace.&#8221; This particular aspect may be a challenge, as the council will need to avoid the appearance of serving only larger corporate interests in the fight against external threats.</p>\n<p>&#8220;These external threats and proprietary threats are far bigger than any intra-WordPress open source threats,&#8221; Mullenweg said. &#8220;We can grow the pie far faster than we can take shares from people in the same pie.&#8221;</p>\n<p>For the past three years, WordPress has consistently added 2% to its market share each year without any form of advertising. Instead of the project continuing to get by on &#8220;marketing happenstance,&#8221; as Mullenweg put it in the State of the Word address, 2017 will be the first year that WordPress makes a coordinated marketing effort to change the growth curve.</p>\n<p>&#8220;The people power of WordPress is probably the thing that contributes most to the usage of WordPress,&#8221; Mullenweg said. The growth council&#8217;s challenge with advertising is producing that same magnetism on a larger scale without tarnishing the organic quality of the message. Can they come up with a marketing campaign that captures the essence of what WordPress is to the people who love it most? If the council is successful, it stands to have a positive impact on the WordPress economy as a whole.</p>\n<div id="epoch-width-sniffer"></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, 14 Dec 2016 19:50: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: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: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:82:"WPTavern: UpdraftPlus Acquires WP-Optimize, Will Be Integrated Into UpdraftCentral";s:7:"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:29:"https://wptavern.com/?p=64460";s:7:"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:92:"https://wptavern.com/updraftplus-acquires-wp-optimize-will-be-integrated-into-updraftcentral";s: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:4048:"<p><a href="https://updraftplus.com">UpdraftPlus</a>, a European company that maintains a <a href="https://wordpress.org/plugins/updraftplus/">backup plugin by the same name</a> with nearly 1M active installs, <a href="https://updraftplus.com/updraftplus-confirms-acquired-wp-optimize/">has acquired</a> the <a href="https://wordpress.org/plugins/wp-optimize/">WP-Optimize</a> plugin. WP-Optimize was created eight years ago by <a href="https://profiles.wordpress.org/ruhanirabin/">Ruhani Rabin</a> and is actively installed on more than 500K sites. Its primary function is to clean and optimize databases. WP-Optimize will become part of a suite of plugins that make up <a href="https://updraftplus.com/updraftcentral/">UpdraftCentral</a>, a service that allows users to manage sites remotely.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/WPOptimize.png?ssl=1"><img class="size-full wp-image-64466" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/WPOptimize.png?resize=819%2C673&ssl=1" alt="WP Optimize Settings Page" /></a>WP-Optimize Settings Page\n<p>In an effort to simply the process of optimizing databases, Rabin created WP-Optimize to automates tasks such as:</p>\n<ul>\n<li>Removing all unnecessary data (e.g. trashed/unapproved/spam comments, stale data) plus pingbacks, trackbacks and expired transient options</li>\n<li>Compact/de-fragment MySQL tables</li>\n<li>Perform optimizations without the need for running manual queries</li>\n<li>Show database statistics and potential savings</li>\n</ul>\n<p>WP-Optimize started as a personal project but when Rabin discovered that other users were looking for similar functionality, he uploaded the plugin to WordPress.org, &#8220;It ended up being a much bigger project than I imagined; when I connected with other people, I was suddenly opened up to a world of new challenges,&#8221; Rabin said. &#8220;I was encouraged to constantly improve the software’s functionality and compatibility, as well as the support information available.&#8221;</p>\n<p>As the plugin&#8217;s popularity and user base increased, it eventually became too much work to support and maintain. Rabin received a few acquisition offers over the years but decided not to sell, &#8220;For me, WP-Optimize’s legacy was of prime importance. I didn’t set it up to make money, but to help out as many people as possible,&#8221; he said.</p>\n<p>One of the reasons Rabin accepted UpdraftPlus&#8217; offer is his familiarity with the plugin and its business model, &#8220;Even though they are business-driven, they still have a great freemium ecosystem,&#8221; Rabin said. He also appreciates the company&#8217;s enthusiasm and drive to take the product to the next level.</p>\n<p>David Anderson, founder and lead developer of UpdraftPlus, says the acquisition makes perfect sense, &#8220;Although we see a lot of revolution on the outside, the WordPress core has been stable for a long time, and as such, there will always be a need for database optimization in order for sites to run efficiently.&#8221;</p>\n<p>As part of the acquisition, Rabin will take on an advisory role in its continued development. Multisite support, a commercial version with additional features, and the ability for users to control it remotely through UpdraftCentral, are among the top priorities in development.</p>\n<p>Since the acquisition, UpdraftPlus has released a new version of <a href="https://wordpress.org/plugins/wp-optimize/changelog/">WP-Optimize </a>that Anderson says paves the way for future developments, &#8220;This release has a complete re-factoring of the plugin’s internals, to lay a solid foundation for future improvements.&#8221;</p>\n<p>&#8220;Although it looks the same outwardly, it has been modernized and solidified,&#8221; Anderson said. &#8220;We have a great and growing team, a lot of experience in the internals of WordPress and also a lot of users who trust and depend on us. There’s plenty of opportunity for us to expand.&#8221;</p>\n<div id="epoch-width-sniffer"></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, 14 Dec 2016 19:39: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:13:"Jeff Chandler";s: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:42:"HeroPress: Changing Careers with 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:56:"https://heropress.com/?post_type=heropress-essays&p=1525";s:7:"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://heropress.com/essays/changing-careers-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:8191:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/12/121416-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Anyone who says it''s easy to change your life is lying to you." /><p>Working in WordPress full time did not come quickly, directly, or in the ways I expected, and it was worth every step of the way. I started out in marketing in the music industry and ended up as the project manager at a WordPress development agency nearly 10 years later. Changing careers is a lot of work and none of it happens by accident. Here’s a story about how I took some dashed hopes and an economic crash and turned it into everything I ever wanted.</p>\n<p>I started out by moving to NYC the day I graduated college to work in the music industry. Armed with my BA in English, I found my way in &#8211; I don’t care what anyone says, my English degree is my secret weapon.</p>\n<blockquote><p>If you can’t communicate effectively and hold someone’s interest in the process, it doesn’t matter how many letters you have after your name or how many specialized degrees you hold.</p></blockquote>\n<p>However, once I established myself as a project manager a major record label in the big city, it wasn’t easy to stay. I loved New York, but I did not love working nights to make ends meet. Realizing that my career in the music industry might not be something I could do long-term, I enrolled part-time in an accredited web development diploma program. All the classes were online, so I could do classwork around my work schedule. However, the record label was bought out and privatized, and the new owners instituted a 50% reduction in headcount worldwide. I tried to look at it as a blessing in disguise &#8212; more time to spend on completing my diploma while working fewer hours as a temp! But, answering phones and entering data didn’t exactly make me want to get out of bed in the morning. I tried to focus on shifting gears to becoming a developer.</p>\n<h3>Becoming A Developer</h3>\n<p>Though I got a great base of knowledge in HTML, CSS, PHP, Photoshop, light JavaScript, and, yes, Flash and ActionScript, I didn’t really have the goods to get a programming job right away. I was eventually re-hired in a different position by the record label, but this time I was slowly but surely working more digital into my marketing position. Finally, I had done enough to get another job as the head of digital marketing for a boutique music and entertainment-focused agency.</p>\n<p>Though I was finally doing the type of work I wanted to do, I was starting to feel like New York wasn’t where I needed to be. One major pull was my long-distance NY to LA relationship. Sometimes, career is just not enough to keep you in one spot, so in June of 2011, I moved to Orange County, CA.</p>\n<p>I was able to continue working remotely for the entertainment PR firm, but I wanted a more meaningful connection with the artists I was working with. I started freelancing for select bands, and then found a position handling all things internet-related for an Orange County-based artist management company.</p>\n<p>It was an absolute dream &#8211; I was the social media voice for one of my favorite bands, plus many more new clients and projects I would have loved even if I wasn’t on the management team. In the interest of meeting new people in this new place as well as learning something, I started attending the Orange County WordPress Meetup at Zeek Interactive and learned how to take my general knowledge of PHP and apply it to this CMS that everyone seemed to be talking about. As some of our up-and-coming bands needed websites, I’d volunteer to build them. It was cost-effective for the client, and it gave me a chance to try out all the things I’d learned at the OCWP meetup. I also served as internal project manager for sites built by an external agency.</p>\n<blockquote><p>I learned more from the many mistakes I made in developing websites than I did anything else.</p></blockquote>\n<p>Coding myself into a corner was an opportunity to grow through asking someone else to show me where I went wrong. For a while, the OCWP developer night featured some time for someone to get up in front of everyone, walk the group through an issue they were working on, show their steps and reasoning, and ask for assistance. All the more experienced developers in the room were very kind to me, several of them going out of their way to help me learn new concepts to make my themes even better.</p>\n<h3>Branching Out</h3>\n<p>Bands don’t need websites all that often, and I wanted to keep learning, so I found some non-entertainment website work to do on evenings and weekends. For a lot of it, I was a second pair of hands for another developer. For others, friends or friends of friends would come to me for help with their small business sites. These small sites worked out great, but I fully understood that the way I was working had a ceiling to it. If it’s a relatively small site with not a lot of traffic to scale, I could help. If it was going to be a big site that a lot of people would see, my code would probably not be ideal. I knew enough to be dangerous, and I knew how to fix a site if and when it white-screened, but not enough to implement all the latest and greatest techniques.</p>\n<p>So, I started looking to get back into my first love: project management, only this time for websites instead of musicians. Thankfully, my friend Steve Zehngut suddenly found himself with a need to replace his PM, and after we talked through goals and methods of working, we made it official.</p>\n<p>I’ve been the project manager at Zeek Interactive for two years now, and it’s been everything I could have ever hoped for. It took nearly a decade, retraining, lots of late nights and weekends spent learning new things and getting way outside my comfort zone, but I successfully changed industries and careers. Anyone who says it’s easy to change your life is lying to you. But I’m hard-pressed to find a reason not to do it anyway if you want to make new and better things happen.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Changing Careers with WordPress" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Changing%20Careers%20with%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchanging-careers-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Changing Careers with WordPress" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchanging-careers-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchanging-careers-wordpress%2F&title=Changing+Careers+with+WordPress" rel="nofollow" target="_blank" title="Share: Changing Careers with WordPress"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/changing-careers-wordpress/&media=https://heropress.com/wp-content/uploads/2016/12/121416-150x150.jpg&description=Changing Careers with WordPress" rel="nofollow" target="_blank" title="Pin: Changing Careers with WordPress"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/changing-careers-wordpress/" title="Changing Careers with WordPress"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/changing-careers-wordpress/">Changing Careers with WordPress</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, 14 Dec 2016 12:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Sarah Wefald";s: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:51:"WPTavern: Harare, Zimbabwe Hosts Its First WordCamp";s:7:"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:29:"https://wptavern.com/?p=64419";s:7:"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:61:"https://wptavern.com/harare-zimbabwe-hosts-its-first-wordcamp";s: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:3497:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordcamp-harare.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/wordcamp-harare.jpg?resize=1025%2C560&ssl=1" alt="" class="size-full wp-image-64426" /></a>photo credit: <a href="http://www.techzim.co.zw/2016/12/wordcamp-2016-harare-learning-pictures/">Limbikani Soul Makani Kabweza</a>\n<p><a href="https://2016.harare.wordcamp.org/" target="_blank">WordCamp Harare</a>, the first ever WordCamp in Zimbabwe, was held over the weekend at the Harare City Library. Harare was selected out of 182 applicants as one of the three locations for the <a href="https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia" target="_blank">WordCamp Incubator Program</a>. The experimental program launched in February 2016 with the goal of bringing WordCamps to new locations around the world where local meetups may not be as well established.</p>\n<p>WordCamp Harare was successful at connecting the Zimbabwean WordPress community and introducing the attendees to the concept of a WordCamp.</p>\n<p>&#8220;It was a great day because we met lots of people who are passionate about WordPress and building stuff on the internet,&#8221; Limbikani Soul Makani Kabweza said in his <a href="http://www.techzim.co.zw/2016/12/wordcamp-2016-harare-learning-pictures/" target="_blank">recap</a> of the event. Kabweza is a contributor at <a href="http://www.techzim.co.zw/" target="_blank">Techzim</a>, a Zimbabwean tech publication that runs on WordPress.</p>\n<p>&#8220;As Techzim (and the other startups we work with like <a href="http://www.soccer24.co.zw/" target="_blank">Soccer24</a> and <a href="http://www.pindula.co.zw/news/" target="_blank">Pindula</a>) the internet is our lifeblood, so a day dedicated to discussing internet platforms and how to do things better was the amazingly enriching experience we expected it to be.&#8221;</p>\n<p>Co-organizer Charles Muzonzini, who works as a web and mobile app developer with <a href="http://www.csz.org.zw/" target="_blank">The Computer Society of Zimbabwe</a>, said, &#8220;WordCamp Harare 2016 was an awesome success, far exceeding my expectations. Everything was on point and I’m glad to have met so many great people and learnt so much. This is hands down the best IT conference this year.&#8221; Muzonzini is also a co-organizer of the <a href="http://www.meetup.com/Harare-WordPress-Meetup/" target="_blank">Harare WordPress Meetup</a>, which now has 82 members.</p>\n<p>Job Thomas, who works as an Education Vanguard at Automattic, traveled from Cape Town to speak about WooCommerce at the WordCamp. In a <a href="https://2016.harare.wordcamp.org/open-source-empowering-africa/" target="_blank">guest post</a> for the event Thomas wrote about the importance of open source for the empowerment of Africa in removing hindrances for becoming successful.</p>\n<p>&#8220;It is great to see WordCamp Harare happening,&#8221; Thomas said. &#8220;WordCamps are not primarily events for communicating ideas – although this plays a big role. WordCamps are primarily a celebration of the open source community; they gather people with a similar passion for making the web a better place.&#8221;</p>\n<p>WordCamp Harare was the fourth WordCamp held in Africa in 2016, joining events in Nairobi, Johannesburg, and Cape Town in the expansion of the WordPress community in southern and eastern Africa.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 13 Dec 2016 05:11: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: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:73:"WPTavern: WordPress 2.7 Is the Role Model for How Design Can Lead the Way";s:7:"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:29:"https://wptavern.com/?p=64183";s:7:"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://wptavern.com/wordpress-2-7-is-the-role-model-for-how-design-can-lead-the-way";s: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:11607:"<p>When Matt Mullenweg, co-creator of the WordPress open source project, <a href="https://videopress.com/v/IYfHX4jN?at=3472">announced that</a> design would lead the way for WordPress development in 2017, utilizing user research and mockups, the first thing that came to my mind was WordPress 2.7. That release was the culmination of effective leadership and effort from Jen Mylo and Liz Danzico. In order to learn why this release is in a class of its own, we must look at how it was created.</p>\n<h2>Introducing Crazyhorse</h2>\n<p>On March 29th, 2008, WordPress 2.5 &#8220;Brecker&#8221; <a href="https://wordpress.org/news/2008/03/wordpress-25-brecker/">was released</a> to the world. The biggest feature in 2.5 was the redesigned backend that was built in collaboration with <a href="http://happycog.com/">Happy Cog</a>.</p>\n<p>When Mullenweg gave the public a <a href="https://wordpress.org/news/2008/03/25-sneak-peek/">sneak peek</a> at the redesigned backend, he had this to say:</p>\n<blockquote><p>For the past few months, we’ve been working with our friends at Happy Cog — <a href="http://zeldman.com/">Jeffrey Zeldman</a>, <a href="http://jasonsantamaria.com/">Jason Santa Maria</a>, and <a href="http://bobulate.com/">Liz Danzico</a> — to redesign WordPress from the ground-up. The result is a new way of interacting with WordPress that will remain familiar to seasoned users while improving the experience for everyone. This isn’t just a fresh coat of paint — we’ve re-thought the look of WordPress, as well as how it’s organized so that you can forget about the software and focus on your own creative pursuits.</p></blockquote>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/WordPress25PostEditor.jpg?ssl=1"><img class="size-full wp-image-64399" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/WordPress25PostEditor.jpg?resize=1008%2C643&ssl=1" alt="WordPress 2.5 Post Editor" /></a>WordPress 2.5 Post Editor\n<p>While some people <a href="http://socializedsoftware.com/2008/03/30/wordpress-25-review/">praised the redesign</a>, others <a href="http://scottberkun.com/2008/wordpress-25-review/">were not happy</a>, particularly with the menu hierarchy. Since sentiment in the community was mixed, Mylo contracted Ball State University’s Center for Media Design, Insight and Research to <a href="https://wordpress.org/news/2008/10/usability-testing-report-25-and-crazyhorse/">perform a usability report</a> on the WordPress 2.5 admin design. The report was used to figure out which issues were based on interface problems versus people simply not liking the changes.</p>\n<p>Usability <a href="http://wpdotorg.wordpress.com/files/2008/10/wp-testreport-205-crazyhorse-1028a08jw.pdf">testing results</a> were shared with lead developers which inspired a prototype interface to address some of the issues discovered. This allowed developers to use WordPress 2.5 on their own sites and the prototype on a test site. However, once testing began with the prototype interface, it became clear that a more ambitious approach was required.</p>\n<p>According to Mylo, the second prototype known as &#8220;Crazyhorse&#8221; blew test subjects away:</p>\n<blockquote><p>The second round of testing blew everyone away. The research team had never seen such consistent results. Tasks were completed faster, participant opinions rated it higher, understanding of how interface elements worked was greater, and it wasn’t even a fully functional application. Of the test participants, every single one said they would choose the prototype over their current administrative interface, and it wasn’t even pretty.</p></blockquote>\n<p>Throughout the 2.7 development process, Mylo used a number of communication channels to gather user feedback. On September 15th, 2008, Mylo published a <a href="https://wordpress.org/news/2008/09/wordpress-27-navigation-options-survey/">Navigation Options Survey</a>. The survey was part of a broader effort to get more people involved in the design and decision process:</p>\n<blockquote><p>As part of the mission to increase user involvement in design decisions, we’ve created a survey intended to give WordPress users the ability to play a part in deciding how the navigation options should be grouped and labeled.</p></blockquote>\n<p>Later that month, a <a href="https://wordpress.org/news/2008/09/wordpress-2-7-survey-no2/">second survey</a> was created that allowed users to vote on mockups of the search box, favorites menu, the Future/Publish and Edit Timestamp buttons. It only took two days for the survey to reach its maximum response count of 5,000.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/CrazyhorseWireframe.png?ssl=1"><img class="size-full wp-image-64416" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/CrazyhorseWireframe.png?resize=894%2C666&ssl=1" alt="Crazyhorse Wireframe" /></a>Crazyhorse Wireframe\n<p>Once the survey concluded, Mylo <a href="https://wordpress.org/news/2008/10/wordpress-27-wireframes/">published a follow-up post</a> as well as a document containing <a href="https://wpdotorg.files.wordpress.com/2008/10/wf-dashboard_v002_093008jw.pdf">wireframes</a> that gave users an idea of what the end product might look like. Near the middle of October, 2008, Mylo <a href="https://wordpress.org/news/2008/10/the-visual-design-of-27/">published</a> semi-polished screenshots of the 2.7 interface and explained how it worked. Matt Thomas and Andy Peatling are largely responsible for the design of WordPress 2.7.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/WordPress27Dashboard.png?ssl=1"><img class="size-full wp-image-64418" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/WordPress27Dashboard.png?resize=597%2C753&ssl=1" alt="WordPress 2.7 Dashboard" /></a>WordPress 2.7 Dashboard\n<p>The response to the screenshots was <a href="https://wordpress.org/news/2008/10/the-new-27-dashboard/">overwhelmingly positive</a>. A week after showcasing the 2.7 dashboard, Mylo <a href="https://wordpress.org/news/2008/10/calling-all-wordpress-loving-icon-designers/">asked the WordPress community</a> to create a set of icons to go with each of the navigation sections. More than a dozen people submitted icon sets and instead of choosing one, Mylo <a href="https://wordpress.org/news/2008/11/wordpress-27-project-icon/">let the community vote</a> on which set best matched WordPress 2.7&#8217;s style. With 35% of the vote, the <a href="https://wordpress.org/news/2008/11/the-results-of-project-icon/">winning set</a> was created by <a href="http://bendunkle.com/">Ben Dunkle</a>.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/BDIcons.png?ssl=1"><img class="size-full wp-image-64421" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/BDIcons.png?resize=147%2C479&ssl=1" alt="Ben Dunkle''s Winning Icon Set" /></a>Winning Icon Set\n<p>I asked Dunkle what inspired him to create the icons and if Mylo didn&#8217;t offer the opportunity to the community the way that she did, if he would have contributed to WordPress 2.7 otherwise.</p>\n<p>&#8220;When I saw Jen&#8217;s post calling for icon designers to submit a set for 2.7, it was right at the deadline,&#8221; Dunkle told the Tavern. &#8220;I can&#8217;t remember how I found the post, since I didn&#8217;t visit the WordPress development blog very often. I&#8217;d been building sites with WordPress for few years by that time, and really enjoyed it, but I didn&#8217;t think much about the online community.&#8221;</p>\n<p>&#8220;Jen expressed the direction eloquently: &#8216;Icons should be subtle, with a classic/designed look, nothing cartoonish. Thin lines. Maybe a little old-fashioned looking.&#8217; I was designing icons for other open source projects around that time, and the language of the post struck a chord with me. I rushed out an email.</p>\n<p>&#8220;I ended up as a finalist, pushed the pixels, and sent off the design. Mine got the most votes. The contest caused some controversy, since anything resembling spec work has always been a lightning rod in the design community. I didn&#8217;t see it that way. It was an open source project and I was a volunteer, not a contractor.</p>\n<p>&#8220;In the end, it launched an ongoing connection that I maintain to this day. They&#8217;re now called Dashicons, made with vectors instead of pixels, and soon to be SVGs instead of web fonts (once we get the bugs sorted out).&#8221;</p>\n<p>After going through the beta and release candidate stages, WordPress 2.7 &#8220;Coltrane&#8221; was <a href="https://wordpress.org/news/2008/12/coltrane/">released to the public</a> on December 11th, 2008. More than 150 people contributed code directly to the release and countless others contributed with valuable feedback during opportune times through surveys, mailing lists, and testing.</p>\n<p>Referring to WordPress 2.7, longtime user Ozh <a href="http://planetozh.com/blog/2008/12/a-journey-through-five-years-of-wordpress-interface/">had this to say</a>, &#8220;The dev team asked users what they wanted and what they liked, and the result is light years beyond what the design studio produced for 2.5 six months earlier. One word to summarize it all: &#8216;Above the fold!''&#8221;</p>\n<h2>WordPress 2.7 Set a Great Standard</h2>\n<p>During Contributor day at WordCamp US 2016, I asked Mullenweg if the WordPress 2.7 development process inspired the experimental approach to developing WordPress in 2017.</p>\n<blockquote><p>Yeah, I mean that was one of the beginnings to Jen&#8217;s contributions and her huge impact on the WordPress world. She brought an entirely different way of thinking with a user first, usability, research led mindset. It was fantastic to have female leadership demonstrating very early on in the WordPress community that this is software made by everyone for everyone. What that was for its time is a great standard to hold ourselves up to as we move forward in 2017.</p></blockquote>\n<p>Out of all the WordPress releases I&#8217;ve covered since 2007, WordPress 2.7 is special. It&#8217;s the only release where I feel like a lot of the community rallied together and focused on making WordPress better. Through surveys, comments, blog posts, testing, and reaching out to talented people in the community for help, Mylo proved that the community can be part of the development and design process of WordPress and end up with a better product as a result.</p>\n<p>Things have changed since 2008. The community, contributor pool, and the project itself has become larger. Communication is spread out among the Make Blogs as well as SlackHQ. The WordPress development process is more open now than ever before. Since WordPress 2.7&#8217;s release, I haven&#8217;t felt the same spark of rallying together for a common goal that Mylo was able to foster. Perhaps it&#8217;s because I&#8217;m not part of a project team like the REST API or I&#8217;m not searching for it in the right places. I hope those feelings are rekindled in 2017.</p>\n<p>It will be interesting to see how the new development process works out. Until then, I leave you with a wonderful quote from Mylo as it succinctly captures the way I feel and remember the WordPress 2.7 development cycle.</p>\n<p>&#8220;I hope you enjoy getting an inside look at how we’ve been organizing our thoughts around 2.7, and that when the community feedback starts flowing everyone remembers that we all want the same thing: the best WordPress possible.&#8221;</p>\n<div id="epoch-width-sniffer"></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:"Tue, 13 Dec 2016 01:56:05 +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:"Jeff Chandler";s: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:29:"Matt: State of the Word, 2016";s:7:"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=46950";s:7:"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:45:"https://ma.tt/2016/12/state-of-the-word-2016/";s: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:2117:"<p></p>\n<p>The full video and Q&amp;A from 2016&#8217;s State of the Word last week in Philadelphia is now online. This year was especially exciting because it wasnt&#8217; just a look back at the previous year, but sets out a new direction for where WordPress will be in 2017 and beyond.</p>\n<p>If you want just the slides, here they are:</p>\n<p>  </p>\n<div> <strong> <a href="https://www.slideshare.net/photomatt/state-of-the-word-2016" title="State of the Word 2016" target="_blank">State of the Word 2016</a> </strong> from <strong><a target="_blank" href="http://www.slideshare.net/photomatt">photomatt</a></strong> </div>\n<p>Like every year, there was a ton of help bringing this together. Mark Uraine led the slides, and at various points these folks pitched in as well: Mel Choyce, Tammie Lister, Michael Arestad, Ashleigh Axios, Ian Dunn, Corey McKrill, Martin Remy, Josepha Haden, Alex Kirk, Marina Pape, Alx Block, Cami Kaos, Matias Ventura, Donncha O Caoimh, John Maeda, Barry Abrahamson, Nikolay Bachiyski, Chrissie Pollock, Sam Sidler, Boris Gorelik, Dion Hulse, Brooke Dukes, Sarah Blackstock. I also got input and suggestions from Petya Raykovska, Tony Perez, Joe Casabona, Helen Hou-Sandi, Jon Bossenger, Jason Cohen, Daniel Bachhuber, Drew Butler, Ryan Boren, Andrew Roberts, Joost de Valk, Stephane Daury, Dion Hulse, Gary Pendergast, David Bisset, Ryan McCue, Alex Shiels, Brian Krogsgard, Joe Hoyle, Sean Blakeley, Andrew Nacin, Mark Jaquith, John Blackbourn, and thank you to Rose Kuo for inspiring the poetry theme which featured prominently this year.</p>\n<p><a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle">Tavern</a> and <a href="https://poststatus.com/matt-mullenweg-state-word-2016/">Post Status</a> wrote up the talk itself. As a follow-up I did interviews with both to expand on some of what was discussed in the speech. The <a href="https://poststatus.com/interview-matt-mullenweg-new-wordpress-release-cycle/">Post Status one is now up</a> and you can watch it here:</p>\n<p></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, 12 Dec 2016 21:10: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: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: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:74:"WPTavern: Bluehost Network Outage Hits Customers with 12 Hours of Downtime";s:7:"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:29:"https://wptavern.com/?p=64386";s:7:"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:81:"https://wptavern.com/bluehost-network-outage-hits-users-with-12-hours-of-downtime";s: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:4435:"<p>Over the weekend, <a href="https://www.bluehost.com/" target="_blank">Bluehost</a> experienced a severe, widespread network issue that caused customer sites to go down. The incident began Friday evening and continued into the night. As WP Tavern is hosted on Bluehost, we were watching the situation with keen interest, finally clocking the downtime at 12 hours before our site was back up.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">We are seeing problems w/ network flapping which could be caused by denial of service or other network issues in our switching fabric. (1/5)</p>\n<p>&mdash; Bluehost (@bluehost) <a href="https://twitter.com/bluehost/status/807394100630667265">December 10, 2016</a></p></blockquote>\n<p></p>\n<p>The Bluehost Twitter and Facebook accounts kept customers updated as network engineers worked to resolve the issue. Shortly after midnight Bluehost said they identified a network loop within a portion of the network. Staff worked to restore services &#8220;while making sure we do not reintroduce the loop into the network.&#8221;</p>\n<p>At approximately 10 hours into the downtime, Bluehost updated customers who were still down, citing &#8220;a packet filtering problem&#8221; in its core routing layer for which the team had created a fix. Within a couple more hours most of the company&#8217;s customers were back online.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">We have identified a packet filtering problem in our core routing layer. We have worked closely with our vendor to develop a global fix- 1/2</p>\n<p>&mdash; Bluehost (@bluehost) <a href="https://twitter.com/bluehost/status/807491514830098432">December 10, 2016</a></p></blockquote>\n<p></p>\n<p>Bluehost&#8217;s earliest communications about the downtime indicated a DDoS attack may have caused the incident, though this is no longer a strong consideration.</p>\n<p>&#8220;It doesn’t appear to be a DDoS but we are conducting a full investigation,&#8221; Bluehost head of product Brady Nord told the Tavern after the incident. His team worked around the clock to identify and resolve issues until customer sites came back up.</p>\n<p>&#8220;Many of our dedicated and VPS customers were affected to some degree for approximately 12 hours,&#8221; Nord said. &#8220;We made every attempt to keep our customers informed during the event as information became available because we understand our customers depend on our products and services.&#8221;</p>\n<p>Nord would not share further details about the cause of the outage but said the company plans to complete a detailed post mortem to prevent future outages.</p>\n<p>&#8220;With any significant event that affects our customer base, we conduct an extensive examination after the event to ensure we understand the root cause and develop a course of action to improve our systems and procedures,&#8221; Nord said.</p>\n<p>Bluehost is one of the hosts listed on <a href="https://wordpress.org/hosting/" target="_blank">WordPress&#8217; recommended hosting page</a> and Nord said roughly 2/3 of the company&#8217;s customer base uses WordPress.</p>\n<p>&#8220;The incident last night mainly impacted our dedicated and VPS customers which is a lower density section of the platform,&#8221; Nord said.</p>\n<p>Bluehost has not yet published the results of its investigation, but support staff have <a href="https://twitter.com/bluehostsupport/status/807670769685856256" target="_blank">replied</a> to customer inquiries with a fairly definitive assessment of the issue as having been due to a spanning tree issue on their core routing layer.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/saxangle">@saxangle</a> Sure we can tell you what happened. We discovered a spanning tree issue on our core routing layer which caused network degradation</p>\n<p>&mdash; help.bluehost.com (@bluehostsupport) <a href="https://twitter.com/bluehostsupport/status/807670769685856256">December 10, 2016</a></p></blockquote>\n<p></p>\n<p><a href="http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/10556-16.html" target="_blank">Spanning tree protocol</a> misconfigurations can cause network problems similar to what Bluehost experienced but results of the investigation should confirm whether this was the root of problem that took customer sites down over the weekend.</p>\n<div id="epoch-width-sniffer"></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:"Mon, 12 Dec 2016 17:48:20 +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:28;a:6:{s:4:"data";s:11:"\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:52:"HeroPress: WordCamp US Talk, The People 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=1524";s:7:"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://heropress.com/wordcamp-us-talk-people-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:2810:"<p>I was incredibly honored to speak at WordCamp US in Philadelphia this year. It was especially cool to hear from people all over the world watching on the live stream.</p>\n<p>The hardest part was telling only a few stories that would fit into the time slot, and not every story on this site.</p>\n<p>If you missed the talk, it&#8217;s now on <a href="http://wordpress.tv/2016/12/11/topher-derosia-heropress-the-people-of-wordpress/">WordPress.tv</a>, but you can also watch it right here.</p>\n<p></p>\n<p>I love speaking, and I&#8217;ll probably talk about HeroPress again, what are some other topics and ideas you&#8217;d like to hear about?</p>\n<p>Please leave a comment and let me know.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: WordCamp US Talk, The People Of WordPress" class="rtsocial-twitter-button" href="https://twitter.com/share?text=WordCamp%20US%20Talk%2C%20The%20People%20Of%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fwordcamp-us-talk-people-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: WordCamp US Talk, The People Of WordPress" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fwordcamp-us-talk-people-wordpress%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fwordcamp-us-talk-people-wordpress%2F&title=WordCamp+US+Talk%2C+The+People+Of+WordPress" rel="nofollow" target="_blank" title="Share: WordCamp US Talk, The People Of WordPress"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/wordcamp-us-talk-people-wordpress/&media=http://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=WordCamp US Talk, The People Of WordPress" rel="nofollow" target="_blank" title="Pin: WordCamp US Talk, The People Of WordPress"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/wordcamp-us-talk-people-wordpress/" title="WordCamp US Talk, The People Of WordPress"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/wordcamp-us-talk-people-wordpress/">WordCamp US Talk, The People Of WordPress</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:"Mon, 12 Dec 2016 00:50: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:"";}}}}}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:86:"Post Status: Interview with Matt Mullenweg on the new WordPress release cycle and more";s:7:"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=31281";s:7:"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://poststatus.com/interview-matt-mullenweg-new-wordpress-release-cycle/";s: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:1864:"<p>During contributor day of WordCamp US in Philadelphia, I was able to interview Matt Mullenweg to follow up on several items he announced in the <a href="https://poststatus.com/matt-mullenweg-state-word-2016/">State of the Word</a>.</p>\n<p>We mostly discussed the new WordPress development cycle and how it will work with the three focus areas. We also discussed how that will affect other non-major updates and WordPress features.</p>\n<p>Matt also talked about the WordPress REST API, how he defines success for it, what he hopes to see out of it, and what he thinks would cause it to revert to a plugin only feature.</p>\n<p>And as this was the second and final year of WordCamp US in Philadelphia, we reflected on the event, and talked about what there is to look forward to in Nashville for WordCamp US 2017 and 2018.</p>\n<p>You can listen to just the audio, also on our podcast, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher.</p>\n<!--[if lt IE 9]><script>document.createElement(''audio'');</script><![endif]-->\n<a href="https://audio.simplecast.com/54882.mp3">https://audio.simplecast.com/54882.mp3</a>\n<p><a href="https://audio.simplecast.com/54882.mp3">Direct Download</a></p>\n<p>Or just watch the <a href="https://www.youtube.com/watch?v=Lh5DF5-6UoE">video on YouTube</a>, or below for the full experience. And don&#8217;t forget to subscribe to <a href="https://www.youtube.com/channel/UCndSWDwwIOmbuxC79Lv66NQ">my new channel on YouTube</a>.</p>\n<p></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, 10 Dec 2016 22:53: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:15:"Brian Krogsgard";s: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:59:"WPTavern: WPWeekly Episode 255 – All About the Customizer";s:7:"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:58:"https://wptavern.com?p=64372&preview=true&preview_id=64372";s:7:"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://wptavern.com/wpweekly-episode-255-all-about-the-customizer";s: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:2964:"<p>In this episode of WordPress Weekly, <a href="http://marcuscouch.com/">Marcus Couch</a> and I are joined by <a href="https://weston.ruter.net/">Weston Ruter</a> and <a href="http://celloexpressions.com/">Nick Halsey, </a>lead developers of the <a href="https://make.wordpress.org/core/components/customize/">Customize component</a> in WordPress.</p>\n<p>I invited Ruter and Halsey on the show to give us some insight into its origin and why it was created. We also discuss its evolution since WordPress 3.6 and why it&#8217;s an important <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle">part of WordPress&#8217; future</a>.</p>\n<p>The duo shared their experience of what it&#8217;s like to iterate on a feature that routinely receives push-back from a subset of the community. We also talk about the perception that features are continuously being crammed into the Customizer when it&#8217;s really about adding live previews to WordPress functionality.</p>\n<p>Last but not least, Ruter and Halsey describe what improvements we can expect to see going forward. For details on how to contribute to the Customize component, please visit the <a href="https://make.wordpress.org/core/components/customize/">Make Core Customize Component </a>website.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/product-designer/">Product Designer</a> allows you to display an awesome Product Designer on your website via short-code. You can add unlimited clip art using a custom post. Text can be used with a fancy font family, font size and color.</p>\n<p><a href="https://wordpress.org/plugins/text-to-speech-widget/">Text To Speech Widget</a> converts any text into speech in a selected language and voice. It supports 63 voices in different languages. The plugin is based on HTML5 and doesn&#8217;t require using Flash.</p>\n<p><a href="https://wordpress.org/plugins/featured-products-first-for-woocommerce/">Featured Products First for WooCommerce</a> allows a product in WooCommerce to be featured on the first shop page as well as search results. It also comes with a sidebar widget to display featured products on the homepage.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 14th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #255:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></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:"Fri, 09 Dec 2016 01:23: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s: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:67:"WPTavern: WordCamp Europe Calls for Host City Applications for 2018";s:7:"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:29:"https://wptavern.com/?p=64343";s:7:"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:78:"https://wptavern.com/wordcamp-europe-calls-for-host-city-applications-for-2018";s: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:3711:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/planning.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/planning.jpg?resize=960%2C416&ssl=1" alt="" class="size-full wp-image-64370" /></a>photo credit: <a href="https://stocksnap.io/photo/5ZMT04MIW6">Oli Dale</a>\n<p>Even though the <a href="https://2017.europe.wordcamp.org/2016/11/28/join-us-as-a-speaker-at-wordcamp-europe/" target="_blank">call for speakers</a> for WordCamp Europe 2017 has just opened, organizers are already on the hunt for a city to <a href="https://2017.europe.wordcamp.org/2016/12/08/apply-to-host-wordcamp-europe-2018/" target="_blank">host the event in 2018</a>. The team chosen to host in 2018 will need to be planning throughout 2017 and should be present on the ground in Paris, so the selection process is already underway.</p>\n<p>WordCamp Europe is currently WordPress&#8217; largest community event, and support and mentorship have been a key part of its success. Petya Raykovska, a past organizer, said the prospect of organizing the event can be intimidating for new teams but mentors will be available to applicants throughout the process.</p>\n<p>&#8220;The mentors are supposed to help the local teams prepare a better application,&#8221; Raykovska said. &#8220;They are all experienced WCEU organizers who can help with many aspects of the planning.&#8221;</p>\n<p>Host city selection is based on more than two dozen factors, including organizer experience, location, venue, and budget considerations. One of the most challenging aspects is securing a venue that can accommodate 3,000 attendees, but applicants are given a lot of flexibility on the event date.</p>\n<p>&#8220;We ask volunteers to book a venue for 3,000 people,&#8221; Raykovska said. &#8220;Not only are there not many venues that can fit us at this scale, most of them are booked years in advance.&#8221;</p>\n<p>Raykovska said organizers can book dates anywhere from May 1 &#8211; June 31, 2018. This makes it possible to have more cities and venues vying to host the event.</p>\n<p>Raykovska volunteered in Leiden in 2013 and helped organize WordCamp Sofia after that. In 2014, she applied to host WordCamp Europe in Sofia along with Tina Kesova, Nikolay Bachiyski, Veselin Nikolov, and Mario Peshev. Since that time she has been involved in organizing the event and mentoring newcomers. Potential applicants are encouraged to get in touch if they are wondering if their team has what it takes.</p>\n<p>&#8220;Sometimes these conversations serve as a reality check,&#8221; Raykovska said. &#8220;People can get super enthusiastic about organizing without having an idea of the time commitment. We want WCEU to be a positive experience for organizers and make sure our local teams have enough people and are aware what it takes to get involved as a local host.&#8221;</p>\n<p><a href="https://2017.europe.wordcamp.org/2016/12/08/apply-to-host-wordcamp-europe-2018/" target="_blank">Applications for host city</a> will be open through February 15, 2017 and the decision will be made by the end of February. The team selected for 2018 will then join the 2017 planning team to gain a better understanding of the process. Potential applicants who want to be matched to a mentor can get in touch by emailing host at wp-europe.org.</p>\n<p>&#8220;In late 2013, one tweet pushed the WordCamp Sofia team to apply to host WCEU,&#8221; Raykovska said. &#8220;It turned into the most incredible journey I&#8217;ve taken so far with stops further beyond the future host cities of Seville, Vienna, and Paris. It&#8217;s time for someone to write the next chapter of the story.&#8221;</p>\n<div id="epoch-width-sniffer"></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:"Thu, 08 Dec 2016 23:44: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: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:65:"Post Status: Photos from Post Status Publish and WordCamp US 2016";s:7:"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=31040";s:7:"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://poststatus.com/photos-post-status-publish-wordcamp-us-2016/";s: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:52709:"<p>Last week was a whirlwind of events. On Thursday, December 1st, I hosted the inaugural <a href="https://poststatus.com/publish">Post Status Publish</a>, which was a ton of fun. And following that event, we had three straight days of <a href="https://2016.us.wordcamp.org">WordCamp US</a>.</p>\n<p><a href="https://twitter.com/rzen">Brian Richards</a> and I teamed up to take pictures and cover the event.</p>\n<h3>Post Status Publish</h3>\n<p>Publish was on Thursday. We have a lot of video, but fewer pictures. Here is a selection taken by Brian Richards. If you took photos at Publish, we&#8217;d love to see them as well!</p>\n\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-1/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-1-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-4/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-4-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-3/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-3-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-6/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-6-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-5/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-5-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-7/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-7-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-8/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-8-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-10/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-10-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-9/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-9-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-11/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-11-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-12/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-12-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-14/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-14-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-13/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-13-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-16/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-16-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-15/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-15-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-17/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-17-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-19/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-19-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-20/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-20-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-21/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-21-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-22/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-22-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-24/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-24-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-23/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-23-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-25/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-25-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-26/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-26-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-27/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-27-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-28/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-28-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-29/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-29-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-31/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-31-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-32/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-32-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-34/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-34-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/publish-2016-33/"><img width="114" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/publish-2016-33-114x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n\n<h3>WordCamp US</h3>\n<p>Then there was WordCamp US. I unfortunately didn&#8217;t get to any sessions other than Matt&#8217;s State of the Word. But thankfully they&#8217;ll all be up on WordPress.tv, so I can catch up on the many that I wanted to attend.</p>\n<p>All photos directly before and during Matt&#8217;s <a href="https://poststatus.com/matt-mullenweg-state-word-2016/">State of the Word</a> are by Brian Richards. I took most of the hallway shots.</p>\n\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-1/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-1-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-2/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-2-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-3/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-3-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-4/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-4-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-5/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-5-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-6/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-6-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-8/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-8-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-7/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-7-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-10/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-10-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-11/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-11-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-12/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-12-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-14/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-14-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-13/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-13-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-16/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-16-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-15/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-15-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-17/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-17-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-18/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-18-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-19/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-19-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-20/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-20-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-21/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-21-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-22/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-22-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-24/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-24-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-23/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-23-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-25/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-25-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-27/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-27-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-28/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-28-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-29/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-29-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-30/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-30-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-31/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-31-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-32/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-32-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-33/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-33-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-35/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-35-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-34/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-34-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-36/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-36-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-37/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-37-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-39/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-39-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-38/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-38-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-41/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-41-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-40/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-40-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-43/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-43-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-42/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-42-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-44/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-44-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-45/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-45-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-47/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-47-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-46/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-46-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-48/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-48-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-49/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-49-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-51/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-51-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-50/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-50-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-52/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-52-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-53/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-53-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-54/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-54-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-55/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-55-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-57/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-57-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-56/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-56-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-58/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-58-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-59/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-59-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-60/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-60-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-61/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-61-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-62/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-62-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-63/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-63-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-66/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-66-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-65/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-65-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-67/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-67-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-68/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-68-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-69/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-69-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-70/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-70-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-71/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-71-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-72/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-72-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-73/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-73-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-74/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-74-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-75/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-75-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-76/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-76-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-77/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-77-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-78/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-78-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-79/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-79-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-80/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-80-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-81/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-81-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-82/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-82-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-83/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-83-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-84/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-84-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-85/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-85-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-86/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-86-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-87/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-87-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-89/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-89-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-92/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-92-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-93/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-93-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-96/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-96-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-97/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-97-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-101/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-101-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-102/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-102-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-103/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-103-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-104/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-104-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-105/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-105-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-106/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-106-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-107/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-107-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-108/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-108-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-110/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-110-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-111/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-111-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-112/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-112-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-113/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-113-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-114/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-114-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-115/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-115-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-116/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-116-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-117/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-117-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-118/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-118-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-119/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-119-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-120/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-120-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n\n<h3>WordCamp US Contributor Day</h3>\n<p>Finally, Contributor Day was on Sunday. In addition to the contributor area itself, lunch was at the market where you can choose from a variety of lunch spots, with common cafeteria seating. I had an awesome spicy roast pork sandwich from Dinic&#8217;s, which I took a few pictures of as well.</p>\n\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-122/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-122-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-121/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-121-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-123/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-123-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-124/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-124-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-125/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-125-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-127/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-127-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-126/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-126-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-128/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-128-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-129/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-129-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-130/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-130-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-131/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-131-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-132/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-132-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-133/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-133-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-134/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-134-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-135/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-135-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-136/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-136-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-137/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-137-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-138/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-138-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-139/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-139-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-140/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-140-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-141/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-141-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-142/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-142-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-143/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-143-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-144/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-144-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-145/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-145-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-146/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-146-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-147/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-147-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-148/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-148-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-149/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-149-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-150/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-150-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-151/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-151-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-152/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-152-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-153/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-153-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-154/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-154-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-155/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-155-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-156/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-156-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-159/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-159-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-158/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-158-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-161/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-161-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-160/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-160-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-163/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-163-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-162/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-162-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-164/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-164-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-165/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-165-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-166/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-166-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-167/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-167-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-168/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-168-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-169/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-169-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-170/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-170-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-172/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-172-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-171/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-171-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-174/"><img width="150" height="100" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-174-150x100.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n<a href="https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/wcus-2016-173/"><img width="100" height="150" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/wcus-2016-173-100x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>\n\n<p>I&#8217;ll have more coverage of both Publish and WordCamp US for Post Status Members in the coming days. In the meantime, I hope you enjoy the pictures! If you&#8217;d like to use any of them, you are free to do so, and while credit is not required, it&#8217;s always appreciated.</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, 08 Dec 2016 20:49:38 +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:"Brian Krogsgard";s: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:95:"WPTavern: GoDaddy Acquires WP Curve, Aims to Become a One-Stop Shop for WordPress Professionals";s:7:"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:29:"https://wptavern.com/?p=64287";s:7:"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://wptavern.com/godaddy-acquires-wp-curve-aims-to-become-a-one-stop-shop-for-wordpress-professionals";s: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:5040:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/09/godaddy-logo.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/09/godaddy-logo.jpg?resize=680%2C295&ssl=1" alt="" class="aligncenter size-full wp-image-61236" /></a></p>\n<p><a href="https://wpcurve.com/" target="_blank">WP Curve</a>, a WordPress services business that focuses on completing small jobs for customers, <a href="https://wpcurve.com/wp-curve-joins-godaddy/" target="_blank">announced</a> this week that GoDaddy has acquired the company. Founders Dan Norris and Alex McClafferty bootstrapped WP Curve in 2013 and have processed 105,000+ jobs through its pipeline.</p>\n<p>&#8220;WP Curve complements GoDaddy’s expanding WordPress offering including Managed WordPress and the recent ManageWP addition,&#8221; the company said in the announcement.</p>\n<p>Existing customers will be on-boarded to GoDaddy accounts with their current subscriptions. After the transition, the newly acquired WP Curve team will assist in scaling the services to support GoDaddy&#8217;s WordPress customers. Norris plans to exit the company and McClafferty will lead the team at GoDaddy.</p>\n<h3>GoDaddy&#8217;s Plans for WP Curve</h3>\n<p>Gabe Mays, head of WordPress Products at GoDaddy, said the WP Curve acquisition is an important part of GoDaddy&#8217;s goal to become &#8220;a one-stop shop for WordPress professionals.&#8221; Roughly one third of all GoDaddy sites are running on WordPress, and half of all new sites are using the software. This is one of the reasons GoDaddy plans to <a href="https://wptavern.com/wordpress-passes-27-market-share-banks-on-customizer-for-continued-success" target="_blank">invest in improvements to WordPress&#8217; core customizer component</a>.</p>\n<p>&#8220;WP Curve will help us in two ways,&#8221; Mays said. &#8220;First we’re adding WP Curve’s WordPress experts to the company and we’ll leverage their expertise to improve the training and tools for the hundreds of GoDaddy Customer Care representatives that support our customers globally.</p>\n<p>&#8220;Second, we’ll directly offer WP Curve&#8217;s services to our customers,&#8221; Mays said. &#8220;This combination will be amazing for our customers and create a compelling one-stop shop for WordPress professionals and their clients.&#8221;</p>\n<p>Mays said WP Curve&#8217;s services &#8220;will continue to be offered as standalone services&#8221; but GoDaddy may consider adding them to its hosting plans sometime in the future.</p>\n<p>&#8220;Down the road it&#8217;s possible we&#8217;ll see aspects integrated into our Hosting plans to improve the customer experience, especially for nascent WordPress users,&#8221; Mays said.</p>\n<p>Mays would not comment on whether GoDaddy has more acquisitions in the pipeline, but the company is likely to require additional expertise if it aims to become a one-stop shop for WordPress professionals. GoDaddy is part of a more recent trend of hosting companies acquiring WordPress products and services, including its <a href="https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp" target="_blank">ManageWP acquisition</a> and <a href="https://wptavern.com/flywheel-acquires-wordpress-local-development-tool-pressmatic" target="_blank">Flywheel&#8217;s purchase of Pressmatic</a>. The trend has sparked some recent discussion on Twitter regarding &#8220;hosting companies eating WordPress:&#8221;</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">If software is eating the world, then hosting companies are eating WordPress.</p>\n<p>&mdash; Cory Miller (@corymiller303) <a href="https://twitter.com/corymiller303/status/805891418866806784">December 5, 2016</a></p></blockquote>\n<p></p>\n<p>Mays sees this notion as a positive development and an opportunity for hosts to become more deeply invested in WordPress core and the surrounding ecosystem.</p>\n<p>&#8220;We see it as win-win for hosts and the WordPress community, more investment in WordPress is better for everyone,&#8221; Mays said. &#8220;For example, this year we hired our first core contributor, contributed full translations to some of the most popular themes and plugins, built a number of themes and plugins and contributed them to the WordPress repo and more. As a WordPress community we need all the investment we can get to reach our 50% goal and beyond.&#8221;</p>\n<p>Just days after the WP Curve acquisition, GoDaddy <a href="https://aboutus.godaddy.net/newsroom/news-releases/news-releases-details/2016/GoDaddy-Acquires-Host-Europe-Group-Becomes-Market-Leader-In-Europe-For-Small-Business-Cloud-Services/default.aspx" target="_blank">announced</a> its acquisition of <a href="https://www.heg.com/" target="_blank">Host Europe Group</a> (HEG) for $1.8 billion. HEG is Europe&#8217;s largest privately-owned web services provider in Europe and the purchase delivers 1.7 million new customers to GoDaddy, expanding the company&#8217;s international reach.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 08 Dec 2016 20:49: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: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:75:"WPTavern: The Value of Sponsoring a WordCamp from a Business’ Perspective";s:7:"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:29:"https://wptavern.com/?p=64315";s:7:"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://wptavern.com/the-value-of-sponsoring-a-wordcamp-from-a-business-perspective";s: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:27974:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/tony-perez-sucuri.jpg?ssl=1"><img class="wp-image-64317 size-thumbnail" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/tony-perez-sucuri.jpg?resize=150%2C150&ssl=1" alt="Tony Perez, CEO of Sucuri" /></a>Tony Perez, CEO of Sucuri\n<p>This is a guest post written by Tony Perez, <a href="http://perezbox.com/about/">co-founder and CEO</a> of <a href="https://sucuri.net">Sucuri</a>. Sucuri is a website security platform that helps clean and protect websites. I would consider us a small mid-sized company. Our annual sponsorship budget is in the range of $300 &#8211; $400k per calendar year (CY).</p>\n<p>One of the industry events we’ve been actively participating in since our inception has been WordCamps. Unlike 2015, in 2016 I decided to be more pragmatic in the way we invest in WordCamps. This new approach stemmed from two basic questions &#8211; <b>What is the ROI of sponsoring a WordCamp and should a business sponsor a WordCamp?</b></p>\n<p>One qualifier I want to add before getting started is that tracking success at events is very difficult. Even with the number of tools and approaches in the market, many organizations struggle getting their hands around the actual ROI of any event sponsorship. This means that many of the points in this post are not unique to the WordPress ecosystem, but the uniqueness and openness of the community makes it worth discussing.</p>\n<hr />\n<h1>The Reality of WordCamps and Sponsors</h1>\n<p>It’s been many years since I helped co-organize a WordCamp (<a href="https://2011.sandiego.wordcamp.org/">San Diego back in 2011</a>), and there is no denying that a lot has changed in the way they are put together. The one thing that hasn’t changed however, is the struggle organizers face when it comes to fundraising. Over the years we’ve seen a number of awesome initiatives by the <a href="http://wordpressfoundation.org/">WordPress Foundation</a> to help assist in the process.</p>\n<p>At <a href="https://2016.us.wordcamp.org/">WordCamp US 2016</a>, <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle">the State of Word reported </a>that in 2016 alone there were:</p>\n<ul>\n<li>116 WordCamps around the world</li>\n<li>36,000 attendees</li>\n<li>2,056 speakers</li>\n<li>1,036 sponsors</li>\n<li>750 organizers</li>\n</ul>\n<p>What makes it even more impressive is that these are events put on by volunteers. Matt Mullenweg also shared that these WordCamps are made possible by the generosity of the various sponsors which cover 85 &#8211; 95% of the costs associated with such events.</p>\n<p>It’s because of these sponsors that the costs are kept so low for attendees; including the annual event (WCUS) which came in at a cost greater than $500 per person but sold for ~$20 / day (Total of $40 / person). This is truly a herculean feat, and I commend them on their success to date.</p>\n<h1>The Sponsor Canoe Is Leaking</h1>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/Canoes.png?ssl=1"><img class="size-full wp-image-64321" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/Canoes.png?resize=705%2C210&ssl=1" alt="Canoes" /></a>photo credit: dolbinator1000 <a href="http://www.flickr.com/photos/126654539@N08/25305151246">Boyhood</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p>With this in mind, I think it’s fair to say that at the rate things are going we might find ourselves with a problem of scale. While there have been 1k + sponsors in 2016, I would wager that a majority of the money is likely coming from a smaller subset of that group.</p>\n<p>Taking this into consideration, unless you’re Automattic, I can’t help but imagine that as a business the ROI question continues to come up as it does for me. This is further compounded by the dramatic increase in the <strong>a)</strong> request for sponsorships (# of camps) and <strong>b)</strong> the economics of the sponsorship itself (the $$ amount).</p>\n<p>This makes me think that it’s only a matter of time when the source of funds will be exhausted. Organizations have fiduciary responsibilities to their companies to spend their cash flow wisely, especially in today’s turbulent economic times.</p>\n<p>The impacts of this, as highlighted above, are going to be felt (if not already) by those volunteers trying to put on these great WordCamps. This will become exceptionally difficult for new camps, especially those in remote cities and countries.</p>\n<h1>Why Do Businesses Sponsor WordCamps?</h1>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/QuestionmarkSmaller.png?ssl=1"><img class="size-full wp-image-48305" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/QuestionmarkSmaller.png?resize=650%2C200&ssl=1" alt="Smaller Question mark featured image" /></a>photo credit: <a href="https://www.flickr.com/photos/matthewmcvickar/4380126801/">Matthew McVickar</a> &#8211; <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a>\n<p>There is one common phrase every business that has invested in WordCamps has come to terms with &#8211; <b>sponsorships are done in-kind; expect nothing</b>.<i> I’m not clear how this guidance came to be, whether it was explicitly outlined by the Foundation or guidance that came to be over time. What I do know is that a good number of sponsors are familiar with it. </i></p>\n<p>Whether intended or not, allow me to be the first to publicly admit that while we are familiar with the phrase, no one really subscribes to it. The dirty little secret is that every business has some form of an expected ROI. It’s not always financially based, but there is some expectation. Companies sponsor events because there is some vested interest unless we’re talking about a child’s gymnastics or softball team.</p>\n<p>ROI takes many different shapes. Allow me to share the ROI as I see it when I look across the spectrum of some of today’s top sponsors (know that these are all my opinions as a third-party observer):</p>\n<h3><b>GoDaddy </b></h3>\n<p>They sponsor because they need to. When they came into the space two to three years ago, after the changing of the guard they identified the potential in WordPress. They had an image problem; one that couldn’t be fixed remotely. It had to be fixed with boots on the ground.</p>\n<p>Building relationships. Sharing experiences. Engaging influencers (do not underestimate the power of influencers). Whatever you might think of the brand today is nothing compared to what it was a few years ago. WordCamps have been a critical piece of their strategy to make this work. Who doesn’t know <a href="https://ifyouwillit.com/about-mendel-kurland/">Mendel Kurland</a>?</p>\n<h3><b>SiteGround </b></h3>\n<p>When they started to make their big push into the market, they were at every camp giving away free accounts. For them, it wasn’t about the short-term gain as much as the long-term gain. They had everything going against them. They were from Bulgaria working to service the biggest economic market, the US. They were trying to penetrate what many would argue was an already saturated market.</p>\n<p>I remember when they first appeared. No one knew them, and yet through their guerrilla marketing tactics, brand ambassadorship, stellar performance with customers, and word-of-mouth referrals, they are a powerhouse in the WP hosting space.</p>\n<h3><b>WP Engine</b></h3>\n<p>While they exploded through a number of initiatives, I believe that WordCamps and their strategy to engage with the community is what propelled them ahead of their competitors. Their focus wasn’t revenue generation early on. I recall their free accounts campaign. I think it ran for close to two years.</p>\n<p>What better combination than to have a freemium-like model where all you have to do is focus on user adoption (oversimplification of course). Your product and support are spot on, you just need more people touching it, more people telling their friends about it. They grew organically and these events made that possible.</p>\n<h3><b>Automattic</b></h3>\n<p>Honestly, they have no choice but to sponsor. They are the project sponsor by design. They are in many ways tied to the success and continued growth of the platform. They too have their free services that require adoption and user growth, things like Jetpack, Akismet, WooCommerce, and so many others.</p>\n<p>Without growth, they are dead solutions. They have to show support for a product that they’ve gone all in on. If they don’t sponsor, why would anyone else? Their fates are intertwined.</p>\n<p>And the observations go on. Granted, these are obvious gross oversimplifications, but I share them to highlight what ROI can look like. I also share them to show you what success looks like, and what the DNA of these organizations look like. Most of the scenarios above are built on the idea of “free” or “free-ish” services, with the exception being GoDaddy whose prices are so low you might as well consider them a freemium-like model.</p>\n<h1>Measuring the ROI of Events</h1>\n<p>What happens if you’re a premium service though? In this scenario, your ROI is no longer about adoption or user growth. Instead you’re now focused on growth in the form of revenue and sales. User adoption will never be as great as the freemium model.</p>\n<p>As organizations, we’ve invested a lot of money. There has to be something we’re getting out of this. Only in the WordCamp community have I seen this idea that people will donate not only time, but money, under the assumption that there will be nothing at the end of the tunnel.</p>\n<p>I wanted to better understand this myself, and what better place to look for ROI than our own data here at Sucuri.</p>\n<p>The data below highlights the period between December 2015 &#8211; June 2016. I encourage other businesses to share their own data to add to the conversation. When speaking to ROI, I looked for measurable attributes first:</p>\n<ul>\n<li>How many marketing leads were captured?</li>\n<li>How many sales leads were captured?</li>\n<li>How many of those leads converted to sales?</li>\n<li>What kind of exposure did we get via social?</li>\n<li>What kind of exposure did we get via backlinks?</li>\n</ul>\n<p>Perhaps the biggest immeasurable metric being:</p>\n<ul>\n<li>What kind of brand awareness are you really getting?</li>\n</ul>\n<p>In the table below, <b>sponsorship</b> is exactly what you’d think, while <b>financial investment</b> implies ancillary costs of getting people there, lodging and eating. It does not include labor, collateral, shipping and other items.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucurisWordCampsInvestments.png?ssl=1"><img class="size-full wp-image-64325" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucurisWordCampsInvestments.png?resize=996%2C265&ssl=1" alt="Sucuri WordCamp Investments Dec. 2015 - June 2016" /></a>Sucuri&#8217;s WordCamp Investments Dec. 2015 &#8211; June 2016\n<p>This chart shows the ROI we got in terms of money (did we close deals?) As a for-profit business one of the many attributes we look at are the total net-new customers we can generate from any investment, including events.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriCPLCACInvestment.png?ssl=1"><img class="wp-image-64327 size-full" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriCPLCACInvestment.png?resize=887%2C259&ssl=1" alt="Sucuri Investment CPL/CAC Analysis" /></a>Sucuri Investment CPL/CAC Analysis\n<p>To date, from all the events including WordCamp US (2015), we were able to track a total of 13 deals that closed from a direct engagement at the event. Putting the Customer Acquisition Cost (CAC) in the neighborhood of $12.4k per closed lead.</p>\n<p>This means that my lifetime value (LTV), if they purchased a basic plan at $199.99 would have to be 45 years. If they purchased our $499.99 plan, we&#8217;d be looking at a 18 year LTV.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriInvestmentMeasurableROI.png?ssl=1"><img class="size-full wp-image-64328" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriInvestmentMeasurableROI.png?resize=1006%2C165&ssl=1" alt="Sucuri Investment Measurable ROI" /></a>Sucuri Investment Measurable ROI\n<p>Focusing on exposure, it is one of the many things you get from sponsoring an event. You get linkbacks from the event, shout outs on the pages, posts highlighting your sponsorship. What does that really amount to? Can it be measured? The easiest way to answer these questions was to look at the main site links and social engagements.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriWebSocialImpact.png?ssl=1"><img class="size-full wp-image-64329" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/SucuriWebSocialImpact.png?resize=577%2C304&ssl=1" alt="Sucuri Web / Social Sponsorship Impact" /></a>Sucuri Web / Social Sponsorship Impact\n<p>We generated 190 sessions total, the most coming from WordCamp US (at the time of the event, not leading up to it, or after). We generate over 500k sessions a month across all our platforms. This makes 190 total sessions over a six month period negligible.</p>\n<p>In my review, we looked at direct traffic from referrals and traced down the social <b>&#8220;thank you&#8221;</b> and <b>&#8220;promotions&#8221;</b> each event provided. It&#8217;s fair to note, that the lack of success in the measurable values above could be very closely be related to our ineffectiveness as an organization as well. We could just be really bad at working events; it’s an art in and of itself.</p>\n<p>I intentionally did not include marketing leads. For me, my focus is looking at what actually converts so when we go to events, we place more emphasis on qualified sales leads (opportunities) than marketing leads; I am not very big on getting into the card collection and SPAM business.</p>\n<p><b>What does this all mean?</b></p>\n<p>Well, if I was a rational person this would mean that as a premium service provider, investing in WordCamps doesn’t make sense. Trust me, I love the community. We are involved in many ways, but this is really too difficult to digest and justify. I wonder what happens when more companies, even the ones that I shared above, start doing the same mathematics.</p>\n<h1>The WordCamp Sponsorship Conundrum</h1>\n<p>The WordPress platform promotes the idea of Free and targets a very curious niche of people &#8211; self-service/Do It Yourself (DIY) types. By this self-proclaimed profile, they are not buyers of premium services; they are the ones that will invest sweat equity to build or find an alternative to their problem &#8211; <b>it just has to be free. </b></p>\n<p>This ideology is fine, but it also means that it frankly may not be the right market for most premium businesses. I would be remiss however, if I did not highlight the fact that a number of the sponsors for WCUS 2016 were premium service providers. The only challenge I would make to this claim is that just because they are sponsoring, doesn’t mean they are getting a return.</p>\n<p>I’d also challenge it and say some of them have a need to sponsor for some of the same reasons described above. Just because a premium service sponsors, it doesn’t mean their goal is defined purely around selling, in many instances it’s built around brand awareness and ambassadorship &#8211; especially unknown brands, or those with bad reputations. GoDaddy is a perfect example of this.</p>\n<p>Does this mean that there is no hope? No, I don’t think so. I just think we have to ask ourselves some key questions, both as organizations and a community. To assist in the conversation, I’ve highlighted a few areas that I find challenging as a business and encourage others to introduce their own. If nothing else, this can help both the Foundation and organizers alike better work with sponsors.</p>\n<h2>The Audience Quality Factor</h2>\n<p>When we turn our attention to WordCamps, events designed to promote and bring together these ideals, you realize that the problem with WordCamps for businesses is the audience.</p>\n<p>I&#8217;m by no way saying that their current design is bad for what WordCamps were designed for. On the contrary, I&#8217;d say they&#8217;ve done an exceptional job sticking to their predefined audience, at least in terms of cost bracket. They don’t, however, do a good job of differentiating between the various personas in attendance. They’re all rolled up into one big bucket. This creates a severe imbalance between the economic investment and audience potential.</p>\n<p>This imbalance I think has to do with the quality of the audience. This is not meant to imply that the audience is not good in their own right, but from a company perspective not so much (i.e., as a potential customer). In a world where everything is expected to be free, and quickly commoditized, how do you bridge that divide?</p>\n<p>This also has residual effects as well into the quality that can be expected at the event, in terms of organization, presentation and speakers. There are so many different ways this can go, does it mean WordCamp Pro like events? I’m not sure, but what I do know is that in it’s current incarnation something has to give.</p>\n<p>Granted, this does not apply to everyone. I know a number of theme shops that bring and meet their customers at these events. Where closing one deal cannot only cover their costs, but set them up nicely for a couple of months.  My points here are more tailored at product / premium shops that are operating at a very different scale and configuration.</p>\n<h2>Increasing Number of Events Globally</h2>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2013/05/WPWorldLogo.jpg?ssl=1"><img class="alignright size-full wp-image-6948" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2013/05/WPWorldLogo.jpg?resize=200%2C160&ssl=1" alt="WordPress World" /></a>The sheer volume of camps and sponsorships presents a very big problem, not just for the Foundation but for businesses as well. Which ones do you invest in? Which will offer the most return?</p>\n<p>I assure you, these are the conversations that are occurring. There are so many, and it’s impossible to invest in them all (at least in a meaningful way). This will continue to put undue pressures on all the organizing teams looking to raise funds. I think you can see an example of this with this years WCUS 2016 sponsorships, a very different (stark) representation of today’s reality when it comes to sponsorships.</p>\n<p>Yes, I&#8217;m very familiar with the new Global Sponsorship opportunities the Foundation has put together. They&#8217;re divided by geographic region, and don&#8217;t include the main geographic events like WordCamp US and WordCamp Europe. The prices are below:</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/GlobalSponsorshipOpportunities.png?ssl=1"><img class="size-full wp-image-64326" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/12/GlobalSponsorshipOpportunities.png?resize=730%2C143&ssl=1" alt="Global Sponsorship Prices" /></a>Global Sponsorship Prices\n<p>It’s definitely a great idea, but providing a large sum of cash that gets distributed across events that you may or may not attend isn’t something I’m particularly fond of. I worry about the longevity of this program, and while I know there are always new sponsors, what will the churn look like in the program. Only time will tell.</p>\n<h2>Impacts of a Corporation Type</h2>\n<p>For those unfamiliar, the entity responsible for facilitating the growth and management of WordCamps around the world is now known as the <a href="https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/">“WordPress Community Support (WPCS) Public Benefit Corporation (PBC)”</a>. This new entity is a subsidiary of the WordPress Foundation, which is still a non-profit, and established in 2016 (Yes, Matt said it’d take effect in 2017 but I’m pretty sure that was in error).</p>\n<blockquote><p>After March 31, sponsorship payments sent to WordPress Foundation accounts will be returned to sender. Please send <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/budget-and-finances/running-the-money-through-wpcs/#sponsorship-revenue">revised payment instructions</a> to any sponsors who have not yet paid.</p></blockquote>\n<p>This new entity is what is known as a benefit corporation, and should NOT be confused with a b-corp. Although it is used in many instances interchangeably, there are a number of differentiating factors, the biggest being that to obtain a b-corp classification an entity must be certified.</p>\n<blockquote><p>B Corps are for-profit companies certified by the nonprofit B Lab to meet rigorous standards of social and environmental performance, accountability, and transparency.</p></blockquote>\n<p>Establishing a PBC to handle the WordCamps I firmly believe was done with the best of intentions for the community, but it does present a few challenges for private businesses. A PBC is still a private for-profit company. The biggest difference, however, is that unlike other corporation types (e.g., C, S, etc..) a PBC allows an organization to be a charter (or mission focused) in addition to more traditional goals of generating profits for its shareholders.</p>\n<p>This change is a bit more significant than might be implied when reading through <a href="https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/">the announcement</a>. One of the driving forces for the change was to make the sponsorship process easier for both the organizers and sponsors alike:</p>\n<blockquote><p>One of the main advantages to the change from the WordPress Foundation (a non-profit) to the WPCS (a public benefit corporation) is that the rules around sponsoring official WordPress events are much simpler.</p>\n<p>The people involved in overseeing the program have updated sponsor rules accordingly, to eliminate the barriers to value-adding stuff like direct links, discounts, and calls to action, while keeping the ones that helped us form such a trustworthy, community-focused sponsor program, like the rule about not using superlatives or unprovable claims.</p></blockquote>\n<p>As a prior WordCamp organizer, there is perhaps no greater challenge in my mind than asking people for money. While my experience was back in 2011, I can only imagine that the struggles are still the same and one of the things leveraged when pitching to companies are the benefits of a non-profit. The non-profit classification was not just about securing donations like venues (which is very important) but it’s critical for some in securing the dollars they require.</p>\n<p>For a company, it also makes it harder to justify the costs. As the dollar investment continues to increase, the one thing that could always be counted on was the non-profit status. By changing it to a private organization (on paper) it’s donating money to another company (regardless of what the mission may or may not be). This might not be a big deal for some, but when we start talking significant investments, it becomes a serious problem.</p>\n<h1>Incentivizing Businesses</h1>\n<p>When you read through the <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/wordcamp-sponsorship/#wordcamp-sponsorship-rules-for-2016">Sponsorship rules for 2016</a> the changes are not incentivizing enough for a business. The biggest change being the ability to print comparisons or introduce pricing on collateral, both of which are insignificant as you can account for most of your physical collateral to end up in the trash and difficult to track.</p>\n<p>I believe there will be, or are changes in the works, to include pricing on virtual print as well which will definitely be a positive move, but I defer to the ROI measurements above as well.</p>\n<p>While the idea of incentivizing a business might be repulsive, it’s a necessity. As a good friend of mine mentioned, it’s about exposure for businesses. If we’re investing significant dollars and being such pivotal players in the success of these events, then we’re going to ask for as much exposure as possible.</p>\n<p>We’re also going to push the limits of our imaginations and require some flexibility, in return I think most companies would willingly be open to negotiation and flexibility. If ROI is going to be based on exposure and brand awareness, we need to be able to capitalize on that.</p>\n<p>What might be interesting here is to perhaps do a survey of businesses, those that have been supporting the WordCamp communities for years, and take a poll. Maybe present some options and make them part of the process. Even if it’s a fixed list, maybe ask for a wishlist of things; things that can be discussed and openly taken into consideration.</p>\n<p>Like I tell my teams &#8211;<b>most reasonable people don’t need to always win, they just want to be heard and be part of the process.</b> This applies to companies as well. When it comes down to it, it’s but a few people at each organization that will be your evangelists.</p>\n<h1>WordCamp Sponsorship Can Work</h1>\n<p>I am not saying that sponsoring WordCamps is not valuable. I’m also not saying that it’s a lost cause working with WordCamps.  I am saying that it’s important to have a dialog if longevity is what we’re after in the community,  sponsorships are the bloodline that keep these events going.</p>\n<p>There is little that can be done about the growth of events or the new subsidiary (and I don’t think either is bad). They are today’s realities and as organizations we’ll have to work through them independently.</p>\n<p>The two areas I think can be improved on is the audience and how businesses are incentivized.</p>\n<ul>\n<li>I’m not particularly hopeful of the audience, that’s a problem the community will need to solve and not necessarily something the Foundation should concern themselves with. If I were the Foundation, I would be doing exactly what they are doing &#8211;<b> keep the price as low as possible to make it reachable to everyone (need a low barrier to entry). </b>We’ve already seen a few events attempt this, and the best example in my opinion so far has been <a href="https://wooconf.com/">WooConf</a> and <a href="https://wpcampus.org/">WPCampus</a>.</li>\n</ul>\n<ul>\n<li>The one I’m more hopeful of is how businesses are incentivized. If we can agree that at a minimum all organizations are looking for exposure, then that should be the easiest place to start. A few examples might include: speaking guarantees, more prominent branding, access to some form of audience information. Yes, some of these are highly controversial, but I have faith that together we can make something work that is in line with the spirit of these events. I would also encourage other camps to look at <a href="https://2017.miami.wordcamp.org/">WordCamp Miami</a>; beyond  having a Learn JavaScript Deeply track, they do an exceptional job with the way they engage with their sponsors.</li>\n</ul>\n<p>I share this post as a way to provide a perspective that I hope is unique and valuable. If it starts a discussion, and opens a better dialog between businesses, WordCamp organizers and the Foundation then I will consider it a success. Sponsors are a critical piece to the continued success and growth of these community events, and I’d like to ensure that continues.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 08 Dec 2016 04:36: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:"Jeff Chandler";s: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:28:"BuddyPress: BuddyPress 2.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=261855";s:7:"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:48:"https://buddypress.org/2016/12/buddypress-2-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:756:"<p>BuddyPress 2.7.3 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.</p>\n<p>BP 2.7.3 fixes bugs in several components. For more information, see the <a href="https://buddypress.trac.wordpress.org/query?group=status&milestone=2.7.3">2.7.3 milestone</a> on <a>BuddyPress Trac</a>.</p>\n<p>Update to BuddyPress 2.7.3 today in your WordPress Dashboard, or by <a href="https://wordpress.org/plugins/buddypress/">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out the <a href="https://codex.buddypress.org/releases/version-2-7-3/">2.7.3 changelog</a>, or stop by our <a href="https://buddypress.org/support/">support forums</a> or  <a>Trac</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, 07 Dec 2016 23:15: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:8:"@mercime";s: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:76:"WPTavern: WordPress 4.7 is the First Release to be 100% Translated into Urdu";s:7:"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:29:"https://wptavern.com/?p=64040";s:7:"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:86:"https://wptavern.com/wordpress-4-7-is-the-first-release-to-be-100-translated-into-urdu";s: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:5620:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/lahore-pakistan.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/lahore-pakistan.jpg?resize=1024%2C589&ssl=1" alt="" class="size-full wp-image-64311" /></a>photo credit: WasifMalik <a href="http://www.flickr.com/photos/47644350@N04/23458524585">Wazir Khan Masjid Mosque Shahi Royal Hammaam Bathhouse Lahore Pakistan Oct 2015  031</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p><a href="https://wptavern.com/wordpress-4-7-introduces-twenty-seventeen-default-theme-and-wp-rest-api-content-endpoints" target="_blank">WordPress 4.7 was released yesterday</a> with translations for 52 languages, thanks to the volunteer efforts of its vibrant community of translators. For the first time, WordPress is 100% translated into Urdu, the national language of Pakistan. Urdu is spoken by 100 million people in several different areas of the world, including India, Bangladesh, Nepal, and the Middle East.</p>\n<p>As part of the effort to bring the Urdu translation to 100%, WordPress developer Ahmad Awais <a href="https://ahmadawais.com/urdu-wordpress/" target="_blank">organized a small meetup in Lahore, Pakistan</a> during the <a href="https://wptavern.com/2nd-global-wordpress-translation-day-brings-780-translators-together-across-133-locales" target="_blank">2nd WP Translation Day</a> event. More than 60 attendees joined online and offline over the span of two days with many participating in the <a href="http://WP-Pakistan.Slack.com" target="_blank">WP-Pakistan Slack</a> team in the #translators channel.</p>\n<p>Having WordPress available in Urdu is a major milestone for the Pakistani tech community. It makes it possible for government websites to adopt the software.</p>\n<p>&#8220;The government websites are required to be accessible,&#8221; Awais said. &#8220;While we are not there yet, there are efforts underway to make every government website available in both English and Urdu.&#8221;</p>\n<p>Awais cited the <a href="https://www.nadra.gov.pk/" target="_blank">National Database and Registration Authority</a> (NADRA) website as one example that has recently started using WordPress for its online portal. NADRA issues identity cards with CNIC numbers in Pakistan, similar to social security numbers in the US.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/nadra-website.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/nadra-website.png?resize=1025%2C720&ssl=1" alt="" class="aligncenter size-full wp-image-64303" /></a></p>\n<p>&#8220;The NADRA site is far from perfect but is much better than other government sites,&#8221; Aawais said. &#8220;People have already started to notice that. There&#8217;s a pretty large developer community in Pakistan that&#8217;s connected to WordPress in one way or another, but on the consumer end &#8211; not so much.&#8221;</p>\n<p>Awais said many Pakistani media sites are powered by WordPress but adoption is slower when it comes to e-commerce. WordPress penetration in the enterprise sector is nearly non-existent.</p>\n<p>&#8220;I think the 100% Urdu variant of WordPress will definitely help in the expansion for the local consumer-base,&#8221; Awais said. &#8220;Web developers will find it easier to pitch WordPress as the go-to CMS for government, local, and higher education web properties as compared to other proprietary, closed-source Urdu CMS software. That alone can have a huge impact as far as the growth of the local WordPress community is concerned.&#8221;</p>\n<p>The concept of contributing back to open source software is still relatively new in Pakistan but Awais and his fellow translators and developers are working to change the general perception in their tech culture.</p>\n<p>&#8220;I would like to request Foundation to pay more attention to regions like ours, where software developers, computer science students, and entrepreneurs seldom understand the concept of open source software,&#8221; Awais said. &#8220;The concept of giving back and making it work to pay the bills is lost on simple and misunderstood questions of &#8216;Can people make money via Open Source?&#8217; and &#8216;What do you get by giving back and helping out for free?&#8217;</p>\n<p>&#8220;Believe me, these are tough questions to be answered when there are no huge WordPress supported companies picking up the tabs for those who are trying to give back,&#8221; Awais said. &#8220;Support for open source is a rare commodity here. I hope that changes in the next five years or so.&#8221;</p>\n<p>During the <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle" target="_blank">2016 State of the Word</a>, Matt Mullenweg said one of <a href="https://twitter.com/WordCampUS/status/805158678353608704" target="_blank">the Foundation&#8217;s new focuses</a> will be running educational workshops in developing nations. When asked about how this initiative will work during the Q&amp;A session, Mullenweg said they are still figuring it out but envision an open source curriculum with locally run classes and support.</p>\n<p>More than 100 translators participated in bringing the Urdu translation to 100% for WordPress. With the software now accessible to 100 million Urdu speakers, the region seems like a good candidate for an educational investment to bring more developers up to speed with using WordPress for commerce and government sites.</p>\n<div id="epoch-width-sniffer"></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, 07 Dec 2016 20:56: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: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:64:"HeroPress: Full Circle: Life Lessons of a Perennial Entrepreneur";s:7:"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=1517";s:7:"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://heropress.com/essays/full-circle-life-lessons-perennial-entrepreneur/";s: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:10454:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/12/120716-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Take the time to learn the fundamentals of HTML, CSS, JS and PHP. You''ll be glad you did." /><p>I didn’t go to college until I was in my 40’s. When I graduated high school I went to work for a family business.</p>\n<p>There has been one common thread throughout my adult career, my love for technology.</p>\n<p>I was 24 when I bought my first computer, it was PC running MS-DOS.</p>\n<p>Five years later, the company I was working for bought a computer program to manage their rental properties. I was responsible for using it and data entry. The program was written by a local software developer. He became a mentor and when problems arose with the code, he walked me through on the phone how to edit and compile the source code. (Yes, he left a copy of the source code on the computer &#8211; this was way before remote support was possible.) It was dBase II. Fast forward a few years later and he hired me as a part-time contractor to help him customize the codebase for his clients. It seemed I had a knack for writing code and troubleshooting bugs.</p>\n<p>Eventually, I would go on to purchase the source code from him and launch my own property management software company. I ran it for eight years, while I rewrote the entire codebase. My business grew. I learned a lot about sales, running a business and managing employees. Most importantly, I learned how to listen to clients and by doing so, I was able to create the products they needed to run their businesses.</p>\n<p>Then, Windows came onto the scene. My software was not Windows compatible. It was running on FoxPro, a Dbase III competitor for MS-DOS. My business plateaued and I was faced with another rewrite of the codebase to stay competitive. To top it off, I’d lost my only support person at the same time. These are the challenges most small business owners face at some point. I was experiencing burnout and needed a change. Long story short, I eventually sold the software line to a competitor who was looking to expand their user base and incorporates some features that were in demand that my product had. It was win-win for both of us and to this day &#8211; I&#8217;m still happy about that transaction.</p>\n<p>I went on to work at a boutique consulting services firm in Houston, Texas as an Account Manager to large Fortune 500 clients, mostly in the energy sector. It was an amazing experience and I learned a lot about working in the enterprise space. This was very different from working with the small property management companies I had previously serviced. It was a great four years. The last year boomed as many clients scrambled to complete their <a href="https://en.wikipedia.org/wiki/Year_2000_problem">Y2K upgrades</a>.</p>\n<p>In the spring of 2000, everything changed. The company had been acquired, and the dot-com bubble had burst. All the Y2K work was done and the world did not end. I decided to take some time off.</p>\n<p>In the fall of 2000, I enrolled at a local community college. I spent the next two years and half years completing my core curriculum and then transferred to Texas A&amp;M in 2003 to complete a Bachelor of Science degree in Horticulture.</p>\n<p><strong>Why Horticulture?</strong> I’ve always loved gardening and jumped at the opportunity to learn everything I could about it.</p>\n<p><strong>Life Lesson:</strong> In hindsight &#8211; I wish I would have completed a degree in Computer Science. It was a bit of my own arrogance, that since I had run a software company and worked at a consulting firm, I knew all I needed to know. Truth was, I didn’t and would have benefited greatly from that experience.</p>\n<h3>Trying to make a hobby into a business.</h3>\n<p>In 2003, I decided to open an online store to sell home and garden gifts. I built a website using the Yahoo Store platform, and for the next 5 years watched it grow.</p>\n<p>My first introduction to WordPress came when I wanted to start a blog for the store. I like the idea of a self-hosted solution and loved getting back into programming.</p>\n<p>I went from running the business from my home to a small warehouse. It was 2007 and the housing market was booming. I jumped at the opportunity to lease a much larger warehouse with a retail storefront.</p>\n<p>There were important life lessons in it. One that made a strong impression on me was best described by the character Justin Matisse in the movie Hope Floats:</p>\n<blockquote><p>&#8220;You&#8217;re talkin&#8217; &#8217;bout the American Dream. You find something that you love, and then you twist it, and you torture it, try and find a way to make money at it. You spend a lifetime doing that. At the end, you can&#8217;t find a trace of what you started out lovin&#8217;. &#8220;</p></blockquote>\n<p>That’s how I felt sometimes when running my store. What I loved about the home and garden space and trying to make money at it were sometimes at odds with each other. I loved designing the website, adding functionality and mastering the art of improving the SEO of the site.</p>\n<p>I was about to learn a very painful and valuable lesson. I was financing the growth with debt. I got caught up in the growth curve and was sure that things would just keep getting better, allowing me to pay down the debt. Indeed servicing the debt was not a problem, as sales continued to grow.</p>\n<p>Then came 2008 and the Great Recession. For the next three years, I watched sales decline, my credit lines pulled and my business contract. That made servicing the debt, really hard. I was stuck in a lease that I could not afford. Many of the vendors I bought products from went out of business. Everyone was hurting. <strong>I was not financially prepared for it.</strong></p>\n<p>In the end, a chain of events led to a huge financial mess &#8211; one that to this day, I am still recovering from. In 2011, I liquidated the inventory, sold my online store to a third-party and moved on.</p>\n<h3>Transitioning to WordPress</h3>\n<p>I wasn’t sure what I wanted to do at that point. I was depressed and dealing with the financial fallout of losing my business.</p>\n<p>I wrote content for a garden center and slowly began working on websites for others. I chose to use the Genesis Framework and began customizing their themes for clients. I liked it because it leveraged the power of hooks and filters in a way that made sense to me &#8211; and the Genesis community is amazing.</p>\n<p>I worked in real estate for a while to help pay the bills, but it just wasn’t right for me.</p>\n<p>During this transition period, I used the time to improve my web development skills. I began working with WordPress every day, learning everything I could. I took online courses in HTML, CSS and PHP.</p>\n<p>Today, I’m running my own business again, building websites and helping clients promote their digital brand. I learned a lot about SEO running my eCommerce business, how to market products, write copy and promote my brand. Now I’m helping clients do that.</p>\n<p>With decades of business experience along with some hard life lessons, here’s what I’ve learned so far:</p>\n<ol>\n<li>Don’t assume things will continue in the same direction. Business is cyclical, so like a squirrel &#8211; stash away some nuts for the winter.</li>\n<li>Stay out of debt.</li>\n<li>Know when to hold &#8217;em and when to fold &#8217;em. Sometimes hindsight helps make this clearer, but trust your gut and follow your instincts.</li>\n<li>Be helpful to others. Take time to share what you’ve learned, make friends and enjoy the ride.</li>\n<li>Learn from every engagement, and take steps to improve how you communicate.</li>\n<li>Be a Life-Long Learner. Dedicate time to experiment, think and try new things.</li>\n</ol>\n<p>Finally, if you’re considering a career in web design and development in WordPress, take the time to learn the fundamentals of HTML, CSS, JS and PHP. You’ll be glad you did.</p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: Full Circle: Life Lessons of a Perennial Entrepreneur" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Full%20Circle%3A%20Life%20Lessons%20of%20a%20Perennial%20Entrepreneur&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffull-circle-life-lessons-perennial-entrepreneur%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Full Circle: Life Lessons of a Perennial Entrepreneur" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffull-circle-life-lessons-perennial-entrepreneur%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffull-circle-life-lessons-perennial-entrepreneur%2F&title=Full+Circle%3A+Life+Lessons+of+a+Perennial+Entrepreneur" rel="nofollow" target="_blank" title="Share: Full Circle: Life Lessons of a Perennial Entrepreneur"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/full-circle-life-lessons-perennial-entrepreneur/&media=https://heropress.com/wp-content/uploads/2016/12/120716-150x150.jpg&description=Full Circle: Life Lessons of a Perennial Entrepreneur" rel="nofollow" target="_blank" title="Pin: Full Circle: Life Lessons of a Perennial Entrepreneur"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/full-circle-life-lessons-perennial-entrepreneur/" title="Full Circle: Life Lessons of a Perennial Entrepreneur"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/full-circle-life-lessons-perennial-entrepreneur/">Full Circle: Life Lessons of a Perennial Entrepreneur</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, 07 Dec 2016 12:30:20 +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:"Jackie D&#8217;Elia";s: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:87:"WPTavern: Pantheon’s $100K WordCamp US Sponsorship Revoked the Night Before the 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:29:"https://wptavern.com/?p=64248";s:7:"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:94:"https://wptavern.com/pantheons-100k-wordcamp-us-sponsorship-revoked-the-night-before-the-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:8493:"<p>Nearly 2,000 people descended on Philadelphia, PA to attend WordCamp US last week. On the night before WordCamp US took place, <a href="https://pantheon.io/">Pantheon&#8217;s</a> sponsorship was revoked and advertising materials, including the company&#8217;s booth, were hidden in a storage room inside the venue. The move generated a <a href="https://twitter.com/danielbachhuber/status/804721149900890112">lot of controversy</a> on social media and at the event. It cost Pantheon $100K to sponsor WordCamp US, but the company received a refund.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Our booth disappeared but the team''s still here! Look for us in yellow! <a href="https://twitter.com/hashtag/WCUS?src=hash">#WCUS</a> <a href="https://t.co/lnF5aI36oy">pic.twitter.com/lnF5aI36oy</a></p>\n<p>&mdash; Pantheon (@getpantheon) <a href="https://twitter.com/getpantheon/status/804715506674626560">December 2, 2016</a></p></blockquote>\n<p></p>\n<p>Prior to WordCamp US Matt Stodolnic, Pantheon&#8217;s Vice President of Marketing, contacted the <a href="http://www.sheratonphiladelphiadowntown.com/">Sheraton Downtown Philadelphia</a> and inquired about advertising opportunities. The Sheraton <a href="http://www.sheratonphiladelphiadowntown.com/philadelphia-meetings">hosts a number of meetings</a> and has a couple of different advertising packages available. Stodolnic purchased advertising space on the hotel&#8217;s elevators. The advertising material was simple and didn&#8217;t make unprovable claims, such as the world&#8217;s best or fastest host. This is in line with the <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/wordcamp-sponsorship/#wordcamp-sponsorship-rules-for-2016">sponsorship rules</a>.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/PantheonElevatorAdvertising.png?ssl=1"><img class="size-full wp-image-64262" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/PantheonElevatorAdvertising.png?resize=629%2C806&ssl=1" alt="Pantheon''s Elevator Advertising" /></a>Pantheon&#8217;s Elevator Advertising\n<p>On December 1st late at night, Stodolnic received an email from WCUS organizers requesting that the advertising material be removed. Stodolnic pushed back as the sponsorship agreement does not specifically prohibit advertising in the hotel. At one point during the exchange of emails, the WCUS organizing team threatened to take the banners down themselves. Stodolnic responded with anger as the purchase had already been made but he quickly apologized.</p>\n<p>The issue was eventually escalated to Matt Mullenweg, co-creator of the WordPress open source software project, who revoked the company&#8217;s sponsorship of the event for violating the code of conduct. Later that night, WCUS organizers deconstructed Pantheon&#8217;s booth and moved it to a storage room along with 600 T-shirts printed by the company.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/PantheonsBoothBefore.png?ssl=1"><img class="size-full wp-image-64259" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/PantheonsBoothBefore.png?resize=981%2C734&ssl=1" alt="Pantheon''s Booth at WCUS Before Being Taken Down" /></a>Pantheon&#8217;s Booth at WCUS Before Being Taken Down\n<p>Day one of WordCamp US went off without a hitch but it was slightly overshadowed by the sudden removal of Pantheon. A few Pantheon employees published unfavorable messages on Twitter about the situation. Those tweets have since been deleted. At the conclusion of day two, Cami Kaos, one of the lead organizers of WordCamp US, published a post on the <a href="https://2016.us.wordcamp.org/">event&#8217;s blog</a> highlighting what happened.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/SponsorUpdatePost.png?ssl=1"><img class="size-full wp-image-64261" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/SponsorUpdatePost.png?resize=1004%2C739&ssl=1" alt="Archived Image of The Post Published on the WCUS Blog Explaining The Situation" /></a>Archived Image of The Post Published on the WCUS Blog Explaining The Situation\n<p>The post doesn&#8217;t specifically name Pantheon and says the sponsor in question violated the event&#8217;s <a href="https://2016.us.wordcamp.org/code-of-conduct/">code of conduct</a>. I spoke to a number of Pantheon employees who read the post and couldn&#8217;t identify the violation in question. Within hours of being published, the post was removed from the site without an explanation.</p>\n<h2>Cooler Heads Prevail</h2>\n<p>During day two of WCUS, Stodolnic and Pantheon Co-founder Josh Koenig, spoke to Mullenweg face-to-face in a closed-door meeting at the venue. What was said is unknown but when I asked Mullenweg what the result of the meeting was, he said, &#8220;I think we&#8217;re in a much better place.&#8221; He also didn&#8217;t comment when asked how Pantheon violated the code of conduct.</p>\n<p>After the meeting, Stodolnic told me that both sides agreed that communication could have been handled better and that cooler heads prevailed. Mullenweg wouldn&#8217;t comment when asked whether Pantheon was banned from sponsoring WordCamps in 2017.</p>\n<p>We now know that the official hotel for WordCamp US is an extension of the venue allowing organizers to enforce the code of conduct and sponsorship and principles agreements. It&#8217;s likely that due to this incident, the sponsorship agreement will be amended to specifically prohibit advertising in the official hotel at next year&#8217;s event.</p>\n<p>Pantheon is a six-year old company making inroads in the managed WordPress hosting space. Not being able to sponsor WordCamps in 2017, <a href="https://central.wordcamp.org/news/2016/03/28/pantheon-joins-the-wordpress-global-community-sponsorship-program-in-2016/">as they did in 2016,</a> could derail their momentum in building brand awareness.</p>\n<h2>Is It Worth It to Sponsor WordCamps?</h2>\n<p>Many of the sponsors I spoke to at WordCamp US described what Pantheon did as genius and were disappointed that they didn&#8217;t think of it first. This opens the door to a wider conversation. Is it financially worth it to sponsor WordCamps and are there enough opportunities to see a return on investment?</p>\n<p>Earlier this year, Tony Perez, <span class="st">CEO of Sucuri, started a <a href="https://twitter.com/perezbox/status/749283708209799168">passionate discussion</a> on Twitter around the value of sponsoring WordCamps. As the costs of sponsoring and the number of WordCamps increases, businesses will need to be more selective of which camps they sponsor.<br />\n</span></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I think <a href="https://twitter.com/hashtag/wordcamp?src=hash">#wordcamp</a> sponsorships and today''s businesses will be coming to a cross roads in the the not so distant future.. <a href="https://twitter.com/hashtag/wordpress?src=hash">#wordpress</a></p>\n<p>&mdash; Tony Perez (@perezbox) <a href="https://twitter.com/perezbox/status/749283708209799168">July 2, 2016</a></p></blockquote>\n<p></p>\n<p>One of the <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle">major announcements at WordCamp US</a> is that WordCamps will now run finances through a <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/budget-and-finances/running-the-money-through-wpcs/">Public Benefit Corporation</a>. Previously, finances were run through the <a href="http://wordpressfoundation.org/">WordPress Foundation</a>, a 501(c) non-profit entity which <a href="https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/">severely limited</a> what sponsors were able to do at events due to IRS regulations. When the switch occurred earlier this year, the <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/planning-details/fundraising/wordcamp-sponsorship/#wordcamp-sponsorship-rules-for-2016">sponsor rules were updated</a> to be less restrictive.</p>\n<p>As WordCamps grow in size, especially WordCamp US, perhaps its time to rethink the benefits that are offered to sponsors to increase the sponsorship&#8217;s value. What sponsorship opportunities would you like to see considered or added for WordCamps?</p>\n<div id="epoch-width-sniffer"></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, 07 Dec 2016 03:00: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:13:"Jeff Chandler";s: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:99:"WPTavern: WordPress 4.7 Introduces Twenty Seventeen Default Theme and WP REST API Content Endpoints";s:7:"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:29:"https://wptavern.com/?p=64226";s:7:"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:110:"https://wptavern.com/wordpress-4-7-introduces-twenty-seventeen-default-theme-and-wp-rest-api-content-endpoints";s: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:7624:"<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/sarah-vaughan.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/sarah-vaughan.jpg?resize=1025%2C645&ssl=1" alt="photo credit: Wikimedia Commons" class="size-full wp-image-64229" /></a>photo credit: <a href="https://commons.wikimedia.org/wiki/File:Sarah_Vaughan_-_William_P._Gottlieb_-_No._1.jpg">Wikimedia Commons</a>\n<p>WordPress 4.7 &#8220;Vaughan&#8221; was <a href="https://wordpress.org/news/2016/12/vaughan/" target="_blank">released</a> today, named in honor of American jazz vocalist Sarah &#8220;Sassy&#8221; Vaughan. This release makes significant improvements to the new theme setup experience, inspiring the tagline: &#8220;Your site, your way.&#8221;</p>\n<p><a href="https://wptavern.com/new-wordpress-default-theme-twenty-seventeen-merged-into-4-7" target="_blank">Twenty Seventeen is making its debut in 4.7</a> as the first default theme designed for business websites. It beautifully showcases new features for theme developers and demonstrates many improvements to the setup process. Twenty Seventeen offers four customizable panels on the front page for displaying existing content, custom logo upload, fullscreen featured images, and brand new core support for video headers.</p>\n<div class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]--><br />\n<a href="https://make.wordpress.org/core/files/2016/10/panels-ui-small.mp4">https://make.wordpress.org/core/files/2016/10/panels-ui-small.mp4</a></div>\n<h3>Starter Content and Edit Shortcuts</h3>\n<p>WordPress 4.7 gives theme developers the ability to provide <a href="https://make.wordpress.org/core/2016/11/30/starter-content-for-themes-in-4-7/" target="_blank">starter content</a>, such as a business info widget or a sample social icons menu. The content serves as a placeholder but doesn&#8217;t appear on the live site until the user has customized and published it.</p>\n<p>New <a href="https://wptavern.com/visible-edit-shortcuts-in-wordpress-4-7-makes-customizing-sites-easier" target="_blank">visible edit shortcuts</a> display a pencil icon on areas of a theme that can be customized. Clicking the icons will automatically open the correct panel for the setting, which saves users time that might otherwise have been spent hunting around for the right setting to adjust. Theme authors will need to add theme support as well as support for selective refresh in order to take advantage of this new feature.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/CustomizerShortcutButtons.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/CustomizerShortcutButtons.png?resize=1025%2C544&ssl=1" alt="Visible Edit Shortcut Buttons" class="size-full wp-image-63883" /></a>Visible Edit Shortcut Buttons\n<p>The new starter content and edit shortcuts features, especially when combined, give theme authors the ability to make customization easier and faster for their users. Themes with dozens of customizer options that may have previously seemed complicated to set up may now be more approachable.</p>\n<h3>Improved Menu Building and Custom CSS with Live Previews</h3>\n<p>WordPress 4.7 <a href="https://wptavern.com/new-wordpress-feature-proposal-adds-content-authorship-to-menus-in-the-customizer" target="_blank">adds content authorship to menus in the Customizer</a>. Users can now create new pages while setting up menus, without having to navigate back to the admin. This makes for a smoother workflow when setting up a brand new site.</p>\n<p><a href="https://wptavern.com/a-preview-of-the-custom-css-editor-added-to-the-customizer-in-wordpress-4-7" target="_blank">Custom CSS with live previews</a> is also new in this release. Users can now tweak the appearance of themes and plugins and see the results instantly. Those who have been using Jetpack&#8217;s Custom CSS module should have a seamless migration. The new feature is fairly basic but extensible so <a href="https://make.wordpress.org/core/2016/11/26/extending-the-custom-css-editor/" target="_blank">plugin developers can add additional functionality</a> on top of it.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/WP47CustomizerCSSEditor.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/WP47CustomizerCSSEditor.png?resize=1025%2C394&ssl=1" alt="CSS Editor in The WordPress 4.7 Customizer" class="size-full wp-image-63483" /></a>CSS Editor in The WordPress 4.7 Customizer\n<p>WordPress 4.7 is packed full of many other user-facing improvements that make managing and editing content easier:</p>\n<ul>\n<li>PDF thumbnail previews for better document management</li>\n<li>User admin languages</li>\n<li>Media library is now searchable by file name</li>\n<li>Improved Custom Background Properties UI (<a href="https://core.trac.wordpress.org/ticket/22058" target="_blank">#22058</a>)</li>\n<li><a href="https://make.wordpress.org/core/2016/10/28/editor-changes-in-4-7/" target="_blank">Editor changes</a>: easier access to most-used buttons, improved discovery for keyboard shortcuts in tooltips and dropdowns</li>\n<li>Customizer sliding panels UI is now faster, smoother, and more accessible</li>\n<li>oEmbed support for Facebook posts/activities/photo/videos/media/questions/notes</li>\n</ul>\n<h3>WP REST API Content Endpoints Added to 4.7</h3>\n<p>One of the most exciting improvements to WordPress for developers is the addition of the <a href="https://wptavern.com/wp-rest-api-officially-approved-for-merge-into-wordpress-4-7" target="_blank">WP REST API content endpoints</a> for posts, comments, terms, users, meta, and settings. This API opens up new ways of accessing and presenting WordPress content in themes, plugins, and applications &#8211; both inside and outside of the traditional WordPress interface. The WP REST API now has an <a href="https://developer.wordpress.org/rest-api/" target="_blank">official reference for documentation</a> on WordPress.org.</p>\n<p>A few highlights of additional improvements for developers include the following:</p>\n<ul>\n<li><a href="https://wptavern.com/wordpress-4-7-brings-custom-page-template-functionality-to-all-post-types" target="_blank">Post Type Templates</a> &#8211; custom page template functionality is now available to all post types</li>\n<li><a href="https://wptavern.com/wordpress-4-7-will-allow-developers-to-register-custom-bulk-actions-in-admin-list-tables" target="_blank">Custom bulk actions</a> &#8211; developers can register custom bulk actions for admin list tables</li>\n<li><a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/" target="_blank">Expanded Settings Registration API</a> via register_setting()</li>\n<li><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/" target="_blank">WP_Hook overhaul</a></li>\n</ul>\n<p>WordPress lead developer Helen Hou-Sandí led the 4.7 release with deputies Jeff Paul and Aaron Jorbin. A record-breaking 482 contributors had props on 4.7 and 205 of them were first-time contributors. More than 100 of those volunteers contributed to the Twenty Seventeen theme. Community translators made it possible for WordPress 4.7 to be available in 52 languages at release time and they also captioned the release video included below in 44 languages. Check out the <a href="https://codex.wordpress.org/Version_4.7" target="_blank">4.7 codex page</a> for a full rundown of all the new features and improvements in this release.</p>\n<p></p>\n<div id="epoch-width-sniffer"></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:"Tue, 06 Dec 2016 21:25: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: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: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:51:"Post Status: WordPress 4.7, “Vaughan”, released";s:7:"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=30979";s:7:"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:46:"https://poststatus.com/wordpress-4-7-released/";s: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:10113:"<p>WordPress 4.7, “Vaughan”, <a href="https://wordpress.org/news/2016/12/vaughan/">has been released</a>. It’s named, as always, after a famous jazz musician, and this release is named after <a href="https://en.wikipedia.org/wiki/Sarah_Vaughan">Sarah “Sassy” Vaughan</a>, an American jazz singer.</p>\n<p>The Release Lead for WordPress 4.7 was <a href="https://helen.blog/">Helen Hou-Sandí</a> &#8212; who is also a WordPress Lead Developer, and the Director of Platform Experience at 10up. The Deputy Release Leads were <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a>, a Team Lead at XWP, and <a href="https://daily.jorb.in/">Aaron Jorbin</a>, the Director of Engineering at Some Spider. There were more than 475 total contributors to this release, and more than 200 were first time contributors!</p>\n<p>As always, there&#8217;s a <a href="http://wordpress.tv/2016/12/06/introducing-wordpress-4-7-vaughan/">release video</a> that showcases the release highlights. This year, it was produced by Rami Abraham.</p>\n<div id="v-AHz0Ca46-1" class="video-player"><div><img alt="Introducing WordPress 4.7" src="https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg" width="1024" height="576" /></div><p>Introducing WordPress 4.7</p></div>\n<p>WordPress 4.7 includes so many changes and new features worth highlighting, I will note a few of what I consider the most important and noteworthy, but it is not all-encompassing. This has been the most productive release in a very long time.</p>\n<h3>WordPress REST API Content Endpoints</h3>\n<p>WordPress is now more extensible than ever before, thanks to the WordPress REST API and the Content Endpoints that have shipped with 4.7. The Content Endpoints are stage two of the REST API rollout, after the infrastructure was included <a href="https://poststatus.com/wordpress-4-4/">in WordPress 4.4</a>.</p>\n<p>The Content Endpoints make it so developers can interact with all major content objects of WordPress: posts (including default and custom post types), terms, users, and comments.</p>\n<p>If you&#8217;ve ever wanted to completely bypass the WordPress templating engine, now you can. You can use WordPress as a content store, and create a custom writing interface, or so many other things, thanks to this API that standardizes interfacing with WordPress.</p>\n<p>The implications for external applications are enormous. Third parties can now reliably anticipate how to work with any WordPress site.</p>\n<p>The WordPress REST API has reached a huge milestone, and <a href="https://make.wordpress.org/core/2016/10/19/wordpress-rest-api-success-metrics/">success metrics</a> have been created to track how things are going with it. But the core team already knows there is much left to do.</p>\n<p>With the <a href="https://poststatus.com/matt-mullenweg-state-word-2016/">new development cycle</a> Matt Mullenweg announced at WordCamp US just last week, the REST API will be one of three parts of WordPress that will have a major release dedicated to enhacing it. The goal is to expand the endpoints to include all site management features of WordPress, so that someone (or WordPress itself) could completely rebuild the WordPress administration experience from scratch, using the WordPress REST API.</p>\n<p>I sincerely believe the REST API is a gamechanger for WordPress. Now, it&#8217;s your turn. Build stuff. Show the world what you&#8217;ve made! There will be official WordPress REST API showcase efforts underway soon to capture what folks are building.</p>\n<p>This project would absolutely not have happened without the following people: Ryan McCue and Rachel Baker for leading the effort, Daniel Bachhuber and Joe Hoyle for their constant work and guidance, K. Adam White for a huge 4.7 effort in project management and wrangling, and Helen Hou-Sandí for making the call to include the API in the release.</p>\n<p>Ready to get started with the WordPress REST API? The new <a href="https://developer.wordpress.org/rest-api/">REST API Handbook</a> will be the home for documentation going forward.</p>\n<h3>Twenty Seventeen</h3>\n<p>Twenty Seventeen is the latest default theme for WordPress, and I believe the best since at least Twenty Twelve. The new default theme has a great multi-section front page feature that offers a great solution for small businesses to highlight their work in a single page format, with large featured images throughout.</p>\n<p><img class="aligncenter wp-image-26479 size-large" src="https://cdn.poststatus.com/wp-content/uploads/2016/09/twenty-seventeen-promo-752x313.png" alt="twenty-seventeen-promo" width="752" height="313" /></p>\n<p>Twenty Seventeen was designed by Mel Choyce.</p>\n<h3>Adjusted editor layout</h3>\n<p>Many folks would consider it a minor change, but any change to the WordPress editor is a big one to me. As Andrew Ozz <a href="https://make.wordpress.org/core/2016/10/28/editor-changes-in-4-7/">highlights in the Make Core post</a>, some of the buttons in the default editing toolbar have been moved around, based on statistics of usage.</p>\n<p><img class="aligncenter size-large wp-image-30984" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-06-at-1.24.48-PM-752x447.png" alt="editor-toolbar-rearrangement" width="752" height="447" /></p>\n<p>Most notably, the headings drop down has been moved to the top row, and strikethrough and horizontal rule buttons have moved down. This is a good step in the right direction in supporting a better and easier to use editor.</p>\n<h3>New Customizer features</h3>\n<p>The WordPress Customizer is another of the three feature focus areas moving forward in WordPress development. And there&#8217;s a lot of new stuff in the Customizer with WordPress 4.7 that you should know about.</p>\n<h4>Video Headers</h4>\n<p>The new default theme supports <a href="https://make.wordpress.org/core/2016/11/26/video-headers-in-4-7/">video headers</a>, a new feature in WordPress, managed within the customizer.</p>\n<h4>Visible Edit Shortcuts</h4>\n<p>The new visible edit shortcuts allow for someone using the customizer to see an icon next to the part of the page that is eligible to be edited in the customizer. It&#8217;s perhaps a small UX addition, but will be very helpful for folks customizing their websites.</p>\n<p><img class="aligncenter size-large wp-image-30982" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-06-at-1.01.09-PM-752x405.png" alt="customize-icon" width="752" height="405" /></p>\n<h4>Create a Page Within a Menu</h4>\n<p>Finally, you can create pages from within the Menu Customizer. One of the most common site setup steps is to build your menu. But if you haven&#8217;t already created the pages you want to put there, you have to go do that and come back.</p>\n<p>Now users can create a page draft while in the Menu Customizer so that they don&#8217;t have to take unnecessary steps or understand the order WordPress expects. Small wins like this are invaluable for the new user experience.</p>\n<h4>Custom CSS</h4>\n<p>Creating custom CSS straight from the editor has long been a popular Jetpack feature, and it was ported to WordPress core.</p>\n<p><img class="aligncenter size-large wp-image-30981" src="https://cdn.poststatus.com/wp-content/uploads/2016/12/Screen-Shot-2016-12-06-at-12.59.04-PM-752x438.png" alt="wordpress-edit-css" width="752" height="438" /></p>\n<p>This isn&#8217;t exactly what I&#8217;d call a best practice, but it&#8217;s a common one. I&#8217;ve used custom CSS myself many times, especially for small sites where I just wanted to get something small done quickly. This feature brings a common request to core, and helps someone customize their sites quicker and without a third party plugin.</p>\n<h4>Starter content for themes</h4>\n<p>I&#8217;m really excited about the new starter content that WordPress themes can now include. This allows for smarter demos, so that the user better sees what the theme is designed for.</p>\n<p>Helen has a whole post <a href="https://make.wordpress.org/core/2016/11/30/starter-content-for-themes-in-4-7/">describing exactly how it works</a>, but this is another feature that takes something that was not great in WordPress (especially for free themes in the WordPress directory) and drastically improves it.</p>\n<p>I really look forward to seeing this in action, and look forward to see how adoption of this feature impacts both free and commercial WordPress theme ecosystems.</p>\n<h3>Post type templates</h3>\n<p>Pages have long support custom templates for WordPress themes to define, and now this feature has been <a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">extended to all post types</a>, with opt-in support.</p>\n<p>Now it&#8217;s simple for theme authors to create a variety of templates so that content creators can pick and choose from a layout they want to utilize, just like they&#8217;ve always done for pages.</p>\n<h3>Check out the full field guide</h3>\n<p>WordPress 4.7 packs a lot of punch, and I highly recommend looking through the <a href="https://make.wordpress.org/core/2016/12/05/wordpress-4-7-field-guide/">full field guide</a> on the various changes. I have not covered many of the developer focused features in this post, because Aaron has curated the Make Core posts that do a better job of it.</p>\n<p>Also check out the <a href="https://codex.wordpress.org/Version_4.7">Codex page for WordPress 4.7</a> for more information on features and links to specific tickets.</p>\n<hr />\n<p>WordPress 4.7 is a monumental achievement and is the result of the efforts of hundreds.</p>\n<p>Congratulations to Release Lead Helen Hou-Sandí, the core team, and all contributors. While the scheduled and strict-date releases worked really well and kept WordPress coming out on time every four months or so, I&#8217;m excited to see how the new setup mixes things up for WordPress.</p>\n<p>This was a heck of a way to go out with the previous method.</p>\n<p>Go <a href="https://wordpress.org/download/">download WordPress 4.7</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:"Tue, 06 Dec 2016 19:28: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:15:"Brian Krogsgard";s: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:37:"Dev Blog: WordPress 4.7 “Vaughan”";s:7:"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://wordpress.org/news/?p=4596";s:7:"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:43:"https://wordpress.org/news/2016/12/vaughan/";s: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:40344:"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah &#8220;Sassy&#8221; Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id="v-AHz0Ca46-1" class="video-player"><div><img alt="Introducing WordPress 4.7" src="https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&ssl=1" /></div><p>Introducing WordPress 4.7</p></div>\n<hr />\n<h2>Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class="alignnone wp-image-4618 size-large" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&ssl=1" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2>Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]-->\n<a href="https://wordpress.org/news/files/2016/12/starter-content.mp4">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry &#8211; nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div>\n<h3>Edit Shortcuts</h3>\n<div class="wp-video"><a href="https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div>\n<h3>Video Headers</h3>\n<div class="wp-video"><a href="https://wordpress.org/news/files/2016/12/video-headers.mp4">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div></div>\n<div>\n<h3>Smoother Menu Building</h3>\n<p><img class="wp-image-4606 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div>\n<h3>Custom CSS</h3>\n<p><img class="wp-image-4607 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div></div>\n<hr />\n<div>\n<h3>PDF Thumbnail Previews</h3>\n<p><img class="wp-image-4609 size-medium alignright" src="https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div>\n<h3>Dashboard in your language</h3>\n<p><img class="wp-image-4608 size-medium alignright" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div></div>\n<hr />\n<h2>Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class="size-large wp-image-4600 alignnone" src="https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&ssl=1" alt="" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href="https://developer.wordpress.org/rest-api/reference/">Check out the REST API reference.</a></p>\n<hr />\n<h2>Even More Developer Happiness <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png" alt="?" class="wp-smiley" /></h2>\n<h3><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href="https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2>The Squad</h2>\n<p>This release was led by <a href="https://helen.blog">Helen Hou-Sandí</a>, backed up by <a href="https://profiles.wordpress.org/jbpaul17">Jeff Paul</a> and <a href="http://aaron.jorb.in/">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/abrightclearweb">abrightclearweb</a>, <a href="https://profiles.wordpress.org/ibachal">Achal Jain</a>, <a href="https://profiles.wordpress.org/achbed">achbed</a>, <a href="https://profiles.wordpress.org/acmethemes">Acme Themes</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adammacias">adammacias</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airesvsg">airesvsg</a>, <a href="https://profiles.wordpress.org/ajoah">ajoah</a>, <a href="https://profiles.wordpress.org/akibjorklund">Aki Bj&#246;rklund</a>, <a href="https://profiles.wordpress.org/akshayvinchurkar">AkshayVinchurkar</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/xavortm">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/ironpaperweight">Alex Hon</a>, <a href="https://profiles.wordpress.org/alex27">alex27</a>, <a href="https://profiles.wordpress.org/allancole">allancole</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrewp-2">Andreas Panag</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/andizer">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/kelderic">Andy Mercer</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/aniketpant">Aniket Pant</a>, <a href="https://profiles.wordpress.org/anilbasnet">Anil Basnet</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/ahortin">Anthony Hortin</a>, <a href="https://profiles.wordpress.org/antisilent">antisilent</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/zuige">Antti Kuosmanen</a>, <a href="https://profiles.wordpress.org/apokalyptik">apokalyptik</a>, <a href="https://profiles.wordpress.org/artoliukkonen">artoliukkonen</a>, <a href="https://profiles.wordpress.org/ideag">Arunas Liuiza</a>, <a href="https://profiles.wordpress.org/attitude">attitude</a>, <a href="https://profiles.wordpress.org/backermann">backermann</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcole808">Ben Cole</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/binarymoon">BinaryMoon</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bjornw">BjornW</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boboudreau">boboudreau</a>, <a href="https://profiles.wordpress.org/gitlost">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/brainstormforce">Brainstorm Force</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brianhogg">Brian Hogg</a>, <a href="https://profiles.wordpress.org/krogsgard">Brian Krogsgard</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/caseypatrickdriscoll">Casey Driscoll</a>, <a href="https://profiles.wordpress.org/caspie">Caspie</a>, <a href="https://profiles.wordpress.org/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/cheeserolls">cheeserolls</a>, <a href="https://profiles.wordpress.org/chesio">chesio</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/choongsavvii">choong</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chredd">chredd</a>, <a href="https://profiles.wordpress.org/chrisjean">Chris Jean</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/chris_d2d">Chris Smith</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriswiegman">Chris Wiegman</a>, <a href="https://profiles.wordpress.org/chriscct7">chriscct7</a>, <a href="https://profiles.wordpress.org/chriseverson">chriseverson</a>, <a href="https://profiles.wordpress.org/needle">Christian Wach</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/clarionwpdeveloper">Clarion Technologies</a>, <a href="https://profiles.wordpress.org/claudiosmweb">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/claudiolabarbera">ClaudioLaBarbera</a>, <a href="https://profiles.wordpress.org/codemovementpk">codemovement.pk</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/codfish">codfish</a>, <a href="https://profiles.wordpress.org/coreymcollins">coreymcollins</a>, <a href="https://profiles.wordpress.org/curdin">curdin</a>, <a href="https://profiles.wordpress.org/cgrymala">Curtiss Grymala</a>, <a href="https://profiles.wordpress.org/cwpnolen">cwpnolen</a>, <a href="https://profiles.wordpress.org/cdog">Cătălin Dogaru</a>, <a href="https://profiles.wordpress.org/danhgilmore">danhgilmore</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber </a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/mte90">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/danielpietrasik">danielpietrasik</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davepullig">Dave Pullig</a>, <a href="https://profiles.wordpress.org/goto10">Dave Romsey (goto10)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/turtlepod">David Chandra Purnama</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dglingren">David Lingren</a>, <a href="https://profiles.wordpress.org/davidmosterd">David Mosterd</a>, <a href="https://profiles.wordpress.org/dshanske">David Shanske</a>, <a href="https://profiles.wordpress.org/davidbhayes">davidbhayes</a>, <a href="https://profiles.wordpress.org/folletto">Davide ''Folletto'' Casali</a>, <a href="https://profiles.wordpress.org/deeptiboddapati">deeptiboddapati</a>, <a href="https://profiles.wordpress.org/delphinus">delphinus</a>, <a href="https://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="https://profiles.wordpress.org/denis-de-bernardy">Denis de Bernardy</a>, <a href="https://profiles.wordpress.org/valendesigns">Derek Herman</a>, <a href="https://profiles.wordpress.org/pcfreak30">Derrick Hammer</a>, <a href="https://profiles.wordpress.org/derrickkoo">Derrick Koo</a>, <a href="https://profiles.wordpress.org/dimchik">dimchik</a>, <a href="https://profiles.wordpress.org/dineshc">dineshc</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dipeshkakadiya">dipeshkakadiya</a>, <a href="https://profiles.wordpress.org/dmsnell">dmsnell</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dotancohen">Dotan Cohen</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/doughamlin">doughamlin</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/duncanjbrown">duncanjbrown</a>, <a href="https://profiles.wordpress.org/dungengronovius">dungengronovius</a>, <a href="https://profiles.wordpress.org/dylanauty">DylanAuty</a>, <a href="https://profiles.wordpress.org/hurtige">Eddie Hurtig</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elyobo">elyobo</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/enshrined">enshrined</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/pushred">Eric Lanehart</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/fencer04">Fencer04</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/foliovision">FolioVision</a>, <a href="https://profiles.wordpress.org/fomenkoandrey">fomenkoandrey</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fjarrett">Frankie Jarrett</a>, <a href="https://profiles.wordpress.org/frankiet">frankiet</a>, <a href="https://profiles.wordpress.org/akeif">Fred</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/fuscata">fuscata</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</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/geekysoft">Geeky Software</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/goranseric">goranseric</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/grantderepas">Grant Derepas</a>, <a href="https://profiles.wordpress.org/greatislander">greatislander</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/henrywright">Henry Wright</a>, <a href="https://profiles.wordpress.org/hiddenpearls">hiddenpearls</a>, <a href="https://profiles.wordpress.org/hnle">Hinaloe</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/polevaultweb">Iain Poulson</a>, <a href="https://profiles.wordpress.org/iamjolly">iamjolly</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianedington">ian.edington</a>, <a href="https://profiles.wordpress.org/idealien">idealien</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/imnok">Imnok</a>, <a href="https://profiles.wordpress.org/implenton">implenton</a>, <a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/krstarica">Ivan</a>, <a href="https://profiles.wordpress.org/ivdimova">ivdimova</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/whyisjake">Jake Spurlock</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamesacero">jamesacero</a>, <a href="https://profiles.wordpress.org/japh">Japh</a>, <a href="https://profiles.wordpress.org/jaredcobb">Jared Cobb</a>, <a href="https://profiles.wordpress.org/jayarjo">jayarjo</a>, <a href="https://profiles.wordpress.org/jdolan">jdolan</a>, <a href="https://profiles.wordpress.org/jdoubleu">jdoubleu</a>, <a href="https://profiles.wordpress.org/cheffheid">Jeffrey de Wit</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/jimt">jimt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/jmusal">jmusal</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joelcj91">Joel James</a>, <a href="https://profiles.wordpress.org/johanmynhardt">johanmynhardt</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/zyphonic">John Dittmar</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="https://profiles.wordpress.org/johnregan3">John Regan</a>, <a href="https://profiles.wordpress.org/johnpgreen">johnpgreen</a>, <a href="https://profiles.wordpress.org/kenshino">Jon (Kenshino)</a>, <a href="https://profiles.wordpress.org/jonathanbardo">Jonathan Bardo</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</a>, <a href="https://profiles.wordpress.org/daggerhart">Jonathan Daggerhart</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/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/jordesign">jordesign</a>, <a href="https://profiles.wordpress.org/jorritschippers">JorritSchippers</a>, <a href="https://profiles.wordpress.org/joefusco">Joseph Fusco</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshcummingsdesign">joshcummingsdesign</a>, <a href="https://profiles.wordpress.org/joshkadis">joshkadis</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jrgould">JRGould</a>, <a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juhise">Juhi Saxena</a>, <a href="https://profiles.wordpress.org/nukaga">Junko Nukaga</a>, <a href="https://profiles.wordpress.org/justinbusa">Justin Busa</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jshreve">Justin Shreve</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kacperszurek">kacperszurek</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kalenjohnson">KalenJohnson</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/keesiemeijer">keesiemeijer</a>, <a href="https://profiles.wordpress.org/kellbot">kellbot</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/wraithkenny">Ken Newman</a>, <a href="https://profiles.wordpress.org/khag7">Kevin Hagerty</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjbenk">kjbenk</a>, <a href="https://profiles.wordpress.org/kkoppenhaver">kkoppenhaver</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/koenschipper">koenschipper</a>, <a href="https://profiles.wordpress.org/kokarn">kokarn</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kouratoras">Konstantinos Kouratoras</a>, <a href="https://profiles.wordpress.org/kuchenundkakao">kuchenundkakao</a>, <a href="https://profiles.wordpress.org/kuldipem">kuldipem</a>, <a href="https://profiles.wordpress.org/laurelfulford">Laurel Fulford</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/leobaiano">Leo Baiano</a>, <a href="https://profiles.wordpress.org/littlebigthing">LittleBigThings</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/lukepettway">lukepettway</a>, <a href="https://profiles.wordpress.org/lyubomir_popov">lyubomir_popov</a>, <a href="https://profiles.wordpress.org/mageshp">mageshp</a>, <a href="https://profiles.wordpress.org/mahesh901122">Mahesh Waghmare</a>, <a href="https://profiles.wordpress.org/mangeshp">Mangesh Parte</a>, <a href="https://profiles.wordpress.org/manishsongirkar36">Manish Songirkar</a>, <a href="https://profiles.wordpress.org/mantismamita">mantismamita</a>, <a href="https://profiles.wordpress.org/mbootsman">Marcel Bootsman</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/mariovalney">Mario Valney</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J. (Clorith)</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mrwweb">Mark Root-Wiley</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/markshep">markshep</a>, <a href="https://profiles.wordpress.org/matrixik">matrixik</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/jaworskimatt">Matt Jaworski</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/veraxus">Matt van Andel</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattking5000">mattking5000</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="https://profiles.wordpress.org/maximeculea">Maxime Culea</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayuko Moriyama</a>, <a href="https://profiles.wordpress.org/mbelchev">mbelchev</a>, <a href="https://profiles.wordpress.org/mckernanin">mckernanin</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mhowell">mhowell</a>, <a href="https://profiles.wordpress.org/michaelarestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mdgl">Mike Glendinning</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeviele">Mike Viele</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/modemlooper">modemlooper</a>, <a href="https://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/deremohan">Mohan Dere</a>, <a href="https://profiles.wordpress.org/monikarao">monikarao</a>, <a href="https://profiles.wordpress.org/morettigeorgiev">morettigeorgiev</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mt8biz">moto hachi ( mt8.biz )</a>, <a href="https://profiles.wordpress.org/mrbobbybryant">mrbobbybryant</a>, <a href="https://profiles.wordpress.org/natewr">NateWr</a>, <a href="https://profiles.wordpress.org/nathanrice">nathanrice</a>, <a href="https://profiles.wordpress.org/nazgul">Nazgul</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey </a>, <a href="https://profiles.wordpress.org/nikeo">nikeo</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/rabmalin">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/nnaimov">nnaimov</a>, <a href="https://profiles.wordpress.org/noplanman">noplanman</a>, <a href="https://profiles.wordpress.org/nullvariable">nullvariable</a>, <a href="https://profiles.wordpress.org/odie2">odie2</a>, <a href="https://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/orvils">orvils</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/ottok">Otto Kek&#228;l&#228;inen</a>, <a href="https://profiles.wordpress.org/ovann86">ovann86</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/patilvikasj">patilvikasj</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/sirbrillig">Payton Swick</a>, <a href="https://profiles.wordpress.org/pdufour">pdufour</a>, <a href="https://profiles.wordpress.org/piewp">Perdaan</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/phh">phh</a>, <a href="https://profiles.wordpress.org/php">php</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/pippinsplugins">pippinsplugins</a>, <a href="https://profiles.wordpress.org/pjgalbraith">pjgalbraith</a>, <a href="https://profiles.wordpress.org/pkevan">pkevan</a>, <a href="https://profiles.wordpress.org/pratikchaskar">Pratik</a>, <a href="https://profiles.wordpress.org/pressionate">Pressionate</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/procodewp">procodewp</a>, <a href="https://profiles.wordpress.org/quasel">quasel</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/superpoincare">Ramanan</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ramiabraham">ramiabraham</a>, <a href="https://profiles.wordpress.org/ranh">ranh</a>, <a href="https://profiles.wordpress.org/redsand">Red Sand Media Group</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/rnoakes3rd">Robert Noakes</a>, <a href="https://profiles.wordpress.org/d4z_c0nf">Rocco Aliberti</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/rommelxcastro">Rommel Castro</a>, <a href="https://profiles.wordpress.org/fronaldaraujo">Ronald Ara&#250;jo</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/guavaworks">Roy Sivan</a>, <a href="https://profiles.wordpress.org/ryankienstra">Ryan Kienstra</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/ryanplas">Ryan Plas</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="https://profiles.wordpress.org/samuelsidler">Samuel Sidler</a>, <a href="https://profiles.wordpress.org/sandesh055">Sandesh</a>, <a href="https://profiles.wordpress.org/pollyplummer">Sarah Gooding</a>, <a href="https://profiles.wordpress.org/sayedwp">Sayed Taqui</a>, <a href="https://profiles.wordpress.org/schlessera">schlessera</a>, <a href="https://profiles.wordpress.org/schrapel">schrapel</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/scrappyhuborg">scrappy@hub.org</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seancjones">seancjones</a>, <a href="https://profiles.wordpress.org/sebastianpisula">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sgr33n">Sergio De Falco</a>, <a href="https://profiles.wordpress.org/shayanys">shayanys</a>, <a href="https://profiles.wordpress.org/shprink">shprink</a>, <a href="https://profiles.wordpress.org/simonlampen">simonlampen</a>, <a href="https://profiles.wordpress.org/skippy">skippy</a>, <a href="https://profiles.wordpress.org/smerriman">smerriman</a>, <a href="https://profiles.wordpress.org/smyoon315">smyoon315</a>, <a href="https://profiles.wordpress.org/snacking">snacking</a>, <a href="https://profiles.wordpress.org/soean">Soeren Wrede</a>, <a href="https://profiles.wordpress.org/solal">solal</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/metodiew">Stanko Metodiev</a>, <a href="https://profiles.wordpress.org/sharkomatic">Steph</a>, <a href="https://profiles.wordpress.org/sswells">Steph Wells</a>, <a href="https://profiles.wordpress.org/sillybean">Stephanie Leary</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/stevenlinx">stevenlinx</a>, <a href="https://profiles.wordpress.org/stubgo">stubgo</a>, <a href="https://profiles.wordpress.org/sudar">Sudar Muthu</a>, <a href="https://profiles.wordpress.org/patilswapnilv">Swapnil V. Patil</a>, <a href="https://profiles.wordpress.org/takahashi_fumiki">Takahashi Fumiki</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tapsboy">tapsboy</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/team">team</a>, <a href="https://profiles.wordpress.org/tg29359">tg29359</a>, <a href="https://profiles.wordpress.org/tharsheblows">tharsheblows</a>, <a href="https://profiles.wordpress.org/the">the</a>, <a href="https://profiles.wordpress.org/themeshaper">themeshaper</a>, <a href="https://profiles.wordpress.org/thenbrent">thenbrent</a>, <a href="https://profiles.wordpress.org/thomaswm">thomaswm</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/tierra">tierra</a>, <a href="https://profiles.wordpress.org/tnash">Tim Nash</a>, <a href="https://profiles.wordpress.org/timmydcrawford">timmydcrawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tkama">Tkama</a>, <a href="https://profiles.wordpress.org/tnegri">tnegri</a>, <a href="https://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tomdxw">tomdxw</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/transl8or">transl8or</a>, <a href="https://profiles.wordpress.org/traversal">traversal</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/nmt90">Triet Minh</a>, <a href="https://profiles.wordpress.org/trishasalas">Trisha Salas</a>, <a href="https://profiles.wordpress.org/tristangemus">tristangemus</a>, <a href="https://profiles.wordpress.org/truongwp">Truong Giang</a>, <a href="https://profiles.wordpress.org/tsl143">tsl143</a>, <a href="https://profiles.wordpress.org/tywayne">Ty Carlson</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/utkarshpatel">Utkarsh</a>, <a href="https://profiles.wordpress.org/valeriutihai">Valeriu Tihai</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</a>, <a href="https://profiles.wordpress.org/vrundakansara-1">Vrunda Kansara</a>, <a href="https://profiles.wordpress.org/webbgaraget">webbgaraget</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design &#124; Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</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/wolly">Wolly aka Paolo Valenti</a>, <a href="https://profiles.wordpress.org/yale01">yale01</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yogasukma">Yoga Sukma</a>, <a href="https://profiles.wordpress.org/youknowriad">youknowriad</a>, <a href="https://profiles.wordpress.org/oxymoron">Zach Wills</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, <a href="https://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>, <a href="https://profiles.wordpress.org/zhildzik">zhildzik</a>, and <a href="https://profiles.wordpress.org/zsusag">zsusag</a>.\n<p>&nbsp;<br />\nSpecial thanks go to <a href="https://ramiabraham.com/">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">beta</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress &#8211; we hope you enjoy!</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, 06 Dec 2016 19:27: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:15:"Helen Hou-Sandi";s: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:135:"WPTavern: State of the Word 2016: Mullenweg Pushes Calypso as Future of WordPress’ Interface, Proposes Major Changes to Release Cycle";s:7:"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:29:"https://wptavern.com/?p=64185";s:7:"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:141:"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle";s: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:14793:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/sotw-2016.jpg?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/sotw-2016.jpg?resize=1025%2C487&ssl=1" alt="photo credit: WordCamp US organizing team" class="size-full wp-image-64217" /></a>photo credit: <a href="https://twitter.com/WordCampUS/status/805156416935882752">WordCamp US organizing team</a>\n<p>Philadelphia welcomed 1,923 attendees to WordCamp US this weekend with an additional 2,028 enthusiasts watching via live stream. Matt Mullenweg delivered his 11th annual State of the Word address to a rapt audience ready to celebrate WordPress&#8217; progress over the past year and hear the project leader&#8217;s vision for 2017.</p>\n<p>He began by thanking sponsors and volunteers who made the event possible by covering the bulk of the $516 actual cost per person. Mullenweg said sponsors cover roughly 85-95% of the cost of WordCamps worldwide. In 2016, the events sold a total 36,000 tickets, with costs subsidized by more than 1,000 sponsors.</p>\n<p>Mullenweg said meetups are the leading indicator for WordCamps and these events have had the fastest growth the community has seen in five or six years. More than 62,566 people attended a local meetup in 58 countries and roughly one third of those were new members.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">It’s been a great year for WordCamps and meetups &#8211; 115 total WordCamps hosted in 41 different countries. <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/yVGkT0j52C">pic.twitter.com/yVGkT0j52C</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805156784763715584">December 3, 2016</a></p></blockquote>\n<p></p>\n<h3>WordPress Foundation to Create WordPress Community Support Subsidiary</h3>\n<p>In order to better accommodate the extraordinary growth of the global community, the WordPress Foundation will be restructuring its management of WordCamps. In 2016 the Foundation took in an estimated $4.3 million, up from $2.8 million in 2015, with 99.9% of those funds related to WordCamps. Mullenweg announced that the 501c nonprofit will move WordCamps to its own company, WordPress Community Support, forming a PBC (Public Benefit Corporation) that is fully owned by the Foundation.</p>\n<p>He explained that if certain things happened at WordCamps it could endanger the overall Foundation, so WordCamps will now be managed under their own entity where the events will have a little more flexibility in how they do things. The Foundation plans to support some like-minded nonprofits that are aligned with the overall education mission of the organization, including <a href="http://www.hackthehood.org/" target="_blank">Hack the Hood</a>, <a href="https://archive.org/index.php" target="_blank">Internet Archive</a>, and <a href="http://www.blackgirlscode.com/" target="_blank">Black Girls Code</a>. In 2017 the Foundation will also begin promoting hackathons to help nonprofits and NGO&#8217;s.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">The Foundation will focus on supporting like-minded non-profits, education/workshops, and hackathons that benefit non-profits/NGOs. <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/6VfdP82KuM">pic.twitter.com/6VfdP82KuM</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805158678353608704">December 3, 2016</a></p></blockquote>\n<p></p>\n<h3>Internationalization is Driving an Increase in Plugin Usage</h3>\n<p>Mullenweg shared a few stats about the plugin directory, which will soon be launching a new design with revamped search functionality. This year has seen a 20% increase in active plugin usage and a 34% increase in plugin downloads totaling 1.48 billion, which Mullenweg attributed to a spike in internationalization efforts over the past year. The number of translation contributors has grown from 5,000 in April 2015 to 17,000 as of November 2016.</p>\n<p>This year there were 1,598 plugins with language packs (up from 314 last year) and 1224 themes with language packs (up from 641 last year). Mullenweg noted that 2/3 of the world speaks one of 12 languages with native fluency and that WordPress covers all of these and many more. In fact, the 4.6 release shipped with support for 50 available languages. WordPress&#8217; top 10 plugins are now 82% complete in the top 12 languages.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">The top 10 plugins are 82% complete in the top 12 languages. <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/LnpEGv0p7o">pic.twitter.com/LnpEGv0p7o</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805161007349985280">December 3, 2016</a></p></blockquote>\n<p></p>\n<h3>Mullenweg Continues to Push Calypso as the Future of the WordPress Interface</h3>\n<p>During the <a href="https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress" target="_blank">2015 State of the Word</a>, Mullenweg gave attendees a homework assignment to &#8220;learn JavaScript deeply&#8221; and <a href="https://youtu.be/TX6dXRL-jPU?t=59m14s" target="_blank">promised to submit a JavaScript patch before 4.7</a> came out. He submitted his first pull request to Calypso yesterday, Automattic&#8217;s from-scratch rewrite of WP admin using Node and React.</p>\n<p>WordPress.com users have widely adopted the new interface for publishing. Mullenweg shared statistics showing that 68% of posts went through Calypso since its launch, 17% via mobile, and 15% through the traditional wp-admin. Mobile app and mobile browser usage are also up. &#8220;We now need to start thinking about mobile devices as the primary way people are going to interact with WordPress in the future,&#8221; Mullenweg said.</p>\n<p>From the time it launched, Mullenweg has said that Calypso, or something like it, would be the future of the WordPress interface. He reiterated this in his 2016 address and has committed some of Automattic&#8217;s JavaScript developers from the Calypso team to contribute full-time to core.</p>\n<p>If Calypso has a chance at becoming a promising replacement for the WordPress admin, its creators will need to broaden its interoperability with the WordPress plugin ecosystem. Mullenweg announced that Calypso is now plugin aware and is open to plugins with over 1M active sites.</p>\n<p>The next step on Calypso&#8217;s roadmap is to bring in support for Automattic&#8217;s plugins &#8211; WooCommerce, Akismet, Jetpack, and VaultPress. Mullenweg said the big focus for 2017 is to make plugins Calypso-aware, starting with a handful of the most popular ones before opening it up to all plugins.</p>\n<p>&#8220;The hope is that Calypso, or something like it, is actually what becomes the interface that drives WordPress,&#8221; Mullenweg said. Since no one is currently building anything like Calypso and targeting core, it looks like the technology behind WordPress.com will be driving the evolution of WordPress in 2017.</p>\n<p>If Mullenweg&#8217;s goal is to make Calypso the primary publishing engine for core WordPress, one of the major challenges will be getting plugin developers on board with building compatibility for what is currently an Automattic product. What are the implications of contributing to greater Calypso adoption? If core brings in the Calypso interface in the future, would Automattic push to include its Reader and other WordPress.com functionality, as it has in the mobile apps? These are questions developers will need to weigh when considering whether to pursue a more application-type experience via the Calypso interface.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">What''s next for Calypso? We''ll start bringing <a href="https://twitter.com/automattic">@Automattic</a>''s plugins in. <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/RL8ZduRczM">pic.twitter.com/RL8ZduRczM</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805165388006887424">December 3, 2016</a></p></blockquote>\n<p></p>\n<h3>WordPress Recommends Hosts Offering PHP 7+ and HTTPS by Default</h3>\n<p>WordPress core continues to update its recommendations and requirements with the help of hosts who are adopting the latest technologies. The <a href="https://wordpress.org/about/requirements/" target="_blank">official recommendation for WordPress hosting</a> is now PHP 7 or higher. After WordPress.com switched to be 100% on PHP 7, Mullenweg said the network&#8217;s performance doubled and CPU load fell in half. Just 4% of self-hosted sites are on PHP 7, but the new recommendation should help move more hosts towards getting their customers updated.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://t.co/VrQffeOtG0">https://t.co/VrQffeOtG0</a> has been 100% switched over to PHP7, bringing significant performance improvements. <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/MChiS9QBJh">pic.twitter.com/MChiS9QBJh</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805164029371158528">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>Beginning in 2017, WordPress will have progressive enhancement for certain features that are only available for encrypted sites. Mullenweg announced that WordPress.org is now tracking HTTPS adoption. So far 11.45% of active WordPress websites are on HTTPS and <a href="https://wptavern.com/wordpress-will-only-recommend-hosting-companies-offering-ssl-by-default-in-2017" target="_blank">the project will no longer recommend hosts that do not offer it by default</a>. &#8220;We want to bring more of the web to be secure, which is especially important in the post-Snowden era,&#8221; he said.</p>\n<h3>Trying New Things: Major Changes Coming to WordPress&#8217; Core Release Cycle</h3>\n<p>WordPress 4.7 release lead Helen Hou-Sandí joined Mullenweg on stage to highlight a few of the features and improvements that will be coming in the official release on Tuesday. The release is arguably one of the most exciting and successful updates for WordPress in some time, but Mullenweg has a new strategy for core development in 2017.</p>\n<p>&#8220;We&#8217;re at a junction for WordPress where what got us here wont get us there,&#8221; Mullenweg said, after highlighting how the software&#8217;s market share has grown from 13.1% to 27.2% in the past five years.</p>\n<p>Mullenweg proposed a new structure for WordPress releases where design and user testing will lead the way. &#8220;I&#8217;m putting back on the &#8216;product lead&#8217; hat for 2017,&#8221; he said. The upcoming year will have no set release schedule. Mullenweg is upending WordPress&#8217; predictable release cycle in favor of tackling some larger items on the to-do list. He said the focus will be on performance and fixes to existing functionality in three main focus areas: WP REST API, the Editor, and the Customizer.</p>\n<p>Mullenweg said he is particularly interested in getting first-party usage of the REST API in the admin, in hopes of having it evolve to something the project can use for the next decade. If it doesn&#8217;t, he said core will consider bringing it back into a plugin specifically for developers.</p>\n<p>Mullenweg said he feels the editor does not represent the core of WordPress publishing, a sentiment that many users agree with. He hopes to steer it toward a more block-based approach that unifies widgets and includes an interface for shortcodes.</p>\n<p>Mullenweg&#8217;s vision for the Customizer is to see all aspects of WordPress become more instant and provide the same interface and UI affordances as the editor. He announced that Ephox, the company behind TinyMCE, has agreed to work with the project to improve the core editing experience.</p>\n<p>Shifting from a time-based release cycle to one that is more project-based is a major departure from WordPress&#8217; previous release philosophy of &#8220;Deadlines are not arbitrary.&#8221; The project&#8217;s <a href="https://wordpress.org/about/philosophy/" target="_blank">philosophy page</a> identifies the practice of delaying releases for one more feature as a &#8220;rabbit hole&#8221; that has been tested and found to be unpleasant. The new approach to core development makes no guarantee that WordPress will have any releases in 2017.</p>\n<p>If the experiment is not a success, the project&#8217;s days of frequent and fast iteration may be over for awhile. Mullenweg is willing to risk it in hopes of being able to provide more product-based leadership that will distinguish WordPress from its proprietary competitors.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Words of wisdom from <a href="https://twitter.com/kristatippett">@kristatippett</a>: "We only learn to walk when we risk falling down&#8211;" <a href="https://twitter.com/hashtag/wcus?src=hash">#wcus</a> <a href="https://t.co/6t5sD6Xjbm">pic.twitter.com/6t5sD6Xjbm</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href="https://twitter.com/WordCampUS/status/805170327726780416">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>&#8220;I think we&#8217;re trying to counter stagnation,&#8221; Mullenweg said when asked about the new approach to releases in the Q&amp;A segment. &#8220;Even though we&#8217;ve had lots of releases, certain parts of WordPress have stagnated and haven&#8217;t made the leaps that they could.&#8221;  He suggested that being part of a feature plugin team will give developers a way to be involved in more active releases and continue to build momentum for eventual inclusion of their projects in core.</p>\n<p>Mullenweg plans to identify a tech lead and a design lead and will be working with them as the overall product lead. He envisions that when one area of WordPress gets to the point where the software can ship significant user-facing improvements, a release will be born.</p>\n<p>&#8220;We&#8217;re at the point now where the steps WordPress needs to take are more significant to get the other 73% of the web it doesn&#8217;t have yet,&#8221; Mullenweg said.</p>\n<p>In a return to WordPress&#8217; poetic roots, he concluded by reading a poem called <a href="https://www.poets.org/poetsorg/poem/praise-song-day" target="_blank">Praise Song</a> for the Day by Elizabeth Alexander.</p>\n<p>The video of the State of the Word address will soon be available on <a href="https://www.youtube.com/channel/UCpJf6LGZ0a4n9Lj4aVt9spg" target="_blank">WordPress&#8217; new YouTube channel</a>.</p>\n<div id="epoch-width-sniffer"></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:"Sun, 04 Dec 2016 18:50: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: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: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:51:"Post Status: Matt Mullenweg State of the Word, 2016";s:7:"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=30865";s:7:"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:54:"https://poststatus.com/matt-mullenweg-state-word-2016/";s: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:16802:"<p>Matt Mullenweg just completed the 2016 State of the Word presentation at WordCamp US 2016.</p>\n<p>This year, Matt focused on a variety of important topics, including the state of user experience in WordPress today, goals for future interface improvements, a WordPress growth council, internationalization gains, the further proliferation of secure websites, and important changes to the WordPress development process.</p>\n<h3>WordCamp US in Philadelphia</h3>\n<p>Matt began his talk by thanking the city of Philadelphia for being a great host of the first two WordCamp US events, as well as the sponsors, organizers, and volunteers that helped make WordCamp US one of the most successful and smoothest run WordCamps ever.</p>\n<p>He also said the per person cost for WordCamp US is over $500 per person, and that only the sponsors make that happen. And next year, WordCamp US is making its way to Nashville.</p>\n<h3>WordCamps and meetups in 2016</h3>\n<p>There were 116 WordCamps in 2016, and over 36,000 attendees, 2,056 speakers, 1,036 sponsors, and 750 organizers.</p>\n<p>There were 3,193 meetup events in 58 countries. These were attended by more than 62,000 people, or nearly double WordCamps.</p>\n<p>Matt says it&#8217;s the fastest growth there has been for these events in around five or six years. WordCamp Europe actually had more people than WordCamp US this year, which Matt took as a personal challenge for Nashville.</p>\n<p><a href="http://wordpress.tv/">WordPress.tv</a> published 26% more talks this year than the previous year, and now there is an official <a href="https://www.youtube.com/wordpress">WordPress channel on YouTube</a>, so more and more videos will begin to be available wherever people want to watch them.</p>\n<h3>WordCamp public benefit corporation and the WordPress Foundation</h3>\n<p>More than a year ago, work began to separate WordCamps from the <a href="http://wordpressfoundation.org/">WordPress Foundation</a>, in order to make WordPress event organizing more flexible and to better protect the WordPress trademarks that the foundation holds.</p>\n<p>One of the things the foundation is going to start doing is support like minded non-profits, and in 2017 will be sponsoring three: Hack the Hood, the Internet Archive, and Black Girls Code.</p>\n<p>Also, the foundation will start to promote hackathons for non-profits and NGOs.</p>\n<h3>WordPress&#8217;s extended family</h3>\n<p>Matt gave a shoutout to WordPress&#8217;s &#8220;cousins&#8221; like BuddyPress and bbPress, highlighting a lot of features that have gone into the software in the last year.</p>\n<h4>BuddyPress and bbPress</h4>\n<p>WordPress.org itself uses BuddyPress and bbPress. For ages, it&#8217;s used outdated versions of bbPress, and in the past year launched a new support form that uses modern bbPress and WordPress profiles use bbPress. Matt says projects like these will get new support and engagement over the next year.</p>\n<h4>HackerOne</h4>\n<p>HackerOne is a security website that allows software organizations to offer bounties to hackers for responsibly disclosing security bugs.</p>\n<h4>GlotPress</h4>\n<p>GlotPress has had a big transformation in the last year, as it is no longer standalone software on top of BackPress, but rather a plugin for WordPress. If you&#8217;ve never been to <a href="https://translate.wordpress.org/">translate.WordPress.org</a>, you&#8217;ve seen GlotPress in action, and it&#8217;s pretty amazing.</p>\n<h4>WordPress.org</h4>\n<p><a href="https://wordpress.org">WordPress.org</a> is a central hub for the WordPress community. Matt highlighted some of the work that&#8217;s been going on this past year around languages, support forums, and more. He also says that new work will be going into P2/O2, which are used for the <a href="https://make.wordpress.org">Make WordPress</a> blogs.</p>\n<p>And he gave attention to the new WordPress plugin repository, which finally uses WordPress itself, and has a whole new design. You can see the new design in action on the new <a href="https://wordpress.org/plugins-wp/">demo site</a>, which should role out to the main Plugins directory soon.</p>\n<h3>WordPress in all languages</h3>\n<p>WordPress 4.6 was available in 50 languages the day it was released. And the top 10 plugins are 82% translated in the top 12 languages used in WordPress.</p>\n<p>Language packs have been a huge help in helping translate plugins as a community project on Translate.WordPress.org, rather than having to ship translations inside the plugin itself.</p>\n<p>1,598 plugins are now using language packs, and 1,224 themes use them. This is huge for the future of WordPress working great in every language.</p>\n<p>Also, in WordPress 4.7, we&#8217;ll see per-user language choices.</p>\n<h3>Learning JavaScript Deeply</h3>\n<p>Last year&#8217;s homework for the community was to learn JavaScript deeply. He says that WordPress is 28% JavaScript now, which hasn&#8217;t changed, but he says we&#8217;ve still made a lot of progress.</p>\n<p>Matt gave himself a personal challenge to learn JavaScript, and he said that 364 days into this challenge, he submitted his first patch to Calypso (Automattic&#8217;s WordPress administration interface). He said, learning JavaScript and becoming as native with JavaScript as with PHP is going to be really important &#8212; especially as the REST API gets included in WordPress 4.7.</p>\n<h3>WordPress Growth Council</h3>\n<p>Matt recently posted about a WordPress Growth Council to help WordPress grow and maintain marketshare.</p>\n<p>He says that what got WordPress to where it is today, won&#8217;t get WordPress to where it can be tomorrow. He blogged about this <a href="https://ma.tt/2016/12/wp-growth-council/">new growth council</a>, which folks can apply for, which will help guide product direction in WordPress going forward.</p>\n<p>Matt actually said in Post Status Slack recently that if WordPress doesn&#8217;t make changes to the interface and otherwise, he&#8217;d expect WordPress marketshare would begin to decline by 2018.</p>\n<h3>HTTPS &amp; PHP7</h3>\n<p>11.45% of WordPress websites are now served via HTTPS. Matt talked last year about how LetsEncrypt and PHP7 were going to be a big deal, but they&#8217;ve turned out to be, &#8220;huge.&#8221; And WordPress will now start applying progressive enhancement techniques for WordPress websites.</p>\n<p>WordPress.com is now fully on PHP7, which he says was an enormous accomplishment. He&#8217;s also announced that <a href="https://wordpress.org/about/requirements/">WordPress.org will now recommend</a> PHP7 by default.</p>\n<h3>Calypso</h3>\n<p>Matt gave some updates on <a href="https://developer.wordpress.com/calypso/">Calypso&#8217;s</a> adoption since it was released last year. He says that 68% of posts on WordPress.com are now written in Calypso. 17% of posts are written via a mobile device, and only 15% of users are using the WordPress admin. For reference, Calypso is the default method of publishing on WordPress.com now, so that includes the desktop website, desktop app, and mobile app.</p>\n<p>Matt says that building Calypso is like, &#8220;building a plane while it&#8217;s flying.&#8221; And while it&#8217;s hard, he says it&#8217;s worth it, but it&#8217;s like rebuilding WordPress &#8212; which took 13 years to do &#8212; in only two years.</p>\n<p>The future of Calypso includes making it &#8220;plugin aware&#8221;, so that prominent plugins (most Automattic plugins included) would be recognized and manageable via Calypso.</p>\n<p>In fact, Calypso is plugin aware today, as the merge has just happened. So now plugins can include custom code to be manageable via Calypso. This is an interesting move to me, especially since Calypso &#8212; while open source &#8212; isn&#8217;t an official WordPress project, but rather an Automattic-owned interface.</p>\n<p>Matt says that someday he&#8217;s like to see Calypso, &#8220;or something like it,&#8221; eventually to become the WordPress interface.</p>\n<h3>Core releases in 2016</h3>\n<p>WordPress 4.5-4.7 will have been released by the end of 2016. Matt says, &#8220;this is very much a year about doing things differently.&#8221; And in that spirit, he&#8217;s pre-announcing the jazz musician in the release. I&#8217;m sure Jeffro will be pleased <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png" alt="?" class="wp-smiley" /> WordPress 4.7 will be named &#8220;Vaughan&#8221;, after jazz musician Sarah &#8220;Sassy&#8221; Vaughan.</p>\n<p>Helen Hou-Sandi came to the stage to discuss WordPress 4.7 in more detail.</p>\n<h3>WordPress 4.7</h3>\n<p>WordPress 4.7 will include a variety of features, and will be released on Tuesday, December 6th.</p>\n<h4>New default theme</h4>\n<p>WordPress includes a new default theme that with a multi-section home page that&#8217;s a brand new WordPress feature. And generally Twenty Seventeen has a lot more broad base appeal for businesses and non-blogging applications than many past themes.</p>\n<h4>Theme setup process</h4>\n<p>Helen really wanted to focus on user interactions in WordPress 4.7. She used the example of her &#8220;tweet storm&#8221; about what it&#8217;s like to change a theme, which took dozens of steps and included a lot of unclear processes.</p>\n<p>Themes in 4.7 can define content that ships with the theme, such as a nav menu setup, sample page content, a password protected page, and other content that would be utilized in the theme. This will be a massive improvement in the initial theme setup experience that I love to see in 4.7.</p>\n<h4>Better menu handling</h4>\n<p>WordPress 4.7 includes better menu building that will also assist the new user experience. Now when you are building a menu in the customizer, you can add a page right from the menu screen, so that if you haven&#8217;t yet written your &#8220;about&#8221; page or whatever else, you&#8217;ll be able to create that draft straight from the menu screen, so the user doesn&#8217;t have to know exactly which flow is necessary to setup their site.</p>\n<h4>&#8220;Sleeper hits&#8221;</h4>\n<p>Helen highlights sleeper features, like thumbnail previews for PDFs and user dashboard languages so a user can use a different language than is set by the site administrator.</p>\n<h4>The WordPress REST API</h4>\n<p>To big applause, Helen noted the inclusion of the WordPress REST API Content Endpoints in 4.7. She says that she&#8217;s excited to take the momentum and excitement around the API and turn it into more real-world projects where people test and put it to practice.</p>\n<h4>Deputy leads</h4>\n<p>Jeff Paul and Aaron Jorbin were the deputy release leads for 4.7, and more than 475 contributors submitted code to 4.7. Over 200 of those contributors are first time contributors.</p>\n<h4>Sneak preview video</h4>\n<p>To end the preview of WordPress 4.7, Helen shared a sneak preview of the WordPress 4.7 video, created by friend Rami Abraham, that highlights &#8220;Carly&#8221;, who is a small business owner building her business website. The video shows a couple more great sleeper hits, like customizer preview icons to help editing, and video headers.</p>\n<h4>That&#8217;s WordPress 4.7</h4>\n<p>WordPress 4.7, I believe, is going to be one of the best releases we&#8217;ve seen in a long, long time. It&#8217;s jam packed, and while I&#8217;m sure we&#8217;ll have plenty of follow-on work, there&#8217;s been a hugely ambitious effort with tons of awesome contributors. None of it would&#8217;ve happened without Helen.</p>\n<h4>WordPress REST API and examples</h4>\n<p>After the video, Matt came back on stage.</p>\n<p>Matt highlighted some of the REST API examples, including the new <a href="https://www.guggenheim.org/">Guggenheim Museum</a> website and <a href="http://www.vocativ.com/">Vocativ</a>, which both use the new API, and are powered by Content Endpoints.</p>\n<h3>A look at the past and future</h3>\n<p>Matt spent a few minutes reflecting over this past, and busy, year; but also spent time discussing the past few years and what&#8217;s in store in the future.</p>\n<p>Matt recognized the &#8220;predictable&#8221; release cycle that we moved to around WordPress 3.8, and how that&#8217;s been a huge benefit for the platform in general.</p>\n<p>In the past five years, we&#8217;ve seen WordPress go from 13.1% to 27.2%, and this kind of marketshare for a CMS is &#8220;unprecedented.&#8221;</p>\n<p>He says, &#8220;What can we try next?&#8221; In other words, he wants to do things differently going forward: &#8220;What got us here, won&#8217;t get us there.&#8221; In order to do this, he&#8217;s proposing a new structure for core development.</p>\n<p>Matt said he wants to see a simpler, faster UX, while simultaneously making it more powerful. This has been my number one goal for WordPress the last few years, so I&#8217;m thrilled to see him highlight it. In the coming releases, he, &#8220;wants to see design leading the way.&#8221;</p>\n<p>In 2017, Matt says he&#8217;s going to be a heavily involved project lead again.</p>\n<h3>No set major releases in 2017</h3>\n<p>Matt made a huge announcement by saying that there will be no set releases in 2017. WordPress Core will continue to move forward, managing maintenance and other items, but will shift to three main focuses for features that will dictate the next several major releases:</p>\n<h4>1) The WordPress REST API</h4>\n<p>He says we need shift from thinking about the input, to measuring the output. He wants the conversation of success metrics to get beyond the &#8220;thousands&#8221; when, &#8220;WordPress is in the tens of millions.&#8221;</p>\n<p>Matt sees powering the WordPress admin with the REST API as a core focus for 2017. In addition, this effort will include shipping authentication tools in WordPress core, so that external applications can connect to WordPress websites. He says if we can&#8217;t move forward with this goal, then we need to consider making the API a plugin again.</p>\n<h4>2) The Editor</h4>\n<p>Matt wants to see a lot of work on the WordPress editing experience. Matt says he showed &#8220;block-baced editor&#8221; (some may remember this as &#8220;content blocks&#8221;) in a State of the Word slide a few years ago, and calls the WordPress editor his &#8220;white whale&#8221;.</p>\n<p>He says we need to be candid about our shortcomings with WordPress so that we can more effectively move forward. Andrew Ozz and Ella Iseulde Van Dorpe have been massively influential on the editor improvements we&#8217;ve seen over the past few years, and their contributions will be huge for moving this goal forward.</p>\n<h4>3) The Customizer</h4>\n<p>&#8220;The customizer is not yet fast enough, and flexible enough, to meet our current needs.&#8221; He&#8217;s excited to see all the new work going into the customizer, but knows there&#8217;s a lot of work to do to take the customizer to the next step.</p>\n<h3>How to get these goals accomplished</h3>\n<p>He says that new major versions of WordPress will not be released until these features are ready. He says that as each project is completed, there will be a major release to go around it.</p>\n<p>I&#8217;m fascinated by this new approach. It&#8217;s like taking the current feature project framework and taking it multiple levels up. It&#8217;s definitely a way to shake things up, and that may be great, considering so many people in the WordPress space enjoy complaining about the slow process that is WordPress feature development.</p>\n<p>Matt, as project lead, says he&#8217;ll personally be taking these on as the lead. And work will begin immediately to make it happen.</p>\n<p>So, I don&#8217;t know if the next release will be called WordPress 4.8, or when it will be, but I&#8217;d be shocked if it&#8217;s four months like past releases. But I guess we&#8217;ll see a lot of minor releases for all the other aspects of core development.</p>\n<p>Matt says he thinks we&#8217;ll fall while we learn to walk in this new way, and that&#8217;s okay.</p>\n<hr />\n<p>I have to admit, these are some pretty surprising announcements. I&#8217;m excited to dig more into the particulars over the coming weeks, but I do think this serves as a worthwhile and important jolt into WordPress core development. That&#8217;s not to say I think WordPress development has been bad, I think it&#8217;s been great.</p>\n<p>Matt finished by reading a poem by Elizabeth Alexander, titled, &#8220;<a href="https://www.poetryfoundation.org/poems-and-poets/poems/detail/52141">Praise Song For The Day</a>&#8221; that marked a fitting end to the talk.</p>\n<p>I think the key takeaway should be like he said: &#8220;what got us here, won&#8217;t get us there.&#8221; Let&#8217;s see how this goes.</p>\n<p><em>Photo credit: Brian Richards for Post Status.</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:"Sat, 03 Dec 2016 22:20: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s: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:26:"Matt: WordCamp Live Stream";s:7:"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=46945";s:7:"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:43:"https://ma.tt/2016/12/wordcamp-live-stream/";s: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:298:"<p>Later today (3:45pm ET) I&#8217;ll deliver my annual State of the Word speech, which I&#8217;m very excited about. If you&#8217;d like to watch remotely, this year live stream tickets are <strong>free</strong> and <a href="https://2016.us.wordcamp.org/live-stream/">you can tune in here</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, 03 Dec 2016 11:54: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: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: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:72:"WPTavern: DigitalCube Launches Shifter, Serverless Hosting 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:29:"https://wptavern.com/?p=64157";s:7:"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:82:"https://wptavern.com/digitalcube-launches-shifter-serverless-hosting-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:3811:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/shifter-logo.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/12/shifter-logo.png?resize=1025%2C419&ssl=1" alt="shifter-logo" class="aligncenter size-full wp-image-64169" /></a></p>\n<p><a href="https://en.digitalcube.jp/" target="_blank">DigitalCube</a> launched <a href="https://getshifter.io/" target="_blank">Shifter</a> at WordCamp US today, the first serverless hosting product for WordPress. The Japanese development company specializes in WordPress and AWS integrations. Shifter was built by the same team behind the company&#8217;s <a href="https://amimoto-ami.com/" target="_blank">Amimoto</a> cloud hosting platform.</p>\n<p>Shifter converts WordPress sites into a series of static HTML files and serves them up via a global CDN (AWS) for high performance hosting, eliminating the burden of software maintenance and server updates. The product targets websites that have a low frequency of updates, such as business or portfolio sites, as well as maintenance and support providers.</p>\n<p>Shifter allows site owners to turn WordPress on or off in its administration center. The service is a hybrid of a WordPress static site generator and a hosting solution. Shifter hosts the static files it creates and allows users to connect their domains. It leaves the standard WordPress management and administration workflow intact and compiles a new version of the static files anytime users update content inside WordPress. The service starts at $30/month and offers support for unlimited sites.</p>\n<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/shifter-dashboard.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/12/shifter-dashboard.png?resize=1025%2C652&ssl=1" alt="Shifter dashboard" class="size-full wp-image-64166" /></a>Shifter dashboard\n<p>As the first commercial product to provide serverless WordPress hosting, Shifter offers a unique way to tackle the security concerns that plague WordPress and its plugins and themes. Because the software is used by more than 27% of all websites, it has become a big target for hackers and spammers alike. Shifter&#8217;s creators see WordPress as a prime candidate for serverless architecture.</p>\n<p>DigitalCube team members met the Philadelphia-based <a href="http://j2made.com/" target="_blank">J2 Design</a> company at last year&#8217;s WordCamp US and partnered with them to improve their branding, copy writing, and approach.</p>\n<p>&#8220;At that time, we were having problems in design, branding, and communication,&#8221; product liaison Shinichi Nishikawa said. &#8220;The name &#8216;Amimoto&#8217; was originally a Japanese word and was difficult for people to pronounce or remember. We saw their work and asked them if we could form a partnership.&#8221;</p>\n<p>Together the Amimoto and J2 Design teams took the project from concept to launch in about three months. They built Shifter with AWS, Docker, and the Serverless Framework. The development team behind the project also supports and manages sites such as The Japan Times, AOL Japan, and Mazda. They frequently contribute to open source projects, including WordPress, Serverless Framework, and WP-CLI.</p>\n<p>Shifter has exited beta and the company has <a href="https://www.kickstarter.com/projects/225627578/shifter-serverless-hosting-for-wordpress" target="_blank">launched a Kickstarter campaign</a> with a $10,000 goal to fund future development on the project&#8217;s <a href="https://getshifter.io/blog/development-roadmap/" target="_blank">roadmap</a>, including domain mapping, a way to visualize usage of bandwidth and storage, multi-factor authentication, advanced scheduling, and WP-CLI support.</p>\n<div id="epoch-width-sniffer"></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:"Sat, 03 Dec 2016 03:44: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: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: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:23:"Matt: WP Growth Council";s:7:"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=46933";s:7:"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:40:"https://ma.tt/2016/12/wp-growth-council/";s: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:1594:"<p>In the WordPress world, when we look back an 2016 I think we&#8217;ll remember it as the year that we awoke to the importance of marketing. WordPress has always grown organically through word of mouth and its passionate community, but the hundreds of millions being spent advertising against WP has started to have an impact, especially for folks only lightly familiar with us.</p>\n<p>I&#8217;ve started to hear about a number of folks across many WordPress companies and industries working on this from different angles, some approaching it from an enterprise point of view and some from a consumer point of view. There&#8217;s an opportunity for learning from each other, almost like a mastermind group. As the survey says:</p>\n<blockquote><p>Never have there been more threats to the open web and WordPress. Over three hundred million dollars has been spent in 2016 advertising proprietary systems, and even more is happening in investment. No one company in the WP world is large enough to fight this, nor should anyone need to do it on their own. We&#8217;d like to bring together organizations that would like to contribute to growing WordPress. It will be a small group, and if you or your organization are interested in being a part please fill out the survey below.</p>\n<p>By working together we can amplify our efforts to bring open source to a wider audience, and fulfill WordPress&#8217; mission to truly democratize publishing.</p></blockquote>\n<p>If this sounds interesting to you, <a href="http://mcm.polldaddy.com/s/wordpress-growth-council">apply using this survey</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, 02 Dec 2016 16:22:51 +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: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:89:"WPTavern: WordPress Will Only Recommend Hosting Companies Offering SSL by Default in 2017";s:7:"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:29:"https://wptavern.com/?p=64081";s:7:"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://wptavern.com/wordpress-will-only-recommend-hosting-companies-offering-ssl-by-default-in-2017";s: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:3276:"<p>In October, <a href="https://twitter.com/letsencrypt/status/788449815986262016">Let&#8217;s Encrypt</a> was managing more than 10 million active SSL certificates. That <a href="https://twitter.com/letsencrypt/status/802972766525865984">number doubled to 20 million</a> in November as large  providers continue to partner with the organization to manage their customers&#8217; certificates.</p>\n<p>In 2014, Google announced that HTTPS <a href="https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html">is a ranking factor</a>. Earlier this year, the Google Chrome security team <a href="https://wptavern.com/chrome-to-add-security-warning-to-http-sites-beginning-2017">announced</a> that Chrome 56 will mark HTTP sites that transmit passwords or credit cards as insecure.</p>\n<p><img class="aligncenter wp-image-60902 size-full" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/09/chrome-http-warning.png?resize=640%2C251&ssl=1" alt="chrome-http-warning" /></p>\n<p>In 2017, managed WordPress hosting companies will have one more reason to enable SSL by default for new accounts. In a <a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">post on the WordPress.org blog</a>, Matt Mullenweg, co-founder of the open source WordPress project, explains what the project is going to do to encourage HTTPS by default across the web.</p>\n<p>&#8220;Early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts,&#8221; Mullenweg said.</p>\n<p>&#8220;Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.&#8221;</p>\n<p>Unrelated to SSL, Mullenweg also commented on the significant performance improvements in PHP7 and will consider whether hosting partners use PHP7 by default for new accounts in 2017.</p>\n<p>These moves are a continued effort by Mullenweg to secure and encrypt as much of the web as possible. Earlier this year, WordPress.com <a href="https://en.blog.wordpress.com/2016/04/08/https-everywhere-encryption-for-all-wordpress-com-sites/">encrypted all of its sites</a> using Let&#8217;s Encrypt.</p>\n<p><a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> is an initiative which aims to encrypt 100% of the web by making trusted certificates available to everyone at no cost. It&#8217;s a 501(c)(3) nonprofit and recently launched a <a href="https://letsencrypt.org/2016/11/01/launching-our-crowdfunding-campaign.html">crowdfunding campaign</a> to cover the cost of one month of operations totaling $200K.</p>\n<p>Josh Aas, ISRG Executive Director, explains the reasons behind the crowdfunding campaign, &#8220;First, there is a gap between the funds we’ve raised and what we need for next year,&#8221; Aas said.</p>\n<p>&#8220;Second, we believe individual supporters from our community can come to represent a significant diversification of our annual revenue sources, in addition to corporate sponsorship and grants.&#8221;</p>\n<p>To learn more about the campaign and to contribute, visit <a href="https://letsencrypt.org/2016/11/01/launching-our-crowdfunding-campaign.html">Let&#8217;s Encrypt&#8217;s Indiegogo</a> page.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 01 Dec 2016 21:10: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s: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:27:"Dev Blog: Moving Toward SSL";s:7:"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://wordpress.org/news/?p=4588";s:7:"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:53:"https://wordpress.org/news/2016/12/moving-toward-ssl/";s: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:1626:"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href="https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html">SSL as a search engine ranking factor</a> and will begin <a href="http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p>&nbsp;</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, 01 Dec 2016 17:20:29 +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:"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:"";}}}}}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:71:"WPTavern: Flywheel Acquires WordPress Local Development Tool Pressmatic";s:7:"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:29:"https://wptavern.com/?p=64057";s:7:"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:82:"https://wptavern.com/flywheel-acquires-wordpress-local-development-tool-pressmatic";s: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:3671:"<p>Flywheel has acquired Pressmatic, a local WordPress development application for OS X. The application was created by <a href="https://twitter.com/claygriffiths" target="_blank">Clay Griffiths</a>, who will be joining Flywheel to support the product as part of the acquisition.</p>\n<p><a href="https://pressmatic.io/" target="_blank">Pressmatic</a> launched in July 2016 with a $129 price tag but Flywheel is opening it up for free for all users. The company is rebranding the product as &#8220;Local by Flywheel&#8221; and plans to create a Windows application, add off-site backups for local sites, and sell premium support.</p>\n<p>“From the start, the application encompassed so many of Flywheel’s core values: speed, simplicity, and allowing designers and developers the freedom to do what they love,&#8221; Flywheel CEO and co-founder Dusty Davidson said. &#8220;It’s a perfect fit.”</p>\n<p>Griffiths told the Tavern that he is excited for the opportunities that Flywheel can provide for Local going forward. &#8220;I originally built Pressmatic because I saw the gap that existed for a truly great local WordPress development experience, and now with the resources and team at Flywheel we&#8217;re set to really build something great,&#8221; Griffiths said. &#8220;I certainly could have continued to go at it alone, but after meeting the team it became clear that the right answer was to partner up and really go big.&#8221;</p>\n<h3>Griffiths Plans to Continue Headway Themes Support and Development in his Spare Time</h3>\n<p>The acquisition comes just months after Griffiths, who is also the co-founder of Headway Themes, was embroiled in the controversy surrounding the company&#8217;s lack of communication and decline in support. Many potential customers were turned off to Pressmatic as the result of Griffith&#8217;s lack of support for Headway Themes&#8217; customers and its mistreatment of employees. They company publicly confirmed its financial troubles and <a href="https://wptavern.com/headway-themes-confirms-financial-difficulties-issues-apology-to-customers" target="_blank">apologized to customers</a> after <a href="https://wptavern.com/former-headway-themes-employee-goes-public-staff-has-not-been-paid-and-customers-are-not-receiving-support" target="_blank">a former employee went public</a> about not having been paid and customers not receiving support.</p>\n<p>When asked how the Pressmattic acquisition affects Headway Themes customers, Griffiths confirmed that he will continue to be involved with support and development of Headway.</p>\n<p>&#8220;This acquisition and employment will provide myself and my family much more stability than we&#8217;ve had in a long time, and will allow me to better focus on Headway in my spare time,&#8221; Griffiths said. &#8220;This includes rolling out the upcoming 4.1 release, and working hard to make sure the support and other outstanding issues are resolved for all our customers.&#8221;</p>\n<p>Pressmatic is used by hundreds of WordPress developers and is Flywheel&#8217;s first acquisition. The application was built on top of <a href="http://electron.atom.io/" target="_blank">Electron</a>, an app framework that enables developers to build cross-platform desktop apps with JavaScript, HTML, and CSS. It allows users to run apache or nginx, switch between PHP versions for any site, create multisite installations (including subdomain setups), and create remote tunnels to share local development. Mac users can download the new Local by Flywheel application at <a href="http://local.getflywheel.com" target="_blank">local.getflywheel.com</a>.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 01 Dec 2016 15:03: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: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:"";}}}}}}}}}}}}}}}}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, 28 Dec 2016 18:38:12 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 28 Dec 2016 18:15:17 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911133210";}', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(67926, '_transient_feed_b9388c83948825c1edaef0d856b7b109', '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";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:117:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"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:45:"https://wordpress.org/plugins/browse/popular/";s: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:34:"WordPress Plugins » View: Popular";s: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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Dec 2016 18:07: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.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:4:"item";a:30:{i:0;a:6:{s:4:"data";s:30:"\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:19:"Google XML Sitemaps";s:7:"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:64:"https://wordpress.org/plugins/google-sitemap-generator/#post-132";s: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 Mar 2007 22:31:32 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"132@https://wordpress.org/plugins/";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:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s: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:"Arne Brachhold";s: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:30:"\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:11:"Hello Dolly";s:7:"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:52:"https://wordpress.org/plugins/hello-dolly/#post-5790";s: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 May 2008 22:11:34 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"5790@https://wordpress.org/plugins/";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:150:"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.";s: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:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\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:9:"Yoast 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/plugins/wordpress-seo/#post-8321";s: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, 01 Jan 2009 20:34: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"8321@https://wordpress.org/plugins/";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:118:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s: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:30:"\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:18:"Wordfence 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:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wordfence/#post-29832";s: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:"Sun, 04 Sep 2011 03:13:51 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29832@https://wordpress.org/plugins/";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:149:"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security &#38; more.";s: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:9:"Wordfence";s: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:30:"\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:14:"Contact Form 7";s:7:"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:55:"https://wordpress.org/plugins/contact-form-7/#post-2141";s: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 Aug 2007 12:45: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2141@https://wordpress.org/plugins/";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:54:"Just another contact form plugin. Simple but flexible.";s: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:16:"Takayuki Miyoshi";s: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:30:"\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:21:"Regenerate Thumbnails";s:7:"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:62:"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743";s: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, 23 Aug 2008 14:38: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"6743@https://wordpress.org/plugins/";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:76:"Allows you to regenerate your thumbnails after changing the thumbnail sizes.";s: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:25:"Alex Mills (Viper007Bond)";s: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:30:"\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:24:"Jetpack by WordPress.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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wordpress.org/plugins/jetpack/#post-23862";s: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, 20 Jan 2011 02:21:38 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"23862@https://wordpress.org/plugins/";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:107:"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\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:26:"Page Builder by SiteOrigin";s:7:"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:59:"https://wordpress.org/plugins/siteorigin-panels/#post-51888";s: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, 11 Apr 2013 10:36:42 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"51888@https://wordpress.org/plugins/";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:111:"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.";s: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:"Greg Priday";s: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:30:"\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:22:"Advanced Custom Fields";s:7:"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:64:"https://wordpress.org/plugins/advanced-custom-fields/#post-25254";s: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, 17 Mar 2011 04:07:30 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"25254@https://wordpress.org/plugins/";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:68:"Customise WordPress with powerful, professional and intuitive fields";s: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:"elliotcondon";s: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:30:"\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:21:"Really Simple CAPTCHA";s:7:"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:62:"https://wordpress.org/plugins/really-simple-captcha/#post-9542";s: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 Mar 2009 02:17:35 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"9542@https://wordpress.org/plugins/";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:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s: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:30:"\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:11:"WooCommerce";s:7:"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:53:"https://wordpress.org/plugins/woocommerce/#post-29860";s: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 Sep 2011 08:13: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29860@https://wordpress.org/plugins/";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:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s: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:9:"WooThemes";s: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:30:"\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:14:"WP Super Cache";s:7:"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:55:"https://wordpress.org/plugins/wp-super-cache/#post-2572";s: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 Nov 2007 11:40: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2572@https://wordpress.org/plugins/";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:73:"A very fast caching engine for WordPress that produces static html files.";s: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:16:"Donncha O Caoimh";s: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:30:"\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:14:"Duplicate Post";s:7:"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:55:"https://wordpress.org/plugins/duplicate-post/#post-2646";s: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, 05 Dec 2007 17:40: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2646@https://wordpress.org/plugins/";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:22:"Clone posts and pages.";s: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:"Lopo";s: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:30:"\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:35:"Google Analytics by MonsterInsights";s:7:"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/plugins/google-analytics-for-wordpress/#post-2316";s: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, 14 Sep 2007 12:15:27 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2316@https://wordpress.org/plugins/";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:113:"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.";s: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:"Syed Balkhi";s: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:30:"\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:19:"All in One SEO Pack";s:7:"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:59:"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s: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, 30 Mar 2007 20:08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"753@https://wordpress.org/plugins/";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:150:"One of the most downloaded WordPress plugins (over 30 million downloads since 2007). Use All in One SEO Pack to optimize your site for Search Engines.";s: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:"uberdose";s: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:30:"\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:7:"Akismet";s:7:"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:46:"https://wordpress.org/plugins/akismet/#post-15";s: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 Mar 2007 22:11:30 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"15@https://wordpress.org/plugins/";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:98:"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.";s: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:"";}}}}}i:16;a:6:{s:4:"data";s:30:"\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:42:"NextGEN Gallery - WordPress Gallery 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:56:"https://wordpress.org/plugins/nextgen-gallery/#post-1169";s: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 Apr 2007 20:08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"1169@https://wordpress.org/plugins/";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:121:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16 million downloads.";s: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:9:"Alex Rabe";s: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:30:"\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:16:"TinyMCE Advanced";s:7:"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:57:"https://wordpress.org/plugins/tinymce-advanced/#post-2082";s: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, 27 Jun 2007 15:00: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2082@https://wordpress.org/plugins/";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:58:"Extends and enhances TinyMCE, the WordPress Visual 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s: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:30:"\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:11:"WP-PageNavi";s:7:"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:51:"https://wordpress.org/plugins/wp-pagenavi/#post-363";s: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 Mar 2007 23:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"363@https://wordpress.org/plugins/";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:49:"Adds a more advanced paging navigation interface.";s: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:"Lester Chan";s: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:30:"\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:14:"W3 Total Cache";s:7:"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/plugins/w3-total-cache/#post-12073";s: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, 29 Jul 2009 18:46:31 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"12073@https://wordpress.org/plugins/";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:144:"Search Engine (SEO) &#38; Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s: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:30:"\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:18:"WordPress Importer";s:7:"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:60:"https://wordpress.org/plugins/wordpress-importer/#post-18101";s: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, 20 May 2010 17:42:45 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"18101@https://wordpress.org/plugins/";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:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s: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:"Brian Colinger";s: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:30:"\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:35:"UpdraftPlus WordPress Backup 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:53:"https://wordpress.org/plugins/updraftplus/#post-38058";s: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 May 2012 15: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"38058@https://wordpress.org/plugins/";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:148:"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Anderson";s: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:30:"\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:30:"Clef Two-Factor 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wordpress.org/plugins/wpclef/#post-47509";s: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, 27 Dec 2012 01:25: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"47509@https://wordpress.org/plugins/";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:139:"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.";s: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:9:"Dave Ross";s: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:30:"\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:"Google Analytics Dashboard for WP";s:7:"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:75:"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539";s: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:"Sun, 10 Mar 2013 17:07: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"50539@https://wordpress.org/plugins/";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:127:"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.";s: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:"Alin Marcu";s: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:30:"\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:16:"Disable Comments";s:7:"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:"https://wordpress.org/plugins/disable-comments/#post-26907";s: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 May 2011 04:42: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"26907@https://wordpress.org/plugins/";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:150:"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t";s: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:"Samir Shah";s: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:30:"\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:18:"WP Multibyte Patch";s:7:"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:60:"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395";s: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, 14 Jul 2011 12:22: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"28395@https://wordpress.org/plugins/";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:71:"Multibyte functionality enhancement for the WordPress Japanese package.";s: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:"plugin-master";s: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:30:"\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:10:"Duplicator";s:7:"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:52:"https://wordpress.org/plugins/duplicator/#post-26607";s: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, 16 May 2011 12:15: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"26607@https://wordpress.org/plugins/";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:88:"Duplicate, clone, backup, move and transfer an entire site from one location to another.";s: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:"Cory Lamle";s: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:30:"\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:27:"Black Studio TinyMCE Widget";s:7:"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/plugins/black-studio-tinymce-widget/#post-31973";s: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, 10 Nov 2011 15:06: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"31973@https://wordpress.org/plugins/";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:39:"The visual editor widget 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marco Chiesi";s: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:30:"\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:46:"iThemes Security (formerly Better WP 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:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/better-wp-security/#post-21738";s: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, 22 Oct 2010 22:06:05 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"21738@https://wordpress.org/plugins/";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:146:"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"iThemes";s: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:30:"\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:25:"SiteOrigin Widgets Bundle";s:7:"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:59:"https://wordpress.org/plugins/so-widgets-bundle/#post-67824";s: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, 24 May 2014 14:27:05 +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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"67824@https://wordpress.org/plugins/";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:128:"A collection of all widgets, neatly bundled into a single plugin. It&#039;s also a framework to code your own widgets on top of.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s: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:46:"https://wordpress.org/plugins/rss/view/popular";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:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:12:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 28 Dec 2016 18:38:12 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:11:"max-age=360";s:7:"expires";s:29:"Wed, 28 Dec 2016 18:42:23 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Wed, 28 Dec 2016 18:07:23 +0000";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911133210";}', 'no'),
(67925, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1482993491', 'no'),
(31586, '_transient_timeout_wflginfl_00000000000000000000ffffb536c928', '1477488816', 'no'),
(31587, '_transient_wflginfl_00000000000000000000ffffb536c928', '2', 'no'),
(23255, '_transient_wflginfl_00000000000000000000ffff711545c7', '2', 'no'),
(23263, '_transient_timeout_wflginfl_00000000000000000000ffff3b59b0f8', '1477335834', 'no'),
(23226, '_transient_timeout_wflginfl_00000000000000000000ffff5e19adb0', '1477335543', 'no'),
(23227, '_transient_wflginfl_00000000000000000000ffff5e19adb0', '2', 'no'),
(23225, '_transient_wflginfl_00000000000000000000ffffbc4c985c', '2', 'no'),
(23270, '_transient_timeout_wflginfl_00000000000000000000ffff522fc0e9', '1477335763', 'no'),
(23271, '_transient_wflginfl_00000000000000000000ffff522fc0e9', '2', 'no'),
(23300, '_transient_timeout_wflginfl_00000000000000000000ffff5c1447ba', '1477335953', 'no'),
(23228, '_transient_timeout_wflginfl_00000000000000000000ffff7aa4b832', '1477335545', 'no'),
(23229, '_transient_wflginfl_00000000000000000000ffff7aa4b832', '2', 'no'),
(26849, '_transient_timeout_wflginfl_00000000000000000000ffff70cc17a0', '1477356959', 'no'),
(26850, '_transient_wflginfl_00000000000000000000ffff70cc17a0', '2', 'no'),
(23264, '_transient_wflginfl_00000000000000000000ffff3b59b0f8', '2', 'no'),
(23254, '_transient_timeout_wflginfl_00000000000000000000ffff711545c7', '1477335685', 'no'),
(23242, '_transient_timeout_wflginfl_00000000000000000000ffff4f288fda', '1477335621', 'no'),
(23243, '_transient_wflginfl_00000000000000000000ffff4f288fda', '2', 'no'),
(26731, '_transient_timeout_wflginfl_00000000000000000000ffff4fb16d6c', '1477356177', 'no'),
(26732, '_transient_wflginfl_00000000000000000000ffff4fb16d6c', '2', 'no'),
(19084, '_transient_timeout_wflginfl_00000000000000000000ffff731c9a2c', '1477180377', 'no'),
(19085, '_transient_wflginfl_00000000000000000000ffff731c9a2c', '2', 'no'),
(29230, '_transient_timeout_wflginfl_00000000000000000000ffff50c96d86', '1477369883', 'no'),
(29231, '_transient_wflginfl_00000000000000000000ffff50c96d86', '2', 'no'),
(23224, '_transient_timeout_wflginfl_00000000000000000000ffffbc4c985c', '1477335520', 'no'),
(23174, '_transient_timeout_wflginfl_00000000000000000000ffff4fa96623', '1477335248', 'no'),
(23167, '_transient_timeout_wflginfl_00000000000000000000ffff4d7e4d10', '1477335220', 'no'),
(23168, '_transient_wflginfl_00000000000000000000ffff4d7e4d10', '2', 'no'),
(23175, '_transient_wflginfl_00000000000000000000ffff4fa96623', '2', 'no'),
(23159, '_transient_wflginfl_00000000000000000000ffff75cdc6e1', '2', 'no'),
(23155, '_transient_wflginfl_00000000000000000000ffff5e7a9a59', '2', 'no'),
(23157, '_transient_wflginfl_00000000000000000000ffffbb976157', '2', 'no'),
(23158, '_transient_timeout_wflginfl_00000000000000000000ffff75cdc6e1', '1477335182', 'no'),
(23156, '_transient_timeout_wflginfl_00000000000000000000ffffbb976157', '1477335176', 'no'),
(19920, '_transient_timeout_wflginfl_00000000000000000000ffffb19e9f02', '1477316624', 'no'),
(19901, '_transient_timeout_wflginfl_00000000000000000000ffff5663b7c3', '1477316522', 'no'),
(19902, '_transient_wflginfl_00000000000000000000ffff5663b7c3', '2', 'no'),
(19914, '_transient_wflginfl_00000000000000000000ffff5761ebde', '2', 'no'),
(19926, '_transient_timeout_wflginfl_00000000000000000000ffffcab317b3', '1477316677', 'no'),
(25165, '_transient_timeout_wflginfl_00000000000000000000ffffbd73b909', '1477346892', 'no'),
(19921, '_transient_wflginfl_00000000000000000000ffffb19e9f02', '1', 'no'),
(19900, '_transient_wflginfl_00000000000000000000ffff511238fe', '2', 'no'),
(19955, '_transient_timeout_wflginfl_00000000000000000000ffff72822601', '1477316821', 'no'),
(19899, '_transient_timeout_wflginfl_00000000000000000000ffff511238fe', '1477316498', 'no'),
(25167, '_transient_timeout_wflginfl_00000000000000000000ffff29c8108b', '1477346899', 'no'),
(23146, '_transient_timeout_wflginfl_00000000000000000000ffffc0c58012', '1477335140', 'no'),
(19928, '_transient_timeout_wflginfl_00000000000000000000ffff0299ab51', '1477316690', 'no'),
(19929, '_transient_wflginfl_00000000000000000000ffff0299ab51', '2', 'no'),
(19935, '_transient_timeout_wflginfl_00000000000000000000ffffab60b069', '1477316717', 'no'),
(19936, '_transient_wflginfl_00000000000000000000ffffab60b069', '2', 'no'),
(19937, '_transient_timeout_wflginfl_00000000000000000000ffff7743a969', '1477316725', 'no'),
(19938, '_transient_wflginfl_00000000000000000000ffff7743a969', '2', 'no'),
(19939, '_transient_timeout_wflginfl_00000000000000000000ffff5c610857', '1477316742', 'no'),
(19940, '_transient_wflginfl_00000000000000000000ffff5c610857', '2', 'no'),
(19956, '_transient_wflginfl_00000000000000000000ffff72822601', '2', 'no'),
(23130, '_transient_wflginfl_00000000000000000000ffffb91b6958', '2', 'no'),
(23137, '_transient_timeout_wflginfl_00000000000000000000ffffc5c81560', '1477335134', 'no'),
(23138, '_transient_wflginfl_00000000000000000000ffffc5c81560', '2', 'no'),
(19946, '_transient_timeout_wflginfl_00000000000000000000ffff781cbf03', '1477316781', 'no'),
(19947, '_transient_wflginfl_00000000000000000000ffff781cbf03', '1', 'no'),
(19948, '_transient_timeout_wflginfl_00000000000000000000ffff781cbf0c', '1477316784', 'no'),
(19949, '_transient_wflginfl_00000000000000000000ffff781cbf0c', '1', 'no'),
(23139, '_transient_timeout_wflginfl_00000000000000000000ffffbdaac3e4', '1477335137', 'no'),
(19966, '_transient_timeout_wflginfl_00000000000000000000ffffbca35066', '1477316989', 'no'),
(19967, '_transient_wflginfl_00000000000000000000ffffbca35066', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(23123, '_transient_wflginfl_00000000000000000000ffffd5e28d94', '2', 'no'),
(23217, '_transient_timeout_wflginfl_00000000000000000000ffff699c7508', '1477335500', 'no'),
(23129, '_transient_timeout_wflginfl_00000000000000000000ffffb91b6958', '1477335093', 'no'),
(19973, '_transient_timeout_wflginfl_00000000000000000000ffffc53482fc', '1477317114', 'no'),
(19974, '_transient_wflginfl_00000000000000000000ffffc53482fc', '2', 'no'),
(23114, '_transient_wflginfl_00000000000000000000ffffbd058b2b', '2', 'no'),
(19975, '_transient_timeout_wflginfl_00000000000000000000ffff766bde60', '1477317128', 'no'),
(19976, '_transient_wflginfl_00000000000000000000ffff766bde60', '2', 'no'),
(19977, '_transient_timeout_wflginfl_00000000000000000000ffff9f952a41', '1477317133', 'no'),
(19978, '_transient_wflginfl_00000000000000000000ffff9f952a41', '2', 'no'),
(23120, '_transient_timeout_wflginfl_00000000000000000000ffffa4d71cb1', '1477335026', 'no'),
(23121, '_transient_wflginfl_00000000000000000000ffffa4d71cb1', '2', 'no'),
(23111, '_transient_timeout_wflginfl_00000000000000000000ffff559a39bb', '1477334957', 'no'),
(23112, '_transient_wflginfl_00000000000000000000ffff559a39bb', '2', 'no'),
(23122, '_transient_timeout_wflginfl_00000000000000000000ffffd5e28d94', '1477335031', 'no'),
(19992, '_transient_timeout_wflginfl_00000000000000000000ffffc2be22ca', '1477317254', 'no'),
(19989, '_transient_timeout_wflginfl_00000000000000000000ffff972a6eb0', '1477317224', 'no'),
(19990, '_transient_wflginfl_00000000000000000000ffff972a6eb0', '2', 'no'),
(19993, '_transient_wflginfl_00000000000000000000ffffc2be22ca', '2', 'no'),
(19994, '_transient_timeout_wflginfl_00000000000000000000ffff6daf61ee', '1477317254', 'no'),
(19995, '_transient_wflginfl_00000000000000000000ffff6daf61ee', '2', 'no'),
(20001, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b68cd', '1477317260', 'no'),
(20002, '_transient_wflginfl_00000000000000000000ffff7c7b68cd', '2', 'no'),
(25213, '_transient_timeout_wflginfl_00000000000000000000ffffd9926f49', '1477347154', 'no'),
(25214, '_transient_wflginfl_00000000000000000000ffffd9926f49', '2', 'no'),
(22035, '_transient_timeout_wflginfl_00000000000000000000ffff4e63dcdb', '1477328569', 'no'),
(22036, '_transient_wflginfl_00000000000000000000ffff4e63dcdb', '2', 'no'),
(20012, '_transient_timeout_wflginfl_00000000000000000000ffff5c60edcd', '1477317344', 'no'),
(20013, '_transient_wflginfl_00000000000000000000ffff5c60edcd', '2', 'no'),
(20014, '_transient_timeout_wflginfl_00000000000000000000ffff788a06d5', '1477317338', 'no'),
(20015, '_transient_wflginfl_00000000000000000000ffff788a06d5', '2', 'no'),
(23104, '_transient_timeout_wflginfl_00000000000000000000ffff2e021796', '1477334901', 'no'),
(23105, '_transient_wflginfl_00000000000000000000ffff2e021796', '2', 'no'),
(20016, '_transient_timeout_wflginfl_00000000000000000000ffffc5f3055a', '1477317338', 'no'),
(20017, '_transient_wflginfl_00000000000000000000ffffc5f3055a', '2', 'no'),
(30597, '_transient_timeout_wflginfl_00000000000000000000ffffba5c2210', '1477377622', 'no'),
(30598, '_transient_wflginfl_00000000000000000000ffffba5c2210', '2', 'no'),
(23272, '_transient_timeout_wflginfl_00000000000000000000ffff73a680f2', '1477335764', 'no'),
(23273, '_transient_wflginfl_00000000000000000000ffff73a680f2', '2', 'no'),
(23096, '_transient_wflginfl_00000000000000000000ffff298f3b9f', '2', 'no'),
(23102, '_transient_timeout_wflginfl_00000000000000000000ffffc5a1050f', '1477334892', 'no'),
(23103, '_transient_wflginfl_00000000000000000000ffffc5a1050f', '2', 'no'),
(20027, '_transient_timeout_wflginfl_00000000000000000000ffff5e667015', '1477317384', 'no'),
(20028, '_transient_wflginfl_00000000000000000000ffff5e667015', '2', 'no'),
(20034, '_transient_timeout_wflginfl_00000000000000000000ffffbdd46423', '1477317429', 'no'),
(20035, '_transient_wflginfl_00000000000000000000ffffbdd46423', '2', 'no'),
(23088, '_transient_timeout_wflginfl_00000000000000000000ffff67f2eceb', '1477334809', 'no'),
(23089, '_transient_wflginfl_00000000000000000000ffff67f2eceb', '2', 'no'),
(23218, '_transient_wflginfl_00000000000000000000ffff699c7508', '2', 'no'),
(20045, '_transient_timeout_wflginfl_00000000000000000000ffffc9d1b062', '1477317511', 'no'),
(20046, '_transient_wflginfl_00000000000000000000ffffc9d1b062', '2', 'no'),
(23358, '_transient_wflginfl_00000000000000000000ffff53065872', '2', 'no'),
(20051, '_transient_timeout_wflginfl_00000000000000000000ffff27fc36a6', '1477317546', 'no'),
(20052, '_transient_wflginfl_00000000000000000000ffff27fc36a6', '2', 'no'),
(23113, '_transient_timeout_wflginfl_00000000000000000000ffffbd058b2b', '1477334970', 'no'),
(23095, '_transient_timeout_wflginfl_00000000000000000000ffff298f3b9f', '1477334863', 'no'),
(20053, '_transient_timeout_wflginfl_00000000000000000000ffff9200c1b2', '1477317559', 'no'),
(20054, '_transient_wflginfl_00000000000000000000ffff9200c1b2', '2', 'no'),
(23876, '_transient_timeout_wflginfl_00000000000000000000ffff6f76f45a', '1477339460', 'no'),
(23877, '_transient_wflginfl_00000000000000000000ffff6f76f45a', '2', 'no'),
(23085, '_transient_timeout_wflginfl_00000000000000000000ffff2d769e19', '1477334781', 'no'),
(24934, '_transient_timeout_wflginfl_00000000000000000000ffff29421c58', '1477345636', 'no'),
(24935, '_transient_wflginfl_00000000000000000000ffff29421c58', '2', 'no'),
(27034, '_transient_timeout_wflginfl_00000000000000000000ffff2df40a96', '1477357974', 'no'),
(27035, '_transient_wflginfl_00000000000000000000ffff2df40a96', '2', 'no'),
(23073, '_transient_timeout_wflginfl_00000000000000000000ffff3b619edc', '1477334692', 'no'),
(29696, '_transient_timeout_wflginfl_00000000000000000000ffffac07d4be', '1477372575', 'no'),
(29697, '_transient_wflginfl_00000000000000000000ffffac07d4be', '2', 'no'),
(23245, '_transient_timeout_wflginfl_00000000000000000000ffff557a1e11', '1477335633', 'no'),
(23246, '_transient_wflginfl_00000000000000000000ffff557a1e11', '2', 'no'),
(20077, '_transient_timeout_wflginfl_00000000000000000000ffffbae45c02', '1477317654', 'no'),
(20078, '_transient_wflginfl_00000000000000000000ffffbae45c02', '2', 'no'),
(20081, '_transient_timeout_wflginfl_00000000000000000000ffff6d429837', '1477317682', 'no'),
(20082, '_transient_wflginfl_00000000000000000000ffff6d429837', '2', 'no'),
(20092, '_transient_timeout_wflginfl_00000000000000000000ffffcb5793d7', '1477317752', 'no'),
(20093, '_transient_wflginfl_00000000000000000000ffffcb5793d7', '2', 'no'),
(23074, '_transient_wflginfl_00000000000000000000ffff3b619edc', '2', 'no'),
(23054, '_transient_timeout_wflginfl_00000000000000000000ffff55417aad', '1477334549', 'no'),
(23086, '_transient_wflginfl_00000000000000000000ffff2d769e19', '1', 'no'),
(20099, '_transient_timeout_wflginfl_00000000000000000000ffff67fc1824', '1477317804', 'no'),
(20100, '_transient_wflginfl_00000000000000000000ffff67fc1824', '2', 'no'),
(20106, '_transient_timeout_wflginfl_00000000000000000000ffff298ed7e0', '1477317840', 'no'),
(20107, '_transient_wflginfl_00000000000000000000ffff298ed7e0', '2', 'no'),
(23035, '_transient_wflginfl_00000000000000000000ffff9cd5765b', '2', 'no'),
(23028, '_transient_timeout_wflginfl_00000000000000000000ffff5c352cd5', '1477334336', 'no'),
(23029, '_transient_wflginfl_00000000000000000000ffff5c352cd5', '2', 'no'),
(23055, '_transient_wflginfl_00000000000000000000ffff55417aad', '2', 'no'),
(20112, '_transient_timeout_wflginfl_00000000000000000000ffffb16b920d', '1477317879', 'no'),
(20113, '_transient_wflginfl_00000000000000000000ffffb16b920d', '2', 'no'),
(28783, '_transient_timeout_wflginfl_00000000000000000000ffffda386244', '1477367625', 'no'),
(28784, '_transient_wflginfl_00000000000000000000ffffda386244', '2', 'no'),
(21907, '_transient_timeout_wflginfl_00000000000000000000ffff73752d22', '1477327895', 'no'),
(21908, '_transient_wflginfl_00000000000000000000ffff73752d22', '2', 'no'),
(20123, '_transient_timeout_wflginfl_00000000000000000000ffff6f5b0141', '1477317924', 'no'),
(20124, '_transient_wflginfl_00000000000000000000ffff6f5b0141', '2', 'no'),
(21586, '_transient_timeout_wflginfl_00000000000000000000ffffbb172ac9', '1477326065', 'no'),
(21587, '_transient_wflginfl_00000000000000000000ffffbb172ac9', '2', 'no'),
(25939, '_transient_timeout_wflginfl_00000000000000000000ffff4b2c53a9', '1477351513', 'no'),
(25940, '_transient_wflginfl_00000000000000000000ffff4b2c53a9', '2', 'no'),
(20141, '_transient_timeout_wflginfl_00000000000000000000ffff29696cc3', '1477318057', 'no'),
(20142, '_transient_wflginfl_00000000000000000000ffff29696cc3', '2', 'no'),
(20143, '_transient_timeout_wflginfl_00000000000000000000ffffb116703e', '1477318056', 'no'),
(20144, '_transient_wflginfl_00000000000000000000ffffb116703e', '2', 'no'),
(20145, '_transient_timeout_wflginfl_00000000000000000000ffff7be76b79', '1477318085', 'no'),
(20146, '_transient_wflginfl_00000000000000000000ffff7be76b79', '2', 'no'),
(20152, '_transient_timeout_wflginfl_00000000000000000000ffff75de17d5', '1477318088', 'no'),
(23014, '_transient_timeout_wflginfl_00000000000000000000ffffbc18f474', '1477334248', 'no'),
(23015, '_transient_wflginfl_00000000000000000000ffffbc18f474', '2', 'no'),
(20153, '_transient_wflginfl_00000000000000000000ffff75de17d5', '2', 'no'),
(20162, '_transient_wflginfl_00000000000000000000ffffb17f942c', '2', 'no'),
(20163, '_transient_timeout_wflginfl_00000000000000000000ffff1f0523ee', '1477318138', 'no'),
(20161, '_transient_timeout_wflginfl_00000000000000000000ffffb17f942c', '1477318125', 'no'),
(20159, '_transient_timeout_wflginfl_00000000000000000000ffff025426c9', '1477318123', 'no'),
(20160, '_transient_wflginfl_00000000000000000000ffff025426c9', '2', 'no'),
(20164, '_transient_wflginfl_00000000000000000000ffff1f0523ee', '2', 'no'),
(20170, '_transient_timeout_wflginfl_00000000000000000000ffffbc00bc6a', '1477318160', 'no'),
(20171, '_transient_wflginfl_00000000000000000000ffffbc00bc6a', '2', 'no'),
(27527, '_transient_timeout_wflginfl_00000000000000000000ffffbb128c98', '1477360687', 'no'),
(27528, '_transient_wflginfl_00000000000000000000ffffbb128c98', '2', 'no'),
(23017, '_transient_wflginfl_00000000000000000000ffffb03fa855', '2', 'no'),
(23034, '_transient_timeout_wflginfl_00000000000000000000ffff9cd5765b', '1477334394', 'no'),
(26157, '_transient_timeout_wflginfl_00000000000000000000ffff3c342d7e', '1477352761', 'no'),
(26158, '_transient_wflginfl_00000000000000000000ffff3c342d7e', '2', 'no'),
(20184, '_transient_timeout_wflginfl_00000000000000000000ffff70cb36bb', '1477318239', 'no'),
(20185, '_transient_wflginfl_00000000000000000000ffff70cb36bb', '1', 'no'),
(20191, '_transient_timeout_wflginfl_00000000000000000000ffffca435773', '1477318273', 'no'),
(20192, '_transient_wflginfl_00000000000000000000ffffca435773', '2', 'no'),
(22998, '_transient_timeout_wflginfl_00000000000000000000ffff75d520cc', '1477334170', 'no'),
(20197, '_transient_timeout_wflginfl_00000000000000000000ffff494fe986', '1477318309', 'no'),
(20198, '_transient_wflginfl_00000000000000000000ffff494fe986', '2', 'no'),
(25039, '_transient_timeout_wflginfl_00000000000000000000ffffd3ce5585', '1477346190', 'no'),
(25040, '_transient_wflginfl_00000000000000000000ffffd3ce5585', '2', 'no'),
(20201, '_transient_timeout_wflginfl_00000000000000000000ffff3195cbc9', '1477318316', 'no'),
(20202, '_transient_wflginfl_00000000000000000000ffff3195cbc9', '2', 'no'),
(22999, '_transient_wflginfl_00000000000000000000ffff75d520cc', '2', 'no'),
(20208, '_transient_timeout_wflginfl_00000000000000000000ffff5a4d4ca5', '1477318353', 'no'),
(20209, '_transient_wflginfl_00000000000000000000ffff5a4d4ca5', '2', 'no'),
(28191, '_transient_timeout_wflginfl_00000000000000000000ffffb2c5e49c', '1477364392', 'no'),
(20210, '_transient_timeout_wflginfl_00000000000000000000ffff4df95b11', '1477318372', 'no'),
(20211, '_transient_wflginfl_00000000000000000000ffff4df95b11', '2', 'no'),
(20226, '_transient_wflginfl_00000000000000000000ffffa0b03f22', '2', 'no'),
(23047, '_transient_timeout_wflginfl_00000000000000000000ffff67e69410', '1477334536', 'no'),
(23016, '_transient_timeout_wflginfl_00000000000000000000ffffb03fa855', '1477334253', 'no'),
(28283, '_transient_timeout_wflginfl_00000000000000000000ffff6aa0bd2e', '1477364906', 'no'),
(28284, '_transient_wflginfl_00000000000000000000ffff6aa0bd2e', '2', 'no'),
(20225, '_transient_timeout_wflginfl_00000000000000000000ffffa0b03f22', '1477318434', 'no'),
(20223, '_transient_timeout_wflginfl_00000000000000000000ffff78d2a56f', '1477318427', 'no'),
(20224, '_transient_wflginfl_00000000000000000000ffff78d2a56f', '2', 'no'),
(28192, '_transient_wflginfl_00000000000000000000ffffb2c5e49c', '2', 'no'),
(28327, '_transient_timeout_wflginfl_00000000000000000000ffff4a8359f4', '1477365137', 'no'),
(28328, '_transient_wflginfl_00000000000000000000ffff4a8359f4', '2', 'no'),
(20234, '_transient_timeout_wflginfl_00000000000000000000ffffb74e2fb9', '1477318497', 'no'),
(20235, '_transient_wflginfl_00000000000000000000ffffb74e2fb9', '2', 'no'),
(26082, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf7631', '1477352342', 'no'),
(26083, '_transient_wflginfl_00000000000000000000ffffb4bf7631', '2', 'no'),
(20236, '_transient_timeout_wflginfl_00000000000000000000ffffc5a457d0', '1477318520', 'no'),
(20237, '_transient_wflginfl_00000000000000000000ffffc5a457d0', '2', 'no'),
(30109, '_transient_timeout_wflginfl_00000000000000000000ffff7dd47b9d', '1477374821', 'no'),
(30110, '_transient_wflginfl_00000000000000000000ffff7dd47b9d', '2', 'no'),
(20244, '_transient_timeout_wflginfl_00000000000000000000ffff7c68e56a', '1477318528', 'no'),
(20245, '_transient_wflginfl_00000000000000000000ffff7c68e56a', '2', 'no'),
(25488, '_transient_timeout_wflginfl_00000000000000000000ffffb94b6e0a', '1477348781', 'no'),
(25489, '_transient_wflginfl_00000000000000000000ffffb94b6e0a', '2', 'no'),
(20279, '_transient_timeout_wflginfl_00000000000000000000ffff3195791e', '1477318732', 'no'),
(20280, '_transient_wflginfl_00000000000000000000ffff3195791e', '2', 'no'),
(23622, '_transient_timeout_wflginfl_00000000000000000000ffffdfdf8cae', '1477337877', 'no'),
(23623, '_transient_wflginfl_00000000000000000000ffffdfdf8cae', '2', 'no'),
(22984, '_transient_wflginfl_00000000000000000000ffffbc1bbb3f', '2', 'no'),
(20259, '_transient_timeout_wflginfl_00000000000000000000ffff67cc2512', '1477318636', 'no'),
(20260, '_transient_wflginfl_00000000000000000000ffff67cc2512', '1', 'no'),
(28449, '_transient_timeout_wflginfl_00000000000000000000ffff75f7080e', '1477365798', 'no'),
(28450, '_transient_wflginfl_00000000000000000000ffff75f7080e', '2', 'no'),
(20264, '_transient_timeout_wflginfl_00000000000000000000ffff7c7c4246', '1477318665', 'no'),
(20265, '_transient_wflginfl_00000000000000000000ffff7c7c4246', '2', 'no'),
(22983, '_transient_timeout_wflginfl_00000000000000000000ffffbc1bbb3f', '1477334087', 'no'),
(20266, '_transient_timeout_wflginfl_00000000000000000000ffff4d14fe39', '1477318666', 'no'),
(20267, '_transient_wflginfl_00000000000000000000ffff4d14fe39', '2', 'no'),
(20272, '_transient_timeout_wflginfl_00000000000000000000ffff5f0d4535', '1477318678', 'no'),
(20273, '_transient_wflginfl_00000000000000000000ffff5f0d4535', '2', 'no'),
(22972, '_transient_timeout_wflginfl_00000000000000000000ffff5557ccbe', '1477334039', 'no'),
(22973, '_transient_wflginfl_00000000000000000000ffff5557ccbe', '2', 'no'),
(20285, '_transient_timeout_wflginfl_00000000000000000000ffff9d313f77', '1477318775', 'no'),
(20286, '_transient_wflginfl_00000000000000000000ffff9d313f77', '2', 'no'),
(20287, '_transient_timeout_wflginfl_00000000000000000000ffffb4f87ea5', '1477318781', 'no'),
(20288, '_transient_wflginfl_00000000000000000000ffffb4f87ea5', '2', 'no'),
(27623, '_transient_timeout_wflginfl_00000000000000000000ffff5e4492b4', '1477361134', 'no'),
(20294, '_transient_timeout_wflginfl_00000000000000000000ffff6739575b', '1477318806', 'no'),
(20295, '_transient_wflginfl_00000000000000000000ffff6739575b', '2', 'no'),
(27192, '_transient_timeout_wflginfl_00000000000000000000ffff70cfc7fd', '1477358758', 'no'),
(27193, '_transient_wflginfl_00000000000000000000ffff70cfc7fd', '2', 'no'),
(20303, '_transient_timeout_wflginfl_00000000000000000000ffff0ec0d2bc', '1477318854', 'no'),
(20304, '_transient_wflginfl_00000000000000000000ffff0ec0d2bc', '2', 'no'),
(20310, '_transient_timeout_wflginfl_00000000000000000000ffffcb57ec03', '1477318903', 'no'),
(20311, '_transient_wflginfl_00000000000000000000ffffcb57ec03', '2', 'no'),
(22970, '_transient_wflginfl_00000000000000000000ffff1f92d437', '2', 'no'),
(23497, '_transient_timeout_wflginfl_00000000000000000000ffff5bd10ba8', '1477337060', 'no'),
(23498, '_transient_wflginfl_00000000000000000000ffff5bd10ba8', '2', 'no'),
(20314, '_transient_timeout_wflginfl_00000000000000000000ffff6e4c81b2', '1477318923', 'no'),
(20315, '_transient_wflginfl_00000000000000000000ffff6e4c81b2', '2', 'no'),
(25694, '_transient_timeout_wflginfl_00000000000000000000ffffb4fadc7e', '1477350067', 'no'),
(25695, '_transient_wflginfl_00000000000000000000ffffb4fadc7e', '2', 'no'),
(20328, '_transient_timeout_wflginfl_00000000000000000000ffff70cc0734', '1477318983', 'no'),
(20329, '_transient_wflginfl_00000000000000000000ffff70cc0734', '2', 'no'),
(20334, '_transient_timeout_wflginfl_00000000000000000000ffffbffd771e', '1477319000', 'no'),
(20335, '_transient_wflginfl_00000000000000000000ffffbffd771e', '2', 'no'),
(28901, '_transient_wflginfl_00000000000000000000ffff3e955f51', '2', 'no'),
(22969, '_transient_timeout_wflginfl_00000000000000000000ffff1f92d437', '1477334034', 'no'),
(27624, '_transient_wflginfl_00000000000000000000ffff5e4492b4', '2', 'no'),
(23048, '_transient_wflginfl_00000000000000000000ffff67e69410', '2', 'no'),
(22975, '_transient_wflginfl_00000000000000000000ffff32454d1c', '2', 'no'),
(20346, '_transient_timeout_wflginfl_00000000000000000000ffffae738230', '1477319097', 'no'),
(20347, '_transient_wflginfl_00000000000000000000ffffae738230', '2', 'no'),
(22956, '_transient_timeout_wflginfl_00000000000000000000ffff3bb68f51', '1477333965', 'no'),
(22957, '_transient_wflginfl_00000000000000000000ffff3bb68f51', '2', 'no'),
(20354, '_transient_timeout_wflginfl_00000000000000000000ffff75cc09dd', '1477319139', 'no'),
(20355, '_transient_wflginfl_00000000000000000000ffff75cc09dd', '2', 'no'),
(21817, '_transient_timeout_wflginfl_00000000000000000000ffffca533a93', '1477327426', 'no'),
(21818, '_transient_wflginfl_00000000000000000000ffffca533a93', '2', 'no'),
(21819, '_transient_timeout_wflginfl_00000000000000000000ffff51caacd6', '1477327421', 'no'),
(21820, '_transient_wflginfl_00000000000000000000ffff51caacd6', '2', 'no'),
(21826, '_transient_timeout_wflginfl_00000000000000000000ffff01ba253e', '1477327427', 'no'),
(21827, '_transient_wflginfl_00000000000000000000ffff01ba253e', '1', 'no'),
(20375, '_transient_timeout_wflginfl_00000000000000000000ffffbe89100f', '1477319332', 'no'),
(20376, '_transient_wflginfl_00000000000000000000ffffbe89100f', '2', 'no'),
(20382, '_transient_timeout_wflginfl_00000000000000000000ffffdabaa914', '1477319375', 'no'),
(20383, '_transient_wflginfl_00000000000000000000ffffdabaa914', '2', 'no'),
(22950, '_transient_wflginfl_00000000000000000000ffff5d3aae20', '2', 'no'),
(20384, '_transient_timeout_wflginfl_00000000000000000000ffffc2750264', '1477319397', 'no'),
(20385, '_transient_wflginfl_00000000000000000000ffffc2750264', '2', 'no'),
(20391, '_transient_timeout_wflginfl_00000000000000000000ffffd2c5734e', '1477319436', 'no'),
(20392, '_transient_wflginfl_00000000000000000000ffffd2c5734e', '2', 'no'),
(22948, '_transient_wflginfl_00000000000000000000ffffbe1d8597', '2', 'no'),
(22949, '_transient_timeout_wflginfl_00000000000000000000ffff5d3aae20', '1477333950', 'no'),
(20393, '_transient_timeout_wflginfl_00000000000000000000ffff566b750e', '1477319450', 'no'),
(20394, '_transient_wflginfl_00000000000000000000ffff566b750e', '2', 'no'),
(20395, '_transient_timeout_wflginfl_00000000000000000000ffffba918052', '1477319465', 'no'),
(20396, '_transient_wflginfl_00000000000000000000ffffba918052', '2', 'no'),
(22945, '_transient_timeout_wflginfl_00000000000000000000ffff2bf32626', '1477333928', 'no'),
(22946, '_transient_wflginfl_00000000000000000000ffff2bf32626', '2', 'no'),
(22947, '_transient_timeout_wflginfl_00000000000000000000ffffbe1d8597', '1477333948', 'no'),
(20406, '_transient_timeout_wflginfl_00000000000000000000ffffb7536b6e', '1477319530', 'no'),
(20407, '_transient_wflginfl_00000000000000000000ffffb7536b6e', '2', 'no'),
(20408, '_transient_timeout_wflginfl_00000000000000000000ffff5b67a603', '1477319533', 'no'),
(20409, '_transient_wflginfl_00000000000000000000ffff5b67a603', '2', 'no'),
(20410, '_transient_timeout_wflginfl_00000000000000000000ffff59d81037', '1477319548', 'no'),
(20411, '_transient_wflginfl_00000000000000000000ffff59d81037', '2', 'no'),
(24931, '_transient_timeout_wflginfl_00000000000000000000ffff4d8aecbd', '1477345615', 'no'),
(24932, '_transient_wflginfl_00000000000000000000ffff4d8aecbd', '2', 'no'),
(20420, '_transient_timeout_wflginfl_00000000000000000000ffff58f54b16', '1477319573', 'no'),
(20421, '_transient_wflginfl_00000000000000000000ffff58f54b16', '2', 'no'),
(20427, '_transient_timeout_wflginfl_00000000000000000000ffff2e635e0b', '1477319623', 'no'),
(20428, '_transient_wflginfl_00000000000000000000ffff2e635e0b', '2', 'no'),
(22941, '_transient_timeout_wflginfl_00000000000000000000ffffbd3a241f', '1477333925', 'no'),
(22942, '_transient_wflginfl_00000000000000000000ffffbd3a241f', '2', 'no'),
(22974, '_transient_timeout_wflginfl_00000000000000000000ffff32454d1c', '1477334039', 'no'),
(20429, '_transient_timeout_wflginfl_00000000000000000000ffff58f32350', '1477319642', 'no'),
(20430, '_transient_wflginfl_00000000000000000000ffff58f32350', '2', 'no'),
(20441, '_transient_timeout_wflginfl_00000000000000000000ffff75c95369', '1477319694', 'no'),
(20442, '_transient_wflginfl_00000000000000000000ffff75c95369', '2', 'no'),
(22927, '_transient_timeout_wflginfl_00000000000000000000ffffaf6543ef', '1477333784', 'no'),
(20443, '_transient_timeout_wflginfl_00000000000000000000ffff31f83ee1', '1477319697', 'no'),
(20444, '_transient_wflginfl_00000000000000000000ffff31f83ee1', '2', 'no'),
(20445, '_transient_timeout_wflginfl_00000000000000000000ffff29e095e1', '1477319714', 'no'),
(20446, '_transient_wflginfl_00000000000000000000ffff29e095e1', '2', 'no'),
(22935, '_transient_wflginfl_00000000000000000000ffff4f749f4d', '2', 'no'),
(28900, '_transient_timeout_wflginfl_00000000000000000000ffff3e955f51', '1477368230', 'no'),
(20457, '_transient_timeout_wflginfl_00000000000000000000ffffde712942', '1477319775', 'no'),
(20458, '_transient_wflginfl_00000000000000000000ffffde712942', '2', 'no'),
(22928, '_transient_wflginfl_00000000000000000000ffffaf6543ef', '2', 'no'),
(22934, '_transient_timeout_wflginfl_00000000000000000000ffff4f749f4d', '1477333812', 'no'),
(28454, '_transient_timeout_wflginfl_00000000000000000000ffff68b7b4cf', '1477365813', 'no'),
(28455, '_transient_wflginfl_00000000000000000000ffff68b7b4cf', '2', 'no'),
(20459, '_transient_timeout_wflginfl_00000000000000000000ffffb2ffa811', '1477319798', 'no'),
(20460, '_transient_wflginfl_00000000000000000000ffffb2ffa811', '2', 'no'),
(20465, '_transient_timeout_wflginfl_00000000000000000000ffff4eb944b8', '1477319811', 'no'),
(20466, '_transient_wflginfl_00000000000000000000ffff4eb944b8', '2', 'no'),
(20472, '_transient_timeout_wflginfl_00000000000000000000ffffb103d1ed', '1477319867', 'no'),
(20473, '_transient_wflginfl_00000000000000000000ffffb103d1ed', '2', 'no'),
(20481, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b6a12', '1477319934', 'no'),
(20482, '_transient_wflginfl_00000000000000000000ffff7c7b6a12', '2', 'no'),
(20474, '_transient_timeout_wflginfl_00000000000000000000ffffd2bb9f67', '1477319892', 'no'),
(20475, '_transient_wflginfl_00000000000000000000ffffd2bb9f67', '2', 'no'),
(22909, '_transient_wflginfl_00000000000000000000ffffb2df19bb', '2', 'no'),
(22910, '_transient_timeout_wflginfl_00000000000000000000ffff4759e865', '1477333723', 'no'),
(22911, '_transient_wflginfl_00000000000000000000ffff4759e865', '2', 'no'),
(22904, '_transient_wflginfl_00000000000000000000ffff67fb53a2', '2', 'no'),
(22906, '_transient_timeout_wflginfl_00000000000000000000ffff58d8675c', '1477333706', 'no'),
(22907, '_transient_wflginfl_00000000000000000000ffff58d8675c', '2', 'no'),
(20488, '_transient_timeout_wflginfl_00000000000000000000ffff7a24f56f', '1477320007', 'no'),
(20489, '_transient_wflginfl_00000000000000000000ffff7a24f56f', '2', 'no'),
(20495, '_transient_timeout_wflginfl_00000000000000000000ffffaf88bd58', '1477320046', 'no'),
(20496, '_transient_wflginfl_00000000000000000000ffffaf88bd58', '2', 'no'),
(22880, '_transient_wflginfl_00000000000000000000ffff73bb3887', '2', 'no'),
(22944, '_transient_wflginfl_00000000000000000000ffff6f583f42', '2', 'no'),
(24246, '_transient_timeout_wflginfl_00000000000000000000ffffb24f2907', '1477341667', 'no'),
(24247, '_transient_wflginfl_00000000000000000000ffffb24f2907', '2', 'no'),
(22943, '_transient_timeout_wflginfl_00000000000000000000ffff6f583f42', '1477333927', 'no'),
(22903, '_transient_timeout_wflginfl_00000000000000000000ffff67fb53a2', '1477333702', 'no'),
(20503, '_transient_timeout_wflginfl_00000000000000000000ffff5f89e557', '1477320096', 'no'),
(20504, '_transient_wflginfl_00000000000000000000ffff5f89e557', '2', 'no'),
(20505, '_transient_timeout_wflginfl_00000000000000000000ffff7bc9ea50', '1477320098', 'no'),
(20506, '_transient_wflginfl_00000000000000000000ffff7bc9ea50', '2', 'no'),
(20512, '_transient_timeout_wflginfl_00000000000000000000ffff83ac5b86', '1477320121', 'no'),
(20513, '_transient_wflginfl_00000000000000000000ffff83ac5b86', '2', 'no'),
(20514, '_transient_timeout_wflginfl_00000000000000000000ffff5b9d4707', '1477320143', 'no'),
(20515, '_transient_wflginfl_00000000000000000000ffff5b9d4707', '2', 'no'),
(24423, '_transient_timeout_wflginfl_00000000000000000000ffff79601797', '1477342805', 'no'),
(24424, '_transient_wflginfl_00000000000000000000ffff79601797', '2', 'no'),
(28940, '_transient_wflginfl_00000000000000000000ffff6d586646', '2', 'no'),
(22920, '_transient_wflginfl_00000000000000000000ffffbb7e35ff', '2', 'no'),
(28939, '_transient_timeout_wflginfl_00000000000000000000ffff6d586646', '1477368471', 'no'),
(22873, '_transient_wflginfl_00000000000000000000ffff4e581f6c', '2', 'no'),
(22879, '_transient_timeout_wflginfl_00000000000000000000ffff73bb3887', '1477333574', 'no'),
(22869, '_transient_timeout_wflginfl_00000000000000000000ffff43eef24d', '1477333538', 'no'),
(22870, '_transient_wflginfl_00000000000000000000ffff43eef24d', '2', 'no'),
(22872, '_transient_timeout_wflginfl_00000000000000000000ffff4e581f6c', '1477333567', 'no'),
(20538, '_transient_timeout_wflginfl_00000000000000000000ffffb4fddd25', '1477320328', 'no'),
(20539, '_transient_wflginfl_00000000000000000000ffffb4fddd25', '2', 'no'),
(20546, '_transient_timeout_wflginfl_00000000000000000000ffff6d597b5f', '1477320407', 'no'),
(20547, '_transient_wflginfl_00000000000000000000ffff6d597b5f', '2', 'no'),
(22862, '_transient_timeout_wflginfl_00000000000000000000ffff6739ff48', '1477333519', 'no'),
(22863, '_transient_wflginfl_00000000000000000000ffff6739ff48', '2', 'no'),
(28286, '_transient_timeout_wflginfl_00000000000000000000ffff0512bc70', '1477364922', 'no'),
(28287, '_transient_wflginfl_00000000000000000000ffff0512bc70', '2', 'no'),
(20555, '_transient_timeout_wflginfl_00000000000000000000ffff24540d8a', '1477320455', 'no'),
(20556, '_transient_wflginfl_00000000000000000000ffff24540d8a', '2', 'no'),
(27874, '_transient_timeout_wflginfl_00000000000000000000ffffb2dd6ffe', '1477362616', 'no'),
(27875, '_transient_wflginfl_00000000000000000000ffffb2dd6ffe', '2', 'no'),
(20557, '_transient_timeout_wflginfl_00000000000000000000ffffb531f612', '1477320476', 'no'),
(20558, '_transient_wflginfl_00000000000000000000ffffb531f612', '2', 'no'),
(20563, '_transient_timeout_wflginfl_00000000000000000000ffff2735f177', '1477320497', 'no'),
(20564, '_transient_wflginfl_00000000000000000000ffff2735f177', '2', 'no'),
(26103, '_transient_timeout_wflginfl_00000000000000000000ffffc9d089db', '1477352432', 'no'),
(26104, '_transient_wflginfl_00000000000000000000ffffc9d089db', '1', 'no'),
(20567, '_transient_timeout_wflginfl_00000000000000000000ffffbec7986e', '1477320494', 'no'),
(20568, '_transient_wflginfl_00000000000000000000ffffbec7986e', '1', 'no'),
(20569, '_transient_timeout_wflginfl_00000000000000000000ffff75cb9a8e', '1477320500', 'no'),
(20570, '_transient_wflginfl_00000000000000000000ffff75cb9a8e', '2', 'no'),
(22860, '_transient_wflginfl_00000000000000000000ffff5f194b5f', '2', 'no'),
(20572, '_transient_timeout_wflginfl_00000000000000000000ffff5e34922d', '1477320523', 'no'),
(20573, '_transient_wflginfl_00000000000000000000ffff5e34922d', '2', 'no'),
(20583, '_transient_timeout_wflginfl_00000000000000000000ffff696e6ab0', '1477320611', 'no'),
(20584, '_transient_wflginfl_00000000000000000000ffff696e6ab0', '2', 'no'),
(22858, '_transient_wflginfl_00000000000000000000ffffbe88f127', '2', 'no'),
(22859, '_transient_timeout_wflginfl_00000000000000000000ffff5f194b5f', '1477333506', 'no'),
(20585, '_transient_timeout_wflginfl_00000000000000000000ffffca8e6c88', '1477320619', 'no'),
(20586, '_transient_wflginfl_00000000000000000000ffffca8e6c88', '2', 'no'),
(20587, '_transient_timeout_wflginfl_00000000000000000000ffff4e1e8a31', '1477320631', 'no'),
(20588, '_transient_wflginfl_00000000000000000000ffff4e1e8a31', '2', 'no'),
(20589, '_transient_timeout_wflginfl_00000000000000000000ffff699c30ba', '1477320641', 'no'),
(20590, '_transient_wflginfl_00000000000000000000ffff699c30ba', '2', 'no'),
(26633, '_transient_timeout_wflginfl_00000000000000000000ffff4f02d8d2', '1477355667', 'no'),
(26634, '_transient_wflginfl_00000000000000000000ffff4f02d8d2', '2', 'no'),
(27493, '_transient_timeout_wflginfl_00000000000000000000ffff6cdf9a1c', '1477360564', 'no'),
(27494, '_transient_wflginfl_00000000000000000000ffff6cdf9a1c', '2', 'no'),
(20606, '_transient_timeout_wflginfl_00000000000000000000ffffc654e398', '1477320673', 'no'),
(20607, '_transient_wflginfl_00000000000000000000ffffc654e398', '2', 'no'),
(20609, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a6605', '1477320686', 'no'),
(20610, '_transient_wflginfl_00000000000000000000ffff4d8a6605', '2', 'no'),
(29626, '_transient_timeout_wflginfl_00000000000000000000ffff8ded9f31', '1477372183', 'no'),
(29627, '_transient_wflginfl_00000000000000000000ffff8ded9f31', '2', 'no'),
(20618, '_transient_timeout_wflginfl_00000000000000000000ffff9a008a02', '1477320721', 'no'),
(20619, '_transient_wflginfl_00000000000000000000ffff9a008a02', '2', 'no'),
(20620, '_transient_timeout_wflginfl_00000000000000000000ffff293a5a4d', '1477320732', 'no'),
(20621, '_transient_wflginfl_00000000000000000000ffff293a5a4d', '2', 'no'),
(20627, '_transient_timeout_wflginfl_00000000000000000000ffffdb40b007', '1477320769', 'no'),
(20628, '_transient_wflginfl_00000000000000000000ffffdb40b007', '2', 'no'),
(22857, '_transient_timeout_wflginfl_00000000000000000000ffffbe88f127', '1477333507', 'no'),
(20629, '_transient_timeout_wflginfl_00000000000000000000ffff67ddfbb8', '1477320775', 'no'),
(20630, '_transient_wflginfl_00000000000000000000ffff67ddfbb8', '2', 'no'),
(22847, '_transient_wflginfl_00000000000000000000ffff1f934100', '2', 'no'),
(22848, '_transient_timeout_wflginfl_00000000000000000000ffffbe204819', '1477333486', 'no'),
(22849, '_transient_wflginfl_00000000000000000000ffffbe204819', '1', 'no'),
(20647, '_transient_timeout_wflginfl_00000000000000000000ffff3eb77c82', '1477320907', 'no'),
(20648, '_transient_wflginfl_00000000000000000000ffff3eb77c82', '2', 'no'),
(20654, '_transient_timeout_wflginfl_00000000000000000000ffff55c25c76', '1477320951', 'no'),
(20655, '_transient_wflginfl_00000000000000000000ffff55c25c76', '2', 'no'),
(20663, '_transient_timeout_wflginfl_00000000000000000000ffff75cb4907', '1477321001', 'no'),
(20664, '_transient_wflginfl_00000000000000000000ffff75cb4907', '2', 'no'),
(20665, '_transient_timeout_wflginfl_00000000000000000000ffff2965756a', '1477321025', 'no'),
(20666, '_transient_wflginfl_00000000000000000000ffff2965756a', '2', 'no'),
(22706, '_transient_timeout_wflginfl_00000000000000000000ffffb111bfe5', '1477332411', 'no'),
(22707, '_transient_wflginfl_00000000000000000000ffffb111bfe5', '2', 'no'),
(20674, '_transient_timeout_wflginfl_00000000000000000000ffff75da007f', '1477321074', 'no'),
(20675, '_transient_wflginfl_00000000000000000000ffff75da007f', '2', 'no'),
(22839, '_transient_timeout_wflginfl_00000000000000000000ffff25d310b0', '1477333423', 'no'),
(22840, '_transient_wflginfl_00000000000000000000ffff25d310b0', '2', 'no'),
(22887, '_transient_timeout_wflginfl_00000000000000000000ffff2922b4c6', '1477333604', 'no'),
(20676, '_transient_timeout_wflginfl_00000000000000000000ffff2bfc64a2', '1477321089', 'no'),
(20677, '_transient_wflginfl_00000000000000000000ffff2bfc64a2', '2', 'no'),
(20678, '_transient_timeout_wflginfl_00000000000000000000ffff5e32c745', '1477321093', 'no'),
(20679, '_transient_wflginfl_00000000000000000000ffff5e32c745', '2', 'no'),
(20685, '_transient_timeout_wflginfl_00000000000000000000ffff2452ed1e', '1477321159', 'no'),
(20686, '_transient_wflginfl_00000000000000000000ffff2452ed1e', '2', 'no'),
(22888, '_transient_wflginfl_00000000000000000000ffff2922b4c6', '2', 'no'),
(22846, '_transient_timeout_wflginfl_00000000000000000000ffff1f934100', '1477333491', 'no'),
(28169, '_transient_timeout_wflginfl_00000000000000000000ffff3192a8c6', '1477364286', 'no'),
(28170, '_transient_wflginfl_00000000000000000000ffff3192a8c6', '2', 'no'),
(20693, '_transient_timeout_wflginfl_00000000000000000000ffff5f9f51fa', '1477321204', 'no'),
(20694, '_transient_wflginfl_00000000000000000000ffff5f9f51fa', '2', 'no'),
(20695, '_transient_timeout_wflginfl_00000000000000000000ffff5ee26e2a', '1477321209', 'no'),
(20696, '_transient_wflginfl_00000000000000000000ffff5ee26e2a', '2', 'no'),
(20702, '_transient_timeout_wflginfl_00000000000000000000ffff70d35c25', '1477321238', 'no'),
(20703, '_transient_wflginfl_00000000000000000000ffff70d35c25', '2', 'no'),
(20704, '_transient_timeout_wflginfl_00000000000000000000ffffcdbd25d8', '1477321250', 'no'),
(20705, '_transient_wflginfl_00000000000000000000ffffcdbd25d8', '2', 'no'),
(20706, '_transient_timeout_wflginfl_00000000000000000000ffff3e2df7f0', '1477321250', 'no'),
(20707, '_transient_wflginfl_00000000000000000000ffff3e2df7f0', '2', 'no'),
(20713, '_transient_timeout_wflginfl_00000000000000000000ffff3b588a9e', '1477321288', 'no'),
(20714, '_transient_wflginfl_00000000000000000000ffff3b588a9e', '2', 'no'),
(22835, '_transient_timeout_wflginfl_00000000000000000000ffffca992f66', '1477333401', 'no'),
(22836, '_transient_wflginfl_00000000000000000000ffffca992f66', '2', 'no'),
(20715, '_transient_timeout_wflginfl_00000000000000000000ffff050d18d6', '1477321302', 'no'),
(20716, '_transient_wflginfl_00000000000000000000ffff050d18d6', '2', 'no'),
(20721, '_transient_timeout_wflginfl_00000000000000000000ffff6ffbec3e', '1477321347', 'no'),
(20722, '_transient_wflginfl_00000000000000000000ffff6ffbec3e', '2', 'no'),
(20723, '_transient_timeout_wflginfl_00000000000000000000ffff31f46fbd', '1477321317', 'no'),
(20724, '_transient_wflginfl_00000000000000000000ffff31f46fbd', '2', 'no'),
(20730, '_transient_timeout_wflginfl_00000000000000000000ffff75d70d6c', '1477321354', 'no'),
(20731, '_transient_wflginfl_00000000000000000000ffff75d70d6c', '2', 'no'),
(22829, '_transient_wflginfl_00000000000000000000ffff294a4a87', '2', 'no'),
(20732, '_transient_timeout_wflginfl_00000000000000000000ffff71c7fbea', '1477321422', 'no'),
(20733, '_transient_wflginfl_00000000000000000000ffff71c7fbea', '2', 'no'),
(20734, '_transient_timeout_wflginfl_00000000000000000000ffffb126c003', '1477321359', 'no'),
(20735, '_transient_wflginfl_00000000000000000000ffffb126c003', '2', 'no'),
(20736, '_transient_timeout_wflginfl_00000000000000000000ffffd2acd8b8', '1477321372', 'no'),
(20737, '_transient_wflginfl_00000000000000000000ffffd2acd8b8', '2', 'no'),
(20742, '_transient_timeout_wflginfl_00000000000000000000ffff7da75a93', '1477321381', 'no'),
(20743, '_transient_wflginfl_00000000000000000000ffff7da75a93', '2', 'no'),
(20745, '_transient_timeout_wflginfl_00000000000000000000ffffb757ffb2', '1477321387', 'no'),
(20746, '_transient_wflginfl_00000000000000000000ffffb757ffb2', '2', 'no'),
(29666, '_transient_timeout_wflginfl_00000000000000000000ffff177aabe4', '1477372428', 'no'),
(29667, '_transient_wflginfl_00000000000000000000ffff177aabe4', '2', 'no'),
(20759, '_transient_timeout_wflginfl_00000000000000000000ffff43d37a9e', '1477321446', 'no'),
(20760, '_transient_wflginfl_00000000000000000000ffff43d37a9e', '2', 'no'),
(20761, '_transient_timeout_wflginfl_00000000000000000000ffffb4ea1f90', '1477321453', 'no'),
(20762, '_transient_wflginfl_00000000000000000000ffffb4ea1f90', '2', 'no'),
(20763, '_transient_timeout_wflginfl_00000000000000000000ffffd80ad8d2', '1477321454', 'no'),
(20764, '_transient_wflginfl_00000000000000000000ffffd80ad8d2', '2', 'no'),
(27133, '_transient_timeout_wflginfl_00000000000000000000ffff2bf2f265', '1477358417', 'no'),
(27134, '_transient_wflginfl_00000000000000000000ffff2bf2f265', '2', 'no'),
(22826, '_transient_timeout_wflginfl_00000000000000000000ffff5201f8f7', '1477333350', 'no'),
(28024, '_transient_timeout_wflginfl_00000000000000000000ffff4fb1dfd6', '1477363476', 'no'),
(28025, '_transient_wflginfl_00000000000000000000ffff4fb1dfd6', '2', 'no'),
(20774, '_transient_timeout_wflginfl_00000000000000000000ffff5547f72c', '1477321519', 'no'),
(20775, '_transient_wflginfl_00000000000000000000ffff5547f72c', '2', 'no'),
(27901, '_transient_timeout_wflginfl_00000000000000000000ffff71a17422', '1477362788', 'no'),
(27902, '_transient_wflginfl_00000000000000000000ffff71a17422', '2', 'no'),
(25131, '_transient_timeout_wflginfl_00000000000000000000ffff6d4380d4', '1477346706', 'no'),
(25132, '_transient_wflginfl_00000000000000000000ffff6d4380d4', '2', 'no'),
(20785, '_transient_timeout_wflginfl_00000000000000000000ffff580526ac', '1477321537', 'no'),
(20786, '_transient_wflginfl_00000000000000000000ffff580526ac', '2', 'no'),
(22838, '_transient_wflginfl_00000000000000000000ffff5d30f136', '2', 'no'),
(22828, '_transient_timeout_wflginfl_00000000000000000000ffff294a4a87', '1477333365', 'no'),
(22813, '_transient_wflginfl_00000000000000000000ffffc5304d05', '2', 'no'),
(25181, '_transient_timeout_wflginfl_00000000000000000000ffff1887b417', '1477346993', 'no'),
(25182, '_transient_wflginfl_00000000000000000000ffff1887b417', '2', 'no'),
(20806, '_transient_timeout_wflginfl_00000000000000000000ffff5f4c3d8a', '1477321692', 'no'),
(20807, '_transient_wflginfl_00000000000000000000ffff5f4c3d8a', '2', 'no'),
(20808, '_transient_timeout_wflginfl_00000000000000000000ffffb585c65e', '1477321693', 'no'),
(20809, '_transient_wflginfl_00000000000000000000ffffb585c65e', '2', 'no'),
(20810, '_transient_timeout_wflginfl_00000000000000000000ffff5ed33e3a', '1477321699', 'no'),
(20811, '_transient_wflginfl_00000000000000000000ffff5ed33e3a', '2', 'no'),
(20817, '_transient_timeout_wflginfl_00000000000000000000ffff29ed96e9', '1477321721', 'no'),
(20818, '_transient_wflginfl_00000000000000000000ffff29ed96e9', '2', 'no'),
(20819, '_transient_timeout_wflginfl_00000000000000000000ffff738a8f30', '1477321734', 'no'),
(20820, '_transient_wflginfl_00000000000000000000ffff738a8f30', '2', 'no'),
(23613, '_transient_timeout_wflginfl_00000000000000000000ffff6d6e9c45', '1477337773', 'no'),
(23614, '_transient_wflginfl_00000000000000000000ffff6d6e9c45', '2', 'no'),
(20828, '_transient_timeout_wflginfl_00000000000000000000ffff1bfb5e12', '1477321772', 'no'),
(20829, '_transient_wflginfl_00000000000000000000ffff1bfb5e12', '2', 'no'),
(22809, '_transient_wflginfl_00000000000000000000ffffb3b397fe', '2', 'no'),
(22810, '_transient_timeout_wflginfl_00000000000000000000ffff96f25793', '1477333250', 'no'),
(22811, '_transient_wflginfl_00000000000000000000ffff96f25793', '2', 'no'),
(22812, '_transient_timeout_wflginfl_00000000000000000000ffffc5304d05', '1477333256', 'no'),
(29239, '_transient_timeout_wflginfl_00000000000000000000ffff2e47d455', '1477369914', 'no'),
(29240, '_transient_wflginfl_00000000000000000000ffff2e47d455', '2', 'no'),
(20832, '_transient_timeout_wflginfl_00000000000000000000ffff4f6a6d99', '1477321794', 'no'),
(20833, '_transient_wflginfl_00000000000000000000ffff4f6a6d99', '2', 'no'),
(20838, '_transient_timeout_wflginfl_00000000000000000000ffff02322739', '1477321808', 'no'),
(20839, '_transient_wflginfl_00000000000000000000ffff02322739', '2', 'no'),
(20842, '_transient_timeout_wflginfl_00000000000000000000ffff2960c890', '1477321812', 'no'),
(20843, '_transient_wflginfl_00000000000000000000ffff2960c890', '2', 'no'),
(20849, '_transient_timeout_wflginfl_00000000000000000000ffff5e63fc28', '1477321867', 'no'),
(20850, '_transient_wflginfl_00000000000000000000ffff5e63fc28', '2', 'no'),
(22799, '_transient_timeout_wflginfl_00000000000000000000ffffbd9fe53e', '1477333185', 'no'),
(22800, '_transient_wflginfl_00000000000000000000ffffbd9fe53e', '2', 'no'),
(20855, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b7c45', '1477321904', 'no'),
(20856, '_transient_wflginfl_00000000000000000000ffff7c7b7c45', '2', 'no'),
(20857, '_transient_timeout_wflginfl_00000000000000000000ffff70862ba6', '1477321922', 'no'),
(20858, '_transient_wflginfl_00000000000000000000ffff70862ba6', '2', 'no'),
(20866, '_transient_timeout_wflginfl_00000000000000000000ffff5a04d1ef', '1477322033', 'no'),
(20864, '_transient_timeout_wflginfl_00000000000000000000ffffb03f1438', '1477322017', 'no'),
(20865, '_transient_wflginfl_00000000000000000000ffffb03f1438', '2', 'no'),
(20867, '_transient_wflginfl_00000000000000000000ffff5a04d1ef', '2', 'no'),
(22808, '_transient_timeout_wflginfl_00000000000000000000ffffb3b397fe', '1477333234', 'no'),
(20868, '_transient_timeout_wflginfl_00000000000000000000ffffb1b16154', '1477322024', 'no'),
(20869, '_transient_wflginfl_00000000000000000000ffffb1b16154', '2', 'no'),
(20870, '_transient_timeout_wflginfl_00000000000000000000ffffb329e23e', '1477322048', 'no'),
(20871, '_transient_wflginfl_00000000000000000000ffffb329e23e', '2', 'no'),
(22801, '_transient_timeout_wflginfl_00000000000000000000ffffb1c16786', '1477333205', 'no'),
(22802, '_transient_wflginfl_00000000000000000000ffffb1c16786', '2', 'no'),
(20882, '_transient_timeout_wflginfl_00000000000000000000ffff5e40210a', '1477322092', 'no'),
(20883, '_transient_wflginfl_00000000000000000000ffff5e40210a', '1', 'no'),
(22827, '_transient_wflginfl_00000000000000000000ffff5201f8f7', '2', 'no'),
(22837, '_transient_timeout_wflginfl_00000000000000000000ffff5d30f136', '1477333398', 'no'),
(20884, '_transient_timeout_wflginfl_00000000000000000000ffffa0b12a2b', '1477322101', 'no'),
(20885, '_transient_wflginfl_00000000000000000000ffffa0b12a2b', '2', 'no'),
(20886, '_transient_timeout_wflginfl_00000000000000000000ffff4d1d4456', '1477322114', 'no'),
(20887, '_transient_wflginfl_00000000000000000000ffff4d1d4456', '2', 'no'),
(20893, '_transient_timeout_wflginfl_00000000000000000000ffff3d0654f2', '1477322131', 'no'),
(20894, '_transient_wflginfl_00000000000000000000ffff3d0654f2', '2', 'no'),
(29030, '_transient_timeout_wflginfl_00000000000000000000ffff6f5d45b2', '1477368951', 'no'),
(29031, '_transient_wflginfl_00000000000000000000ffff6f5d45b2', '2', 'no'),
(20902, '_transient_timeout_wflginfl_00000000000000000000ffff75c7467b', '1477322197', 'no'),
(20903, '_transient_wflginfl_00000000000000000000ffff75c7467b', '2', 'no'),
(22791, '_transient_wflginfl_00000000000000000000ffffbeefa187', '2', 'no'),
(22792, '_transient_timeout_wflginfl_00000000000000000000ffff63ef83c7', '1477333134', 'no'),
(20908, '_transient_timeout_wflginfl_00000000000000000000ffff010966a9', '1477322235', 'no'),
(20909, '_transient_wflginfl_00000000000000000000ffff010966a9', '2', 'no'),
(20910, '_transient_timeout_wflginfl_00000000000000000000ffff6e37050b', '1477322254', 'no'),
(20911, '_transient_wflginfl_00000000000000000000ffff6e37050b', '2', 'no'),
(22793, '_transient_wflginfl_00000000000000000000ffff63ef83c7', '2', 'no'),
(20917, '_transient_timeout_wflginfl_00000000000000000000ffff53cba79e', '1477322272', 'no'),
(20918, '_transient_wflginfl_00000000000000000000ffff53cba79e', '2', 'no'),
(20919, '_transient_timeout_wflginfl_00000000000000000000ffff24535ba0', '1477322277', 'no'),
(20920, '_transient_wflginfl_00000000000000000000ffff24535ba0', '2', 'no'),
(24625, '_transient_timeout_wflginfl_00000000000000000000ffffc8081a40', '1477344020', 'no'),
(24626, '_transient_wflginfl_00000000000000000000ffffc8081a40', '2', 'no'),
(22919, '_transient_timeout_wflginfl_00000000000000000000ffffbb7e35ff', '1477333773', 'no'),
(22790, '_transient_timeout_wflginfl_00000000000000000000ffffbeefa187', '1477333127', 'no'),
(27562, '_transient_timeout_wflginfl_00000000000000000000ffffb5e78bb4', '1477360864', 'no'),
(27563, '_transient_wflginfl_00000000000000000000ffffb5e78bb4', '2', 'no'),
(20934, '_transient_timeout_wflginfl_00000000000000000000ffff5c6cf61d', '1477322345', 'no'),
(20935, '_transient_wflginfl_00000000000000000000ffff5c6cf61d', '2', 'no'),
(20942, '_transient_timeout_wflginfl_00000000000000000000ffff5b964fb0', '1477322427', 'no'),
(20943, '_transient_wflginfl_00000000000000000000ffff5b964fb0', '2', 'no'),
(22784, '_transient_timeout_wflginfl_00000000000000000000ffff2922339f', '1477333073', 'no'),
(22785, '_transient_wflginfl_00000000000000000000ffff2922339f', '2', 'no'),
(20944, '_transient_timeout_wflginfl_00000000000000000000ffff4d1d2454', '1477322427', 'no'),
(20945, '_transient_wflginfl_00000000000000000000ffff4d1d2454', '2', 'no'),
(20951, '_transient_timeout_wflginfl_00000000000000000000ffffbe6b7ba9', '1477322463', 'no'),
(20952, '_transient_wflginfl_00000000000000000000ffffbe6b7ba9', '2', 'no'),
(22777, '_transient_timeout_wflginfl_00000000000000000000ffffbc817fd6', '1477332997', 'no'),
(22778, '_transient_wflginfl_00000000000000000000ffffbc817fd6', '2', 'no'),
(20957, '_transient_timeout_wflginfl_00000000000000000000ffff3c31309a', '1477322515', 'no'),
(20958, '_transient_wflginfl_00000000000000000000ffff3c31309a', '2', 'no'),
(20959, '_transient_timeout_wflginfl_00000000000000000000ffffc5a4bdb9', '1477322524', 'no'),
(20960, '_transient_wflginfl_00000000000000000000ffffc5a4bdb9', '2', 'no'),
(20966, '_transient_timeout_wflginfl_00000000000000000000ffffb494d315', '1477322559', 'no'),
(20967, '_transient_wflginfl_00000000000000000000ffffb494d315', '2', 'no'),
(22772, '_transient_wflginfl_00000000000000000000ffff5892ec2a', '2', 'no'),
(26738, '_transient_timeout_wflginfl_00000000000000000000ffff29f8415c', '1477356207', 'no'),
(26739, '_transient_wflginfl_00000000000000000000ffff29f8415c', '2', 'no'),
(20974, '_transient_timeout_wflginfl_00000000000000000000ffffcb578195', '1477322623', 'no'),
(20975, '_transient_wflginfl_00000000000000000000ffffcb578195', '1', 'no'),
(20976, '_transient_timeout_wflginfl_00000000000000000000ffffad2e4db3', '1477322632', 'no'),
(20977, '_transient_wflginfl_00000000000000000000ffffad2e4db3', '2', 'no'),
(20978, '_transient_timeout_wflginfl_00000000000000000000ffffd5399ab6', '1477322633', 'no'),
(20979, '_transient_wflginfl_00000000000000000000ffffd5399ab6', '2', 'no'),
(20980, '_transient_timeout_wflginfl_00000000000000000000ffffcb578180', '1477322632', 'no'),
(20981, '_transient_wflginfl_00000000000000000000ffffcb578180', '1', 'no'),
(20987, '_transient_timeout_wflginfl_00000000000000000000ffff3b5bf220', '1477322662', 'no'),
(20988, '_transient_wflginfl_00000000000000000000ffff3b5bf220', '2', 'no'),
(22771, '_transient_timeout_wflginfl_00000000000000000000ffff5892ec2a', '1477332991', 'no'),
(22764, '_transient_timeout_wflginfl_00000000000000000000ffff31cd2d2f', '1477332931', 'no'),
(20998, '_transient_timeout_wflginfl_00000000000000000000ffff6d66c4ba', '1477322785', 'no'),
(20999, '_transient_wflginfl_00000000000000000000ffff6d66c4ba', '2', 'no'),
(21006, '_transient_timeout_wflginfl_00000000000000000000ffff1f0fb6e5', '1477322816', 'no'),
(21007, '_transient_wflginfl_00000000000000000000ffff1f0fb6e5', '2', 'no'),
(22757, '_transient_timeout_wflginfl_00000000000000000000ffffbec799cf', '1477332771', 'no'),
(22758, '_transient_wflginfl_00000000000000000000ffffbec799cf', '1', 'no'),
(21008, '_transient_timeout_wflginfl_00000000000000000000ffffd45c03b4', '1477322818', 'no'),
(21009, '_transient_wflginfl_00000000000000000000ffffd45c03b4', '2', 'no'),
(21010, '_transient_timeout_wflginfl_00000000000000000000ffffb4f199be', '1477322830', 'no'),
(21011, '_transient_wflginfl_00000000000000000000ffffb4f199be', '2', 'no'),
(21012, '_transient_timeout_wflginfl_00000000000000000000ffff296db595', '1477322841', 'no'),
(21013, '_transient_wflginfl_00000000000000000000ffff296db595', '2', 'no'),
(21019, '_transient_timeout_wflginfl_00000000000000000000ffff2bfc1b15', '1477322890', 'no'),
(21020, '_transient_wflginfl_00000000000000000000ffff2bfc1b15', '2', 'no'),
(22754, '_transient_wflginfl_00000000000000000000ffffbb8fc7a7', '2', 'no'),
(22755, '_transient_timeout_wflginfl_00000000000000000000ffffc854ccaf', '1477332768', 'no'),
(21025, '_transient_timeout_wflginfl_00000000000000000000ffff25f5b19e', '1477322933', 'no'),
(21026, '_transient_wflginfl_00000000000000000000ffff25f5b19e', '2', 'no'),
(21027, '_transient_timeout_wflginfl_00000000000000000000ffffc4dbf6c8', '1477322942', 'no'),
(21028, '_transient_wflginfl_00000000000000000000ffffc4dbf6c8', '2', 'no'),
(21029, '_transient_timeout_wflginfl_00000000000000000000ffffbb045eb7', '1477322945', 'no'),
(21030, '_transient_wflginfl_00000000000000000000ffffbb045eb7', '2', 'no'),
(21036, '_transient_timeout_wflginfl_00000000000000000000ffff3191c9d8', '1477322969', 'no'),
(21037, '_transient_wflginfl_00000000000000000000ffff3191c9d8', '2', 'no'),
(26831, '_transient_timeout_wflginfl_00000000000000000000ffff7385f789', '1477356887', 'no'),
(26832, '_transient_wflginfl_00000000000000000000ffff7385f789', '2', 'no'),
(21040, '_transient_timeout_wflginfl_00000000000000000000ffff82196d72', '1477322979', 'no'),
(21041, '_transient_wflginfl_00000000000000000000ffff82196d72', '2', 'no'),
(21053, '_transient_wflginfl_00000000000000000000ffffaf6bf9b8', '2', 'no'),
(21059, '_transient_timeout_wflginfl_00000000000000000000ffff0ca2b9de', '1477323048', 'no'),
(21042, '_transient_timeout_wflginfl_00000000000000000000ffff1fa5d40d', '1477322998', 'no'),
(21043, '_transient_wflginfl_00000000000000000000ffff1fa5d40d', '2', 'no'),
(21052, '_transient_timeout_wflginfl_00000000000000000000ffffaf6bf9b8', '1477323049', 'no'),
(21049, '_transient_timeout_wflginfl_00000000000000000000ffff4df3b758', '1477323001', 'no'),
(21050, '_transient_wflginfl_00000000000000000000ffff4df3b758', '2', 'no'),
(21060, '_transient_wflginfl_00000000000000000000ffff0ca2b9de', '2', 'no'),
(28314, '_transient_timeout_wflginfl_00000000000000000000ffff56c10280', '1477365084', 'no'),
(28315, '_transient_wflginfl_00000000000000000000ffff56c10280', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21063, '_transient_timeout_wflginfl_00000000000000000000ffff783bab73', '1477323059', 'no'),
(21064, '_transient_wflginfl_00000000000000000000ffff783bab73', '2', 'no'),
(22756, '_transient_wflginfl_00000000000000000000ffffc854ccaf', '1', 'no'),
(30557, '_transient_timeout_wflginfl_00000000000000000000ffffb2744332', '1477377429', 'no'),
(30558, '_transient_wflginfl_00000000000000000000ffffb2744332', '2', 'no'),
(21072, '_transient_timeout_wflginfl_00000000000000000000ffff5d3d2a43', '1477323098', 'no'),
(21073, '_transient_wflginfl_00000000000000000000ffff5d3d2a43', '2', 'no'),
(21074, '_transient_timeout_wflginfl_00000000000000000000ffff59d3a9b8', '1477323096', 'no'),
(21075, '_transient_wflginfl_00000000000000000000ffff59d3a9b8', '1', 'no'),
(21081, '_transient_timeout_wflginfl_00000000000000000000ffff5d9ce1de', '1477323137', 'no'),
(21082, '_transient_wflginfl_00000000000000000000ffff5d9ce1de', '2', 'no'),
(22752, '_transient_wflginfl_00000000000000000000ffff5d28b116', '2', 'no'),
(22753, '_transient_timeout_wflginfl_00000000000000000000ffffbb8fc7a7', '1477332770', 'no'),
(21083, '_transient_timeout_wflginfl_00000000000000000000ffff4f87b594', '1477323142', 'no'),
(21084, '_transient_wflginfl_00000000000000000000ffff4f87b594', '2', 'no'),
(21085, '_transient_timeout_wflginfl_00000000000000000000ffffb1490f9c', '1477323153', 'no'),
(21086, '_transient_wflginfl_00000000000000000000ffffb1490f9c', '2', 'no'),
(26976, '_transient_timeout_wflginfl_00000000000000000000ffff25228126', '1477357617', 'no'),
(26977, '_transient_wflginfl_00000000000000000000ffff25228126', '2', 'no'),
(21094, '_transient_timeout_wflginfl_00000000000000000000ffff29ed4807', '1477323182', 'no'),
(21095, '_transient_wflginfl_00000000000000000000ffff29ed4807', '2', 'no'),
(21101, '_transient_timeout_wflginfl_00000000000000000000ffff8984d15e', '1477323243', 'no'),
(21102, '_transient_wflginfl_00000000000000000000ffff8984d15e', '2', 'no'),
(22739, '_transient_wflginfl_00000000000000000000ffff2d72c349', '1', 'no'),
(21107, '_transient_timeout_wflginfl_00000000000000000000ffff5e4471c2', '1477323291', 'no'),
(21108, '_transient_wflginfl_00000000000000000000ffff5e4471c2', '2', 'no'),
(22751, '_transient_timeout_wflginfl_00000000000000000000ffff5d28b116', '1477332755', 'no'),
(26918, '_transient_timeout_wflginfl_00000000000000000000ffff47034881', '1477357353', 'no'),
(26919, '_transient_wflginfl_00000000000000000000ffff47034881', '2', 'no'),
(21111, '_transient_timeout_wflginfl_00000000000000000000ffff5edfd50b', '1477323320', 'no'),
(21112, '_transient_wflginfl_00000000000000000000ffff5edfd50b', '2', 'no'),
(22765, '_transient_wflginfl_00000000000000000000ffff31cd2d2f', '2', 'no'),
(22908, '_transient_timeout_wflginfl_00000000000000000000ffffb2df19bb', '1477333721', 'no'),
(21118, '_transient_timeout_wflginfl_00000000000000000000ffff79b65790', '1477323323', 'no'),
(21119, '_transient_wflginfl_00000000000000000000ffff79b65790', '2', 'no'),
(21126, '_transient_timeout_wflginfl_00000000000000000000ffff3df78331', '1477323405', 'no'),
(21127, '_transient_wflginfl_00000000000000000000ffff3df78331', '2', 'no'),
(22732, '_transient_timeout_wflginfl_00000000000000000000ffff59929d14', '1477332595', 'no'),
(22733, '_transient_wflginfl_00000000000000000000ffff59929d14', '2', 'no'),
(21128, '_transient_timeout_wflginfl_00000000000000000000ffff29c81bb3', '1477323417', 'no'),
(21129, '_transient_wflginfl_00000000000000000000ffff29c81bb3', '2', 'no'),
(21135, '_transient_timeout_wflginfl_00000000000000000000ffff55753dfa', '1477323463', 'no'),
(21136, '_transient_wflginfl_00000000000000000000ffff55753dfa', '2', 'no'),
(22723, '_transient_wflginfl_00000000000000000000ffffd4c81be6', '2', 'no'),
(22725, '_transient_timeout_wflginfl_00000000000000000000ffffb501e8ba', '1477332562', 'no'),
(21137, '_transient_timeout_wflginfl_00000000000000000000ffff29f28807', '1477323485', 'no'),
(21138, '_transient_wflginfl_00000000000000000000ffff29f28807', '2', 'no'),
(21144, '_transient_timeout_wflginfl_00000000000000000000ffff7da7fae1', '1477323542', 'no'),
(21145, '_transient_wflginfl_00000000000000000000ffff7da7fae1', '2', 'no'),
(21160, '_transient_timeout_wflginfl_00000000000000000000ffff27350037', '1477323816', 'no'),
(21161, '_transient_wflginfl_00000000000000000000ffff27350037', '2', 'no'),
(21146, '_transient_timeout_wflginfl_00000000000000000000ffff29534fba', '1477323547', 'no'),
(21147, '_transient_wflginfl_00000000000000000000ffff29534fba', '2', 'no'),
(22722, '_transient_timeout_wflginfl_00000000000000000000ffffd4c81be6', '1477332546', 'no'),
(21153, '_transient_timeout_wflginfl_00000000000000000000ffffbdfc9009', '1477323718', 'no'),
(21154, '_transient_wflginfl_00000000000000000000ffffbdfc9009', '2', 'no'),
(22738, '_transient_timeout_wflginfl_00000000000000000000ffff2d72c349', '1477332669', 'no'),
(24937, '_transient_wflginfl_00000000000000000000ffff5f1c1faf', '2', 'no'),
(24936, '_transient_timeout_wflginfl_00000000000000000000ffff5f1c1faf', '1477345645', 'no'),
(22708, '_transient_timeout_wflginfl_00000000000000000000ffff6c4367c3', '1477332418', 'no'),
(22709, '_transient_wflginfl_00000000000000000000ffff6c4367c3', '2', 'no'),
(21172, '_transient_timeout_wflginfl_00000000000000000000ffffc663bed1', '1477323932', 'no'),
(21173, '_transient_wflginfl_00000000000000000000ffffc663bed1', '1', 'no'),
(21179, '_transient_timeout_wflginfl_00000000000000000000ffff797938c3', '1477323971', 'no'),
(21180, '_transient_wflginfl_00000000000000000000ffff797938c3', '2', 'no'),
(24104, '_transient_timeout_wflginfl_00000000000000000000ffff5e776001', '1477340763', 'no'),
(24105, '_transient_wflginfl_00000000000000000000ffff5e776001', '1', 'no'),
(21188, '_transient_timeout_wflginfl_00000000000000000000ffff5e776007', '1477324015', 'no'),
(21189, '_transient_wflginfl_00000000000000000000ffff5e776007', '1', 'no'),
(21200, '_transient_timeout_wflginfl_00000000000000000000ffffc4cf446d', '1477324085', 'no'),
(21201, '_transient_wflginfl_00000000000000000000ffffc4cf446d', '2', 'no'),
(21202, '_transient_timeout_wflginfl_00000000000000000000ffff296f4622', '1477324086', 'no'),
(21203, '_transient_wflginfl_00000000000000000000ffff296f4622', '2', 'no'),
(21209, '_transient_timeout_wflginfl_00000000000000000000ffff2945c191', '1477324171', 'no'),
(21210, '_transient_wflginfl_00000000000000000000ffff2945c191', '2', 'no'),
(22696, '_transient_timeout_wflginfl_00000000000000000000ffff7279ea3b', '1477332321', 'no'),
(21211, '_transient_timeout_wflginfl_00000000000000000000ffff75c728ef', '1477324181', 'no'),
(21212, '_transient_wflginfl_00000000000000000000ffff75c728ef', '2', 'no'),
(22711, '_transient_wflginfl_00000000000000000000ffff4d4601e6', '2', 'no'),
(22726, '_transient_wflginfl_00000000000000000000ffffb501e8ba', '2', 'no'),
(21213, '_transient_timeout_wflginfl_00000000000000000000ffff7c5207d3', '1477324185', 'no'),
(21214, '_transient_wflginfl_00000000000000000000ffff7c5207d3', '2', 'no'),
(22697, '_transient_wflginfl_00000000000000000000ffff7279ea3b', '1', 'no'),
(22699, '_transient_timeout_wflginfl_00000000000000000000ffff8348b464', '1477332343', 'no'),
(21220, '_transient_timeout_wflginfl_00000000000000000000ffff7444487a', '1477324222', 'no'),
(21221, '_transient_wflginfl_00000000000000000000ffff7444487a', '2', 'no'),
(21222, '_transient_timeout_wflginfl_00000000000000000000ffff3190d78d', '1477324219', 'no'),
(21223, '_transient_wflginfl_00000000000000000000ffff3190d78d', '1', 'no'),
(21229, '_transient_timeout_wflginfl_00000000000000000000ffff9cd10374', '1477324270', 'no'),
(21230, '_transient_wflginfl_00000000000000000000ffff9cd10374', '2', 'no'),
(21240, '_transient_timeout_wflginfl_00000000000000000000ffff5d25bd9e', '1477324349', 'no'),
(21241, '_transient_wflginfl_00000000000000000000ffff5d25bd9e', '2', 'no'),
(22687, '_transient_timeout_wflginfl_00000000000000000000ffff7b88969f', '1477332289', 'no'),
(22688, '_transient_wflginfl_00000000000000000000ffff7b88969f', '2', 'no'),
(22710, '_transient_timeout_wflginfl_00000000000000000000ffff4d4601e6', '1477332434', 'no'),
(28171, '_transient_timeout_wflginfl_00000000000000000000ffff01bad388', '1477364280', 'no'),
(28172, '_transient_wflginfl_00000000000000000000ffff01bad388', '2', 'no'),
(21249, '_transient_timeout_wflginfl_00000000000000000000ffff3a08b377', '1477324398', 'no'),
(21250, '_transient_wflginfl_00000000000000000000ffff3a08b377', '2', 'no'),
(21279, '_transient_wflginfl_00000000000000000000ffff9cc4c4d4', '2', 'no'),
(22700, '_transient_wflginfl_00000000000000000000ffff8348b464', '2', 'no'),
(21280, '_transient_timeout_wflginfl_00000000000000000000ffffbea600df', '1477324531', 'no'),
(21251, '_transient_timeout_wflginfl_00000000000000000000ffff2e322bfd', '1477324410', 'no'),
(21252, '_transient_wflginfl_00000000000000000000ffff2e322bfd', '2', 'no'),
(21253, '_transient_timeout_wflginfl_00000000000000000000ffff67e818bd', '1477324426', 'no'),
(21254, '_transient_wflginfl_00000000000000000000ffff67e818bd', '2', 'no'),
(21255, '_transient_timeout_wflginfl_00000000000000000000ffffb0770f10', '1477324426', 'no'),
(21256, '_transient_wflginfl_00000000000000000000ffffb0770f10', '2', 'no'),
(21262, '_transient_timeout_wflginfl_00000000000000000000ffff73bb230f', '1477324442', 'no'),
(21263, '_transient_wflginfl_00000000000000000000ffff73bb230f', '2', 'no'),
(21268, '_transient_timeout_wflginfl_00000000000000000000ffff75c25438', '1477324470', 'no'),
(21269, '_transient_wflginfl_00000000000000000000ffff75c25438', '2', 'no'),
(21278, '_transient_timeout_wflginfl_00000000000000000000ffff9cc4c4d4', '1477324527', 'no'),
(21271, '_transient_timeout_wflginfl_00000000000000000000ffffb10d1a13', '1477324477', 'no'),
(21272, '_transient_wflginfl_00000000000000000000ffffb10d1a13', '2', 'no'),
(21281, '_transient_wflginfl_00000000000000000000ffffbea600df', '2', 'no'),
(22673, '_transient_timeout_wflginfl_00000000000000000000ffff052b5dac', '1477332199', 'no'),
(22674, '_transient_wflginfl_00000000000000000000ffff052b5dac', '2', 'no'),
(22680, '_transient_timeout_wflginfl_00000000000000000000ffff6d9999e8', '1477332232', 'no'),
(23007, '_transient_timeout_wflginfl_00000000000000000000ffffb52ef87e', '1477334202', 'no'),
(23008, '_transient_wflginfl_00000000000000000000ffffb52ef87e', '2', 'no'),
(21294, '_transient_timeout_wflginfl_00000000000000000000ffff505f67f9', '1477324630', 'no'),
(21295, '_transient_wflginfl_00000000000000000000ffff505f67f9', '2', 'no'),
(30321, '_transient_timeout_wflginfl_00000000000000000000ffffbd7d9bdb', '1477376077', 'no'),
(30322, '_transient_wflginfl_00000000000000000000ffffbd7d9bdb', '2', 'no'),
(21304, '_transient_timeout_wflginfl_00000000000000000000ffff4f23a857', '1477324669', 'no'),
(21305, '_transient_wflginfl_00000000000000000000ffff4f23a857', '2', 'no'),
(21306, '_transient_timeout_wflginfl_00000000000000000000ffff7c78ca6f', '1477324675', 'no'),
(21307, '_transient_wflginfl_00000000000000000000ffff7c78ca6f', '2', 'no'),
(21313, '_transient_timeout_wflginfl_00000000000000000000ffff67f2c47c', '1477324696', 'no'),
(21314, '_transient_wflginfl_00000000000000000000ffff67f2c47c', '2', 'no'),
(21315, '_transient_timeout_wflginfl_00000000000000000000ffffb6ba0c49', '1477324712', 'no'),
(21316, '_transient_wflginfl_00000000000000000000ffffb6ba0c49', '2', 'no'),
(21317, '_transient_timeout_wflginfl_00000000000000000000ffffd40a52e7', '1477324718', 'no'),
(21318, '_transient_wflginfl_00000000000000000000ffffd40a52e7', '2', 'no'),
(23214, '_transient_timeout_wflginfl_00000000000000000000ffff1fdf8139', '1477335489', 'no'),
(23215, '_transient_wflginfl_00000000000000000000ffff1fdf8139', '2', 'no'),
(21331, '_transient_timeout_wflginfl_00000000000000000000ffffaf884084', '1477324795', 'no'),
(21332, '_transient_wflginfl_00000000000000000000ffffaf884084', '2', 'no'),
(22681, '_transient_wflginfl_00000000000000000000ffff6d9999e8', '2', 'no'),
(22689, '_transient_timeout_wflginfl_00000000000000000000ffff798f7cdd', '1477332290', 'no'),
(22690, '_transient_wflginfl_00000000000000000000ffff798f7cdd', '2', 'no'),
(21338, '_transient_timeout_wflginfl_00000000000000000000ffff6f5e97f7', '1477324839', 'no'),
(21339, '_transient_wflginfl_00000000000000000000ffff6f5e97f7', '2', 'no'),
(21340, '_transient_timeout_wflginfl_00000000000000000000ffff6d43bf89', '1477324838', 'no'),
(21341, '_transient_wflginfl_00000000000000000000ffff6d43bf89', '2', 'no'),
(21347, '_transient_timeout_wflginfl_00000000000000000000ffffc5311c50', '1477324879', 'no'),
(21348, '_transient_wflginfl_00000000000000000000ffffc5311c50', '2', 'no'),
(22650, '_transient_wflginfl_00000000000000000000ffffb938d373', '2', 'no'),
(22664, '_transient_wflginfl_00000000000000000000ffff532986f0', '2', 'no'),
(21353, '_transient_timeout_wflginfl_00000000000000000000ffff3b5df14c', '1477324905', 'no'),
(21354, '_transient_wflginfl_00000000000000000000ffff3b5df14c', '2', 'no'),
(21355, '_transient_timeout_wflginfl_00000000000000000000ffff1b300099', '1477324934', 'no'),
(21356, '_transient_wflginfl_00000000000000000000ffff1b300099', '2', 'no'),
(21362, '_transient_timeout_wflginfl_00000000000000000000ffff5a111bd8', '1477324951', 'no'),
(21363, '_transient_wflginfl_00000000000000000000ffff5a111bd8', '2', 'no'),
(21364, '_transient_timeout_wflginfl_00000000000000000000ffff5efc5a4f', '1477324965', 'no'),
(21365, '_transient_wflginfl_00000000000000000000ffff5efc5a4f', '2', 'no'),
(21371, '_transient_timeout_wflginfl_00000000000000000000ffff3b5ff1e2', '1477324972', 'no'),
(21372, '_transient_wflginfl_00000000000000000000ffff3b5ff1e2', '2', 'no'),
(22665, '_transient_timeout_wflginfl_00000000000000000000ffff7d19c1b5', '1477332172', 'no'),
(22663, '_transient_timeout_wflginfl_00000000000000000000ffff532986f0', '1477332156', 'no'),
(21373, '_transient_timeout_wflginfl_00000000000000000000ffff319557af', '1477324976', 'no'),
(21374, '_transient_wflginfl_00000000000000000000ffff319557af', '2', 'no'),
(21380, '_transient_timeout_wflginfl_00000000000000000000ffff29698f2d', '1477325050', 'no'),
(21381, '_transient_wflginfl_00000000000000000000ffff29698f2d', '2', 'no'),
(22656, '_transient_timeout_wflginfl_00000000000000000000ffffbbb5f73f', '1477332103', 'no'),
(22649, '_transient_timeout_wflginfl_00000000000000000000ffffb938d373', '1477332028', 'no'),
(21382, '_transient_timeout_wflginfl_00000000000000000000ffff2949eaf4', '1477325052', 'no'),
(21383, '_transient_wflginfl_00000000000000000000ffff2949eaf4', '2', 'no'),
(22629, '_transient_timeout_wflginfl_00000000000000000000ffffca3e11f3', '1477331918', 'no'),
(21426, '_transient_timeout_wflginfl_00000000000000000000ffff3ec91721', '1477325238', 'no'),
(21427, '_transient_wflginfl_00000000000000000000ffff3ec91721', '2', 'no'),
(21390, '_transient_timeout_wflginfl_00000000000000000000ffff5f4f351e', '1477325093', 'no'),
(21391, '_transient_wflginfl_00000000000000000000ffff5f4f351e', '2', 'no'),
(21392, '_transient_timeout_wflginfl_00000000000000000000ffff4f918085', '1477325112', 'no'),
(21393, '_transient_wflginfl_00000000000000000000ffff4f918085', '2', 'no'),
(28388, '_transient_timeout_wflginfl_00000000000000000000ffff4fb71743', '1477365432', 'no'),
(28389, '_transient_wflginfl_00000000000000000000ffff4fb71743', '2', 'no'),
(21402, '_transient_timeout_wflginfl_00000000000000000000ffff2e63147a', '1477325133', 'no'),
(21403, '_transient_wflginfl_00000000000000000000ffff2e63147a', '2', 'no'),
(25961, '_transient_timeout_wflginfl_00000000000000000000ffff29fac03b', '1477351638', 'no'),
(25962, '_transient_wflginfl_00000000000000000000ffff29fac03b', '2', 'no'),
(28275, '_transient_timeout_wflginfl_00000000000000000000ffffc95a59f8', '1477364866', 'no'),
(21415, '_transient_timeout_wflginfl_00000000000000000000ffff65b0610c', '1477325180', 'no'),
(21416, '_transient_wflginfl_00000000000000000000ffff65b0610c', '2', 'no'),
(28276, '_transient_wflginfl_00000000000000000000ffffc95a59f8', '2', 'no'),
(28924, '_transient_timeout_wflginfl_00000000000000000000ffff7469da6b', '1477368404', 'no'),
(28925, '_transient_wflginfl_00000000000000000000ffff7469da6b', '2', 'no'),
(21433, '_transient_timeout_wflginfl_00000000000000000000ffff29cd3fae', '1477325272', 'no'),
(21434, '_transient_wflginfl_00000000000000000000ffff29cd3fae', '2', 'no'),
(22632, '_transient_wflginfl_00000000000000000000ffff78383085', '2', 'no'),
(21440, '_transient_timeout_wflginfl_00000000000000000000ffffb2df2f03', '1477325304', 'no'),
(21441, '_transient_wflginfl_00000000000000000000ffffb2df2f03', '2', 'no'),
(21442, '_transient_timeout_wflginfl_00000000000000000000ffff4f75b2e3', '1477325315', 'no'),
(21443, '_transient_wflginfl_00000000000000000000ffff4f75b2e3', '2', 'no'),
(21449, '_transient_timeout_wflginfl_00000000000000000000ffff05458221', '1477325352', 'no'),
(21450, '_transient_wflginfl_00000000000000000000ffff05458221', '2', 'no'),
(22630, '_transient_wflginfl_00000000000000000000ffffca3e11f3', '2', 'no'),
(22631, '_transient_timeout_wflginfl_00000000000000000000ffff78383085', '1477331937', 'no'),
(21456, '_transient_timeout_wflginfl_00000000000000000000ffffbfb28989', '1477325399', 'no'),
(21457, '_transient_wflginfl_00000000000000000000ffffbfb28989', '1', 'no'),
(21459, '_transient_timeout_wflginfl_00000000000000000000ffff272130d2', '1477325412', 'no'),
(21460, '_transient_wflginfl_00000000000000000000ffff272130d2', '2', 'no'),
(21461, '_transient_timeout_wflginfl_00000000000000000000ffff3180a601', '1477325427', 'no'),
(21462, '_transient_wflginfl_00000000000000000000ffff3180a601', '2', 'no'),
(28847, '_transient_timeout_wflginfl_00000000000000000000ffff59c9b8b8', '1477367927', 'no'),
(28848, '_transient_wflginfl_00000000000000000000ffff59c9b8b8', '2', 'no'),
(22627, '_transient_timeout_wflginfl_00000000000000000000ffff73b2ea87', '1477331920', 'no'),
(22628, '_transient_wflginfl_00000000000000000000ffff73b2ea87', '2', 'no'),
(28233, '_transient_timeout_wflginfl_00000000000000000000ffff4f72fb76', '1477364696', 'no'),
(28234, '_transient_wflginfl_00000000000000000000ffff4f72fb76', '2', 'no'),
(21477, '_transient_timeout_wflginfl_00000000000000000000ffff75d60d41', '1477325505', 'no'),
(21478, '_transient_wflginfl_00000000000000000000ffff75d60d41', '2', 'no'),
(21479, '_transient_timeout_wflginfl_00000000000000000000ffffc8afd431', '1477325512', 'no'),
(21480, '_transient_wflginfl_00000000000000000000ffffc8afd431', '2', 'no'),
(21486, '_transient_timeout_wflginfl_00000000000000000000ffffaf8d3a04', '1477325539', 'no'),
(21487, '_transient_wflginfl_00000000000000000000ffffaf8d3a04', '2', 'no'),
(21493, '_transient_timeout_wflginfl_00000000000000000000ffff2e467a3e', '1477325571', 'no'),
(21494, '_transient_wflginfl_00000000000000000000ffff2e467a3e', '2', 'no'),
(22657, '_transient_wflginfl_00000000000000000000ffffbbb5f73f', '1', 'no'),
(22666, '_transient_wflginfl_00000000000000000000ffff7d19c1b5', '2', 'no'),
(22617, '_transient_timeout_wflginfl_00000000000000000000ffffb6badfe9', '1477331864', 'no'),
(22618, '_transient_wflginfl_00000000000000000000ffffb6badfe9', '2', 'no'),
(21495, '_transient_timeout_wflginfl_00000000000000000000ffff2e86ae13', '1477325582', 'no'),
(21496, '_transient_wflginfl_00000000000000000000ffff2e86ae13', '2', 'no'),
(21502, '_transient_timeout_wflginfl_00000000000000000000ffff01ba2638', '1477325631', 'no'),
(21503, '_transient_wflginfl_00000000000000000000ffff01ba2638', '2', 'no'),
(22599, '_transient_wflginfl_00000000000000000000ffff813800af', '2', 'no'),
(28689, '_transient_timeout_wflginfl_00000000000000000000ffff6dfc55ab', '1477367143', 'no'),
(28690, '_transient_wflginfl_00000000000000000000ffff6dfc55ab', '2', 'no'),
(21508, '_transient_timeout_wflginfl_00000000000000000000ffffb3d6bae6', '1477325665', 'no'),
(21509, '_transient_wflginfl_00000000000000000000ffffb3d6bae6', '2', 'no'),
(21510, '_transient_timeout_wflginfl_00000000000000000000ffffbe038027', '1477325666', 'no'),
(21511, '_transient_wflginfl_00000000000000000000ffffbe038027', '2', 'no'),
(21513, '_transient_timeout_wflginfl_00000000000000000000ffffc1dba405', '1477325682', 'no'),
(21514, '_transient_wflginfl_00000000000000000000ffffc1dba405', '2', 'no'),
(21519, '_transient_timeout_wflginfl_00000000000000000000ffff5c60740e', '1477325696', 'no'),
(21520, '_transient_wflginfl_00000000000000000000ffff5c60740e', '2', 'no'),
(21522, '_transient_timeout_wflginfl_00000000000000000000ffff7085e813', '1477325723', 'no'),
(21523, '_transient_wflginfl_00000000000000000000ffff7085e813', '2', 'no'),
(21529, '_transient_timeout_wflginfl_00000000000000000000ffff5e99a24e', '1477325783', 'no'),
(21530, '_transient_wflginfl_00000000000000000000ffff5e99a24e', '2', 'no'),
(22596, '_transient_timeout_wflginfl_00000000000000000000ffffbd47b742', '1477331722', 'no'),
(22597, '_transient_wflginfl_00000000000000000000ffffbd47b742', '2', 'no'),
(21531, '_transient_timeout_wflginfl_00000000000000000000ffff5402f6ac', '1477325794', 'no'),
(21532, '_transient_wflginfl_00000000000000000000ffff5402f6ac', '2', 'no'),
(21533, '_transient_timeout_wflginfl_00000000000000000000ffff7ab16aa2', '1477325802', 'no'),
(21534, '_transient_wflginfl_00000000000000000000ffff7ab16aa2', '2', 'no'),
(21539, '_transient_timeout_wflginfl_00000000000000000000ffff3a61d919', '1477325826', 'no'),
(21540, '_transient_wflginfl_00000000000000000000ffff3a61d919', '2', 'no'),
(21546, '_transient_timeout_wflginfl_00000000000000000000ffff296f0e7b', '1477325853', 'no'),
(21547, '_transient_wflginfl_00000000000000000000ffff296f0e7b', '2', 'no'),
(21549, '_transient_timeout_wflginfl_00000000000000000000ffff545e7889', '1477325879', 'no'),
(21550, '_transient_wflginfl_00000000000000000000ffff545e7889', '2', 'no'),
(21555, '_transient_timeout_wflginfl_00000000000000000000ffff5e702e9a', '1477325892', 'no'),
(21556, '_transient_wflginfl_00000000000000000000ffff5e702e9a', '2', 'no'),
(21557, '_transient_timeout_wflginfl_00000000000000000000ffff273079f5', '1477325907', 'no'),
(21558, '_transient_wflginfl_00000000000000000000ffff273079f5', '2', 'no'),
(21559, '_transient_timeout_wflginfl_00000000000000000000ffffb24483ab', '1477325908', 'no'),
(21560, '_transient_wflginfl_00000000000000000000ffffb24483ab', '2', 'no'),
(22598, '_transient_timeout_wflginfl_00000000000000000000ffff813800af', '1477331728', 'no'),
(21567, '_transient_timeout_wflginfl_00000000000000000000ffff8d087257', '1477325942', 'no'),
(21568, '_transient_wflginfl_00000000000000000000ffff8d087257', '2', 'no'),
(21569, '_transient_timeout_wflginfl_00000000000000000000ffff9d7758d4', '1477325951', 'no'),
(21570, '_transient_wflginfl_00000000000000000000ffff9d7758d4', '2', 'no'),
(21576, '_transient_timeout_wflginfl_00000000000000000000ffffb92f655b', '1477326041', 'no'),
(21577, '_transient_wflginfl_00000000000000000000ffffb92f655b', '2', 'no'),
(30467, '_transient_timeout_wflginfl_00000000000000000000ffff5741c707', '1477377039', 'no'),
(30468, '_transient_wflginfl_00000000000000000000ffff5741c707', '2', 'no'),
(24702, '_transient_timeout_wflginfl_00000000000000000000ffff50ff2ace', '1477344424', 'no'),
(22594, '_transient_timeout_wflginfl_00000000000000000000ffffaf8b8601', '1477331715', 'no'),
(22595, '_transient_wflginfl_00000000000000000000ffffaf8b8601', '2', 'no'),
(21584, '_transient_timeout_wflginfl_00000000000000000000ffff2725b00a', '1477326059', 'no'),
(21585, '_transient_wflginfl_00000000000000000000ffff2725b00a', '2', 'no'),
(21604, '_transient_timeout_wflginfl_00000000000000000000ffff708644e9', '1477326234', 'no'),
(21605, '_transient_wflginfl_00000000000000000000ffff708644e9', '2', 'no'),
(25839, '_transient_timeout_wflginfl_00000000000000000000ffffc9b99afe', '1477350930', 'no'),
(24703, '_transient_wflginfl_00000000000000000000ffff50ff2ace', '2', 'no'),
(21610, '_transient_timeout_wflginfl_00000000000000000000ffff75d36567', '1477326272', 'no'),
(21611, '_transient_wflginfl_00000000000000000000ffff75d36567', '2', 'no'),
(21617, '_transient_timeout_wflginfl_00000000000000000000ffff505e3706', '1477326333', 'no'),
(21618, '_transient_wflginfl_00000000000000000000ffff505e3706', '2', 'no'),
(22584, '_transient_timeout_wflginfl_00000000000000000000ffff292b68e4', '1477331667', 'no'),
(30200, '_transient_timeout_wflginfl_00000000000000000000ffff2ef6f2af', '1477375396', 'no'),
(30201, '_transient_wflginfl_00000000000000000000ffff2ef6f2af', '2', 'no'),
(21626, '_transient_timeout_wflginfl_00000000000000000000ffff02edd403', '1477326385', 'no'),
(21627, '_transient_wflginfl_00000000000000000000ffff02edd403', '2', 'no'),
(22570, '_transient_timeout_wflginfl_00000000000000000000ffff6a33eb7a', '1477331591', 'no'),
(22571, '_transient_wflginfl_00000000000000000000ffff6a33eb7a', '2', 'no'),
(22585, '_transient_wflginfl_00000000000000000000ffff292b68e4', '2', 'no'),
(21628, '_transient_timeout_wflginfl_00000000000000000000ffffba3bbc06', '1477326415', 'no'),
(21629, '_transient_wflginfl_00000000000000000000ffffba3bbc06', '2', 'no'),
(21635, '_transient_timeout_wflginfl_00000000000000000000ffff6731e406', '1477326428', 'no'),
(21636, '_transient_wflginfl_00000000000000000000ffff6731e406', '2', 'no'),
(27430, '_transient_timeout_wflginfl_00000000000000000000ffffc3408e8d', '1477360137', 'no'),
(27431, '_transient_wflginfl_00000000000000000000ffffc3408e8d', '2', 'no'),
(21644, '_transient_timeout_wflginfl_00000000000000000000ffff2ec140a0', '1477326458', 'no'),
(21645, '_transient_wflginfl_00000000000000000000ffff2ec140a0', '2', 'no'),
(22547, '_transient_wflginfl_00000000000000000000ffff57d0305a', '2', 'no'),
(22554, '_transient_timeout_wflginfl_00000000000000000000ffff4a3b805d', '1477331403', 'no'),
(22555, '_transient_wflginfl_00000000000000000000ffff4a3b805d', '2', 'no'),
(21651, '_transient_timeout_wflginfl_00000000000000000000ffffc8a13046', '1477326513', 'no'),
(21652, '_transient_wflginfl_00000000000000000000ffffc8a13046', '2', 'no'),
(21653, '_transient_timeout_wflginfl_00000000000000000000ffff7aa7558e', '1477326516', 'no'),
(21654, '_transient_wflginfl_00000000000000000000ffff7aa7558e', '2', 'no'),
(21655, '_transient_timeout_wflginfl_00000000000000000000ffff2bf324cd', '1477326519', 'no'),
(21656, '_transient_wflginfl_00000000000000000000ffff2bf324cd', '2', 'no'),
(22534, '_transient_timeout_wflginfl_00000000000000000000ffff7c7b4b49', '1477331283', 'no'),
(22535, '_transient_wflginfl_00000000000000000000ffff7c7b4b49', '2', 'no'),
(22546, '_transient_timeout_wflginfl_00000000000000000000ffff57d0305a', '1477331370', 'no'),
(21668, '_transient_timeout_wflginfl_00000000000000000000ffffbe10ba67', '1477326621', 'no'),
(21669, '_transient_wflginfl_00000000000000000000ffffbe10ba67', '2', 'no'),
(21675, '_transient_timeout_wflginfl_00000000000000000000ffff2723db40', '1477326669', 'no'),
(21676, '_transient_wflginfl_00000000000000000000ffff2723db40', '2', 'no'),
(22638, '_transient_timeout_wflginfl_00000000000000000000ffff67c2eb69', '1477331985', 'no'),
(22639, '_transient_wflginfl_00000000000000000000ffff67c2eb69', '2', 'no'),
(21677, '_transient_timeout_wflginfl_00000000000000000000ffffdee74690', '1477326683', 'no'),
(21678, '_transient_wflginfl_00000000000000000000ffffdee74690', '2', 'no'),
(28586, '_transient_timeout_wflginfl_00000000000000000000ffff432d706c', '1477366564', 'no'),
(28587, '_transient_wflginfl_00000000000000000000ffff432d706c', '2', 'no'),
(27876, '_transient_timeout_wflginfl_00000000000000000000ffff2450acca', '1477362627', 'no'),
(27877, '_transient_wflginfl_00000000000000000000ffff2450acca', '2', 'no'),
(21693, '_transient_timeout_wflginfl_00000000000000000000ffffaf890ecf', '1477326765', 'no'),
(21694, '_transient_wflginfl_00000000000000000000ffffaf890ecf', '2', 'no'),
(22515, '_transient_wflginfl_00000000000000000000ffff598e71e9', '2', 'no'),
(22526, '_transient_timeout_wflginfl_00000000000000000000ffff589f2257', '1477331275', 'no'),
(22527, '_transient_wflginfl_00000000000000000000ffff589f2257', '2', 'no'),
(21700, '_transient_timeout_wflginfl_00000000000000000000ffff69670a50', '1477326810', 'no'),
(21701, '_transient_wflginfl_00000000000000000000ffff69670a50', '2', 'no'),
(22506, '_transient_wflginfl_00000000000000000000ffff5bd25963', '2', 'no'),
(22512, '_transient_timeout_wflginfl_00000000000000000000ffff69bac5c4', '1477331193', 'no'),
(21706, '_transient_timeout_wflginfl_00000000000000000000ffff6727fb0c', '1477326852', 'no'),
(21707, '_transient_wflginfl_00000000000000000000ffff6727fb0c', '2', 'no'),
(21713, '_transient_timeout_wflginfl_00000000000000000000ffffbe26ba55', '1477326889', 'no'),
(21714, '_transient_wflginfl_00000000000000000000ffffbe26ba55', '2', 'no'),
(22503, '_transient_timeout_wflginfl_00000000000000000000ffff788a74f2', '1477331170', 'no'),
(22504, '_transient_wflginfl_00000000000000000000ffff788a74f2', '2', 'no'),
(22505, '_transient_timeout_wflginfl_00000000000000000000ffff5bd25963', '1477331179', 'no'),
(21715, '_transient_timeout_wflginfl_00000000000000000000ffff4b858cb7', '1477326903', 'no'),
(21716, '_transient_wflginfl_00000000000000000000ffff4b858cb7', '2', 'no'),
(28937, '_transient_timeout_wflginfl_00000000000000000000ffff298770c5', '1477368468', 'no'),
(28938, '_transient_wflginfl_00000000000000000000ffff298770c5', '2', 'no'),
(21724, '_transient_timeout_wflginfl_00000000000000000000ffff70cf4140', '1477326930', 'no'),
(21725, '_transient_wflginfl_00000000000000000000ffff70cf4140', '2', 'no'),
(29264, '_transient_wflginfl_00000000000000000000ffff793af863', '2', 'no'),
(22492, '_transient_timeout_wflginfl_00000000000000000000ffff51c6ee9c', '1477331124', 'no'),
(29760, '_transient_timeout_wflginfl_00000000000000000000ffff5c561b3a', '1477372941', 'no'),
(29761, '_transient_wflginfl_00000000000000000000ffff5c561b3a', '2', 'no'),
(21737, '_transient_timeout_wflginfl_00000000000000000000ffff75cba023', '1477327034', 'no'),
(21738, '_transient_wflginfl_00000000000000000000ffff75cba023', '2', 'no'),
(21739, '_transient_timeout_wflginfl_00000000000000000000ffffc8083ddd', '1477327037', 'no'),
(21740, '_transient_wflginfl_00000000000000000000ffffc8083ddd', '2', 'no'),
(21748, '_transient_timeout_wflginfl_00000000000000000000ffff9cc9093a', '1477327058', 'no'),
(21742, '_transient_timeout_wflginfl_00000000000000000000ffff27259d1a', '1477327034', 'no'),
(21743, '_transient_wflginfl_00000000000000000000ffff27259d1a', '2', 'no'),
(21749, '_transient_wflginfl_00000000000000000000ffff9cc9093a', '2', 'no'),
(22501, '_transient_timeout_wflginfl_00000000000000000000ffff67cade94', '1477331151', 'no'),
(22502, '_transient_wflginfl_00000000000000000000ffff67cade94', '2', 'no'),
(27389, '_transient_timeout_wflginfl_00000000000000000000ffff9ccc4c6b', '1477359974', 'no'),
(27390, '_transient_wflginfl_00000000000000000000ffff9ccc4c6b', '2', 'no'),
(21753, '_transient_timeout_wflginfl_00000000000000000000ffffbc9259bc', '1477327075', 'no'),
(21754, '_transient_wflginfl_00000000000000000000ffffbc9259bc', '2', 'no'),
(21755, '_transient_timeout_wflginfl_00000000000000000000ffffb7524059', '1477327089', 'no'),
(21756, '_transient_wflginfl_00000000000000000000ffffb7524059', '2', 'no'),
(21761, '_transient_timeout_wflginfl_00000000000000000000ffff189b25f4', '1477327094', 'no'),
(21762, '_transient_wflginfl_00000000000000000000ffff189b25f4', '2', 'no'),
(22495, '_transient_wflginfl_00000000000000000000ffffc5e24a0c', '2', 'no'),
(21768, '_transient_timeout_wflginfl_00000000000000000000ffff27285a67', '1477327120', 'no'),
(21769, '_transient_wflginfl_00000000000000000000ffff27285a67', '2', 'no'),
(22493, '_transient_wflginfl_00000000000000000000ffff51c6ee9c', '2', 'no'),
(22494, '_transient_timeout_wflginfl_00000000000000000000ffffc5e24a0c', '1477331127', 'no'),
(22513, '_transient_wflginfl_00000000000000000000ffff69bac5c4', '2', 'no'),
(22514, '_transient_timeout_wflginfl_00000000000000000000ffff598e71e9', '1477331206', 'no'),
(22483, '_transient_timeout_wflginfl_00000000000000000000ffffbc37af9d', '1477331089', 'no'),
(22484, '_transient_wflginfl_00000000000000000000ffffbc37af9d', '2', 'no'),
(21776, '_transient_timeout_wflginfl_00000000000000000000ffff7b313412', '1477327192', 'no'),
(21777, '_transient_wflginfl_00000000000000000000ffff7b313412', '2', 'no'),
(22470, '_transient_wflginfl_00000000000000000000ffff2d7bdb43', '2', 'no'),
(22476, '_transient_timeout_wflginfl_00000000000000000000ffff2ec285d1', '1477331014', 'no'),
(22477, '_transient_wflginfl_00000000000000000000ffff2ec285d1', '2', 'no'),
(21783, '_transient_timeout_wflginfl_00000000000000000000ffff736f874a', '1477327239', 'no'),
(21784, '_transient_wflginfl_00000000000000000000ffff736f874a', '2', 'no'),
(26927, '_transient_timeout_wflginfl_00000000000000000000ffffb194d2a6', '1477357404', 'no'),
(26928, '_transient_wflginfl_00000000000000000000ffffb194d2a6', '2', 'no'),
(22469, '_transient_timeout_wflginfl_00000000000000000000ffff2d7bdb43', '1477331011', 'no'),
(21790, '_transient_timeout_wflginfl_00000000000000000000ffff31f465e0', '1477327284', 'no'),
(21791, '_transient_wflginfl_00000000000000000000ffff31f465e0', '2', 'no'),
(21797, '_transient_timeout_wflginfl_00000000000000000000ffff584d8a66', '1477327313', 'no'),
(21798, '_transient_wflginfl_00000000000000000000ffff584d8a66', '2', 'no'),
(22459, '_transient_wflginfl_00000000000000000000ffff2df98aa8', '2', 'no'),
(21803, '_transient_timeout_wflginfl_00000000000000000000ffff027e3feb', '1477327364', 'no'),
(21804, '_transient_wflginfl_00000000000000000000ffff027e3feb', '2', 'no'),
(22460, '_transient_timeout_wflginfl_00000000000000000000ffff2f0bb643', '1477330978', 'no'),
(22461, '_transient_wflginfl_00000000000000000000ffff2f0bb643', '2', 'no'),
(21805, '_transient_timeout_wflginfl_00000000000000000000ffff67ebc630', '1477327397', 'no'),
(21806, '_transient_wflginfl_00000000000000000000ffff67ebc630', '2', 'no'),
(26818, '_transient_timeout_wflginfl_00000000000000000000ffffc8a49962', '1477356772', 'no'),
(26819, '_transient_wflginfl_00000000000000000000ffffc8a49962', '2', 'no'),
(25562, '_transient_timeout_wflginfl_00000000000000000000ffff29851a9d', '1477349269', 'no'),
(25563, '_transient_wflginfl_00000000000000000000ffff29851a9d', '2', 'no'),
(22450, '_transient_wflginfl_00000000000000000000ffff4e3d540c', '2', 'no'),
(22456, '_transient_timeout_wflginfl_00000000000000000000ffffbac2d106', '1477330955', 'no'),
(22457, '_transient_wflginfl_00000000000000000000ffffbac2d106', '2', 'no'),
(22458, '_transient_timeout_wflginfl_00000000000000000000ffff2df98aa8', '1477330987', 'no'),
(21833, '_transient_timeout_wflginfl_00000000000000000000ffffcb578192', '1477327493', 'no'),
(21834, '_transient_wflginfl_00000000000000000000ffffcb578192', '2', 'no'),
(22447, '_transient_timeout_wflginfl_00000000000000000000ffff6d51d0c5', '1477330919', 'no'),
(22448, '_transient_wflginfl_00000000000000000000ffff6d51d0c5', '2', 'no'),
(21845, '_transient_timeout_wflginfl_00000000000000000000ffffb4be5a11', '1477327611', 'no'),
(21846, '_transient_wflginfl_00000000000000000000ffffb4be5a11', '2', 'no'),
(22449, '_transient_timeout_wflginfl_00000000000000000000ffff4e3d540c', '1477330948', 'no'),
(21857, '_transient_timeout_wflginfl_00000000000000000000ffffdf1bd123', '1477327681', 'no'),
(21858, '_transient_wflginfl_00000000000000000000ffffdf1bd123', '1', 'no'),
(22440, '_transient_timeout_wflginfl_00000000000000000000ffffba6d60b9', '1477330910', 'no'),
(22441, '_transient_wflginfl_00000000000000000000ffffba6d60b9', '2', 'no'),
(21859, '_transient_timeout_wflginfl_00000000000000000000ffff6bd1f706', '1477327693', 'no'),
(21860, '_transient_wflginfl_00000000000000000000ffff6bd1f706', '2', 'no'),
(21861, '_transient_timeout_wflginfl_00000000000000000000ffff4e6560af', '1477327707', 'no'),
(21862, '_transient_wflginfl_00000000000000000000ffff4e6560af', '2', 'no'),
(21868, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a7588', '1477327749', 'no'),
(21869, '_transient_wflginfl_00000000000000000000ffff4d8a7588', '2', 'no'),
(22430, '_transient_wflginfl_00000000000000000000ffffb095e6a3', '2', 'no'),
(22431, '_transient_timeout_wflginfl_00000000000000000000ffff696bb51d', '1477330872', 'no'),
(21870, '_transient_timeout_wflginfl_00000000000000000000ffff29f849b1', '1477327764', 'no'),
(21871, '_transient_wflginfl_00000000000000000000ffff29f849b1', '2', 'no'),
(21872, '_transient_timeout_wflginfl_00000000000000000000ffff2d7d7576', '1477327768', 'no'),
(21873, '_transient_wflginfl_00000000000000000000ffff2d7d7576', '2', 'no'),
(22434, '_transient_wflginfl_00000000000000000000ffff332536ef', '2', 'no'),
(21879, '_transient_timeout_wflginfl_00000000000000000000ffff3191d4d4', '1477327797', 'no'),
(21880, '_transient_wflginfl_00000000000000000000ffff3191d4d4', '2', 'no'),
(22432, '_transient_wflginfl_00000000000000000000ffff696bb51d', '2', 'no'),
(22433, '_transient_timeout_wflginfl_00000000000000000000ffff332536ef', '1477330885', 'no'),
(21887, '_transient_timeout_wflginfl_00000000000000000000ffff273ca488', '1477327839', 'no'),
(21888, '_transient_wflginfl_00000000000000000000ffff273ca488', '1', 'no'),
(21889, '_transient_timeout_wflginfl_00000000000000000000ffff2733d01f', '1477327847', 'no'),
(21890, '_transient_wflginfl_00000000000000000000ffff2733d01f', '1', 'no'),
(21891, '_transient_timeout_wflginfl_00000000000000000000ffff564650bc', '1477327854', 'no'),
(21892, '_transient_wflginfl_00000000000000000000ffff564650bc', '2', 'no'),
(21899, '_transient_timeout_wflginfl_00000000000000000000ffffc5761b59', '1477327880', 'no'),
(21900, '_transient_wflginfl_00000000000000000000ffffc5761b59', '2', 'no'),
(21901, '_transient_timeout_wflginfl_00000000000000000000ffff534d0f4a', '1477327889', 'no'),
(21902, '_transient_wflginfl_00000000000000000000ffff534d0f4a', '2', 'no'),
(21903, '_transient_timeout_wflginfl_00000000000000000000ffffca56df1a', '1477327892', 'no'),
(21904, '_transient_wflginfl_00000000000000000000ffffca56df1a', '2', 'no'),
(24611, '_transient_timeout_wflginfl_00000000000000000000ffff3ce30db8', '1477343921', 'no'),
(24612, '_transient_wflginfl_00000000000000000000ffff3ce30db8', '2', 'no'),
(21914, '_transient_timeout_wflginfl_00000000000000000000ffff0223d43f', '1477327939', 'no'),
(21915, '_transient_wflginfl_00000000000000000000ffff0223d43f', '2', 'no'),
(22429, '_transient_timeout_wflginfl_00000000000000000000ffffb095e6a3', '1477330858', 'no'),
(21916, '_transient_timeout_wflginfl_00000000000000000000ffffc5a133cf', '1477327944', 'no'),
(21917, '_transient_wflginfl_00000000000000000000ffffc5a133cf', '2', 'no'),
(21918, '_transient_timeout_wflginfl_00000000000000000000ffffbf6263a5', '1477327950', 'no'),
(21919, '_transient_wflginfl_00000000000000000000ffffbf6263a5', '2', 'no'),
(21925, '_transient_timeout_wflginfl_00000000000000000000ffff0233325b', '1477328010', 'no'),
(21926, '_transient_wflginfl_00000000000000000000ffff0233325b', '2', 'no'),
(22422, '_transient_timeout_wflginfl_00000000000000000000ffff2df23074', '1477330854', 'no'),
(22423, '_transient_wflginfl_00000000000000000000ffff2df23074', '2', 'no'),
(30217, '_transient_timeout_wflginfl_00000000000000000000ffff24e2e243', '1477375466', 'no'),
(30218, '_transient_wflginfl_00000000000000000000ffff24e2e243', '2', 'no'),
(21933, '_transient_timeout_wflginfl_00000000000000000000ffff5ee706e8', '1477328047', 'no'),
(21934, '_transient_wflginfl_00000000000000000000ffff5ee706e8', '2', 'no'),
(21941, '_transient_timeout_wflginfl_00000000000000000000ffff63c55486', '1477328133', 'no'),
(21942, '_transient_wflginfl_00000000000000000000ffff63c55486', '2', 'no'),
(22420, '_transient_timeout_wflginfl_00000000000000000000ffffaf8fe8da', '1477330828', 'no'),
(22421, '_transient_wflginfl_00000000000000000000ffffaf8fe8da', '2', 'no'),
(21947, '_transient_timeout_wflginfl_00000000000000000000ffff4f4442bd', '1477328172', 'no'),
(21948, '_transient_wflginfl_00000000000000000000ffff4f4442bd', '2', 'no'),
(21959, '_transient_wflginfl_00000000000000000000ffff4d944a4b', '2', 'no'),
(23783, '_transient_wflginfl_00000000000000000000ffffb2956aa6', '2', 'no'),
(21949, '_transient_timeout_wflginfl_00000000000000000000ffff566a20cc', '1477328178', 'no'),
(21950, '_transient_wflginfl_00000000000000000000ffff566a20cc', '2', 'no'),
(21958, '_transient_timeout_wflginfl_00000000000000000000ffff4d944a4b', '1477328243', 'no'),
(21956, '_transient_timeout_wflginfl_00000000000000000000ffff75c63440', '1477328232', 'no'),
(21957, '_transient_wflginfl_00000000000000000000ffff75c63440', '2', 'no'),
(23782, '_transient_timeout_wflginfl_00000000000000000000ffffb2956aa6', '1477338818', 'no'),
(21962, '_transient_timeout_wflginfl_00000000000000000000ffff7aaf4b8c', '1477328258', 'no'),
(21963, '_transient_wflginfl_00000000000000000000ffff7aaf4b8c', '2', 'no'),
(21969, '_transient_timeout_wflginfl_00000000000000000000ffffbcd31657', '1477328262', 'no'),
(21970, '_transient_wflginfl_00000000000000000000ffffbcd31657', '2', 'no'),
(21976, '_transient_timeout_wflginfl_00000000000000000000ffff75d0ee36', '1477328340', 'no'),
(21977, '_transient_wflginfl_00000000000000000000ffff75d0ee36', '2', 'no'),
(29263, '_transient_timeout_wflginfl_00000000000000000000ffff793af863', '1477370124', 'no'),
(21978, '_transient_timeout_wflginfl_00000000000000000000ffff3b9828bd', '1477328362', 'no'),
(21979, '_transient_wflginfl_00000000000000000000ffff3b9828bd', '2', 'no'),
(21980, '_transient_timeout_wflginfl_00000000000000000000ffffb52d6006', '1477328366', 'no'),
(21981, '_transient_wflginfl_00000000000000000000ffffb52d6006', '2', 'no'),
(21982, '_transient_timeout_wflginfl_00000000000000000000ffff8fb0ee3d', '1477328367', 'no'),
(21983, '_transient_wflginfl_00000000000000000000ffff8fb0ee3d', '2', 'no'),
(21988, '_transient_timeout_wflginfl_00000000000000000000ffff2be06d1e', '1477328375', 'no'),
(21989, '_transient_wflginfl_00000000000000000000ffff2be06d1e', '2', 'no'),
(21991, '_transient_timeout_wflginfl_00000000000000000000ffff2ed9a075', '1477328397', 'no'),
(21992, '_transient_wflginfl_00000000000000000000ffff2ed9a075', '2', 'no'),
(21997, '_transient_timeout_wflginfl_00000000000000000000ffff2569f36f', '1477328425', 'no'),
(21998, '_transient_wflginfl_00000000000000000000ffff2569f36f', '2', 'no'),
(22004, '_transient_timeout_wflginfl_00000000000000000000ffff5a9ac4c6', '1477328448', 'no'),
(22005, '_transient_wflginfl_00000000000000000000ffff5a9ac4c6', '2', 'no'),
(22007, '_transient_timeout_wflginfl_00000000000000000000ffffc5d2c876', '1477328466', 'no'),
(22008, '_transient_wflginfl_00000000000000000000ffffc5d2c876', '2', 'no'),
(22009, '_transient_timeout_wflginfl_00000000000000000000ffffd5af3301', '1477328465', 'no'),
(22010, '_transient_wflginfl_00000000000000000000ffffd5af3301', '2', 'no'),
(22011, '_transient_timeout_wflginfl_00000000000000000000ffff71cb8e63', '1477328471', 'no'),
(22012, '_transient_wflginfl_00000000000000000000ffff71cb8e63', '2', 'no'),
(22013, '_transient_timeout_wflginfl_00000000000000000000ffff50638006', '1477328471', 'no'),
(22014, '_transient_wflginfl_00000000000000000000ffff50638006', '2', 'no'),
(27036, '_transient_timeout_wflginfl_00000000000000000000ffffc9b0a978', '1477357980', 'no'),
(27037, '_transient_wflginfl_00000000000000000000ffffc9b0a978', '2', 'no'),
(22022, '_transient_timeout_wflginfl_00000000000000000000ffff4decdb12', '1477328505', 'no'),
(22023, '_transient_wflginfl_00000000000000000000ffff4decdb12', '2', 'no'),
(22028, '_transient_timeout_wflginfl_00000000000000000000ffff6d5dbf9f', '1477328531', 'no'),
(22029, '_transient_wflginfl_00000000000000000000ffff6d5dbf9f', '2', 'no'),
(22407, '_transient_wflginfl_00000000000000000000ffff05010f9a', '2', 'no'),
(22041, '_transient_timeout_wflginfl_00000000000000000000ffff4d7782b3', '1477328665', 'no'),
(22042, '_transient_wflginfl_00000000000000000000ffff4d7782b3', '2', 'no'),
(22048, '_transient_timeout_wflginfl_00000000000000000000ffff70c552d8', '1477328695', 'no'),
(22049, '_transient_wflginfl_00000000000000000000ffff70c552d8', '2', 'no'),
(22418, '_transient_timeout_wflginfl_00000000000000000000ffffb64b1bba', '1477330827', 'no'),
(22406, '_transient_timeout_wflginfl_00000000000000000000ffff05010f9a', '1477330737', 'no'),
(22050, '_transient_timeout_wflginfl_00000000000000000000ffffbdd89c20', '1477328712', 'no'),
(22051, '_transient_wflginfl_00000000000000000000ffffbdd89c20', '2', 'no'),
(22052, '_transient_timeout_wflginfl_00000000000000000000ffff4e09b75a', '1477328724', 'no'),
(22053, '_transient_wflginfl_00000000000000000000ffff4e09b75a', '2', 'no'),
(27439, '_transient_timeout_wflginfl_00000000000000000000ffffba5b4188', '1477360240', 'no'),
(27440, '_transient_wflginfl_00000000000000000000ffffba5b4188', '2', 'no'),
(22063, '_transient_timeout_wflginfl_00000000000000000000ffff740e082c', '1477328752', 'no'),
(22061, '_transient_timeout_wflginfl_00000000000000000000ffffc5d33b27', '1477328744', 'no'),
(22062, '_transient_wflginfl_00000000000000000000ffffc5d33b27', '2', 'no'),
(22064, '_transient_wflginfl_00000000000000000000ffff740e082c', '2', 'no'),
(22070, '_transient_timeout_wflginfl_00000000000000000000ffff6de45322', '1477328808', 'no'),
(22071, '_transient_wflginfl_00000000000000000000ffff6de45322', '2', 'no'),
(22400, '_transient_wflginfl_00000000000000000000ffff674b3861', '2', 'no'),
(22419, '_transient_wflginfl_00000000000000000000ffffb64b1bba', '2', 'no'),
(22072, '_transient_timeout_wflginfl_00000000000000000000ffff72822695', '1477328815', 'no'),
(22073, '_transient_wflginfl_00000000000000000000ffff72822695', '2', 'no'),
(22079, '_transient_timeout_wflginfl_00000000000000000000ffff57cf581e', '1477328857', 'no'),
(22080, '_transient_wflginfl_00000000000000000000ffff57cf581e', '2', 'no'),
(22393, '_transient_wflginfl_00000000000000000000ffff77e05a8c', '1', 'no'),
(22395, '_transient_wflginfl_00000000000000000000ffff696ba94c', '2', 'no'),
(22397, '_transient_timeout_wflginfl_00000000000000000000ffff2bfceadf', '1477330705', 'no'),
(22398, '_transient_wflginfl_00000000000000000000ffff2bfceadf', '2', 'no'),
(22081, '_transient_timeout_wflginfl_00000000000000000000ffffd4aa1694', '1477328885', 'no'),
(22082, '_transient_wflginfl_00000000000000000000ffffd4aa1694', '2', 'no'),
(22092, '_transient_timeout_wflginfl_00000000000000000000ffff296d4af1', '1477328954', 'no'),
(22093, '_transient_wflginfl_00000000000000000000ffff296d4af1', '2', 'no'),
(22394, '_transient_timeout_wflginfl_00000000000000000000ffff696ba94c', '1477330689', 'no'),
(25840, '_transient_wflginfl_00000000000000000000ffffc9b99afe', '2', 'no'),
(22572, '_transient_timeout_wflginfl_00000000000000000000ffff925a36db', '1477331605', 'no'),
(22098, '_transient_timeout_wflginfl_00000000000000000000ffffc59bc242', '1477329003', 'no'),
(22099, '_transient_wflginfl_00000000000000000000ffffc59bc242', '2', 'no'),
(22101, '_transient_timeout_wflginfl_00000000000000000000ffff7da6d8af', '1477329023', 'no'),
(22102, '_transient_wflginfl_00000000000000000000ffff7da6d8af', '1', 'no'),
(22103, '_transient_timeout_wflginfl_00000000000000000000ffff24481d23', '1477329026', 'no'),
(22104, '_transient_wflginfl_00000000000000000000ffff24481d23', '1', 'no'),
(22109, '_transient_timeout_wflginfl_00000000000000000000ffff4e030dbc', '1477329038', 'no'),
(22110, '_transient_wflginfl_00000000000000000000ffff4e030dbc', '2', 'no'),
(22112, '_transient_timeout_wflginfl_00000000000000000000ffff74447b18', '1477329057', 'no'),
(22113, '_transient_wflginfl_00000000000000000000ffff74447b18', '2', 'no'),
(22118, '_transient_timeout_wflginfl_00000000000000000000ffffb5b02f2a', '1477329082', 'no'),
(22119, '_transient_wflginfl_00000000000000000000ffffb5b02f2a', '1', 'no'),
(22126, '_transient_timeout_wflginfl_00000000000000000000ffffbc8ae0d7', '1477329133', 'no'),
(22127, '_transient_wflginfl_00000000000000000000ffffbc8ae0d7', '2', 'no'),
(22128, '_transient_timeout_wflginfl_00000000000000000000ffff6aa08fac', '1477329135', 'no'),
(22129, '_transient_wflginfl_00000000000000000000ffff6aa08fac', '2', 'no'),
(26990, '_transient_timeout_wflginfl_00000000000000000000ffff2724e03a', '1477357687', 'no'),
(26991, '_transient_wflginfl_00000000000000000000ffff2724e03a', '2', 'no'),
(27071, '_transient_timeout_wflginfl_00000000000000000000ffff505b7486', '1477358170', 'no'),
(27072, '_transient_wflginfl_00000000000000000000ffff505b7486', '2', 'no'),
(22399, '_transient_timeout_wflginfl_00000000000000000000ffff674b3861', '1477330706', 'no'),
(22141, '_transient_timeout_wflginfl_00000000000000000000ffff546d490d', '1477329240', 'no'),
(22142, '_transient_wflginfl_00000000000000000000ffff546d490d', '2', 'no'),
(22143, '_transient_timeout_wflginfl_00000000000000000000ffff27282bdd', '1477329240', 'no'),
(22144, '_transient_wflginfl_00000000000000000000ffff27282bdd', '2', 'no'),
(22151, '_transient_timeout_wflginfl_00000000000000000000ffff4d7d209d', '1477329290', 'no'),
(22152, '_transient_wflginfl_00000000000000000000ffff4d7d209d', '2', 'no'),
(22378, '_transient_timeout_wflginfl_00000000000000000000ffffc2d5e714', '1477330528', 'no'),
(22379, '_transient_wflginfl_00000000000000000000ffffc2d5e714', '2', 'no'),
(22153, '_transient_timeout_wflginfl_00000000000000000000ffff7d18d977', '1477329292', 'no'),
(22154, '_transient_wflginfl_00000000000000000000ffff7d18d977', '2', 'no'),
(22160, '_transient_timeout_wflginfl_00000000000000000000ffffc5fb857b', '1477329325', 'no'),
(22161, '_transient_wflginfl_00000000000000000000ffffc5fb857b', '2', 'no'),
(22371, '_transient_timeout_wflginfl_00000000000000000000ffff2d75cebe', '1477330513', 'no'),
(22372, '_transient_wflginfl_00000000000000000000ffff2d75cebe', '2', 'no'),
(22166, '_transient_timeout_wflginfl_00000000000000000000ffff6e891336', '1477329364', 'no'),
(22167, '_transient_wflginfl_00000000000000000000ffff6e891336', '2', 'no'),
(22369, '_transient_timeout_wflginfl_00000000000000000000ffff736000b0', '1477330509', 'no'),
(22370, '_transient_wflginfl_00000000000000000000ffff736000b0', '2', 'no'),
(22363, '_transient_wflginfl_00000000000000000000ffff3c3377a5', '2', 'no'),
(22360, '_transient_timeout_wflginfl_00000000000000000000ffff54000211', '1477330462', 'no'),
(22361, '_transient_wflginfl_00000000000000000000ffff54000211', '2', 'no'),
(22362, '_transient_timeout_wflginfl_00000000000000000000ffff3c3377a5', '1477330475', 'no'),
(22178, '_transient_timeout_wflginfl_00000000000000000000ffff298d6c67', '1477329457', 'no'),
(22179, '_transient_wflginfl_00000000000000000000ffff298d6c67', '2', 'no'),
(22181, '_transient_timeout_wflginfl_00000000000000000000ffff69668433', '1477329459', 'no'),
(22182, '_transient_wflginfl_00000000000000000000ffff69668433', '2', 'no'),
(22188, '_transient_timeout_wflginfl_00000000000000000000ffff1b0715ba', '1477329534', 'no'),
(22189, '_transient_wflginfl_00000000000000000000ffff1b0715ba', '2', 'no'),
(22346, '_transient_timeout_wflginfl_00000000000000000000ffff3d036cf2', '1477330372', 'no'),
(22347, '_transient_wflginfl_00000000000000000000ffff3d036cf2', '2', 'no'),
(22573, '_transient_wflginfl_00000000000000000000ffff925a36db', '2', 'no'),
(22199, '_transient_timeout_wflginfl_00000000000000000000ffff3d03d98e', '1477329655', 'no'),
(22200, '_transient_wflginfl_00000000000000000000ffff3d03d98e', '2', 'no'),
(22201, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf93a7', '1477329664', 'no'),
(22202, '_transient_wflginfl_00000000000000000000ffffb4bf93a7', '2', 'no'),
(22208, '_transient_timeout_wflginfl_00000000000000000000ffff29687b3f', '1477329704', 'no'),
(22209, '_transient_wflginfl_00000000000000000000ffff29687b3f', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22210, '_transient_timeout_wflginfl_00000000000000000000ffff67e95e99', '1477329738', 'no'),
(22211, '_transient_wflginfl_00000000000000000000ffff67e95e99', '2', 'no'),
(22212, '_transient_timeout_wflginfl_00000000000000000000ffff5ab4f4d0', '1477329730', 'no'),
(22213, '_transient_wflginfl_00000000000000000000ffff5ab4f4d0', '2', 'no'),
(22225, '_transient_timeout_wflginfl_00000000000000000000ffff2915aa4a', '1477329779', 'no'),
(22226, '_transient_wflginfl_00000000000000000000ffff2915aa4a', '2', 'no'),
(22228, '_transient_timeout_wflginfl_00000000000000000000ffff524d6f49', '1477329802', 'no'),
(22229, '_transient_wflginfl_00000000000000000000ffff524d6f49', '2', 'no'),
(22230, '_transient_timeout_wflginfl_00000000000000000000ffffbe2fe7ed', '1477329806', 'no'),
(22231, '_transient_wflginfl_00000000000000000000ffffbe2fe7ed', '2', 'no'),
(22242, '_transient_timeout_wflginfl_00000000000000000000ffffb3350a3c', '1477329851', 'no'),
(22243, '_transient_wflginfl_00000000000000000000ffffb3350a3c', '2', 'no'),
(22244, '_transient_timeout_wflginfl_00000000000000000000ffff2506f1f2', '1477329856', 'no'),
(22245, '_transient_wflginfl_00000000000000000000ffff2506f1f2', '2', 'no'),
(22251, '_transient_timeout_wflginfl_00000000000000000000ffff5d8ba67c', '1477329919', 'no'),
(22252, '_transient_wflginfl_00000000000000000000ffff5d8ba67c', '2', 'no'),
(22253, '_transient_timeout_wflginfl_00000000000000000000ffffaf8aea35', '1477329931', 'no'),
(22254, '_transient_wflginfl_00000000000000000000ffffaf8aea35', '2', 'no'),
(22255, '_transient_timeout_wflginfl_00000000000000000000ffff7a667662', '1477329937', 'no'),
(22256, '_transient_wflginfl_00000000000000000000ffff7a667662', '2', 'no'),
(22262, '_transient_timeout_wflginfl_00000000000000000000ffff67015f53', '1477329968', 'no'),
(22263, '_transient_wflginfl_00000000000000000000ffff67015f53', '1', 'no'),
(26411, '_transient_timeout_wflginfl_00000000000000000000ffffc42b9009', '1477354206', 'no'),
(26412, '_transient_wflginfl_00000000000000000000ffffc42b9009', '2', 'no'),
(27791, '_transient_timeout_wflginfl_00000000000000000000ffff3325bb79', '1477362245', 'no'),
(27792, '_transient_wflginfl_00000000000000000000ffff3325bb79', '2', 'no'),
(22273, '_transient_timeout_wflginfl_00000000000000000000ffff673f9f7e', '1477330021', 'no'),
(22274, '_transient_wflginfl_00000000000000000000ffff673f9f7e', '2', 'no'),
(22280, '_transient_timeout_wflginfl_00000000000000000000ffff8b051f70', '1477330069', 'no'),
(22281, '_transient_wflginfl_00000000000000000000ffff8b051f70', '2', 'no'),
(22282, '_transient_timeout_wflginfl_00000000000000000000ffff0117ebe8', '1477330078', 'no'),
(22283, '_transient_wflginfl_00000000000000000000ffff0117ebe8', '2', 'no'),
(22284, '_transient_timeout_wflginfl_00000000000000000000ffffc5dca998', '1477330087', 'no'),
(22285, '_transient_wflginfl_00000000000000000000ffffc5dca998', '2', 'no'),
(22296, '_transient_timeout_wflginfl_00000000000000000000ffff8984fa08', '1477330142', 'no'),
(22297, '_transient_wflginfl_00000000000000000000ffff8984fa08', '1', 'no'),
(27641, '_transient_timeout_wflginfl_00000000000000000000ffffc14d9985', '1477361263', 'no'),
(27642, '_transient_wflginfl_00000000000000000000ffffc14d9985', '2', 'no'),
(22392, '_transient_timeout_wflginfl_00000000000000000000ffff77e05a8c', '1477330684', 'no'),
(22298, '_transient_timeout_wflginfl_00000000000000000000ffff8984030c', '1477330145', 'no'),
(22299, '_transient_wflginfl_00000000000000000000ffff8984030c', '1', 'no'),
(22300, '_transient_timeout_wflginfl_00000000000000000000ffff6712b4f2', '1477330151', 'no'),
(22301, '_transient_wflginfl_00000000000000000000ffff6712b4f2', '2', 'no'),
(22302, '_transient_timeout_wflginfl_00000000000000000000ffff29ebea9b', '1477330161', 'no'),
(22303, '_transient_wflginfl_00000000000000000000ffff29ebea9b', '2', 'no'),
(22309, '_transient_timeout_wflginfl_00000000000000000000ffff8717de3e', '1477330209', 'no'),
(22310, '_transient_wflginfl_00000000000000000000ffff8717de3e', '2', 'no'),
(22338, '_transient_wflginfl_00000000000000000000ffffb6baecaf', '2', 'no'),
(22311, '_transient_timeout_wflginfl_00000000000000000000ffff8b05c7d2', '1477330209', 'no'),
(22312, '_transient_wflginfl_00000000000000000000ffff8b05c7d2', '2', 'no'),
(22313, '_transient_timeout_wflginfl_00000000000000000000ffff52c28670', '1477330209', 'no'),
(22314, '_transient_wflginfl_00000000000000000000ffff52c28670', '2', 'no'),
(22353, '_transient_timeout_wflginfl_00000000000000000000ffff4f6ad102', '1477330425', 'no'),
(22320, '_transient_timeout_wflginfl_00000000000000000000ffff70ca0792', '1477330255', 'no'),
(22321, '_transient_wflginfl_00000000000000000000ffff70ca0792', '2', 'no'),
(22354, '_transient_wflginfl_00000000000000000000ffff4f6ad102', '2', 'no'),
(22322, '_transient_timeout_wflginfl_00000000000000000000ffff67ff04f8', '1477330266', 'no'),
(22323, '_transient_wflginfl_00000000000000000000ffff67ff04f8', '2', 'no'),
(24643, '_transient_timeout_wflginfl_00000000000000000000ffff4b5b2237', '1477344115', 'no'),
(24644, '_transient_wflginfl_00000000000000000000ffff4b5b2237', '2', 'no'),
(22326, '_transient_timeout_wflginfl_00000000000000000000ffff797a4d92', '1477330265', 'no'),
(22327, '_transient_wflginfl_00000000000000000000ffff797a4d92', '1', 'no'),
(22328, '_transient_timeout_wflginfl_00000000000000000000ffff75d9ece6', '1477330288', 'no'),
(22329, '_transient_wflginfl_00000000000000000000ffff75d9ece6', '2', 'no'),
(22334, '_transient_timeout_wflginfl_00000000000000000000ffff533b36c5', '1477330290', 'no'),
(22335, '_transient_wflginfl_00000000000000000000ffff533b36c5', '2', 'no'),
(22337, '_transient_timeout_wflginfl_00000000000000000000ffffb6baecaf', '1477330295', 'no'),
(23285, '_transient_wflginfl_00000000000000000000ffff56634214', '2', 'no'),
(23286, '_transient_timeout_wflginfl_00000000000000000000ffffba679f46', '1477335856', 'no'),
(23287, '_transient_wflginfl_00000000000000000000ffffba679f46', '2', 'no'),
(23293, '_transient_timeout_wflginfl_00000000000000000000ffffb1652e2e', '1477335872', 'no'),
(23294, '_transient_wflginfl_00000000000000000000ffffb1652e2e', '2', 'no'),
(27200, '_transient_wflginfl_00000000000000000000ffffbdad00ff', '2', 'no'),
(23314, '_transient_wflginfl_00000000000000000000ffff2d733510', '2', 'no'),
(27199, '_transient_timeout_wflginfl_00000000000000000000ffffbdad00ff', '1477358767', 'no'),
(23304, '_transient_timeout_wflginfl_00000000000000000000ffffc1c85314', '1477335959', 'no'),
(23305, '_transient_wflginfl_00000000000000000000ffffc1c85314', '2', 'no'),
(23306, '_transient_timeout_wflginfl_00000000000000000000ffffc15c9a0c', '1477335981', 'no'),
(23307, '_transient_wflginfl_00000000000000000000ffffc15c9a0c', '2', 'no'),
(23313, '_transient_timeout_wflginfl_00000000000000000000ffff2d733510', '1477336064', 'no'),
(23346, '_transient_timeout_wflginfl_00000000000000000000ffff6e4e936d', '1477336180', 'no'),
(23329, '_transient_timeout_wflginfl_00000000000000000000ffffd5cf30aa', '1477336115', 'no'),
(23315, '_transient_timeout_wflginfl_00000000000000000000ffffca059b3c', '1477336032', 'no'),
(23316, '_transient_wflginfl_00000000000000000000ffffca059b3c', '2', 'no'),
(23317, '_transient_timeout_wflginfl_00000000000000000000ffffbcf74df2', '1477336041', 'no'),
(23318, '_transient_wflginfl_00000000000000000000ffffbcf74df2', '2', 'no'),
(23347, '_transient_wflginfl_00000000000000000000ffff6e4e936d', '2', 'no'),
(23330, '_transient_wflginfl_00000000000000000000ffffd5cf30aa', '2', 'no'),
(23331, '_transient_timeout_wflginfl_00000000000000000000ffff511ee6c1', '1477336116', 'no'),
(23332, '_transient_wflginfl_00000000000000000000ffff511ee6c1', '2', 'no'),
(23339, '_transient_timeout_wflginfl_00000000000000000000ffff4f655367', '1477336160', 'no'),
(23340, '_transient_wflginfl_00000000000000000000ffff4f655367', '2', 'no'),
(23350, '_transient_timeout_wflginfl_00000000000000000000ffff67fc185c', '1477336180', 'no'),
(23376, '_transient_wflginfl_00000000000000000000ffff2949e9ee', '2', 'no'),
(23351, '_transient_wflginfl_00000000000000000000ffff67fc185c', '2', 'no'),
(23357, '_transient_timeout_wflginfl_00000000000000000000ffff53065872', '1477336213', 'no'),
(23455, '_transient_timeout_wflginfl_00000000000000000000ffff44ce9c78', '1477336741', 'no'),
(23383, '_transient_wflginfl_00000000000000000000ffff53451e98', '2', 'no'),
(23363, '_transient_timeout_wflginfl_00000000000000000000ffffd9498e4d', '1477336289', 'no'),
(23364, '_transient_wflginfl_00000000000000000000ffffd9498e4d', '2', 'no'),
(23375, '_transient_timeout_wflginfl_00000000000000000000ffff2949e9ee', '1477336333', 'no'),
(23447, '_transient_wflginfl_00000000000000000000ffffbc3138d3', '2', 'no'),
(23384, '_transient_timeout_wflginfl_00000000000000000000ffffda66a517', '1477336401', 'no'),
(23382, '_transient_timeout_wflginfl_00000000000000000000ffff53451e98', '1477336379', 'no'),
(23385, '_transient_wflginfl_00000000000000000000ffffda66a517', '2', 'no'),
(23390, '_transient_timeout_wflginfl_00000000000000000000ffffb2dd00ec', '1477336412', 'no'),
(23391, '_transient_wflginfl_00000000000000000000ffffb2dd00ec', '2', 'no'),
(23393, '_transient_timeout_wflginfl_00000000000000000000ffff58939897', '1477336439', 'no'),
(23394, '_transient_wflginfl_00000000000000000000ffff58939897', '2', 'no'),
(23399, '_transient_timeout_wflginfl_00000000000000000000ffff6daf6200', '1477336450', 'no'),
(23400, '_transient_wflginfl_00000000000000000000ffff6daf6200', '2', 'no'),
(23401, '_transient_timeout_wflginfl_00000000000000000000ffff2bf325ae', '1477336461', 'no'),
(23402, '_transient_wflginfl_00000000000000000000ffff2bf325ae', '2', 'no'),
(23403, '_transient_timeout_wflginfl_00000000000000000000ffff05cee859', '1477336465', 'no'),
(23404, '_transient_wflginfl_00000000000000000000ffff05cee859', '1', 'no'),
(23420, '_transient_wflginfl_00000000000000000000ffff6f5b3a42', '2', 'no'),
(23410, '_transient_timeout_wflginfl_00000000000000000000ffff4f76345a', '1477336513', 'no'),
(23411, '_transient_wflginfl_00000000000000000000ffff4f76345a', '2', 'no'),
(23412, '_transient_timeout_wflginfl_00000000000000000000ffff1b071940', '1477336520', 'no'),
(23413, '_transient_wflginfl_00000000000000000000ffff1b071940', '2', 'no'),
(23419, '_transient_timeout_wflginfl_00000000000000000000ffff6f5b3a42', '1477336547', 'no'),
(27582, '_transient_timeout_wflginfl_00000000000000000000ffffd5ce2aa2', '1477360998', 'no'),
(27583, '_transient_wflginfl_00000000000000000000ffffd5ce2aa2', '2', 'no'),
(23423, '_transient_timeout_wflginfl_00000000000000000000ffff55f2abf0', '1477336548', 'no'),
(23424, '_transient_wflginfl_00000000000000000000ffff55f2abf0', '2', 'no'),
(23425, '_transient_timeout_wflginfl_00000000000000000000ffff9cc97790', '1477336560', 'no'),
(23426, '_transient_wflginfl_00000000000000000000ffff9cc97790', '2', 'no'),
(23427, '_transient_timeout_wflginfl_00000000000000000000ffff4e5f8f25', '1477336554', 'no'),
(23428, '_transient_wflginfl_00000000000000000000ffff4e5f8f25', '2', 'no'),
(23434, '_transient_timeout_wflginfl_00000000000000000000ffffbcbf1437', '1477336578', 'no'),
(23435, '_transient_wflginfl_00000000000000000000ffffbcbf1437', '1', 'no'),
(23454, '_transient_wflginfl_00000000000000000000ffff75c89365', '2', 'no'),
(23499, '_transient_timeout_wflginfl_00000000000000000000ffff31903b14', '1477337073', 'no'),
(23485, '_transient_wflginfl_00000000000000000000ffff251a61b3', '2', 'no'),
(23446, '_transient_timeout_wflginfl_00000000000000000000ffffbc3138d3', '1477336688', 'no'),
(23453, '_transient_timeout_wflginfl_00000000000000000000ffff75c89365', '1477336728', 'no'),
(23456, '_transient_wflginfl_00000000000000000000ffff44ce9c78', '2', 'no'),
(23470, '_transient_timeout_wflginfl_00000000000000000000ffff5616fa55', '1477336845', 'no'),
(23519, '_transient_wflginfl_00000000000000000000ffff6713ffbe', '2', 'no'),
(23467, '_transient_timeout_wflginfl_00000000000000000000ffff317d0763', '1477336842', 'no'),
(23468, '_transient_wflginfl_00000000000000000000ffff317d0763', '2', 'no'),
(23477, '_transient_timeout_wflginfl_00000000000000000000ffff68f4e74f', '1477336885', 'no'),
(23471, '_transient_wflginfl_00000000000000000000ffff5616fa55', '2', 'no'),
(23490, '_transient_timeout_wflginfl_00000000000000000000ffff696596d5', '1477337009', 'no'),
(23478, '_transient_wflginfl_00000000000000000000ffff68f4e74f', '2', 'no'),
(23484, '_transient_timeout_wflginfl_00000000000000000000ffff251a61b3', '1477336916', 'no'),
(23491, '_transient_wflginfl_00000000000000000000ffff696596d5', '2', 'no'),
(23568, '_transient_wflginfl_00000000000000000000ffffbb0f99e2', '2', 'no'),
(23500, '_transient_wflginfl_00000000000000000000ffff31903b14', '2', 'no'),
(23505, '_transient_timeout_wflginfl_00000000000000000000ffff6f58ac81', '1477337116', 'no'),
(23506, '_transient_wflginfl_00000000000000000000ffff6f58ac81', '2', 'no'),
(23542, '_transient_wflginfl_00000000000000000000ffff29e6eabf', '2', 'no'),
(23533, '_transient_wflginfl_00000000000000000000ffff9cd53b65', '2', 'no'),
(23526, '_transient_wflginfl_00000000000000000000ffffbc3734a4', '2', 'no'),
(23518, '_transient_timeout_wflginfl_00000000000000000000ffff6713ffbe', '1477337281', 'no'),
(23525, '_transient_timeout_wflginfl_00000000000000000000ffffbc3734a4', '1477337294', 'no'),
(23532, '_transient_timeout_wflginfl_00000000000000000000ffff9cd53b65', '1477337349', 'no'),
(23534, '_transient_timeout_wflginfl_00000000000000000000ffff5d7129d1', '1477337364', 'no'),
(23535, '_transient_wflginfl_00000000000000000000ffff5d7129d1', '2', 'no'),
(23541, '_transient_timeout_wflginfl_00000000000000000000ffff29e6eabf', '1477337401', 'no'),
(23630, '_transient_timeout_wflginfl_00000000000000000000ffff5d28dd2c', '1477337902', 'no'),
(28556, '_transient_timeout_wflginfl_00000000000000000000ffff5f956fc6', '1477366354', 'no'),
(28557, '_transient_wflginfl_00000000000000000000ffff5f956fc6', '2', 'no'),
(23558, '_transient_wflginfl_00000000000000000000ffffbd666a95', '2', 'no'),
(23559, '_transient_timeout_wflginfl_00000000000000000000ffff3e39a49a', '1477337490', 'no'),
(23550, '_transient_timeout_wflginfl_00000000000000000000ffff3b62c303', '1477337465', 'no'),
(23551, '_transient_wflginfl_00000000000000000000ffff3b62c303', '2', 'no'),
(23557, '_transient_timeout_wflginfl_00000000000000000000ffffbd666a95', '1477337488', 'no'),
(23560, '_transient_wflginfl_00000000000000000000ffff3e39a49a', '2', 'no'),
(23567, '_transient_timeout_wflginfl_00000000000000000000ffffbb0f99e2', '1477337533', 'no'),
(23584, '_transient_wflginfl_00000000000000000000ffff5bd90450', '2', 'no'),
(23625, '_transient_wflginfl_00000000000000000000ffff9f5aaf14', '2', 'no'),
(23577, '_transient_wflginfl_00000000000000000000ffff67f2c704', '2', 'no'),
(23573, '_transient_timeout_wflginfl_00000000000000000000ffffcbc26e47', '1477337580', 'no'),
(23574, '_transient_wflginfl_00000000000000000000ffffcbc26e47', '2', 'no'),
(23576, '_transient_timeout_wflginfl_00000000000000000000ffff67f2c704', '1477337584', 'no'),
(23583, '_transient_timeout_wflginfl_00000000000000000000ffff5bd90450', '1477337625', 'no'),
(23620, '_transient_timeout_wflginfl_00000000000000000000ffff29e3b3f0', '1477337873', 'no'),
(23593, '_transient_wflginfl_00000000000000000000ffff4d1cdc95', '2', 'no'),
(23585, '_transient_timeout_wflginfl_00000000000000000000ffff6df3344b', '1477337655', 'no'),
(23586, '_transient_wflginfl_00000000000000000000ffff6df3344b', '2', 'no'),
(23592, '_transient_timeout_wflginfl_00000000000000000000ffff4d1cdc95', '1477337678', 'no'),
(23606, '_transient_timeout_wflginfl_00000000000000000000ffff4d795b33', '1477337738', 'no'),
(23599, '_transient_timeout_wflginfl_00000000000000000000ffff5d225f72', '1477337724', 'no'),
(23600, '_transient_wflginfl_00000000000000000000ffff5d225f72', '2', 'no'),
(23607, '_transient_wflginfl_00000000000000000000ffff4d795b33', '2', 'no'),
(23621, '_transient_wflginfl_00000000000000000000ffff29e3b3f0', '2', 'no'),
(23661, '_transient_wflginfl_00000000000000000000ffff74229891', '2', 'no'),
(23624, '_transient_timeout_wflginfl_00000000000000000000ffff9f5aaf14', '1477337885', 'no'),
(23631, '_transient_wflginfl_00000000000000000000ffff5d28dd2c', '2', 'no'),
(23633, '_transient_timeout_wflginfl_00000000000000000000ffff713bd52b', '1477337913', 'no'),
(23634, '_transient_wflginfl_00000000000000000000ffff713bd52b', '2', 'no'),
(26055, '_transient_timeout_wflginfl_00000000000000000000ffff5ac6c53b', '1477352219', 'no'),
(26056, '_transient_wflginfl_00000000000000000000ffff5ac6c53b', '2', 'no'),
(23637, '_transient_timeout_wflginfl_00000000000000000000ffff296dfce1', '1477337933', 'no'),
(23638, '_transient_wflginfl_00000000000000000000ffff296dfce1', '2', 'no'),
(23660, '_transient_timeout_wflginfl_00000000000000000000ffff74229891', '1477338011', 'no'),
(23649, '_transient_timeout_wflginfl_00000000000000000000ffffb1ceb7e0', '1477337958', 'no'),
(25780, '_transient_wflginfl_00000000000000000000ffff298f4257', '2', 'no'),
(25779, '_transient_timeout_wflginfl_00000000000000000000ffff298f4257', '1477350569', 'no'),
(29213, '_transient_timeout_wflginfl_00000000000000000000ffff1bfb261a', '1477369758', 'no'),
(23647, '_transient_timeout_wflginfl_00000000000000000000ffff7b6cf611', '1477337957', 'no'),
(23648, '_transient_wflginfl_00000000000000000000ffff7b6cf611', '2', 'no'),
(23650, '_transient_wflginfl_00000000000000000000ffffb1ceb7e0', '1', 'no'),
(28244, '_transient_timeout_wflginfl_00000000000000000000ffffa8e354c8', '1477364760', 'no'),
(28245, '_transient_wflginfl_00000000000000000000ffffa8e354c8', '2', 'no'),
(23653, '_transient_timeout_wflginfl_00000000000000000000ffffb12abcbe', '1477337961', 'no'),
(23654, '_transient_wflginfl_00000000000000000000ffffb12abcbe', '1', 'no'),
(29839, '_transient_timeout_wflginfl_00000000000000000000ffffbc19f806', '1477373347', 'no'),
(29840, '_transient_wflginfl_00000000000000000000ffffbc19f806', '2', 'no'),
(23698, '_transient_wflginfl_00000000000000000000ffffb15ce9cf', '2', 'no'),
(23719, '_transient_timeout_wflginfl_00000000000000000000ffff73548683', '1477338472', 'no'),
(23720, '_transient_wflginfl_00000000000000000000ffff73548683', '2', 'no'),
(23699, '_transient_timeout_wflginfl_00000000000000000000ffff6da6891e', '1477338336', 'no'),
(29214, '_transient_wflginfl_00000000000000000000ffff1bfb261a', '2', 'no'),
(23697, '_transient_timeout_wflginfl_00000000000000000000ffffb15ce9cf', '1477338328', 'no'),
(23700, '_transient_wflginfl_00000000000000000000ffff6da6891e', '2', 'no'),
(23732, '_transient_timeout_wflginfl_00000000000000000000ffff1887f554', '1477338557', 'no'),
(23711, '_transient_timeout_wflginfl_00000000000000000000ffffbaddf94d', '1477338410', 'no'),
(23712, '_transient_wflginfl_00000000000000000000ffffbaddf94d', '2', 'no'),
(23994, '_transient_timeout_wflginfl_00000000000000000000ffffa2f59b97', '1477340202', 'no'),
(23980, '_transient_wflginfl_00000000000000000000ffff77ecd0c4', '2', 'no'),
(23837, '_transient_timeout_wflginfl_00000000000000000000ffff01204d15', '1477339155', 'no'),
(23733, '_transient_wflginfl_00000000000000000000ffff1887f554', '2', 'no'),
(23789, '_transient_timeout_wflginfl_00000000000000000000ffff5f5de1a3', '1477338849', 'no'),
(23768, '_transient_wflginfl_00000000000000000000ffff1b93cc89', '2', 'no'),
(29459, '_transient_timeout_wflginfl_00000000000000000000ffffbecabcbd', '1477371264', 'no'),
(29460, '_transient_wflginfl_00000000000000000000ffffbecabcbd', '2', 'no'),
(23742, '_transient_timeout_wflginfl_00000000000000000000ffff4f124f2a', '1477338609', 'no'),
(23743, '_transient_wflginfl_00000000000000000000ffff4f124f2a', '2', 'no'),
(23749, '_transient_timeout_wflginfl_00000000000000000000ffffc5e2dabf', '1477338620', 'no'),
(23750, '_transient_wflginfl_00000000000000000000ffffc5e2dabf', '2', 'no'),
(23752, '_transient_timeout_wflginfl_00000000000000000000ffff1bffdc54', '1477338630', 'no'),
(23753, '_transient_wflginfl_00000000000000000000ffff1bffdc54', '2', 'no'),
(23759, '_transient_timeout_wflginfl_00000000000000000000ffff67325132', '1477338651', 'no'),
(23760, '_transient_wflginfl_00000000000000000000ffff67325132', '2', 'no'),
(23767, '_transient_timeout_wflginfl_00000000000000000000ffff1b93cc89', '1477338683', 'no'),
(23831, '_transient_wflginfl_00000000000000000000ffffb8353265', '2', 'no'),
(23774, '_transient_timeout_wflginfl_00000000000000000000ffff6d4039a8', '1477338753', 'no'),
(23775, '_transient_wflginfl_00000000000000000000ffff6d4039a8', '2', 'no'),
(23790, '_transient_wflginfl_00000000000000000000ffff5f5de1a3', '2', 'no'),
(23792, '_transient_timeout_wflginfl_00000000000000000000ffff5fda9e77', '1477338861', 'no'),
(23793, '_transient_wflginfl_00000000000000000000ffff5fda9e77', '2', 'no'),
(23799, '_transient_timeout_wflginfl_00000000000000000000ffff2ee88062', '1477338895', 'no'),
(23800, '_transient_wflginfl_00000000000000000000ffff2ee88062', '2', 'no'),
(23806, '_transient_timeout_wflginfl_00000000000000000000ffff6733d0f7', '1477338924', 'no'),
(23807, '_transient_wflginfl_00000000000000000000ffff6733d0f7', '2', 'no'),
(23815, '_transient_timeout_wflginfl_00000000000000000000ffff56582d04', '1477339027', 'no'),
(23813, '_transient_timeout_wflginfl_00000000000000000000ffff27365f9c', '1477339020', 'no'),
(23814, '_transient_wflginfl_00000000000000000000ffff27365f9c', '2', 'no'),
(23816, '_transient_wflginfl_00000000000000000000ffff56582d04', '2', 'no'),
(30224, '_transient_timeout_wflginfl_00000000000000000000ffff52d6616c', '1477375496', 'no'),
(30225, '_transient_wflginfl_00000000000000000000ffff52d6616c', '2', 'no'),
(23830, '_transient_timeout_wflginfl_00000000000000000000ffffb8353265', '1477339137', 'no'),
(23838, '_transient_wflginfl_00000000000000000000ffff01204d15', '2', 'no'),
(23839, '_transient_timeout_wflginfl_00000000000000000000ffff6731ca11', '1477339172', 'no'),
(23840, '_transient_wflginfl_00000000000000000000ffff6731ca11', '2', 'no'),
(23859, '_transient_timeout_wflginfl_00000000000000000000ffff4d513721', '1477339333', 'no'),
(23851, '_transient_timeout_wflginfl_00000000000000000000ffff968182b6', '1477339293', 'no'),
(23852, '_transient_wflginfl_00000000000000000000ffff968182b6', '2', 'no'),
(23867, '_transient_wflginfl_00000000000000000000ffffb194d834', '2', 'no'),
(23860, '_transient_wflginfl_00000000000000000000ffff4d513721', '2', 'no'),
(23866, '_transient_timeout_wflginfl_00000000000000000000ffffb194d834', '1477339402', 'no'),
(23896, '_transient_timeout_wflginfl_00000000000000000000ffffa0b16586', '1477339594', 'no'),
(23873, '_transient_timeout_wflginfl_00000000000000000000ffff4f447c62', '1477339443', 'no'),
(23874, '_transient_wflginfl_00000000000000000000ffff4f447c62', '2', 'no'),
(23878, '_transient_timeout_wflginfl_00000000000000000000ffff0e616697', '1477339467', 'no'),
(23879, '_transient_wflginfl_00000000000000000000ffff0e616697', '2', 'no'),
(23880, '_transient_timeout_wflginfl_00000000000000000000ffffc500789b', '1477339464', 'no'),
(23881, '_transient_wflginfl_00000000000000000000ffffc500789b', '2', 'no'),
(28101, '_transient_wflginfl_00000000000000000000ffffbcad9364', '2', 'no'),
(28100, '_transient_timeout_wflginfl_00000000000000000000ffffbcad9364', '1477363859', 'no'),
(23889, '_transient_timeout_wflginfl_00000000000000000000ffff50e007b1', '1477339495', 'no'),
(23890, '_transient_wflginfl_00000000000000000000ffff50e007b1', '2', 'no'),
(30296, '_transient_timeout_wflginfl_00000000000000000000ffffab0650d8', '1477375958', 'no'),
(23948, '_transient_timeout_wflginfl_00000000000000000000ffff3bb181b3', '1477339872', 'no'),
(23897, '_transient_wflginfl_00000000000000000000ffffa0b16586', '2', 'no'),
(23914, '_transient_timeout_wflginfl_00000000000000000000ffff0ec08480', '1477339710', 'no'),
(23915, '_transient_wflginfl_00000000000000000000ffff0ec08480', '2', 'no'),
(23916, '_transient_timeout_wflginfl_00000000000000000000ffff2e63552e', '1477339711', 'no'),
(23917, '_transient_wflginfl_00000000000000000000ffff2e63552e', '2', 'no'),
(23923, '_transient_timeout_wflginfl_00000000000000000000ffff6f5d8652', '1477339739', 'no'),
(23924, '_transient_wflginfl_00000000000000000000ffff6f5d8652', '2', 'no'),
(23925, '_transient_timeout_wflginfl_00000000000000000000ffff55f1c7ab', '1477339767', 'no'),
(23926, '_transient_wflginfl_00000000000000000000ffff55f1c7ab', '2', 'no'),
(23932, '_transient_timeout_wflginfl_00000000000000000000ffff5e3c14bf', '1477339778', 'no'),
(23933, '_transient_wflginfl_00000000000000000000ffff5e3c14bf', '2', 'no'),
(23939, '_transient_timeout_wflginfl_00000000000000000000ffffb307522a', '1477339820', 'no'),
(23940, '_transient_wflginfl_00000000000000000000ffffb307522a', '2', 'no'),
(23941, '_transient_timeout_wflginfl_00000000000000000000ffff52246e05', '1477339825', 'no'),
(23942, '_transient_wflginfl_00000000000000000000ffff52246e05', '2', 'no'),
(23958, '_transient_wflginfl_00000000000000000000ffffbac21056', '2', 'no'),
(23949, '_transient_wflginfl_00000000000000000000ffff3bb181b3', '2', 'no'),
(23950, '_transient_timeout_wflginfl_00000000000000000000ffff5663435a', '1477339880', 'no'),
(23951, '_transient_wflginfl_00000000000000000000ffff5663435a', '2', 'no'),
(23957, '_transient_timeout_wflginfl_00000000000000000000ffffbac21056', '1477339982', 'no'),
(23969, '_transient_wflginfl_00000000000000000000ffff2f1d9106', '2', 'no'),
(23959, '_transient_timeout_wflginfl_00000000000000000000ffffb2e923b0', '1477339983', 'no'),
(23960, '_transient_wflginfl_00000000000000000000ffffb2e923b0', '2', 'no'),
(23961, '_transient_timeout_wflginfl_00000000000000000000ffffa63068a2', '1477339989', 'no'),
(23962, '_transient_wflginfl_00000000000000000000ffffa63068a2', '2', 'no'),
(23968, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d9106', '1477340021', 'no'),
(30294, '_transient_timeout_wflginfl_00000000000000000000ffff4c411975', '1477375940', 'no'),
(23972, '_transient_timeout_wflginfl_00000000000000000000ffffcb5a5ec3', '1477340045', 'no'),
(23973, '_transient_wflginfl_00000000000000000000ffffcb5a5ec3', '2', 'no'),
(23979, '_transient_timeout_wflginfl_00000000000000000000ffff77ecd0c4', '1477340075', 'no'),
(23993, '_transient_wflginfl_00000000000000000000ffff9cda0cc4', '2', 'no'),
(24022, '_transient_wflginfl_00000000000000000000ffff4eb44ea3', '2', 'no'),
(24007, '_transient_timeout_wflginfl_00000000000000000000ffff5fb46e52', '1477340287', 'no'),
(23985, '_transient_timeout_wflginfl_00000000000000000000ffff69e491a0', '1477340136', 'no'),
(23986, '_transient_wflginfl_00000000000000000000ffff69e491a0', '2', 'no'),
(23992, '_transient_timeout_wflginfl_00000000000000000000ffff9cda0cc4', '1477340180', 'no'),
(23995, '_transient_wflginfl_00000000000000000000ffffa2f59b97', '1', 'no'),
(23996, '_transient_timeout_wflginfl_00000000000000000000ffffd86e714e', '1477340205', 'no'),
(23997, '_transient_wflginfl_00000000000000000000ffffd86e714e', '1', 'no'),
(29740, '_transient_timeout_wflginfl_00000000000000000000ffffd2c377ad', '1477372871', 'no'),
(24008, '_transient_wflginfl_00000000000000000000ffff5fb46e52', '2', 'no'),
(26567, '_transient_timeout_wflginfl_00000000000000000000ffff744b5698', '1477355286', 'no'),
(24014, '_transient_timeout_wflginfl_00000000000000000000ffff7113f5b8', '1477340320', 'no'),
(24015, '_transient_wflginfl_00000000000000000000ffff7113f5b8', '2', 'no'),
(24021, '_transient_timeout_wflginfl_00000000000000000000ffff4eb44ea3', '1477340398', 'no'),
(29575, '_transient_timeout_wflginfl_00000000000000000000ffff5cfb5967', '1477371842', 'no'),
(29576, '_transient_wflginfl_00000000000000000000ffff5cfb5967', '2', 'no'),
(26568, '_transient_wflginfl_00000000000000000000ffff744b5698', '2', 'no'),
(24050, '_transient_timeout_wflginfl_00000000000000000000ffff293ac7c0', '1477340579', 'no'),
(24051, '_transient_wflginfl_00000000000000000000ffff293ac7c0', '2', 'no'),
(24043, '_transient_timeout_wflginfl_00000000000000000000ffff708650db', '1477340502', 'no'),
(24042, '_transient_wflginfl_00000000000000000000ffff51f7d58a', '2', 'no'),
(24032, '_transient_timeout_wflginfl_00000000000000000000ffffb7abb67b', '1477340463', 'no'),
(24033, '_transient_wflginfl_00000000000000000000ffffb7abb67b', '2', 'no'),
(24034, '_transient_timeout_wflginfl_00000000000000000000ffffbffb9cfc', '1477340455', 'no'),
(24035, '_transient_wflginfl_00000000000000000000ffffbffb9cfc', '2', 'no'),
(24041, '_transient_timeout_wflginfl_00000000000000000000ffff51f7d58a', '1477340484', 'no'),
(24044, '_transient_wflginfl_00000000000000000000ffff708650db', '2', 'no'),
(28145, '_transient_wflginfl_00000000000000000000ffff6d4010a9', '2', 'no'),
(24121, '_transient_wflginfl_00000000000000000000ffff5561e0de', '2', 'no'),
(24195, '_transient_timeout_wflginfl_00000000000000000000ffffb757ca76', '1477341312', 'no'),
(24059, '_transient_timeout_wflginfl_00000000000000000000ffffb36bd9cd', '1477340603', 'no'),
(24058, '_transient_wflginfl_00000000000000000000ffffc4405821', '2', 'no'),
(24057, '_transient_timeout_wflginfl_00000000000000000000ffffc4405821', '1477340594', 'no'),
(24060, '_transient_wflginfl_00000000000000000000ffffb36bd9cd', '2', 'no'),
(24066, '_transient_timeout_wflginfl_00000000000000000000ffffc55d8206', '1477340615', 'no'),
(24067, '_transient_wflginfl_00000000000000000000ffffc55d8206', '2', 'no'),
(24068, '_transient_timeout_wflginfl_00000000000000000000ffffbae9ef25', '1477340614', 'no'),
(24069, '_transient_wflginfl_00000000000000000000ffffbae9ef25', '1', 'no'),
(24080, '_transient_timeout_wflginfl_00000000000000000000ffff52438c62', '1477340674', 'no'),
(24079, '_transient_wflginfl_00000000000000000000ffff025890f9', '2', 'no'),
(24075, '_transient_timeout_wflginfl_00000000000000000000ffffb6baec50', '1477340661', 'no'),
(24076, '_transient_wflginfl_00000000000000000000ffffb6baec50', '2', 'no'),
(24078, '_transient_timeout_wflginfl_00000000000000000000ffff025890f9', '1477340661', 'no'),
(24081, '_transient_wflginfl_00000000000000000000ffff52438c62', '2', 'no'),
(24087, '_transient_timeout_wflginfl_00000000000000000000ffff4f8fa81c', '1477340700', 'no'),
(24088, '_transient_wflginfl_00000000000000000000ffff4f8fa81c', '2', 'no'),
(24102, '_transient_timeout_wflginfl_00000000000000000000ffff70c66786', '1477340757', 'no'),
(24096, '_transient_wflginfl_00000000000000000000ffff699b7525', '2', 'no'),
(24095, '_transient_timeout_wflginfl_00000000000000000000ffff699b7525', '1477340748', 'no'),
(24103, '_transient_wflginfl_00000000000000000000ffff70c66786', '2', 'no'),
(24106, '_transient_timeout_wflginfl_00000000000000000000ffff5e776000', '1477340767', 'no'),
(24107, '_transient_wflginfl_00000000000000000000ffff5e776000', '1', 'no'),
(24164, '_transient_wflginfl_00000000000000000000ffff6f58ccdc', '2', 'no'),
(26683, '_transient_wflginfl_00000000000000000000ffff7a03b916', '2', 'no'),
(26682, '_transient_timeout_wflginfl_00000000000000000000ffff7a03b916', '1477355966', 'no'),
(24120, '_transient_timeout_wflginfl_00000000000000000000ffff5561e0de', '1477340829', 'no'),
(24122, '_transient_timeout_wflginfl_00000000000000000000ffff5686905f', '1477340843', 'no'),
(24123, '_transient_wflginfl_00000000000000000000ffff5686905f', '2', 'no'),
(24128, '_transient_timeout_wflginfl_00000000000000000000ffff4eae5628', '1477340865', 'no'),
(24129, '_transient_wflginfl_00000000000000000000ffff4eae5628', '2', 'no'),
(24130, '_transient_timeout_wflginfl_00000000000000000000ffff423d42bd', '1477340866', 'no'),
(24131, '_transient_wflginfl_00000000000000000000ffff423d42bd', '2', 'no'),
(24145, '_transient_timeout_wflginfl_00000000000000000000ffffbd64cf76', '1477341020', 'no'),
(24138, '_transient_timeout_wflginfl_00000000000000000000ffff3cf35b75', '1477340961', 'no'),
(24139, '_transient_wflginfl_00000000000000000000ffff3cf35b75', '1', 'no'),
(24174, '_transient_timeout_wflginfl_00000000000000000000ffff4eb64377', '1477341127', 'no'),
(24146, '_transient_wflginfl_00000000000000000000ffffbd64cf76', '2', 'no'),
(24147, '_transient_timeout_wflginfl_00000000000000000000ffff296da80d', '1477341023', 'no'),
(24148, '_transient_wflginfl_00000000000000000000ffff296da80d', '2', 'no'),
(24149, '_transient_timeout_wflginfl_00000000000000000000ffff294e4c8e', '1477341022', 'no'),
(24150, '_transient_wflginfl_00000000000000000000ffff294e4c8e', '1', 'no'),
(24163, '_transient_timeout_wflginfl_00000000000000000000ffff6f58ccdc', '1477341077', 'no'),
(24173, '_transient_wflginfl_00000000000000000000ffffb1533d8b', '2', 'no'),
(24165, '_transient_timeout_wflginfl_00000000000000000000ffffbb4906d5', '1477341082', 'no'),
(24166, '_transient_wflginfl_00000000000000000000ffffbb4906d5', '2', 'no'),
(24172, '_transient_timeout_wflginfl_00000000000000000000ffffb1533d8b', '1477341118', 'no'),
(24175, '_transient_wflginfl_00000000000000000000ffff4eb64377', '2', 'no'),
(24194, '_transient_wflginfl_00000000000000000000ffffb24f398b', '2', 'no'),
(28144, '_transient_timeout_wflginfl_00000000000000000000ffff6d4010a9', '1477364146', 'no'),
(24196, '_transient_wflginfl_00000000000000000000ffffb757ca76', '2', 'no'),
(24193, '_transient_timeout_wflginfl_00000000000000000000ffffb24f398b', '1477341267', 'no'),
(24363, '_transient_timeout_wflginfl_00000000000000000000ffffb5bc2e1b', '1477342449', 'no'),
(24364, '_transient_wflginfl_00000000000000000000ffffb5bc2e1b', '2', 'no'),
(24201, '_transient_timeout_wflginfl_00000000000000000000ffff7b886f04', '1477341309', 'no'),
(24202, '_transient_wflginfl_00000000000000000000ffff7b886f04', '2', 'no'),
(24218, '_transient_wflginfl_00000000000000000000ffff2964554d', '2', 'no'),
(25245, '_transient_timeout_wflginfl_00000000000000000000ffff9a7f9471', '1477347441', 'no'),
(25246, '_transient_wflginfl_00000000000000000000ffff9a7f9471', '1', 'no'),
(24210, '_transient_timeout_wflginfl_00000000000000000000ffff2966b3e2', '1477341359', 'no'),
(24211, '_transient_wflginfl_00000000000000000000ffff2966b3e2', '2', 'no'),
(24217, '_transient_timeout_wflginfl_00000000000000000000ffff2964554d', '1477341381', 'no'),
(24232, '_transient_timeout_wflginfl_00000000000000000000ffffc1e7282c', '1477341594', 'no'),
(26584, '_transient_wflginfl_00000000000000000000ffff5da900c9', '2', 'no'),
(24229, '_transient_timeout_wflginfl_00000000000000000000ffff5aa9c8f4', '1477341567', 'no'),
(24230, '_transient_wflginfl_00000000000000000000ffff5aa9c8f4', '2', 'no'),
(24259, '_transient_timeout_wflginfl_00000000000000000000ffff4fa879fd', '1477341747', 'no'),
(24233, '_transient_wflginfl_00000000000000000000ffffc1e7282c', '2', 'no'),
(26279, '_transient_wflginfl_00000000000000000000ffffcaa01470', '2', 'no'),
(26278, '_transient_timeout_wflginfl_00000000000000000000ffffcaa01470', '1477353487', 'no'),
(24267, '_transient_wflginfl_00000000000000000000ffff27302f86', '2', 'no'),
(24260, '_transient_wflginfl_00000000000000000000ffff4fa879fd', '2', 'no'),
(24266, '_transient_timeout_wflginfl_00000000000000000000ffff27302f86', '1477341793', 'no'),
(24275, '_transient_timeout_wflginfl_00000000000000000000ffff52f3f1d8', '1477341889', 'no'),
(24268, '_transient_timeout_wflginfl_00000000000000000000ffff49fd267b', '1477341810', 'no'),
(24269, '_transient_wflginfl_00000000000000000000ffff49fd267b', '2', 'no'),
(24276, '_transient_wflginfl_00000000000000000000ffff52f3f1d8', '2', 'no'),
(24277, '_transient_timeout_wflginfl_00000000000000000000ffff6f77d1d0', '1477341890', 'no'),
(24278, '_transient_wflginfl_00000000000000000000ffff6f77d1d0', '2', 'no'),
(24307, '_transient_wflginfl_00000000000000000000ffffbe71a2ea', '2', 'no'),
(24295, '_transient_wflginfl_00000000000000000000ffffb33434cc', '2', 'no'),
(24294, '_transient_timeout_wflginfl_00000000000000000000ffffb33434cc', '1477342012', 'no'),
(24306, '_transient_timeout_wflginfl_00000000000000000000ffffbe71a2ea', '1477342096', 'no'),
(26583, '_transient_timeout_wflginfl_00000000000000000000ffff5da900c9', '1477355356', 'no'),
(24322, '_transient_timeout_wflginfl_00000000000000000000ffff5496ee17', '1477342219', 'no'),
(24371, '_transient_wflginfl_00000000000000000000ffff2f0b2425', '2', 'no'),
(24344, '_transient_wflginfl_00000000000000000000ffff57138bfd', '2', 'no'),
(24323, '_transient_wflginfl_00000000000000000000ffff5496ee17', '2', 'no'),
(24329, '_transient_timeout_wflginfl_00000000000000000000ffff5afe4c54', '1477342262', 'no'),
(24330, '_transient_wflginfl_00000000000000000000ffff5afe4c54', '2', 'no'),
(24336, '_transient_timeout_wflginfl_00000000000000000000ffff272e6049', '1477342285', 'no'),
(24337, '_transient_wflginfl_00000000000000000000ffff272e6049', '2', 'no'),
(24343, '_transient_timeout_wflginfl_00000000000000000000ffff57138bfd', '1477342316', 'no'),
(24370, '_transient_timeout_wflginfl_00000000000000000000ffff2f0b2425', '1477342481', 'no'),
(24350, '_transient_timeout_wflginfl_00000000000000000000ffff50b81a07', '1477342354', 'no'),
(24351, '_transient_wflginfl_00000000000000000000ffff50b81a07', '2', 'no'),
(29698, '_transient_timeout_wflginfl_00000000000000000000ffff2df20c25', '1477372564', 'no'),
(29699, '_transient_wflginfl_00000000000000000000ffff2df20c25', '2', 'no'),
(24387, '_transient_timeout_wflginfl_00000000000000000000ffff29698c1a', '1477342523', 'no'),
(26828, '_transient_wflginfl_00000000000000000000ffffd9ab5b4a', '2', 'no'),
(24377, '_transient_timeout_wflginfl_00000000000000000000ffff58e8f93e', '1477342500', 'no'),
(24378, '_transient_wflginfl_00000000000000000000ffff58e8f93e', '1', 'no'),
(26827, '_transient_timeout_wflginfl_00000000000000000000ffffd9ab5b4a', '1477356860', 'no'),
(24388, '_transient_wflginfl_00000000000000000000ffff29698c1a', '2', 'no'),
(24408, '_transient_wflginfl_00000000000000000000ffff52890c71', '2', 'no'),
(24389, '_transient_timeout_wflginfl_00000000000000000000ffffbf5329e7', '1477342530', 'no'),
(24390, '_transient_wflginfl_00000000000000000000ffffbf5329e7', '2', 'no'),
(24414, '_transient_timeout_wflginfl_00000000000000000000ffff52a5a09b', '1477342783', 'no'),
(24415, '_transient_wflginfl_00000000000000000000ffff52a5a09b', '2', 'no'),
(24407, '_transient_timeout_wflginfl_00000000000000000000ffff52890c71', '1477342734', 'no'),
(24464, '_transient_wflginfl_00000000000000000000ffff4da700aa', '2', 'no'),
(24465, '_transient_timeout_wflginfl_00000000000000000000ffff6daf6497', '1477343060', 'no'),
(24422, '_transient_wflginfl_00000000000000000000ffff4d8a74f1', '2', 'no'),
(24421, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a74f1', '1477342798', 'no'),
(24433, '_transient_timeout_wflginfl_00000000000000000000ffff67395c48', '1477342849', 'no'),
(24432, '_transient_wflginfl_00000000000000000000ffff296dde6a', '2', 'no'),
(24431, '_transient_timeout_wflginfl_00000000000000000000ffff296dde6a', '1477342842', 'no'),
(24434, '_transient_wflginfl_00000000000000000000ffff67395c48', '2', 'no'),
(27986, '_transient_wflginfl_00000000000000000000ffffcb5146ca', '2', 'no'),
(27985, '_transient_timeout_wflginfl_00000000000000000000ffffcb5146ca', '1477363236', 'no'),
(24442, '_transient_timeout_wflginfl_00000000000000000000ffff79658342', '1477342888', 'no'),
(24443, '_transient_wflginfl_00000000000000000000ffff79658342', '2', 'no'),
(24455, '_transient_timeout_wflginfl_00000000000000000000ffff02ddfa0f', '1477343012', 'no'),
(24633, '_transient_wflginfl_00000000000000000000ffff4532460b', '2', 'no'),
(24456, '_transient_wflginfl_00000000000000000000ffff02ddfa0f', '2', 'no'),
(24463, '_transient_timeout_wflginfl_00000000000000000000ffff4da700aa', '1477343059', 'no'),
(24466, '_transient_wflginfl_00000000000000000000ffff6daf6497', '2', 'no'),
(24500, '_transient_wflginfl_00000000000000000000ffffbbac50be', '2', 'no'),
(24467, '_transient_timeout_wflginfl_00000000000000000000ffff699b8126', '1477343081', 'no'),
(24468, '_transient_wflginfl_00000000000000000000ffff699b8126', '2', 'no'),
(24469, '_transient_timeout_wflginfl_00000000000000000000ffffb1e4a2d3', '1477343087', 'no'),
(24470, '_transient_wflginfl_00000000000000000000ffffb1e4a2d3', '2', 'no'),
(24476, '_transient_timeout_wflginfl_00000000000000000000ffff2d7c3342', '1477343105', 'no'),
(24477, '_transient_wflginfl_00000000000000000000ffff2d7c3342', '2', 'no'),
(24483, '_transient_timeout_wflginfl_00000000000000000000ffff4ac0af67', '1477343149', 'no'),
(24484, '_transient_wflginfl_00000000000000000000ffff4ac0af67', '2', 'no'),
(24490, '_transient_timeout_wflginfl_00000000000000000000ffffb4f8e0f0', '1477343156', 'no'),
(24491, '_transient_wflginfl_00000000000000000000ffffb4f8e0f0', '2', 'no'),
(24492, '_transient_timeout_wflginfl_00000000000000000000ffff7361ca61', '1477343165', 'no'),
(24493, '_transient_wflginfl_00000000000000000000ffff7361ca61', '2', 'no'),
(24499, '_transient_timeout_wflginfl_00000000000000000000ffffbbac50be', '1477343199', 'no'),
(26316, '_transient_wflginfl_00000000000000000000ffff258e2837', '2', 'no'),
(26632, '_transient_wflginfl_00000000000000000000ffffa0b01f97', '2', 'no'),
(26631, '_transient_timeout_wflginfl_00000000000000000000ffffa0b01f97', '1477355649', 'no'),
(26706, '_transient_timeout_wflginfl_00000000000000000000ffff70d09e55', '1477356067', 'no'),
(26707, '_transient_wflginfl_00000000000000000000ffff70d09e55', '2', 'no'),
(26315, '_transient_timeout_wflginfl_00000000000000000000ffff258e2837', '1477353704', 'no'),
(27101, '_transient_wflginfl_00000000000000000000ffff6e2c792c', '2', 'no'),
(24555, '_transient_wflginfl_00000000000000000000ffff59a083de', '2', 'no'),
(24529, '_transient_timeout_wflginfl_00000000000000000000ffff4e5dedab', '1477343398', 'no'),
(24530, '_transient_wflginfl_00000000000000000000ffff4e5dedab', '1', 'no'),
(24534, '_transient_timeout_wflginfl_00000000000000000000ffff052afa03', '1477343402', 'no'),
(24532, '_transient_timeout_wflginfl_00000000000000000000ffff29c7fc82', '1477343403', 'no'),
(24533, '_transient_wflginfl_00000000000000000000ffff29c7fc82', '2', 'no'),
(24535, '_transient_wflginfl_00000000000000000000ffff052afa03', '1', 'no'),
(24536, '_transient_timeout_wflginfl_00000000000000000000ffff3e3fbdab', '1477343420', 'no'),
(24537, '_transient_wflginfl_00000000000000000000ffff3e3fbdab', '2', 'no'),
(27100, '_transient_timeout_wflginfl_00000000000000000000ffff6e2c792c', '1477358290', 'no'),
(24661, '_transient_wflginfl_00000000000000000000ffff2f1d5fa3', '2', 'no'),
(24545, '_transient_timeout_wflginfl_00000000000000000000ffffde7c54f1', '1477343497', 'no'),
(24546, '_transient_wflginfl_00000000000000000000ffffde7c54f1', '2', 'no'),
(24547, '_transient_timeout_wflginfl_00000000000000000000ffff52725de6', '1477343502', 'no'),
(24548, '_transient_wflginfl_00000000000000000000ffff52725de6', '1', 'no'),
(24554, '_transient_timeout_wflginfl_00000000000000000000ffff59a083de', '1477343550', 'no'),
(24618, '_transient_timeout_wflginfl_00000000000000000000ffffb05cc09e', '1477343973', 'no'),
(29130, '_transient_wflginfl_00000000000000000000ffffcea942b6', '2', 'no'),
(24556, '_transient_timeout_wflginfl_00000000000000000000ffff7907adfe', '1477343551', 'no'),
(24557, '_transient_wflginfl_00000000000000000000ffff7907adfe', '2', 'no'),
(24558, '_transient_timeout_wflginfl_00000000000000000000ffff67ff055f', '1477343556', 'no'),
(24559, '_transient_wflginfl_00000000000000000000ffff67ff055f', '2', 'no'),
(29129, '_transient_timeout_wflginfl_00000000000000000000ffffcea942b6', '1477369422', 'no'),
(24578, '_transient_timeout_wflginfl_00000000000000000000ffff29fe0528', '1477343770', 'no'),
(24579, '_transient_wflginfl_00000000000000000000ffff29fe0528', '2', 'no'),
(30021, '_transient_wflginfl_00000000000000000000ffffcb681c4d', '2', 'no'),
(30020, '_transient_timeout_wflginfl_00000000000000000000ffffcb681c4d', '1477374457', 'no'),
(24588, '_transient_timeout_wflginfl_00000000000000000000ffffd96b6a8a', '1477343804', 'no'),
(24589, '_transient_wflginfl_00000000000000000000ffffd96b6a8a', '2', 'no'),
(24597, '_transient_timeout_wflginfl_00000000000000000000ffff461a649e', '1477343862', 'no'),
(24598, '_transient_wflginfl_00000000000000000000ffff461a649e', '2', 'no'),
(24604, '_transient_timeout_wflginfl_00000000000000000000ffff599c1857', '1477343888', 'no'),
(24605, '_transient_wflginfl_00000000000000000000ffff599c1857', '2', 'no'),
(24619, '_transient_wflginfl_00000000000000000000ffffb05cc09e', '2', 'no'),
(24632, '_transient_timeout_wflginfl_00000000000000000000ffff4532460b', '1477344059', 'no'),
(24634, '_transient_timeout_wflginfl_00000000000000000000ffffb184b552', '1477344073', 'no'),
(24635, '_transient_wflginfl_00000000000000000000ffffb184b552', '2', 'no'),
(24648, '_transient_timeout_wflginfl_00000000000000000000ffff27244e00', '1477344136', 'no'),
(24647, '_transient_wflginfl_00000000000000000000ffffcba0b843', '2', 'no'),
(24641, '_transient_timeout_wflginfl_00000000000000000000ffff781d42de', '1477344106', 'no'),
(24642, '_transient_wflginfl_00000000000000000000ffff781d42de', '2', 'no'),
(24646, '_transient_timeout_wflginfl_00000000000000000000ffffcba0b843', '1477344116', 'no'),
(24649, '_transient_wflginfl_00000000000000000000ffff27244e00', '2', 'no'),
(24672, '_transient_wflginfl_00000000000000000000ffffc50fc737', '2', 'no'),
(24660, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d5fa3', '1477344204', 'no'),
(24740, '_transient_wflginfl_00000000000000000000ffff2e634df0', '2', 'no'),
(24712, '_transient_wflginfl_00000000000000000000ffff4dfdc4db', '2', 'no'),
(24671, '_transient_timeout_wflginfl_00000000000000000000ffffc50fc737', '1477344305', 'no'),
(27414, '_transient_timeout_wflginfl_00000000000000000000ffff96f2689b', '1477360075', 'no'),
(27415, '_transient_wflginfl_00000000000000000000ffff96f2689b', '2', 'no'),
(24675, '_transient_timeout_wflginfl_00000000000000000000ffffbb4e18ba', '1477344320', 'no'),
(24676, '_transient_wflginfl_00000000000000000000ffffbb4e18ba', '2', 'no'),
(24681, '_transient_timeout_wflginfl_00000000000000000000ffff974af523', '1477344335', 'no'),
(24682, '_transient_wflginfl_00000000000000000000ffff974af523', '2', 'no'),
(24684, '_transient_timeout_wflginfl_00000000000000000000ffffc503d1a1', '1477344344', 'no'),
(24685, '_transient_wflginfl_00000000000000000000ffffc503d1a1', '2', 'no'),
(24713, '_transient_timeout_wflginfl_00000000000000000000ffff79aa75a1', '1477344503', 'no'),
(24705, '_transient_wflginfl_00000000000000000000ffff4708a5a0', '2', 'no'),
(24691, '_transient_timeout_wflginfl_00000000000000000000ffff29e2a9e3', '1477344378', 'no'),
(24692, '_transient_wflginfl_00000000000000000000ffff29e2a9e3', '2', 'no'),
(26802, '_transient_timeout_wflginfl_00000000000000000000ffff561866e9', '1477356665', 'no'),
(26803, '_transient_wflginfl_00000000000000000000ffff561866e9', '2', 'no'),
(26981, '_transient_timeout_wflginfl_00000000000000000000ffffb3074a3c', '1477357644', 'no'),
(26982, '_transient_wflginfl_00000000000000000000ffffb3074a3c', '2', 'no'),
(24704, '_transient_timeout_wflginfl_00000000000000000000ffff4708a5a0', '1477344416', 'no'),
(24723, '_transient_wflginfl_00000000000000000000ffff6e9faa96', '2', 'no'),
(24711, '_transient_timeout_wflginfl_00000000000000000000ffff4dfdc4db', '1477344491', 'no'),
(24714, '_transient_wflginfl_00000000000000000000ffff79aa75a1', '2', 'no'),
(24715, '_transient_timeout_wflginfl_00000000000000000000ffff5c63a0b7', '1477344505', 'no'),
(24716, '_transient_wflginfl_00000000000000000000ffff5c63a0b7', '2', 'no'),
(24722, '_transient_timeout_wflginfl_00000000000000000000ffff6e9faa96', '1477344540', 'no'),
(24739, '_transient_timeout_wflginfl_00000000000000000000ffff2e634df0', '1477344643', 'no'),
(24732, '_transient_wflginfl_00000000000000000000ffff9f00c642', '2', 'no'),
(24724, '_transient_timeout_wflginfl_00000000000000000000ffff29642307', '1477344548', 'no'),
(24725, '_transient_wflginfl_00000000000000000000ffff29642307', '2', 'no'),
(24731, '_transient_timeout_wflginfl_00000000000000000000ffff9f00c642', '1477344578', 'no'),
(24747, '_transient_wflginfl_00000000000000000000ffffa995b8f1', '2', 'no'),
(24776, '_transient_wflginfl_00000000000000000000ffff6d4229f6', '2', 'no'),
(24748, '_transient_timeout_wflginfl_00000000000000000000ffff5daccfe4', '1477344704', 'no'),
(24746, '_transient_timeout_wflginfl_00000000000000000000ffffa995b8f1', '1477344701', 'no'),
(24749, '_transient_wflginfl_00000000000000000000ffff5daccfe4', '2', 'no'),
(24750, '_transient_timeout_wflginfl_00000000000000000000ffff298e527d', '1477344716', 'no'),
(24751, '_transient_wflginfl_00000000000000000000ffff298e527d', '2', 'no'),
(24765, '_transient_wflginfl_00000000000000000000ffff292b72b1', '2', 'no'),
(24757, '_transient_timeout_wflginfl_00000000000000000000ffff674416f0', '1477344746', 'no'),
(24758, '_transient_wflginfl_00000000000000000000ffff674416f0', '2', 'no'),
(24764, '_transient_timeout_wflginfl_00000000000000000000ffff292b72b1', '1477344794', 'no'),
(24766, '_transient_timeout_wflginfl_00000000000000000000ffff29f98274', '1477344795', 'no'),
(24767, '_transient_wflginfl_00000000000000000000ffff29f98274', '2', 'no'),
(24804, '_transient_timeout_wflginfl_00000000000000000000ffffb0fc31de', '1477345025', 'no'),
(24792, '_transient_wflginfl_00000000000000000000ffffa0b2d03c', '2', 'no'),
(24777, '_transient_timeout_wflginfl_00000000000000000000ffff7be3613a', '1477344836', 'no'),
(24768, '_transient_timeout_wflginfl_00000000000000000000ffff3c328cc9', '1477344801', 'no'),
(24769, '_transient_wflginfl_00000000000000000000ffff3c328cc9', '2', 'no'),
(24775, '_transient_timeout_wflginfl_00000000000000000000ffff6d4229f6', '1477344832', 'no'),
(24778, '_transient_wflginfl_00000000000000000000ffff7be3613a', '2', 'no'),
(24803, '_transient_wflginfl_00000000000000000000ffff05aa1c19', '2', 'no'),
(24793, '_transient_timeout_wflginfl_00000000000000000000ffff7af4781c', '1477344967', 'no'),
(24784, '_transient_timeout_wflginfl_00000000000000000000ffff4f187ec4', '1477344875', 'no'),
(24785, '_transient_wflginfl_00000000000000000000ffff4f187ec4', '2', 'no'),
(24791, '_transient_timeout_wflginfl_00000000000000000000ffffa0b2d03c', '1477344949', 'no'),
(24794, '_transient_wflginfl_00000000000000000000ffff7af4781c', '2', 'no'),
(24795, '_transient_timeout_wflginfl_00000000000000000000ffff5332e8c1', '1477344967', 'no'),
(24796, '_transient_wflginfl_00000000000000000000ffff5332e8c1', '2', 'no'),
(24802, '_transient_timeout_wflginfl_00000000000000000000ffff05aa1c19', '1477345024', 'no'),
(24805, '_transient_wflginfl_00000000000000000000ffffb0fc31de', '2', 'no'),
(24831, '_transient_timeout_wflginfl_00000000000000000000ffffb6b9e46e', '1477345174', 'no'),
(24832, '_transient_wflginfl_00000000000000000000ffffb6b9e46e', '2', 'no'),
(24810, '_transient_timeout_wflginfl_00000000000000000000ffff05cee861', '1477345072', 'no'),
(24811, '_transient_wflginfl_00000000000000000000ffff05cee861', '2', 'no'),
(24833, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d5021', '1477345178', 'no'),
(27580, '_transient_timeout_wflginfl_00000000000000000000ffffc9c41014', '1477360968', 'no'),
(27581, '_transient_wflginfl_00000000000000000000ffffc9c41014', '2', 'no'),
(24814, '_transient_timeout_wflginfl_00000000000000000000ffffbee15d44', '1477345081', 'no'),
(24815, '_transient_wflginfl_00000000000000000000ffffbee15d44', '2', 'no'),
(24816, '_transient_timeout_wflginfl_00000000000000000000ffffbc7be6d1', '1477345084', 'no'),
(24817, '_transient_wflginfl_00000000000000000000ffffbc7be6d1', '2', 'no'),
(24818, '_transient_timeout_wflginfl_00000000000000000000ffff57e4820a', '1477345104', 'no'),
(24819, '_transient_wflginfl_00000000000000000000ffff57e4820a', '2', 'no'),
(24834, '_transient_wflginfl_00000000000000000000ffff2f1d5021', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(24855, '_transient_wflginfl_00000000000000000000ffff699a24ed', '2', 'no'),
(27666, '_transient_wflginfl_00000000000000000000ffff69665894', '2', 'no'),
(27665, '_transient_timeout_wflginfl_00000000000000000000ffff69665894', '1477361455', 'no'),
(27063, '_transient_wflginfl_00000000000000000000ffff3ec9d323', '2', 'no'),
(24864, '_transient_wflginfl_00000000000000000000ffff27344c74', '2', 'no'),
(28153, '_transient_timeout_wflginfl_00000000000000000000ffff443055ed', '1477364168', 'no'),
(28154, '_transient_wflginfl_00000000000000000000ffff443055ed', '2', 'no'),
(24854, '_transient_timeout_wflginfl_00000000000000000000ffff699a24ed', '1477345281', 'no'),
(24856, '_transient_timeout_wflginfl_00000000000000000000ffff51388c19', '1477345283', 'no'),
(24857, '_transient_wflginfl_00000000000000000000ffff51388c19', '2', 'no'),
(27062, '_transient_timeout_wflginfl_00000000000000000000ffff3ec9d323', '1477358103', 'no'),
(24865, '_transient_timeout_wflginfl_00000000000000000000ffff5a955f77', '1477345359', 'no'),
(24863, '_transient_timeout_wflginfl_00000000000000000000ffff27344c74', '1477345346', 'no'),
(24866, '_transient_wflginfl_00000000000000000000ffff5a955f77', '2', 'no'),
(24867, '_transient_timeout_wflginfl_00000000000000000000ffff4f292d7a', '1477345360', 'no'),
(24868, '_transient_wflginfl_00000000000000000000ffff4f292d7a', '2', 'no'),
(24873, '_transient_timeout_wflginfl_00000000000000000000ffffb846b57e', '1477345374', 'no'),
(24874, '_transient_wflginfl_00000000000000000000ffffb846b57e', '2', 'no'),
(24875, '_transient_timeout_wflginfl_00000000000000000000ffffbe71e802', '1477345387', 'no'),
(24876, '_transient_wflginfl_00000000000000000000ffffbe71e802', '2', 'no'),
(24878, '_transient_timeout_wflginfl_00000000000000000000ffffd5953d25', '1477345403', 'no'),
(24879, '_transient_wflginfl_00000000000000000000ffffd5953d25', '2', 'no'),
(24880, '_transient_timeout_wflginfl_00000000000000000000ffff5a32f92f', '1477345403', 'no'),
(24881, '_transient_wflginfl_00000000000000000000ffff5a32f92f', '2', 'no'),
(24886, '_transient_timeout_wflginfl_00000000000000000000ffff75d70dbf', '1477345410', 'no'),
(24887, '_transient_wflginfl_00000000000000000000ffff75d70dbf', '2', 'no'),
(24889, '_transient_timeout_wflginfl_00000000000000000000ffff75c72de8', '1477345421', 'no'),
(24890, '_transient_wflginfl_00000000000000000000ffff75c72de8', '1', 'no'),
(24891, '_transient_timeout_wflginfl_00000000000000000000ffff253c840a', '1477345426', 'no'),
(24892, '_transient_wflginfl_00000000000000000000ffff253c840a', '2', 'no'),
(24897, '_transient_timeout_wflginfl_00000000000000000000ffffa0b21e4d', '1477345439', 'no'),
(24898, '_transient_wflginfl_00000000000000000000ffffa0b21e4d', '2', 'no'),
(25036, '_transient_wflginfl_00000000000000000000ffffc4b7cd63', '2', 'no'),
(24949, '_transient_wflginfl_00000000000000000000ffffbc2c0313', '2', 'no'),
(27701, '_transient_wflginfl_00000000000000000000ffffc9de1f02', '2', 'no'),
(26838, '_transient_timeout_wflginfl_00000000000000000000ffffaf8a8425', '1477356896', 'no'),
(26839, '_transient_wflginfl_00000000000000000000ffffaf8a8425', '2', 'no'),
(24910, '_transient_timeout_wflginfl_00000000000000000000ffff9a490f39', '1477345585', 'no'),
(24911, '_transient_wflginfl_00000000000000000000ffff9a490f39', '2', 'no'),
(24915, '_transient_timeout_wflginfl_00000000000000000000ffff3f9696f0', '1477345565', 'no'),
(24916, '_transient_wflginfl_00000000000000000000ffff3f9696f0', '2', 'no'),
(24918, '_transient_timeout_wflginfl_00000000000000000000ffffb2decd12', '1477345581', 'no'),
(24919, '_transient_wflginfl_00000000000000000000ffffb2decd12', '2', 'no'),
(26621, '_transient_timeout_wflginfl_00000000000000000000ffff6367635e', '1477355553', 'no'),
(26622, '_transient_wflginfl_00000000000000000000ffff6367635e', '2', 'no'),
(24976, '_transient_timeout_wflginfl_00000000000000000000ffff46349840', '1477345893', 'no'),
(24950, '_transient_timeout_wflginfl_00000000000000000000ffff6723a83e', '1477345759', 'no'),
(24948, '_transient_timeout_wflginfl_00000000000000000000ffffbc2c0313', '1477345745', 'no'),
(24951, '_transient_wflginfl_00000000000000000000ffff6723a83e', '2', 'no'),
(24960, '_transient_wflginfl_00000000000000000000ffff6a338cdd', '2', 'no'),
(24956, '_transient_timeout_wflginfl_00000000000000000000ffff4f7162d0', '1477345786', 'no'),
(24957, '_transient_wflginfl_00000000000000000000ffff4f7162d0', '2', 'no'),
(24959, '_transient_timeout_wflginfl_00000000000000000000ffff6a338cdd', '1477345809', 'no'),
(25019, '_transient_wflginfl_00000000000000000000ffffbc205bfb', '2', 'no'),
(24961, '_transient_timeout_wflginfl_00000000000000000000ffffb36965bf', '1477345795', 'no'),
(24962, '_transient_wflginfl_00000000000000000000ffffb36965bf', '2', 'no'),
(27700, '_transient_timeout_wflginfl_00000000000000000000ffffc9de1f02', '1477361664', 'no'),
(24977, '_transient_wflginfl_00000000000000000000ffff46349840', '2', 'no'),
(26869, '_transient_timeout_wflginfl_00000000000000000000ffff292e9d9f', '1477357122', 'no'),
(26870, '_transient_wflginfl_00000000000000000000ffff292e9d9f', '2', 'no'),
(27339, '_transient_timeout_wflginfl_00000000000000000000ffffa8794212', '1477359673', 'no'),
(27340, '_transient_wflginfl_00000000000000000000ffffa8794212', '2', 'no'),
(25002, '_transient_timeout_wflginfl_00000000000000000000ffffac738869', '1477345999', 'no'),
(25001, '_transient_wflginfl_00000000000000000000ffffd1939036', '2', 'no'),
(24997, '_transient_timeout_wflginfl_00000000000000000000ffff0232f88e', '1477345976', 'no'),
(24998, '_transient_wflginfl_00000000000000000000ffff0232f88e', '2', 'no'),
(25000, '_transient_timeout_wflginfl_00000000000000000000ffffd1939036', '1477345988', 'no'),
(25003, '_transient_wflginfl_00000000000000000000ffffac738869', '2', 'no'),
(25009, '_transient_timeout_wflginfl_00000000000000000000ffffb21114e3', '1477346023', 'no'),
(25010, '_transient_wflginfl_00000000000000000000ffffb21114e3', '2', 'no'),
(25011, '_transient_timeout_wflginfl_00000000000000000000ffff4fb51b14', '1477346024', 'no'),
(25012, '_transient_wflginfl_00000000000000000000ffff4fb51b14', '2', 'no'),
(25018, '_transient_timeout_wflginfl_00000000000000000000ffffbc205bfb', '1477346064', 'no'),
(25062, '_transient_wflginfl_00000000000000000000ffff4f7010ae', '2', 'no'),
(25024, '_transient_timeout_wflginfl_00000000000000000000ffff29f308c2', '1477346109', 'no'),
(25025, '_transient_wflginfl_00000000000000000000ffff29f308c2', '2', 'no'),
(25026, '_transient_timeout_wflginfl_00000000000000000000ffff58cf2fe3', '1477346109', 'no'),
(25027, '_transient_wflginfl_00000000000000000000ffff58cf2fe3', '2', 'no'),
(25233, '_transient_wflginfl_00000000000000000000ffffc925a1db', '2', 'no'),
(28641, '_transient_wflginfl_00000000000000000000ffff29829a19', '2', 'no'),
(25028, '_transient_timeout_wflginfl_00000000000000000000ffff298c0c67', '1477346122', 'no'),
(25029, '_transient_wflginfl_00000000000000000000ffff298c0c67', '2', 'no'),
(25035, '_transient_timeout_wflginfl_00000000000000000000ffffc4b7cd63', '1477346173', 'no'),
(25037, '_transient_timeout_wflginfl_00000000000000000000ffff4e54cd66', '1477346188', 'no'),
(25038, '_transient_wflginfl_00000000000000000000ffff4e54cd66', '2', 'no'),
(25046, '_transient_timeout_wflginfl_00000000000000000000ffff2eb844f4', '1477346206', 'no'),
(25047, '_transient_wflginfl_00000000000000000000ffff2eb844f4', '2', 'no'),
(25049, '_transient_timeout_wflginfl_00000000000000000000ffff55e53c16', '1477346221', 'no'),
(25050, '_transient_wflginfl_00000000000000000000ffff55e53c16', '2', 'no'),
(25053, '_transient_timeout_wflginfl_00000000000000000000ffff48b4ab31', '1477346234', 'no'),
(25054, '_transient_wflginfl_00000000000000000000ffff48b4ab31', '2', 'no'),
(25061, '_transient_timeout_wflginfl_00000000000000000000ffff4f7010ae', '1477346266', 'no'),
(25166, '_transient_wflginfl_00000000000000000000ffffbd73b909', '2', 'no'),
(25082, '_transient_timeout_wflginfl_00000000000000000000ffffc906e5aa', '1477346394', 'no'),
(25068, '_transient_timeout_wflginfl_00000000000000000000ffffba9957cf', '1477346271', 'no'),
(25069, '_transient_wflginfl_00000000000000000000ffffba9957cf', '2', 'no'),
(25075, '_transient_timeout_wflginfl_00000000000000000000ffff53347513', '1477346333', 'no'),
(25076, '_transient_wflginfl_00000000000000000000ffff53347513', '2', 'no'),
(25101, '_transient_wflginfl_00000000000000000000ffff520ce3f5', '2', 'no'),
(25083, '_transient_wflginfl_00000000000000000000ffffc906e5aa', '2', 'no'),
(25089, '_transient_timeout_wflginfl_00000000000000000000ffffbb676af2', '1477346418', 'no'),
(25090, '_transient_wflginfl_00000000000000000000ffffbb676af2', '2', 'no'),
(25091, '_transient_timeout_wflginfl_00000000000000000000ffff4f8c9f2d', '1477346417', 'no'),
(25092, '_transient_wflginfl_00000000000000000000ffff4f8c9f2d', '2', 'no'),
(25093, '_transient_timeout_wflginfl_00000000000000000000ffff57cd5e1d', '1477346418', 'no'),
(25094, '_transient_wflginfl_00000000000000000000ffff57cd5e1d', '2', 'no'),
(25100, '_transient_timeout_wflginfl_00000000000000000000ffff520ce3f5', '1477346448', 'no'),
(25118, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d8a6e', '1477346572', 'no'),
(25102, '_transient_timeout_wflginfl_00000000000000000000ffff4d2d5b5c', '1477346451', 'no'),
(25103, '_transient_wflginfl_00000000000000000000ffff4d2d5b5c', '2', 'no'),
(25104, '_transient_timeout_wflginfl_00000000000000000000ffffaf8d6e6f', '1477346468', 'no'),
(25105, '_transient_wflginfl_00000000000000000000ffffaf8d6e6f', '2', 'no'),
(25111, '_transient_timeout_wflginfl_00000000000000000000ffff2e31135d', '1477346490', 'no'),
(25112, '_transient_wflginfl_00000000000000000000ffff2e31135d', '2', 'no'),
(25119, '_transient_wflginfl_00000000000000000000ffff2f1d8a6e', '2', 'no'),
(25162, '_transient_wflginfl_00000000000000000000ffff592c2c81', '2', 'no'),
(25163, '_transient_timeout_wflginfl_00000000000000000000ffff6cab80bc', '1477346892', 'no'),
(25145, '_transient_timeout_wflginfl_00000000000000000000ffffbcbf6c62', '1477346835', 'no'),
(25146, '_transient_wflginfl_00000000000000000000ffffbcbf6c62', '2', 'no'),
(25200, '_transient_timeout_wflginfl_00000000000000000000ffff403ac653', '1477347123', 'no'),
(25188, '_transient_timeout_wflginfl_00000000000000000000ffff9ccd676b', '1477347052', 'no'),
(25147, '_transient_timeout_wflginfl_00000000000000000000ffff2f0f56c7', '1477346851', 'no'),
(25148, '_transient_wflginfl_00000000000000000000ffff2f0f56c7', '2', 'no'),
(25154, '_transient_timeout_wflginfl_00000000000000000000ffffb3078c27', '1477346879', 'no'),
(25155, '_transient_wflginfl_00000000000000000000ffffb3078c27', '2', 'no'),
(25156, '_transient_timeout_wflginfl_00000000000000000000ffff4e5ff3b1', '1477346878', 'no'),
(25157, '_transient_wflginfl_00000000000000000000ffff4e5ff3b1', '2', 'no'),
(25158, '_transient_timeout_wflginfl_00000000000000000000ffff4f1116e1', '1477346879', 'no'),
(25159, '_transient_wflginfl_00000000000000000000ffff4f1116e1', '2', 'no'),
(25161, '_transient_timeout_wflginfl_00000000000000000000ffff592c2c81', '1477346882', 'no'),
(25164, '_transient_wflginfl_00000000000000000000ffff6cab80bc', '2', 'no'),
(25168, '_transient_wflginfl_00000000000000000000ffff29c8108b', '2', 'no'),
(25174, '_transient_timeout_wflginfl_00000000000000000000ffffd4fc6483', '1477346914', 'no'),
(25175, '_transient_wflginfl_00000000000000000000ffffd4fc6483', '2', 'no'),
(29843, '_transient_wflginfl_00000000000000000000ffffb10ae8ba', '2', 'no'),
(25189, '_transient_wflginfl_00000000000000000000ffff9ccd676b', '1', 'no'),
(25191, '_transient_timeout_wflginfl_00000000000000000000ffffa0b03bd5', '1477347066', 'no'),
(25192, '_transient_wflginfl_00000000000000000000ffffa0b03bd5', '2', 'no'),
(28818, '_transient_timeout_wflginfl_00000000000000000000ffff2fd8a6ca', '1477367796', 'no'),
(28819, '_transient_wflginfl_00000000000000000000ffff2fd8a6ca', '2', 'no'),
(25292, '_transient_wflginfl_00000000000000000000ffffb284d996', '2', 'no'),
(25201, '_transient_wflginfl_00000000000000000000ffff403ac653', '2', 'no'),
(25202, '_transient_timeout_wflginfl_00000000000000000000ffff2df4521b', '1477347120', 'no'),
(25203, '_transient_wflginfl_00000000000000000000ffff2df4521b', '2', 'no'),
(25204, '_transient_timeout_wflginfl_00000000000000000000ffff7085ec9c', '1477347121', 'no'),
(25205, '_transient_wflginfl_00000000000000000000ffff7085ec9c', '2', 'no'),
(25206, '_transient_timeout_wflginfl_00000000000000000000ffffc3167063', '1477347127', 'no'),
(25207, '_transient_wflginfl_00000000000000000000ffffc3167063', '2', 'no'),
(25232, '_transient_timeout_wflginfl_00000000000000000000ffffc925a1db', '1477347371', 'no'),
(29842, '_transient_timeout_wflginfl_00000000000000000000ffffb10ae8ba', '1477373351', 'no'),
(25266, '_transient_wflginfl_00000000000000000000ffffc8af3d8e', '2', 'no'),
(25238, '_transient_timeout_wflginfl_00000000000000000000ffff80b1a1a9', '1477347408', 'no'),
(25239, '_transient_wflginfl_00000000000000000000ffff80b1a1a9', '2', 'no'),
(28640, '_transient_timeout_wflginfl_00000000000000000000ffff29829a19', '1477366775', 'no'),
(25249, '_transient_timeout_wflginfl_00000000000000000000ffff05adb9c8', '1477347454', 'no'),
(25250, '_transient_wflginfl_00000000000000000000ffff05adb9c8', '2', 'no'),
(25251, '_transient_timeout_wflginfl_00000000000000000000ffff5ee49168', '1477347470', 'no'),
(25252, '_transient_wflginfl_00000000000000000000ffff5ee49168', '2', 'no'),
(25258, '_transient_timeout_wflginfl_00000000000000000000ffff31940c8b', '1477347496', 'no'),
(25259, '_transient_wflginfl_00000000000000000000ffff31940c8b', '2', 'no'),
(25265, '_transient_timeout_wflginfl_00000000000000000000ffffc8af3d8e', '1477347533', 'no'),
(25267, '_transient_timeout_wflginfl_00000000000000000000ffffac61d29e', '1477347539', 'no'),
(25268, '_transient_wflginfl_00000000000000000000ffffac61d29e', '2', 'no'),
(25284, '_transient_timeout_wflginfl_00000000000000000000ffff696b2993', '1477347610', 'no'),
(25279, '_transient_wflginfl_00000000000000000000ffffd5a37e8f', '2', 'no'),
(25269, '_transient_timeout_wflginfl_00000000000000000000ffff5974366d', '1477347555', 'no'),
(25270, '_transient_wflginfl_00000000000000000000ffff5974366d', '2', 'no'),
(25271, '_transient_timeout_wflginfl_00000000000000000000ffff70c93e0c', '1477347562', 'no'),
(25272, '_transient_wflginfl_00000000000000000000ffff70c93e0c', '2', 'no'),
(25278, '_transient_timeout_wflginfl_00000000000000000000ffffd5a37e8f', '1477347591', 'no'),
(25285, '_transient_wflginfl_00000000000000000000ffff696b2993', '2', 'no'),
(25291, '_transient_timeout_wflginfl_00000000000000000000ffffb284d996', '1477347737', 'no'),
(31161, '_transient_wflginfl_00000000000000000000ffff4d590413', '2', 'no'),
(25340, '_transient_wflginfl_00000000000000000000ffff5cb0fce6', '2', 'no'),
(25293, '_transient_timeout_wflginfl_00000000000000000000ffff9f9403b9', '1477347738', 'no'),
(25294, '_transient_wflginfl_00000000000000000000ffff9f9403b9', '2', 'no'),
(25295, '_transient_timeout_wflginfl_00000000000000000000ffff2e633850', '1477347748', 'no'),
(25296, '_transient_wflginfl_00000000000000000000ffff2e633850', '2', 'no'),
(25297, '_transient_timeout_wflginfl_00000000000000000000ffffb3b543a2', '1477347759', 'no'),
(25298, '_transient_wflginfl_00000000000000000000ffffb3b543a2', '2', 'no'),
(25304, '_transient_timeout_wflginfl_00000000000000000000ffffbbd6f412', '1477347778', 'no'),
(25305, '_transient_wflginfl_00000000000000000000ffffbbd6f412', '2', 'no'),
(25402, '_transient_wflginfl_00000000000000000000ffff6c4365bd', '2', 'no'),
(25319, '_transient_timeout_wflginfl_00000000000000000000ffffc9d73410', '1477347868', 'no'),
(25306, '_transient_timeout_wflginfl_00000000000000000000ffff53246fe5', '1477347790', 'no'),
(25307, '_transient_wflginfl_00000000000000000000ffff53246fe5', '2', 'no'),
(31160, '_transient_timeout_wflginfl_00000000000000000000ffff4d590413', '1477416594', 'no'),
(25320, '_transient_wflginfl_00000000000000000000ffffc9d73410', '2', 'no'),
(25321, '_transient_timeout_wflginfl_00000000000000000000ffff24524dc3', '1477347873', 'no'),
(25322, '_transient_wflginfl_00000000000000000000ffff24524dc3', '2', 'no'),
(25323, '_transient_timeout_wflginfl_00000000000000000000ffff95667089', '1477347893', 'no'),
(25324, '_transient_wflginfl_00000000000000000000ffff95667089', '2', 'no'),
(27498, '_transient_wflginfl_00000000000000000000ffffb3290a17', '2', 'no'),
(27497, '_transient_timeout_wflginfl_00000000000000000000ffffb3290a17', '1477360571', 'no'),
(25332, '_transient_timeout_wflginfl_00000000000000000000ffff272f568e', '1477347900', 'no'),
(25333, '_transient_wflginfl_00000000000000000000ffff272f568e', '2', 'no'),
(25339, '_transient_timeout_wflginfl_00000000000000000000ffff5cb0fce6', '1477347954', 'no'),
(25394, '_transient_timeout_wflginfl_00000000000000000000ffff2e79882b', '1477348224', 'no'),
(25345, '_transient_timeout_wflginfl_00000000000000000000ffff5d57f6f1', '1477347987', 'no'),
(25346, '_transient_wflginfl_00000000000000000000ffff5d57f6f1', '2', 'no'),
(25347, '_transient_timeout_wflginfl_00000000000000000000ffffc5d33f04', '1477347986', 'no'),
(25348, '_transient_wflginfl_00000000000000000000ffffc5d33f04', '1', 'no'),
(25349, '_transient_timeout_wflginfl_00000000000000000000ffff296545da', '1477348000', 'no'),
(25350, '_transient_wflginfl_00000000000000000000ffff296545da', '2', 'no'),
(25356, '_transient_timeout_wflginfl_00000000000000000000ffffd237bab3', '1477348028', 'no'),
(25357, '_transient_wflginfl_00000000000000000000ffffd237bab3', '2', 'no'),
(25358, '_transient_timeout_wflginfl_00000000000000000000ffffb58eff20', '1477348030', 'no'),
(25359, '_transient_wflginfl_00000000000000000000ffffb58eff20', '2', 'no'),
(26898, '_transient_wflginfl_00000000000000000000ffff5c36d0bc', '2', 'no'),
(26897, '_transient_timeout_wflginfl_00000000000000000000ffff5c36d0bc', '1477357301', 'no'),
(27277, '_transient_timeout_wflginfl_00000000000000000000ffff24589ba5', '1477359250', 'no'),
(27278, '_transient_wflginfl_00000000000000000000ffff24589ba5', '2', 'no'),
(25383, '_transient_timeout_wflginfl_00000000000000000000ffff1818903e', '1477348151', 'no'),
(25382, '_transient_wflginfl_00000000000000000000ffff2728545f', '2', 'no'),
(25374, '_transient_timeout_wflginfl_00000000000000000000ffff4e5aca55', '1477348104', 'no'),
(25375, '_transient_wflginfl_00000000000000000000ffff4e5aca55', '2', 'no'),
(25381, '_transient_timeout_wflginfl_00000000000000000000ffff2728545f', '1477348157', 'no'),
(25384, '_transient_wflginfl_00000000000000000000ffff1818903e', '2', 'no'),
(25411, '_transient_wflginfl_00000000000000000000ffff4ba3e3e8', '2', 'no'),
(25393, '_transient_wflginfl_00000000000000000000ffff29be0c8f', '2', 'no'),
(25385, '_transient_timeout_wflginfl_00000000000000000000ffff75c311fd', '1477348155', 'no'),
(25386, '_transient_wflginfl_00000000000000000000ffff75c311fd', '2', 'no'),
(25392, '_transient_timeout_wflginfl_00000000000000000000ffff29be0c8f', '1477348210', 'no'),
(25395, '_transient_wflginfl_00000000000000000000ffff2e79882b', '2', 'no'),
(25401, '_transient_timeout_wflginfl_00000000000000000000ffff6c4365bd', '1477348262', 'no'),
(25403, '_transient_timeout_wflginfl_00000000000000000000ffffbe1659ef', '1477348275', 'no'),
(25404, '_transient_wflginfl_00000000000000000000ffffbe1659ef', '2', 'no'),
(25410, '_transient_timeout_wflginfl_00000000000000000000ffff4ba3e3e8', '1477348339', 'no'),
(25457, '_transient_wflginfl_00000000000000000000ffff7a3abd63', '2', 'no'),
(25416, '_transient_timeout_wflginfl_00000000000000000000ffff8364a105', '1477348480', 'no'),
(25417, '_transient_wflginfl_00000000000000000000ffff8364a105', '2', 'no'),
(25418, '_transient_timeout_wflginfl_00000000000000000000ffff54571147', '1477348408', 'no'),
(25419, '_transient_wflginfl_00000000000000000000ffff54571147', '2', 'no'),
(30493, '_transient_wflginfl_00000000000000000000ffffb1dcf91e', '2', 'no'),
(28098, '_transient_wflginfl_00000000000000000000ffffba745186', '2', 'no'),
(25465, '_transient_timeout_wflginfl_00000000000000000000ffff1b83d738', '1477348646', 'no'),
(28097, '_transient_timeout_wflginfl_00000000000000000000ffffba745186', '1477363856', 'no'),
(27672, '_transient_timeout_wflginfl_00000000000000000000ffff3d0653e2', '1477361515', 'no'),
(27673, '_transient_wflginfl_00000000000000000000ffff3d0653e2', '2', 'no'),
(25524, '_transient_timeout_wflginfl_00000000000000000000ffff3cf37f4a', '1477349067', 'no'),
(25464, '_transient_wflginfl_00000000000000000000ffff696e928d', '2', 'no'),
(30492, '_transient_timeout_wflginfl_00000000000000000000ffffb1dcf91e', '1477377172', 'no'),
(25447, '_transient_timeout_wflginfl_00000000000000000000ffff050d6504', '1477348549', 'no'),
(25448, '_transient_wflginfl_00000000000000000000ffff050d6504', '2', 'no'),
(25449, '_transient_timeout_wflginfl_00000000000000000000ffffdfdf950f', '1477348558', 'no'),
(25450, '_transient_wflginfl_00000000000000000000ffffdfdf950f', '2', 'no'),
(25456, '_transient_timeout_wflginfl_00000000000000000000ffff7a3abd63', '1477348590', 'no'),
(25517, '_transient_timeout_wflginfl_00000000000000000000ffff798f613f', '1477348997', 'no'),
(25463, '_transient_timeout_wflginfl_00000000000000000000ffff696e928d', '1477348635', 'no'),
(25466, '_transient_wflginfl_00000000000000000000ffff1b83d738', '2', 'no'),
(25467, '_transient_timeout_wflginfl_00000000000000000000ffffc82cc04d', '1477348659', 'no'),
(25468, '_transient_wflginfl_00000000000000000000ffffc82cc04d', '2', 'no'),
(25469, '_transient_timeout_wflginfl_00000000000000000000ffff69be3821', '1477348666', 'no'),
(25470, '_transient_wflginfl_00000000000000000000ffff69be3821', '2', 'no'),
(25475, '_transient_timeout_wflginfl_00000000000000000000ffff506b587f', '1477348675', 'no'),
(25476, '_transient_wflginfl_00000000000000000000ffff506b587f', '2', 'no'),
(25525, '_transient_wflginfl_00000000000000000000ffff3cf37f4a', '2', 'no'),
(25490, '_transient_timeout_wflginfl_00000000000000000000ffffd8425b14', '1477348795', 'no'),
(25491, '_transient_wflginfl_00000000000000000000ffffd8425b14', '2', 'no'),
(25498, '_transient_wflginfl_00000000000000000000ffffbd4988f3', '2', 'no'),
(25497, '_transient_timeout_wflginfl_00000000000000000000ffffbd4988f3', '1477348834', 'no'),
(25518, '_transient_wflginfl_00000000000000000000ffff798f613f', '2', 'no'),
(28595, '_transient_timeout_wflginfl_00000000000000000000ffff69ba784d', '1477366609', 'no'),
(28596, '_transient_wflginfl_00000000000000000000ffff69ba784d', '2', 'no'),
(25717, '_transient_timeout_wflginfl_00000000000000000000ffff29ed4ac6', '1477350214', 'no'),
(25718, '_transient_wflginfl_00000000000000000000ffff29ed4ac6', '2', 'no'),
(25546, '_transient_wflginfl_00000000000000000000ffff3e658d60', '2', 'no'),
(29096, '_transient_timeout_wflginfl_00000000000000000000ffff29bc49c9', '1477369284', 'no'),
(29097, '_transient_wflginfl_00000000000000000000ffff29bc49c9', '2', 'no'),
(25533, '_transient_timeout_wflginfl_00000000000000000000ffff05372fb6', '1477349092', 'no'),
(25534, '_transient_wflginfl_00000000000000000000ffff05372fb6', '2', 'no'),
(25536, '_transient_timeout_wflginfl_00000000000000000000ffff290d0878', '1477349095', 'no'),
(25537, '_transient_wflginfl_00000000000000000000ffff290d0878', '2', 'no'),
(28037, '_transient_timeout_wflginfl_00000000000000000000ffff012975a6', '1477363514', 'no'),
(28038, '_transient_wflginfl_00000000000000000000ffff012975a6', '2', 'no'),
(25545, '_transient_timeout_wflginfl_00000000000000000000ffff3e658d60', '1477349155', 'no'),
(25621, '_transient_timeout_wflginfl_00000000000000000000ffff9cc2331b', '1477349655', 'no'),
(25552, '_transient_timeout_wflginfl_00000000000000000000ffff2947520f', '1477349222', 'no'),
(25553, '_transient_wflginfl_00000000000000000000ffff2947520f', '2', 'no'),
(25555, '_transient_timeout_wflginfl_00000000000000000000ffff55cb112a', '1477349243', 'no'),
(25556, '_transient_wflginfl_00000000000000000000ffff55cb112a', '2', 'no'),
(29088, '_transient_wflginfl_00000000000000000000ffff50fb06c2', '2', 'no'),
(29087, '_transient_timeout_wflginfl_00000000000000000000ffff50fb06c2', '1477369253', 'no'),
(25566, '_transient_timeout_wflginfl_00000000000000000000ffff29233643', '1477349276', 'no'),
(25567, '_transient_wflginfl_00000000000000000000ffff29233643', '2', 'no'),
(25568, '_transient_timeout_wflginfl_00000000000000000000ffff52724126', '1477349292', 'no'),
(25569, '_transient_wflginfl_00000000000000000000ffff52724126', '2', 'no'),
(25591, '_transient_wflginfl_00000000000000000000ffff2f0f094a', '2', 'no'),
(25590, '_transient_timeout_wflginfl_00000000000000000000ffff2f0f094a', '1477349457', 'no'),
(25592, '_transient_timeout_wflginfl_00000000000000000000ffffcc4d2c3e', '1477349471', 'no'),
(25593, '_transient_wflginfl_00000000000000000000ffffcc4d2c3e', '2', 'no'),
(25594, '_transient_timeout_wflginfl_00000000000000000000ffff536f3471', '1477349474', 'no'),
(25595, '_transient_wflginfl_00000000000000000000ffff536f3471', '2', 'no'),
(25601, '_transient_timeout_wflginfl_00000000000000000000ffffd9c4c5b2', '1477349491', 'no'),
(25602, '_transient_wflginfl_00000000000000000000ffffd9c4c5b2', '2', 'no'),
(25604, '_transient_timeout_wflginfl_00000000000000000000ffffb5a7340a', '1477349517', 'no'),
(25605, '_transient_wflginfl_00000000000000000000ffffb5a7340a', '2', 'no'),
(25632, '_transient_wflginfl_00000000000000000000ffff83007466', '2', 'no'),
(25622, '_transient_wflginfl_00000000000000000000ffff9cc2331b', '2', 'no'),
(25624, '_transient_timeout_wflginfl_00000000000000000000ffff67094bb9', '1477349672', 'no'),
(25625, '_transient_wflginfl_00000000000000000000ffff67094bb9', '2', 'no'),
(25631, '_transient_timeout_wflginfl_00000000000000000000ffff83007466', '1477349711', 'no'),
(25647, '_transient_timeout_wflginfl_00000000000000000000ffff02de3922', '1477349847', 'no'),
(25633, '_transient_timeout_wflginfl_00000000000000000000ffff4d81db57', '1477349735', 'no'),
(25634, '_transient_wflginfl_00000000000000000000ffff4d81db57', '2', 'no'),
(25635, '_transient_timeout_wflginfl_00000000000000000000ffff4fa86aef', '1477349734', 'no'),
(25636, '_transient_wflginfl_00000000000000000000ffff4fa86aef', '2', 'no'),
(25666, '_transient_wflginfl_00000000000000000000ffffb6b7e58f', '2', 'no'),
(25655, '_transient_wflginfl_00000000000000000000ffff5560d9b8', '2', 'no'),
(25648, '_transient_wflginfl_00000000000000000000ffff02de3922', '2', 'no'),
(25654, '_transient_timeout_wflginfl_00000000000000000000ffff5560d9b8', '1477349892', 'no'),
(25665, '_transient_timeout_wflginfl_00000000000000000000ffffb6b7e58f', '1477349930', 'no'),
(25656, '_transient_timeout_wflginfl_00000000000000000000ffffb53c107a', '1477349900', 'no'),
(25657, '_transient_wflginfl_00000000000000000000ffffb53c107a', '2', 'no'),
(25658, '_transient_timeout_wflginfl_00000000000000000000ffff55f00d3e', '1477349903', 'no'),
(25659, '_transient_wflginfl_00000000000000000000ffff55f00d3e', '2', 'no'),
(25668, '_transient_timeout_wflginfl_00000000000000000000ffffb6bd6d9d', '1477349953', 'no'),
(25701, '_transient_timeout_wflginfl_00000000000000000000ffff50240d70', '1477350120', 'no'),
(25682, '_transient_timeout_wflginfl_00000000000000000000ffff296923dc', '1477350026', 'no'),
(25669, '_transient_wflginfl_00000000000000000000ffffb6bd6d9d', '2', 'no'),
(25675, '_transient_timeout_wflginfl_00000000000000000000ffffbd8170b4', '1477349962', 'no'),
(25676, '_transient_wflginfl_00000000000000000000ffffbd8170b4', '2', 'no'),
(25734, '_transient_timeout_wflginfl_00000000000000000000ffff9cc4b3e0', '1477350342', 'no'),
(25683, '_transient_wflginfl_00000000000000000000ffff296923dc', '2', 'no'),
(27143, '_transient_wflginfl_00000000000000000000ffff76d0daa9', '2', 'no'),
(27142, '_transient_timeout_wflginfl_00000000000000000000ffff76d0daa9', '1477358468', 'no'),
(29182, '_transient_timeout_wflginfl_00000000000000000000ffffbb011052', '1477369609', 'no'),
(29183, '_transient_wflginfl_00000000000000000000ffffbb011052', '2', 'no'),
(25702, '_transient_wflginfl_00000000000000000000ffff50240d70', '2', 'no'),
(25703, '_transient_timeout_wflginfl_00000000000000000000ffff58788ed1', '1477350131', 'no'),
(25704, '_transient_wflginfl_00000000000000000000ffff58788ed1', '2', 'no'),
(25705, '_transient_timeout_wflginfl_00000000000000000000ffff60143840', '1477350141', 'no'),
(25706, '_transient_wflginfl_00000000000000000000ffff60143840', '2', 'no'),
(25735, '_transient_wflginfl_00000000000000000000ffff9cc4b3e0', '2', 'no'),
(25782, '_transient_timeout_wflginfl_00000000000000000000ffff6f5f818d', '1477350581', 'no'),
(25783, '_transient_wflginfl_00000000000000000000ffff6f5f818d', '2', 'no'),
(25747, '_transient_wflginfl_00000000000000000000ffff4d8becbf', '2', 'no'),
(25736, '_transient_timeout_wflginfl_00000000000000000000ffff59ad3df2', '1477350359', 'no'),
(25737, '_transient_wflginfl_00000000000000000000ffff59ad3df2', '2', 'no'),
(25743, '_transient_timeout_wflginfl_00000000000000000000ffff4968307f', '1477350418', 'no'),
(25744, '_transient_wflginfl_00000000000000000000ffff4968307f', '2', 'no'),
(25746, '_transient_timeout_wflginfl_00000000000000000000ffff4d8becbf', '1477350394', 'no'),
(25753, '_transient_timeout_wflginfl_00000000000000000000ffff70c91533', '1477350437', 'no'),
(25754, '_transient_wflginfl_00000000000000000000ffff70c91533', '2', 'no'),
(25760, '_transient_timeout_wflginfl_00000000000000000000ffff9cc2a592', '1477350456', 'no'),
(25761, '_transient_wflginfl_00000000000000000000ffff9cc2a592', '2', 'no'),
(25795, '_transient_timeout_wflginfl_00000000000000000000ffff9a700637', '1477350680', 'no'),
(28898, '_transient_timeout_wflginfl_00000000000000000000ffff5bdfa7c1', '1477368229', 'no'),
(28899, '_transient_wflginfl_00000000000000000000ffff5bdfa7c1', '2', 'no'),
(25790, '_transient_wflginfl_00000000000000000000ffffb7f013ea', '2', 'no'),
(26048, '_transient_wflginfl_00000000000000000000ffffb637b8be', '2', 'no'),
(25789, '_transient_timeout_wflginfl_00000000000000000000ffffb7f013ea', '1477350619', 'no'),
(25796, '_transient_wflginfl_00000000000000000000ffff9a700637', '2', 'no'),
(25797, '_transient_timeout_wflginfl_00000000000000000000ffffb36e9bf5', '1477350683', 'no'),
(25798, '_transient_wflginfl_00000000000000000000ffffb36e9bf5', '2', 'no'),
(25814, '_transient_timeout_wflginfl_00000000000000000000ffff29dd9aec', '1477350819', 'no'),
(25847, '_transient_timeout_wflginfl_00000000000000000000ffff7385496e', '1477350997', 'no'),
(25818, '_transient_wflginfl_00000000000000000000ffffc50278df', '2', 'no'),
(25815, '_transient_wflginfl_00000000000000000000ffff29dd9aec', '2', 'no'),
(25817, '_transient_timeout_wflginfl_00000000000000000000ffffc50278df', '1477350820', 'no'),
(30114, '_transient_wflginfl_00000000000000000000ffff7c6a1b05', '2', 'no'),
(30113, '_transient_timeout_wflginfl_00000000000000000000ffff7c6a1b05', '1477374862', 'no'),
(25827, '_transient_timeout_wflginfl_00000000000000000000ffffb1080530', '1477350862', 'no'),
(25828, '_transient_wflginfl_00000000000000000000ffffb1080530', '2', 'no'),
(25848, '_transient_wflginfl_00000000000000000000ffff7385496e', '2', 'no'),
(25894, '_transient_wflginfl_00000000000000000000ffff3b5a5953', '2', 'no'),
(25860, '_transient_timeout_wflginfl_00000000000000000000ffff70cf85a6', '1477351079', 'no'),
(25901, '_transient_wflginfl_00000000000000000000ffffbad8b8fb', '2', 'no'),
(25885, '_transient_wflginfl_00000000000000000000ffffbca2e461', '2', 'no'),
(25861, '_transient_wflginfl_00000000000000000000ffff70cf85a6', '2', 'no'),
(25862, '_transient_timeout_wflginfl_00000000000000000000ffffc5bcbb2b', '1477351104', 'no'),
(25863, '_transient_wflginfl_00000000000000000000ffffc5bcbb2b', '2', 'no'),
(25877, '_transient_timeout_wflginfl_00000000000000000000ffff05452f18', '1477351147', 'no'),
(25878, '_transient_wflginfl_00000000000000000000ffff05452f18', '2', 'no'),
(25884, '_transient_timeout_wflginfl_00000000000000000000ffffbca2e461', '1477351213', 'no'),
(25893, '_transient_timeout_wflginfl_00000000000000000000ffff3b5a5953', '1477351262', 'no'),
(25900, '_transient_timeout_wflginfl_00000000000000000000ffffbad8b8fb', '1477351308', 'no'),
(25902, '_transient_timeout_wflginfl_00000000000000000000ffffbaf72795', '1477351329', 'no'),
(25916, '_transient_timeout_wflginfl_00000000000000000000ffff5d8fb22c', '1477351408', 'no'),
(25903, '_transient_wflginfl_00000000000000000000ffffbaf72795', '2', 'no'),
(25904, '_transient_timeout_wflginfl_00000000000000000000ffffbe4f82a1', '1477351335', 'no'),
(25905, '_transient_wflginfl_00000000000000000000ffffbe4f82a1', '2', 'no'),
(25930, '_transient_wflginfl_00000000000000000000ffff2966e05c', '2', 'no'),
(25917, '_transient_wflginfl_00000000000000000000ffff5d8fb22c', '2', 'no'),
(25929, '_transient_timeout_wflginfl_00000000000000000000ffff2966e05c', '1477351470', 'no'),
(25949, '_transient_wflginfl_00000000000000000000ffff48103abf', '2', 'no'),
(25936, '_transient_timeout_wflginfl_00000000000000000000ffff7076a5b3', '1477351505', 'no'),
(25937, '_transient_wflginfl_00000000000000000000ffff7076a5b3', '2', 'no'),
(25941, '_transient_timeout_wflginfl_00000000000000000000ffffbef87219', '1477351524', 'no'),
(25942, '_transient_wflginfl_00000000000000000000ffffbef87219', '2', 'no'),
(25948, '_transient_timeout_wflginfl_00000000000000000000ffff48103abf', '1477351570', 'no'),
(25960, '_transient_wflginfl_00000000000000000000ffffb3d8bd93', '1', 'no'),
(25950, '_transient_timeout_wflginfl_00000000000000000000ffffd937f21e', '1477351574', 'no'),
(25951, '_transient_wflginfl_00000000000000000000ffffd937f21e', '2', 'no'),
(25952, '_transient_timeout_wflginfl_00000000000000000000ffff29ebf45f', '1477351587', 'no'),
(25953, '_transient_wflginfl_00000000000000000000ffff29ebf45f', '2', 'no'),
(25959, '_transient_timeout_wflginfl_00000000000000000000ffffb3d8bd93', '1477351631', 'no'),
(25973, '_transient_wflginfl_00000000000000000000ffffbb41dc91', '2', 'no'),
(59982, '_transient_timeout_wflginfl_00000000000000000000ffff318f131b', '1481802383', 'no'),
(59983, '_transient_wflginfl_00000000000000000000ffff318f131b', '2', 'no'),
(25972, '_transient_timeout_wflginfl_00000000000000000000ffffbb41dc91', '1477351720', 'no'),
(25988, '_transient_wflginfl_00000000000000000000ffff6b068e43', '2', 'no'),
(25980, '_transient_timeout_wflginfl_00000000000000000000ffff5f378974', '1477351788', 'no'),
(25981, '_transient_wflginfl_00000000000000000000ffff5f378974', '2', 'no'),
(25987, '_transient_timeout_wflginfl_00000000000000000000ffff6b068e43', '1477351860', 'no'),
(26020, '_transient_wflginfl_00000000000000000000ffff2e6311db', '2', 'no'),
(25989, '_transient_timeout_wflginfl_00000000000000000000ffffb05c7640', '1477351873', 'no'),
(25990, '_transient_wflginfl_00000000000000000000ffffb05c7640', '2', 'no'),
(27865, '_transient_wflginfl_00000000000000000000ffff5731afa7', '2', 'no'),
(27864, '_transient_timeout_wflginfl_00000000000000000000ffff5731afa7', '1477362600', 'no'),
(28059, '_transient_wflginfl_00000000000000000000ffff77c96d02', '2', 'no'),
(28058, '_transient_timeout_wflginfl_00000000000000000000ffff77c96d02', '1477363620', 'no'),
(26001, '_transient_timeout_wflginfl_00000000000000000000ffffb30434c1', '1477351907', 'no'),
(26002, '_transient_wflginfl_00000000000000000000ffffb30434c1', '2', 'no'),
(26003, '_transient_timeout_wflginfl_00000000000000000000ffff2f0b70ef', '1477351921', 'no'),
(26004, '_transient_wflginfl_00000000000000000000ffff2f0b70ef', '2', 'no'),
(26005, '_transient_timeout_wflginfl_00000000000000000000ffff296863e6', '1477351922', 'no'),
(26006, '_transient_wflginfl_00000000000000000000ffff296863e6', '2', 'no'),
(26012, '_transient_timeout_wflginfl_00000000000000000000ffff5207bdb9', '1477351941', 'no'),
(26013, '_transient_wflginfl_00000000000000000000ffff5207bdb9', '2', 'no'),
(26019, '_transient_timeout_wflginfl_00000000000000000000ffff2e6311db', '1477351977', 'no'),
(26028, '_transient_wflginfl_00000000000000000000ffff9a7ea974', '2', 'no'),
(26027, '_transient_timeout_wflginfl_00000000000000000000ffff9a7ea974', '1477352025', 'no'),
(26036, '_transient_wflginfl_00000000000000000000ffff05360d9b', '2', 'no'),
(26035, '_transient_timeout_wflginfl_00000000000000000000ffff05360d9b', '1477352071', 'no'),
(26067, '_transient_wflginfl_00000000000000000000ffffbb13a570', '2', 'no'),
(27168, '_transient_wflginfl_00000000000000000000ffffd2c3b9e5', '1', 'no'),
(26047, '_transient_timeout_wflginfl_00000000000000000000ffffb637b8be', '1477352191', 'no'),
(27167, '_transient_timeout_wflginfl_00000000000000000000ffffd2c3b9e5', '1477358663', 'no'),
(26051, '_transient_timeout_wflginfl_00000000000000000000ffffc8136cf8', '1477352201', 'no'),
(26052, '_transient_wflginfl_00000000000000000000ffffc8136cf8', '2', 'no'),
(26053, '_transient_timeout_wflginfl_00000000000000000000ffff1774e6ae', '1477352217', 'no'),
(26054, '_transient_wflginfl_00000000000000000000ffff1774e6ae', '2', 'no'),
(26066, '_transient_timeout_wflginfl_00000000000000000000ffffbb13a570', '1477352254', 'no'),
(26084, '_transient_timeout_wflginfl_00000000000000000000ffffbc0203dd', '1477352357', 'no'),
(26085, '_transient_wflginfl_00000000000000000000ffffbc0203dd', '1', 'no'),
(26076, '_transient_wflginfl_00000000000000000000ffff9af2c532', '1', 'no'),
(26068, '_transient_timeout_wflginfl_00000000000000000000ffffc5768bcb', '1477352268', 'no'),
(26069, '_transient_wflginfl_00000000000000000000ffffc5768bcb', '2', 'no'),
(26075, '_transient_timeout_wflginfl_00000000000000000000ffff9af2c532', '1477352300', 'no'),
(27957, '_transient_timeout_wflginfl_00000000000000000000ffffbb3666e8', '1477363075', 'no'),
(27958, '_transient_wflginfl_00000000000000000000ffffbb3666e8', '2', 'no'),
(26094, '_transient_wflginfl_00000000000000000000ffff6c5dba83', '2', 'no'),
(28739, '_transient_timeout_wflginfl_00000000000000000000ffff31973307', '1477367401', 'no'),
(28740, '_transient_wflginfl_00000000000000000000ffff31973307', '2', 'no'),
(26093, '_transient_timeout_wflginfl_00000000000000000000ffff6c5dba83', '1477352388', 'no'),
(29363, '_transient_wflginfl_00000000000000000000ffff5f5bf216', '2', 'no'),
(29362, '_transient_timeout_wflginfl_00000000000000000000ffff5f5bf216', '1477370790', 'no'),
(26107, '_transient_wflginfl_00000000000000000000ffffc9d03a32', '1', 'no'),
(26106, '_transient_timeout_wflginfl_00000000000000000000ffffc9d03a32', '1477352437', 'no'),
(26108, '_transient_timeout_wflginfl_00000000000000000000ffff594a090d', '1477352450', 'no'),
(26109, '_transient_wflginfl_00000000000000000000ffff594a090d', '2', 'no'),
(26110, '_transient_timeout_wflginfl_00000000000000000000ffff830035f2', '1477352463', 'no'),
(26111, '_transient_wflginfl_00000000000000000000ffff830035f2', '2', 'no'),
(26117, '_transient_timeout_wflginfl_00000000000000000000ffffbecbfaf7', '1477352471', 'no'),
(26118, '_transient_wflginfl_00000000000000000000ffffbecbfaf7', '2', 'no'),
(29083, '_transient_timeout_wflginfl_00000000000000000000ffff29658791', '1477369231', 'no'),
(29084, '_transient_wflginfl_00000000000000000000ffff29658791', '2', 'no'),
(28615, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf3d09', '1477366694', 'no'),
(28616, '_transient_wflginfl_00000000000000000000ffffb4bf3d09', '1', 'no'),
(26151, '_transient_wflginfl_00000000000000000000ffffc85c197d', '2', 'no'),
(26134, '_transient_timeout_wflginfl_00000000000000000000ffff5979ec29', '1477352583', 'no'),
(26135, '_transient_wflginfl_00000000000000000000ffff5979ec29', '2', 'no'),
(26136, '_transient_timeout_wflginfl_00000000000000000000ffff010960e0', '1477352593', 'no'),
(26137, '_transient_wflginfl_00000000000000000000ffff010960e0', '2', 'no'),
(26150, '_transient_timeout_wflginfl_00000000000000000000ffffc85c197d', '1477352694', 'no'),
(26148, '_transient_timeout_wflginfl_00000000000000000000ffffc8a2dc15', '1477352694', 'no'),
(26149, '_transient_wflginfl_00000000000000000000ffffc8a2dc15', '2', 'no'),
(26165, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf3d03', '1477352788', 'no'),
(26173, '_transient_wflginfl_00000000000000000000ffff3c303f52', '2', 'no'),
(26213, '_transient_wflginfl_00000000000000000000ffff5ed57e33', '2', 'no'),
(26182, '_transient_wflginfl_00000000000000000000ffff44946e8d', '2', 'no'),
(26166, '_transient_wflginfl_00000000000000000000ffffb4bf3d03', '1', 'no'),
(26172, '_transient_timeout_wflginfl_00000000000000000000ffff3c303f52', '1477352875', 'no'),
(28151, '_transient_timeout_wflginfl_00000000000000000000ffffbec0ad4f', '1477364159', 'no'),
(28152, '_transient_wflginfl_00000000000000000000ffffbec0ad4f', '2', 'no'),
(26197, '_transient_wflginfl_00000000000000000000ffff5331284c', '2', 'no'),
(26183, '_transient_timeout_wflginfl_00000000000000000000ffffbef2351a', '1477352982', 'no'),
(26181, '_transient_timeout_wflginfl_00000000000000000000ffff44946e8d', '1477352958', 'no'),
(26184, '_transient_wflginfl_00000000000000000000ffffbef2351a', '2', 'no'),
(26189, '_transient_timeout_wflginfl_00000000000000000000ffff5aca5cab', '1477353003', 'no'),
(26190, '_transient_wflginfl_00000000000000000000ffff5aca5cab', '2', 'no'),
(26196, '_transient_timeout_wflginfl_00000000000000000000ffff5331284c', '1477353046', 'no'),
(26212, '_transient_timeout_wflginfl_00000000000000000000ffff5ed57e33', '1477353130', 'no'),
(26198, '_transient_timeout_wflginfl_00000000000000000000ffff244b16ea', '1477353046', 'no'),
(26199, '_transient_wflginfl_00000000000000000000ffff244b16ea', '2', 'no'),
(26219, '_transient_timeout_wflginfl_00000000000000000000ffff69684af7', '1477353163', 'no'),
(28334, '_transient_timeout_wflginfl_00000000000000000000ffff6562cc13', '1477365148', 'no'),
(28335, '_transient_wflginfl_00000000000000000000ffff6562cc13', '2', 'no'),
(26220, '_transient_wflginfl_00000000000000000000ffff69684af7', '2', 'no'),
(26267, '_transient_timeout_wflginfl_00000000000000000000ffff7a02691c', '1477353424', 'no'),
(26233, '_transient_wflginfl_00000000000000000000ffff5acd42ca', '2', 'no'),
(29917, '_transient_wflginfl_00000000000000000000ffffb065dfd3', '2', 'no'),
(26225, '_transient_timeout_wflginfl_00000000000000000000ffffc809b786', '1477353213', 'no'),
(26226, '_transient_wflginfl_00000000000000000000ffffc809b786', '2', 'no'),
(26232, '_transient_timeout_wflginfl_00000000000000000000ffff5acd42ca', '1477353275', 'no'),
(28928, '_transient_timeout_wflginfl_00000000000000000000ffff5ebdb078', '1477368427', 'no'),
(28929, '_transient_wflginfl_00000000000000000000ffff5ebdb078', '2', 'no'),
(27259, '_transient_timeout_wflginfl_00000000000000000000ffff01e67b72', '1477359141', 'no'),
(26268, '_transient_wflginfl_00000000000000000000ffff7a02691c', '1', 'no'),
(26240, '_transient_timeout_wflginfl_00000000000000000000ffff0e352bbe', '1477353304', 'no'),
(26241, '_transient_wflginfl_00000000000000000000ffff0e352bbe', '2', 'no'),
(26242, '_transient_timeout_wflginfl_00000000000000000000ffff4f8ba2ae', '1477353305', 'no'),
(26243, '_transient_wflginfl_00000000000000000000ffff4f8ba2ae', '2', 'no'),
(27260, '_transient_wflginfl_00000000000000000000ffff01e67b72', '1', 'no'),
(29916, '_transient_timeout_wflginfl_00000000000000000000ffffb065dfd3', '1477373759', 'no'),
(26254, '_transient_timeout_wflginfl_00000000000000000000ffff9cc500ec', '1477353367', 'no'),
(26255, '_transient_wflginfl_00000000000000000000ffff9cc500ec', '2', 'no'),
(29771, '_transient_timeout_wflginfl_00000000000000000000ffff747cbe9a', '1477373013', 'no'),
(26256, '_transient_timeout_wflginfl_00000000000000000000ffff708657a0', '1477353379', 'no'),
(26257, '_transient_wflginfl_00000000000000000000ffff708657a0', '2', 'no'),
(26306, '_transient_timeout_wflginfl_00000000000000000000ffff546c57ee', '1477353648', 'no'),
(26307, '_transient_wflginfl_00000000000000000000ffff546c57ee', '2', 'no'),
(29772, '_transient_wflginfl_00000000000000000000ffff747cbe9a', '2', 'no'),
(26276, '_transient_timeout_wflginfl_00000000000000000000ffffc9d6c745', '1477353487', 'no'),
(26277, '_transient_wflginfl_00000000000000000000ffffc9d6c745', '2', 'no'),
(26293, '_transient_wflginfl_00000000000000000000ffffbbe822f0', '2', 'no'),
(26292, '_transient_timeout_wflginfl_00000000000000000000ffffbbe822f0', '1477353558', 'no'),
(26290, '_transient_timeout_wflginfl_00000000000000000000ffff544c952c', '1477353556', 'no'),
(26291, '_transient_wflginfl_00000000000000000000ffff544c952c', '2', 'no'),
(60998, '_transient_timeout_wflginfl_00000000000000000000ffffadd4c1ae', '1481932511', 'no'),
(60999, '_transient_wflginfl_00000000000000000000ffffadd4c1ae', '2', 'no'),
(26313, '_transient_timeout_wflginfl_00000000000000000000ffffb1dcd43e', '1477353690', 'no'),
(26314, '_transient_wflginfl_00000000000000000000ffffb1dcd43e', '2', 'no'),
(26365, '_transient_wflginfl_00000000000000000000ffff3c328672', '2', 'no'),
(30295, '_transient_wflginfl_00000000000000000000ffff4c411975', '2', 'no'),
(26334, '_transient_wflginfl_00000000000000000000ffffa0a567fd', '2', 'no'),
(26328, '_transient_timeout_wflginfl_00000000000000000000ffffc5da50f5', '1477353749', 'no'),
(26329, '_transient_wflginfl_00000000000000000000ffffc5da50f5', '2', 'no'),
(26330, '_transient_timeout_wflginfl_00000000000000000000ffff31965714', '1477353752', 'no'),
(26331, '_transient_wflginfl_00000000000000000000ffff31965714', '2', 'no'),
(26333, '_transient_timeout_wflginfl_00000000000000000000ffffa0a567fd', '1477353763', 'no'),
(58103, '_transient_timeout_wflginfl_00000000000000000000ffff4e60fcab', '1481517541', 'no'),
(58104, '_transient_wflginfl_00000000000000000000ffff4e60fcab', '2', 'no'),
(26352, '_transient_timeout_wflginfl_00000000000000000000ffffac0b7c93', '1477353839', 'no'),
(26346, '_transient_wflginfl_00000000000000000000ffff31904e8f', '2', 'no'),
(59866, '_transient_wflginfl_00000000000000000000ffff3a471d3e', '2', 'no'),
(59865, '_transient_timeout_wflginfl_00000000000000000000ffff3a471d3e', '1481779031', 'no'),
(26345, '_transient_timeout_wflginfl_00000000000000000000ffff31904e8f', '1477353810', 'no'),
(26353, '_transient_wflginfl_00000000000000000000ffffac0b7c93', '2', 'no'),
(26364, '_transient_timeout_wflginfl_00000000000000000000ffff3c328672', '1477353915', 'no'),
(26392, '_transient_wflginfl_00000000000000000000ffffd5c1271c', '2', 'no'),
(28523, '_transient_timeout_wflginfl_00000000000000000000ffff67e7a29b', '1477366160', 'no'),
(28524, '_transient_wflginfl_00000000000000000000ffff67e7a29b', '2', 'no'),
(26368, '_transient_timeout_wflginfl_00000000000000000000ffff6daf634c', '1477353938', 'no'),
(26369, '_transient_wflginfl_00000000000000000000ffff6daf634c', '1', 'no'),
(26370, '_transient_timeout_wflginfl_00000000000000000000ffff6daf6724', '1477353940', 'no'),
(26371, '_transient_wflginfl_00000000000000000000ffff6daf6724', '1', 'no'),
(26376, '_transient_timeout_wflginfl_00000000000000000000ffffba17903f', '1477353969', 'no'),
(26377, '_transient_wflginfl_00000000000000000000ffffba17903f', '2', 'no'),
(26413, '_transient_timeout_wflginfl_00000000000000000000ffff5c34035b', '1477354218', 'no'),
(26385, '_transient_wflginfl_00000000000000000000ffffbdacf512', '2', 'no'),
(26415, '_transient_timeout_wflginfl_00000000000000000000ffff4f4b1a8b', '1477354225', 'no'),
(26384, '_transient_timeout_wflginfl_00000000000000000000ffffbdacf512', '1477354038', 'no'),
(26393, '_transient_timeout_wflginfl_00000000000000000000ffff69e503bb', '1477354122', 'no'),
(26391, '_transient_timeout_wflginfl_00000000000000000000ffffd5c1271c', '1477354109', 'no'),
(26394, '_transient_wflginfl_00000000000000000000ffff69e503bb', '2', 'no'),
(26395, '_transient_timeout_wflginfl_00000000000000000000ffff296d26a3', '1477354132', 'no'),
(26396, '_transient_wflginfl_00000000000000000000ffff296d26a3', '2', 'no'),
(28571, '_transient_timeout_wflginfl_00000000000000000000ffff2d7a8db9', '1477366506', 'no'),
(28572, '_transient_wflginfl_00000000000000000000ffff2d7a8db9', '2', 'no'),
(26414, '_transient_wflginfl_00000000000000000000ffff5c34035b', '2', 'no'),
(28479, '_transient_timeout_wflginfl_00000000000000000000ffffb4fd41a8', '1477365947', 'no'),
(28480, '_transient_wflginfl_00000000000000000000ffffb4fd41a8', '1', 'no'),
(26456, '_transient_timeout_wflginfl_00000000000000000000ffffb91115a6', '1477354423', 'no'),
(26457, '_transient_wflginfl_00000000000000000000ffffb91115a6', '2', 'no'),
(26432, '_transient_timeout_wflginfl_00000000000000000000ffffc5d6ad20', '1477354278', 'no'),
(26427, '_transient_wflginfl_00000000000000000000ffff6f7dd0ce', '2', 'no'),
(26416, '_transient_wflginfl_00000000000000000000ffff4f4b1a8b', '2', 'no'),
(30547, '_transient_timeout_wflginfl_00000000000000000000ffff520ab052', '1477377379', 'no'),
(30548, '_transient_wflginfl_00000000000000000000ffff520ab052', '2', 'no'),
(30601, '_transient_timeout_wflginfl_00000000000000000000ffff59d34642', '1477377642', 'no'),
(30602, '_transient_wflginfl_00000000000000000000ffff59d34642', '2', 'no'),
(26426, '_transient_timeout_wflginfl_00000000000000000000ffff6f7dd0ce', '1477354256', 'no'),
(26433, '_transient_wflginfl_00000000000000000000ffffc5d6ad20', '2', 'no'),
(26441, '_transient_wflginfl_00000000000000000000ffffb24f2b4b', '2', 'no'),
(26440, '_transient_timeout_wflginfl_00000000000000000000ffffb24f2b4b', '1477354326', 'no'),
(26458, '_transient_timeout_wflginfl_00000000000000000000ffff75ce311b', '1477354434', 'no'),
(26442, '_transient_timeout_wflginfl_00000000000000000000ffffbe2e6842', '1477354335', 'no'),
(26443, '_transient_wflginfl_00000000000000000000ffffbe2e6842', '2', 'no'),
(28451, '_transient_timeout_wflginfl_00000000000000000000ffff7da0e282', '1477365808', 'no'),
(28452, '_transient_wflginfl_00000000000000000000ffff7da0e282', '2', 'no'),
(26459, '_transient_wflginfl_00000000000000000000ffff75ce311b', '2', 'no'),
(26505, '_transient_wflginfl_00000000000000000000ffff29be02e1', '2', 'no'),
(26514, '_transient_wflginfl_00000000000000000000ffff1b226e5a', '2', 'no'),
(26460, '_transient_timeout_wflginfl_00000000000000000000ffff2a730ad8', '1477354432', 'no'),
(26461, '_transient_wflginfl_00000000000000000000ffff2a730ad8', '2', 'no'),
(26467, '_transient_timeout_wflginfl_00000000000000000000ffffbe3530f1', '1477354502', 'no'),
(26468, '_transient_wflginfl_00000000000000000000ffffbe3530f1', '2', 'no'),
(26489, '_transient_timeout_wflginfl_00000000000000000000ffff5a944932', '1477354803', 'no'),
(26490, '_transient_wflginfl_00000000000000000000ffff5a944932', '2', 'no'),
(26506, '_transient_timeout_wflginfl_00000000000000000000ffff51230612', '1477355001', 'no'),
(26501, '_transient_timeout_wflginfl_00000000000000000000ffffbe73b693', '1477354990', 'no'),
(26502, '_transient_wflginfl_00000000000000000000ffffbe73b693', '2', 'no'),
(26504, '_transient_timeout_wflginfl_00000000000000000000ffff29be02e1', '1477354986', 'no'),
(26507, '_transient_wflginfl_00000000000000000000ffff51230612', '2', 'no'),
(26513, '_transient_timeout_wflginfl_00000000000000000000ffff1b226e5a', '1477355038', 'no'),
(26821, '_transient_wflginfl_00000000000000000000ffff1fce6481', '2', 'no'),
(29054, '_transient_wflginfl_00000000000000000000ffff82694fc1', '2', 'no'),
(26795, '_transient_wflginfl_00000000000000000000ffffb1f7a3ca', '2', 'no'),
(29741, '_transient_wflginfl_00000000000000000000ffffd2c377ad', '2', 'no'),
(26515, '_transient_timeout_wflginfl_00000000000000000000ffff79796941', '1477355052', 'no'),
(26516, '_transient_wflginfl_00000000000000000000ffff79796941', '2', 'no'),
(26522, '_transient_timeout_wflginfl_00000000000000000000ffff67d98773', '1477355080', 'no'),
(26523, '_transient_wflginfl_00000000000000000000ffff67d98773', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(26524, '_transient_timeout_wflginfl_00000000000000000000ffffd2c36455', '1477355088', 'no'),
(26525, '_transient_wflginfl_00000000000000000000ffffd2c36455', '2', 'no'),
(26537, '_transient_timeout_wflginfl_00000000000000000000ffff70cb31b9', '1477355183', 'no'),
(26538, '_transient_wflginfl_00000000000000000000ffff70cb31b9', '2', 'no'),
(26549, '_transient_timeout_wflginfl_00000000000000000000ffff670f7302', '1477355220', 'no'),
(26550, '_transient_wflginfl_00000000000000000000ffff670f7302', '2', 'no'),
(26551, '_transient_timeout_wflginfl_00000000000000000000ffff29453925', '1477355221', 'no'),
(26552, '_transient_wflginfl_00000000000000000000ffff29453925', '2', 'no'),
(26553, '_transient_timeout_wflginfl_00000000000000000000ffffba5c52b8', '1477355246', 'no'),
(26554, '_transient_wflginfl_00000000000000000000ffffba5c52b8', '2', 'no'),
(26560, '_transient_timeout_wflginfl_00000000000000000000ffff48357e54', '1477355275', 'no'),
(26561, '_transient_wflginfl_00000000000000000000ffff48357e54', '2', 'no'),
(26582, '_transient_wflginfl_00000000000000000000ffff31903b8e', '2', 'no'),
(26581, '_transient_timeout_wflginfl_00000000000000000000ffff31903b8e', '1477355357', 'no'),
(26610, '_transient_timeout_wflginfl_00000000000000000000ffffa0b10238', '1477355525', 'no'),
(26595, '_transient_timeout_wflginfl_00000000000000000000ffffb3b4ec52', '1477355437', 'no'),
(26673, '_transient_wflginfl_00000000000000000000ffff5d2c6dd2', '2', 'no'),
(26596, '_transient_wflginfl_00000000000000000000ffffb3b4ec52', '2', 'no'),
(26598, '_transient_timeout_wflginfl_00000000000000000000ffff8bd8098d', '1477355462', 'no'),
(26599, '_transient_wflginfl_00000000000000000000ffff8bd8098d', '2', 'no'),
(26611, '_transient_wflginfl_00000000000000000000ffffa0b10238', '2', 'no'),
(28486, '_transient_timeout_wflginfl_00000000000000000000ffff01a23032', '1477365998', 'no'),
(28487, '_transient_wflginfl_00000000000000000000ffff01a23032', '2', 'no'),
(26614, '_transient_timeout_wflginfl_00000000000000000000ffff6d5c0ba4', '1477355537', 'no'),
(26615, '_transient_wflginfl_00000000000000000000ffff6d5c0ba4', '2', 'no'),
(26623, '_transient_timeout_wflginfl_00000000000000000000ffff75c907f0', '1477355555', 'no'),
(26624, '_transient_wflginfl_00000000000000000000ffff75c907f0', '2', 'no'),
(26646, '_transient_wflginfl_00000000000000000000ffff76c8e3c7', '2', 'no'),
(26645, '_transient_timeout_wflginfl_00000000000000000000ffff76c8e3c7', '1477355769', 'no'),
(26647, '_transient_timeout_wflginfl_00000000000000000000ffff70a26627', '1477355773', 'no'),
(26648, '_transient_wflginfl_00000000000000000000ffff70a26627', '2', 'no'),
(30462, '_transient_timeout_wflginfl_00000000000000000000ffff70c9bcf9', '1477377015', 'no'),
(30463, '_transient_wflginfl_00000000000000000000ffff70c9bcf9', '2', 'no'),
(26656, '_transient_timeout_wflginfl_00000000000000000000ffff69b80254', '1477355828', 'no'),
(26657, '_transient_wflginfl_00000000000000000000ffff69b80254', '2', 'no'),
(26658, '_transient_timeout_wflginfl_00000000000000000000ffffb4be5e21', '1477355831', 'no'),
(26659, '_transient_wflginfl_00000000000000000000ffffb4be5e21', '2', 'no'),
(26665, '_transient_timeout_wflginfl_00000000000000000000ffffc9e27ca0', '1477355855', 'no'),
(26699, '_transient_wflginfl_00000000000000000000ffff6968ceaa', '2', 'no'),
(26666, '_transient_wflginfl_00000000000000000000ffffc9e27ca0', '2', 'no'),
(26672, '_transient_timeout_wflginfl_00000000000000000000ffff5d2c6dd2', '1477355910', 'no'),
(26674, '_transient_timeout_wflginfl_00000000000000000000ffff49e5dd09', '1477355932', 'no'),
(26675, '_transient_wflginfl_00000000000000000000ffff49e5dd09', '2', 'no'),
(26684, '_transient_timeout_wflginfl_00000000000000000000ffffb2dcd3b6', '1477355981', 'no'),
(26685, '_transient_wflginfl_00000000000000000000ffffb2dcd3b6', '2', 'no'),
(28186, '_transient_wflginfl_00000000000000000000ffff29e34e19', '2', 'no'),
(28185, '_transient_timeout_wflginfl_00000000000000000000ffff29e34e19', '1477364367', 'no'),
(26698, '_transient_timeout_wflginfl_00000000000000000000ffff6968ceaa', '1477356057', 'no'),
(26746, '_transient_wflginfl_00000000000000000000ffff5f20e349', '2', 'no'),
(28547, '_transient_timeout_wflginfl_00000000000000000000ffffc5591bdd', '1477366278', 'no'),
(28548, '_transient_wflginfl_00000000000000000000ffffc5591bdd', '2', 'no'),
(26702, '_transient_timeout_wflginfl_00000000000000000000ffff50db0e4d', '1477356062', 'no'),
(26703, '_transient_wflginfl_00000000000000000000ffff50db0e4d', '2', 'no'),
(26704, '_transient_timeout_wflginfl_00000000000000000000ffff29614f1c', '1477356065', 'no'),
(26705, '_transient_wflginfl_00000000000000000000ffff29614f1c', '2', 'no'),
(26718, '_transient_timeout_wflginfl_00000000000000000000ffffc517020d', '1477356131', 'no'),
(26719, '_transient_wflginfl_00000000000000000000ffffc517020d', '2', 'no'),
(28885, '_transient_timeout_wflginfl_00000000000000000000ffffacf9e96e', '1477368185', 'no'),
(28886, '_transient_wflginfl_00000000000000000000ffffacf9e96e', '2', 'no'),
(26729, '_transient_timeout_wflginfl_00000000000000000000ffffb7641e37', '1477356163', 'no'),
(26730, '_transient_wflginfl_00000000000000000000ffffb7641e37', '1', 'no'),
(26745, '_transient_timeout_wflginfl_00000000000000000000ffff5f20e349', '1477356253', 'no'),
(26759, '_transient_timeout_wflginfl_00000000000000000000ffff7caaa738', '1477356347', 'no'),
(28916, '_transient_timeout_wflginfl_00000000000000000000ffff2921c20a', '1477368351', 'no'),
(28917, '_transient_wflginfl_00000000000000000000ffff2921c20a', '2', 'no'),
(26762, '_transient_timeout_wflginfl_00000000000000000000ffff3ec57b0f', '1477356376', 'no'),
(26760, '_transient_wflginfl_00000000000000000000ffff7caaa738', '1', 'no'),
(26800, '_transient_timeout_wflginfl_00000000000000000000ffffbffd74ba', '1477356654', 'no'),
(26763, '_transient_wflginfl_00000000000000000000ffff3ec57b0f', '2', 'no'),
(26764, '_transient_timeout_wflginfl_00000000000000000000ffffc9d14bda', '1477356378', 'no'),
(26765, '_transient_wflginfl_00000000000000000000ffffc9d14bda', '2', 'no'),
(26766, '_transient_timeout_wflginfl_00000000000000000000ffff70cf2f3a', '1477356378', 'no'),
(26767, '_transient_wflginfl_00000000000000000000ffff70cf2f3a', '2', 'no'),
(26768, '_transient_timeout_wflginfl_00000000000000000000ffffbc47d4b1', '1477356379', 'no'),
(26769, '_transient_wflginfl_00000000000000000000ffffbc47d4b1', '2', 'no'),
(29053, '_transient_timeout_wflginfl_00000000000000000000ffff82694fc1', '1477369119', 'no'),
(26820, '_transient_timeout_wflginfl_00000000000000000000ffff1fce6481', '1477356793', 'no'),
(26787, '_transient_timeout_wflginfl_00000000000000000000ffff5ac5c004', '1477356573', 'no'),
(26788, '_transient_wflginfl_00000000000000000000ffff5ac5c004', '2', 'no'),
(26794, '_transient_timeout_wflginfl_00000000000000000000ffffb1f7a3ca', '1477356604', 'no'),
(26801, '_transient_wflginfl_00000000000000000000ffffbffd74ba', '2', 'no'),
(26885, '_transient_wflginfl_00000000000000000000ffffbed3a780', '2', 'no'),
(26810, '_transient_wflginfl_00000000000000000000ffffaa3348a9', '2', 'no'),
(26809, '_transient_timeout_wflginfl_00000000000000000000ffffaa3348a9', '1477356697', 'no'),
(26846, '_transient_wflginfl_00000000000000000000ffff464e2c2d', '2', 'no'),
(26811, '_transient_timeout_wflginfl_00000000000000000000ffffc8684f23', '1477356701', 'no'),
(26812, '_transient_wflginfl_00000000000000000000ffffc8684f23', '2', 'no'),
(26857, '_transient_wflginfl_00000000000000000000ffff31917a11', '2', 'no'),
(29215, '_transient_timeout_wflginfl_00000000000000000000ffff31959656', '1477369759', 'no'),
(29216, '_transient_wflginfl_00000000000000000000ffff31959656', '1', 'no'),
(26845, '_transient_timeout_wflginfl_00000000000000000000ffff464e2c2d', '1477356934', 'no'),
(26847, '_transient_timeout_wflginfl_00000000000000000000ffffbdd9fcf9', '1477356955', 'no'),
(26848, '_transient_wflginfl_00000000000000000000ffffbdd9fcf9', '2', 'no'),
(26856, '_transient_timeout_wflginfl_00000000000000000000ffff31917a11', '1477357021', 'no'),
(26858, '_transient_timeout_wflginfl_00000000000000000000ffffca8e6c9c', '1477357047', 'no'),
(26859, '_transient_wflginfl_00000000000000000000ffffca8e6c9c', '2', 'no'),
(26871, '_transient_timeout_wflginfl_00000000000000000000ffffbc039975', '1477357135', 'no'),
(26872, '_transient_wflginfl_00000000000000000000ffffbc039975', '2', 'no'),
(30627, '_transient_timeout_wflginfl_00000000000000000000ffffb1cd4ac8', '1477377846', 'no'),
(30628, '_transient_wflginfl_00000000000000000000ffffb1cd4ac8', '2', 'no'),
(26894, '_transient_wflginfl_00000000000000000000ffffcfcc4056', '2', 'no'),
(26886, '_transient_timeout_wflginfl_00000000000000000000ffff9e22f01e', '1477357256', 'no'),
(26884, '_transient_timeout_wflginfl_00000000000000000000ffffbed3a780', '1477357235', 'no'),
(26887, '_transient_wflginfl_00000000000000000000ffff9e22f01e', '2', 'no'),
(26893, '_transient_timeout_wflginfl_00000000000000000000ffffcfcc4056', '1477357285', 'no'),
(27694, '_transient_wflginfl_00000000000000000000ffffaf8a032c', '2', 'no'),
(26895, '_transient_timeout_wflginfl_00000000000000000000ffff29fb7fc9', '1477357307', 'no'),
(26896, '_transient_wflginfl_00000000000000000000ffff29fb7fc9', '2', 'no'),
(26899, '_transient_timeout_wflginfl_00000000000000000000ffffbe53f794', '1477357306', 'no'),
(26900, '_transient_wflginfl_00000000000000000000ffffbe53f794', '2', 'no'),
(26905, '_transient_timeout_wflginfl_00000000000000000000ffffb4f609a2', '1477357320', 'no'),
(26906, '_transient_wflginfl_00000000000000000000ffffb4f609a2', '2', 'no'),
(30278, '_transient_timeout_wflginfl_00000000000000000000ffff3e966a06', '1477375877', 'no'),
(30279, '_transient_wflginfl_00000000000000000000ffff3e966a06', '2', 'no'),
(26909, '_transient_timeout_wflginfl_00000000000000000000ffffcf06bcf0', '1477357326', 'no'),
(26910, '_transient_wflginfl_00000000000000000000ffffcf06bcf0', '2', 'no'),
(26912, '_transient_timeout_wflginfl_00000000000000000000ffffb19d66d2', '1477357333', 'no'),
(26913, '_transient_wflginfl_00000000000000000000ffffb19d66d2', '2', 'no'),
(27693, '_transient_timeout_wflginfl_00000000000000000000ffffaf8a032c', '1477361639', 'no'),
(26939, '_transient_wflginfl_00000000000000000000ffff31940673', '2', 'no'),
(26929, '_transient_timeout_wflginfl_00000000000000000000ffff5cbea3b5', '1477357407', 'no'),
(26930, '_transient_wflginfl_00000000000000000000ffff5cbea3b5', '2', 'no'),
(26931, '_transient_timeout_wflginfl_00000000000000000000ffffbd20fa0d', '1477357408', 'no'),
(26932, '_transient_wflginfl_00000000000000000000ffffbd20fa0d', '2', 'no'),
(26938, '_transient_timeout_wflginfl_00000000000000000000ffff31940673', '1477357448', 'no'),
(26948, '_transient_wflginfl_00000000000000000000ffffbf2372fa', '2', 'no'),
(26940, '_transient_timeout_wflginfl_00000000000000000000ffffd263af38', '1477357456', 'no'),
(26941, '_transient_wflginfl_00000000000000000000ffffd263af38', '2', 'no'),
(26947, '_transient_timeout_wflginfl_00000000000000000000ffffbf2372fa', '1477357518', 'no'),
(27019, '_transient_timeout_wflginfl_00000000000000000000ffffb9414384', '1477357874', 'no'),
(26960, '_transient_wflginfl_00000000000000000000ffff49e8df62', '2', 'no'),
(26949, '_transient_timeout_wflginfl_00000000000000000000ffff670351c7', '1477357548', 'no'),
(26950, '_transient_wflginfl_00000000000000000000ffff670351c7', '2', 'no'),
(26955, '_transient_timeout_wflginfl_00000000000000000000ffff67e0d75d', '1477357565', 'no'),
(26956, '_transient_wflginfl_00000000000000000000ffff67e0d75d', '2', 'no'),
(26959, '_transient_timeout_wflginfl_00000000000000000000ffff49e8df62', '1477357577', 'no'),
(26961, '_transient_timeout_wflginfl_00000000000000000000ffffc5a18756', '1477357585', 'no'),
(26962, '_transient_wflginfl_00000000000000000000ffffc5a18756', '2', 'no'),
(26968, '_transient_timeout_wflginfl_00000000000000000000ffff680f9ab9', '1477357600', 'no'),
(26969, '_transient_wflginfl_00000000000000000000ffff680f9ab9', '2', 'no'),
(26970, '_transient_timeout_wflginfl_00000000000000000000ffff4f289ccb', '1477357602', 'no'),
(26971, '_transient_wflginfl_00000000000000000000ffff4f289ccb', '2', 'no'),
(26979, '_transient_timeout_wflginfl_00000000000000000000ffff29fa2ff9', '1477357643', 'no'),
(26980, '_transient_wflginfl_00000000000000000000ffff29fa2ff9', '2', 'no'),
(26988, '_transient_timeout_wflginfl_00000000000000000000ffff5e424f3f', '1477357673', 'no'),
(26989, '_transient_wflginfl_00000000000000000000ffff5e424f3f', '2', 'no'),
(26992, '_transient_timeout_wflginfl_00000000000000000000ffff6cf60047', '1477357702', 'no'),
(26993, '_transient_wflginfl_00000000000000000000ffff6cf60047', '2', 'no'),
(26999, '_transient_timeout_wflginfl_00000000000000000000ffff732a36c9', '1477357723', 'no'),
(27000, '_transient_wflginfl_00000000000000000000ffff732a36c9', '2', 'no'),
(27020, '_transient_wflginfl_00000000000000000000ffffb9414384', '2', 'no'),
(27013, '_transient_wflginfl_00000000000000000000ffff51c683f4', '2', 'no'),
(27012, '_transient_timeout_wflginfl_00000000000000000000ffff51c683f4', '1477357812', 'no'),
(27099, '_transient_wflginfl_00000000000000000000ffff412092aa', '2', 'no'),
(27061, '_transient_wflginfl_00000000000000000000ffff673486f6', '2', 'no'),
(27033, '_transient_wflginfl_00000000000000000000ffff319033f0', '2', 'no'),
(27032, '_transient_timeout_wflginfl_00000000000000000000ffff319033f0', '1477357951', 'no'),
(27045, '_transient_wflginfl_00000000000000000000ffff4e86f641', '2', 'no'),
(27044, '_transient_timeout_wflginfl_00000000000000000000ffff4e86f641', '1477357986', 'no'),
(27046, '_transient_timeout_wflginfl_00000000000000000000ffff5d88533d', '1477357988', 'no'),
(27047, '_transient_wflginfl_00000000000000000000ffff5d88533d', '2', 'no'),
(27053, '_transient_timeout_wflginfl_00000000000000000000ffff7a36a1bb', '1477358013', 'no'),
(27054, '_transient_wflginfl_00000000000000000000ffff7a36a1bb', '2', 'no'),
(27073, '_transient_timeout_wflginfl_00000000000000000000ffffc386b7da', '1477358182', 'no'),
(27070, '_transient_wflginfl_00000000000000000000ffffb3c6c105', '2', 'no'),
(27060, '_transient_timeout_wflginfl_00000000000000000000ffff673486f6', '1477358092', 'no'),
(27108, '_transient_wflginfl_00000000000000000000ffff5f5afd19', '2', 'no'),
(27069, '_transient_timeout_wflginfl_00000000000000000000ffffb3c6c105', '1477358169', 'no'),
(27074, '_transient_wflginfl_00000000000000000000ffffc386b7da', '2', 'no'),
(27075, '_transient_timeout_wflginfl_00000000000000000000ffffc521a6d7', '1477358192', 'no'),
(27076, '_transient_wflginfl_00000000000000000000ffffc521a6d7', '2', 'no'),
(29942, '_transient_wflginfl_00000000000000000000ffff75c8c698', '2', 'no'),
(27082, '_transient_timeout_wflginfl_00000000000000000000ffff29b60098', '1477358239', 'no'),
(27083, '_transient_wflginfl_00000000000000000000ffff29b60098', '2', 'no'),
(29941, '_transient_timeout_wflginfl_00000000000000000000ffff75c8c698', '1477373927', 'no'),
(29508, '_transient_timeout_wflginfl_00000000000000000000ffffd94919f9', '1477371511', 'no'),
(29509, '_transient_wflginfl_00000000000000000000ffffd94919f9', '2', 'no'),
(27098, '_transient_timeout_wflginfl_00000000000000000000ffff412092aa', '1477358288', 'no'),
(27107, '_transient_timeout_wflginfl_00000000000000000000ffff5f5afd19', '1477358335', 'no'),
(27151, '_transient_timeout_wflginfl_00000000000000000000ffff70d1225f', '1477358531', 'no'),
(27141, '_transient_wflginfl_00000000000000000000ffff8269d08e', '2', 'no'),
(27121, '_transient_wflginfl_00000000000000000000ffff7c5307ea', '2', 'no'),
(27109, '_transient_timeout_wflginfl_00000000000000000000ffffc509ad69', '1477358361', 'no'),
(27110, '_transient_wflginfl_00000000000000000000ffffc509ad69', '2', 'no'),
(27111, '_transient_timeout_wflginfl_00000000000000000000ffff70cb11bd', '1477358357', 'no'),
(27112, '_transient_wflginfl_00000000000000000000ffff70cb11bd', '2', 'no'),
(27113, '_transient_timeout_wflginfl_00000000000000000000ffffbebf6b64', '1477358359', 'no'),
(27114, '_transient_wflginfl_00000000000000000000ffffbebf6b64', '2', 'no'),
(27120, '_transient_timeout_wflginfl_00000000000000000000ffff7c5307ea', '1477358398', 'no'),
(27122, '_transient_timeout_wflginfl_00000000000000000000ffff5544a60d', '1477358381', 'no'),
(27123, '_transient_wflginfl_00000000000000000000ffff5544a60d', '2', 'no'),
(27129, '_transient_timeout_wflginfl_00000000000000000000ffffaf8fcff7', '1477358403', 'no'),
(27130, '_transient_wflginfl_00000000000000000000ffffaf8fcff7', '2', 'no'),
(27131, '_transient_timeout_wflginfl_00000000000000000000ffffc9dfe427', '1477358411', 'no'),
(27132, '_transient_wflginfl_00000000000000000000ffffc9dfe427', '2', 'no'),
(27140, '_transient_timeout_wflginfl_00000000000000000000ffff8269d08e', '1477358451', 'no'),
(29931, '_transient_wflginfl_00000000000000000000ffff319372ff', '2', 'no'),
(30246, '_transient_timeout_wflginfl_00000000000000000000ffff9a488805', '1477375641', 'no'),
(30247, '_transient_wflginfl_00000000000000000000ffff9a488805', '2', 'no'),
(29930, '_transient_timeout_wflginfl_00000000000000000000ffff319372ff', '1477373794', 'no'),
(27152, '_transient_wflginfl_00000000000000000000ffff70d1225f', '2', 'no'),
(27207, '_transient_wflginfl_00000000000000000000ffff40ebcaa4', '2', 'no'),
(27170, '_transient_wflginfl_00000000000000000000ffff7aa0152c', '2', 'no'),
(29279, '_transient_timeout_wflginfl_00000000000000000000ffff5d56c288', '1477370295', 'no'),
(29280, '_transient_wflginfl_00000000000000000000ffff5d56c288', '2', 'no'),
(27169, '_transient_timeout_wflginfl_00000000000000000000ffff7aa0152c', '1477358674', 'no'),
(27182, '_transient_wflginfl_00000000000000000000ffffbd18ce4b', '2', 'no'),
(27171, '_transient_timeout_wflginfl_00000000000000000000ffffb51def67', '1477358690', 'no'),
(27172, '_transient_wflginfl_00000000000000000000ffffb51def67', '2', 'no'),
(27178, '_transient_timeout_wflginfl_00000000000000000000ffff7a34b38b', '1477358713', 'no'),
(27179, '_transient_wflginfl_00000000000000000000ffff7a34b38b', '2', 'no'),
(27181, '_transient_timeout_wflginfl_00000000000000000000ffffbd18ce4b', '1477358717', 'no'),
(27183, '_transient_timeout_wflginfl_00000000000000000000ffffc85d57bd', '1477358719', 'no'),
(27184, '_transient_wflginfl_00000000000000000000ffffc85d57bd', '2', 'no'),
(27185, '_transient_timeout_wflginfl_00000000000000000000ffffba58314c', '1477358737', 'no'),
(27186, '_transient_wflginfl_00000000000000000000ffffba58314c', '2', 'no'),
(27206, '_transient_timeout_wflginfl_00000000000000000000ffff40ebcaa4', '1477358841', 'no'),
(27526, '_transient_wflginfl_00000000000000000000ffff699b97b2', '2', 'no'),
(27212, '_transient_timeout_wflginfl_00000000000000000000ffff58c91840', '1477358873', 'no'),
(27213, '_transient_wflginfl_00000000000000000000ffff58c91840', '2', 'no'),
(27214, '_transient_timeout_wflginfl_00000000000000000000ffff699e989b', '1477358883', 'no'),
(27215, '_transient_wflginfl_00000000000000000000ffff699e989b', '2', 'no'),
(27216, '_transient_timeout_wflginfl_00000000000000000000ffffbe64a3d3', '1477358893', 'no'),
(27217, '_transient_wflginfl_00000000000000000000ffffbe64a3d3', '2', 'no'),
(27232, '_transient_wflginfl_00000000000000000000ffff0e6229bc', '2', 'no'),
(27492, '_transient_wflginfl_00000000000000000000ffffb3eac9bb', '2', 'no'),
(27228, '_transient_timeout_wflginfl_00000000000000000000ffff7909403e', '1477358999', 'no'),
(27229, '_transient_wflginfl_00000000000000000000ffff7909403e', '2', 'no'),
(27231, '_transient_timeout_wflginfl_00000000000000000000ffff0e6229bc', '1477359002', 'no'),
(27245, '_transient_timeout_wflginfl_00000000000000000000ffff77cdb34f', '1477359073', 'no'),
(27238, '_transient_timeout_wflginfl_00000000000000000000ffff31942f9e', '1477359037', 'no'),
(27239, '_transient_wflginfl_00000000000000000000ffff31942f9e', '2', 'no'),
(27247, '_transient_timeout_wflginfl_00000000000000000000ffffbc735afc', '1477359090', 'no'),
(27246, '_transient_wflginfl_00000000000000000000ffff77cdb34f', '1', 'no'),
(51625, '_transient_wflginfl_00000000000000000000ffff7c2b16c0', '2', 'no'),
(27299, '_transient_timeout_wflginfl_00000000000000000000ffff290ddc5f', '1477359362', 'no'),
(27248, '_transient_wflginfl_00000000000000000000ffffbc735afc', '2', 'no'),
(27261, '_transient_timeout_wflginfl_00000000000000000000ffff31f5a056', '1477359164', 'no'),
(27262, '_transient_wflginfl_00000000000000000000ffff31f5a056', '1', 'no'),
(27263, '_transient_timeout_wflginfl_00000000000000000000ffff58e84575', '1477359174', 'no'),
(27264, '_transient_wflginfl_00000000000000000000ffff58e84575', '2', 'no'),
(27270, '_transient_timeout_wflginfl_00000000000000000000ffffbb065bd6', '1477359190', 'no'),
(27271, '_transient_wflginfl_00000000000000000000ffffbb065bd6', '2', 'no'),
(27284, '_transient_timeout_wflginfl_00000000000000000000ffffd2f44ab4', '1477359287', 'no'),
(27285, '_transient_wflginfl_00000000000000000000ffffd2f44ab4', '1', 'no'),
(27287, '_transient_timeout_wflginfl_00000000000000000000ffff58a35855', '1477359294', 'no'),
(27288, '_transient_wflginfl_00000000000000000000ffff58a35855', '2', 'no'),
(27300, '_transient_wflginfl_00000000000000000000ffff290ddc5f', '2', 'no'),
(27307, '_transient_timeout_wflginfl_00000000000000000000ffffc500e748', '1477359407', 'no'),
(27308, '_transient_wflginfl_00000000000000000000ffffc500e748', '2', 'no'),
(27329, '_transient_wflginfl_00000000000000000000ffffc9d0cf23', '2', 'no'),
(51624, '_transient_timeout_wflginfl_00000000000000000000ffff7c2b16c0', '1480585508', 'no'),
(27316, '_transient_timeout_wflginfl_00000000000000000000ffff7384aa54', '1477359464', 'no'),
(27317, '_transient_wflginfl_00000000000000000000ffff7384aa54', '2', 'no'),
(27328, '_transient_timeout_wflginfl_00000000000000000000ffffc9d0cf23', '1477359611', 'no'),
(27347, '_transient_wflginfl_00000000000000000000ffff3192973d', '2', 'no'),
(27335, '_transient_timeout_wflginfl_00000000000000000000ffff3222f851', '1477359647', 'no'),
(27336, '_transient_wflginfl_00000000000000000000ffff3222f851', '1', 'no'),
(27337, '_transient_timeout_wflginfl_00000000000000000000ffff20d2f09e', '1477359658', 'no'),
(27338, '_transient_wflginfl_00000000000000000000ffff20d2f09e', '2', 'no'),
(27346, '_transient_timeout_wflginfl_00000000000000000000ffff3192973d', '1477359722', 'no'),
(27363, '_transient_wflginfl_00000000000000000000ffff7432afd2', '2', 'no'),
(27348, '_transient_timeout_wflginfl_00000000000000000000ffff7a3533bd', '1477359723', 'no'),
(27349, '_transient_wflginfl_00000000000000000000ffff7a3533bd', '2', 'no'),
(27355, '_transient_timeout_wflginfl_00000000000000000000ffff473cbdd1', '1477359779', 'no'),
(27356, '_transient_wflginfl_00000000000000000000ffff473cbdd1', '2', 'no'),
(27362, '_transient_timeout_wflginfl_00000000000000000000ffff7432afd2', '1477359842', 'no'),
(27372, '_transient_wflginfl_00000000000000000000ffff252f2e45', '2', 'no'),
(27364, '_transient_timeout_wflginfl_00000000000000000000ffffb5ab0c1a', '1477359841', 'no'),
(27365, '_transient_wflginfl_00000000000000000000ffffb5ab0c1a', '2', 'no'),
(27371, '_transient_timeout_wflginfl_00000000000000000000ffff252f2e45', '1477359880', 'no'),
(27379, '_transient_wflginfl_00000000000000000000ffff765cb958', '2', 'no'),
(27378, '_transient_timeout_wflginfl_00000000000000000000ffff765cb958', '1477359925', 'no'),
(27446, '_transient_timeout_wflginfl_00000000000000000000ffffc5c810d9', '1477360275', 'no'),
(27380, '_transient_timeout_wflginfl_00000000000000000000ffffcbb1ef0e', '1477359929', 'no'),
(27381, '_transient_wflginfl_00000000000000000000ffffcbb1ef0e', '2', 'no'),
(27387, '_transient_timeout_wflginfl_00000000000000000000ffff6738e8db', '1477359962', 'no'),
(27388, '_transient_wflginfl_00000000000000000000ffff6738e8db', '1', 'no'),
(27391, '_transient_timeout_wflginfl_00000000000000000000ffff547a1672', '1477359978', 'no'),
(27392, '_transient_wflginfl_00000000000000000000ffff547a1672', '2', 'no'),
(27398, '_transient_timeout_wflginfl_00000000000000000000ffffbb3a4191', '1477360018', 'no'),
(27399, '_transient_wflginfl_00000000000000000000ffffbb3a4191', '2', 'no'),
(28664, '_transient_wflginfl_00000000000000000000ffff244e5bda', '2', 'no'),
(28663, '_transient_timeout_wflginfl_00000000000000000000ffff244e5bda', '1477366971', 'no'),
(29810, '_transient_wflginfl_00000000000000000000ffff7a36fb1b', '2', 'no'),
(29809, '_transient_timeout_wflginfl_00000000000000000000ffff7a36fb1b', '1477373223', 'no'),
(27421, '_transient_timeout_wflginfl_00000000000000000000ffff5563d15a', '1477360101', 'no'),
(27422, '_transient_wflginfl_00000000000000000000ffff5563d15a', '2', 'no'),
(27423, '_transient_timeout_wflginfl_00000000000000000000ffff8f895029', '1477360117', 'no'),
(27424, '_transient_wflginfl_00000000000000000000ffff8f895029', '2', 'no'),
(27432, '_transient_timeout_wflginfl_00000000000000000000ffff2f1db46f', '1477360141', 'no'),
(27433, '_transient_wflginfl_00000000000000000000ffff2f1db46f', '2', 'no'),
(27509, '_transient_wflginfl_00000000000000000000ffffbb5f7fd5', '2', 'no'),
(27462, '_transient_wflginfl_00000000000000000000ffffbe49a896', '2', 'no'),
(27447, '_transient_wflginfl_00000000000000000000ffffc5c810d9', '2', 'no'),
(27449, '_transient_timeout_wflginfl_00000000000000000000ffffb8353259', '1477360316', 'no'),
(27450, '_transient_wflginfl_00000000000000000000ffffb8353259', '2', 'no'),
(27461, '_transient_timeout_wflginfl_00000000000000000000ffffbe49a896', '1477360340', 'no'),
(27477, '_transient_wflginfl_00000000000000000000ffff70cb1c14', '2', 'no'),
(27468, '_transient_timeout_wflginfl_00000000000000000000ffff70c8f809', '1477360373', 'no'),
(27469, '_transient_wflginfl_00000000000000000000ffff70c8f809', '2', 'no'),
(27476, '_transient_timeout_wflginfl_00000000000000000000ffff70cb1c14', '1477360447', 'no'),
(27483, '_transient_timeout_wflginfl_00000000000000000000ffff3e7539ba', '1477360481', 'no'),
(27484, '_transient_wflginfl_00000000000000000000ffff3e7539ba', '2', 'no'),
(27491, '_transient_timeout_wflginfl_00000000000000000000ffffb3eac9bb', '1477360543', 'no'),
(30747, '_transient_timeout_wflginfl_00000000000000000000ffffcaa556d5', '1477378647', 'no'),
(30748, '_transient_wflginfl_00000000000000000000ffffcaa556d5', '2', 'no'),
(27508, '_transient_timeout_wflginfl_00000000000000000000ffffbb5f7fd5', '1477360608', 'no'),
(27525, '_transient_timeout_wflginfl_00000000000000000000ffff699b97b2', '1477360687', 'no'),
(27510, '_transient_timeout_wflginfl_00000000000000000000ffff690780c1', '1477360642', 'no'),
(27511, '_transient_wflginfl_00000000000000000000ffff690780c1', '2', 'no'),
(27516, '_transient_timeout_wflginfl_00000000000000000000ffff6e370196', '1477360640', 'no'),
(27517, '_transient_wflginfl_00000000000000000000ffff6e370196', '2', 'no'),
(27518, '_transient_timeout_wflginfl_00000000000000000000ffffbc37d2e9', '1477360640', 'no'),
(27519, '_transient_wflginfl_00000000000000000000ffffbc37d2e9', '2', 'no'),
(30154, '_transient_timeout_wflginfl_00000000000000000000ffffcb578194', '1477375029', 'no'),
(30152, '_transient_timeout_wflginfl_00000000000000000000ffff7960421a', '1477375023', 'no'),
(30153, '_transient_wflginfl_00000000000000000000ffff7960421a', '2', 'no'),
(31459, '_transient_wflginfl_00000000000000000000ffff49e86a44', '2', 'no'),
(28201, '_transient_wflginfl_00000000000000000000ffff3276913e', '2', 'no'),
(27540, '_transient_timeout_wflginfl_00000000000000000000ffffb2c7dbcc', '1477360788', 'no'),
(27541, '_transient_wflginfl_00000000000000000000ffffb2c7dbcc', '2', 'no'),
(27542, '_transient_timeout_wflginfl_00000000000000000000ffffb4fe4ec5', '1477360811', 'no'),
(27543, '_transient_wflginfl_00000000000000000000ffffb4fe4ec5', '2', 'no'),
(27640, '_transient_wflginfl_00000000000000000000ffffbc704db4', '2', 'no'),
(27544, '_transient_timeout_wflginfl_00000000000000000000ffff244aab03', '1477360814', 'no'),
(27545, '_transient_wflginfl_00000000000000000000ffff244aab03', '2', 'no'),
(27551, '_transient_timeout_wflginfl_00000000000000000000ffff467bd2ff', '1477360833', 'no'),
(27552, '_transient_wflginfl_00000000000000000000ffff467bd2ff', '2', 'no'),
(27553, '_transient_timeout_wflginfl_00000000000000000000ffff5b93c5df', '1477360848', 'no'),
(27554, '_transient_wflginfl_00000000000000000000ffff5b93c5df', '2', 'no'),
(27555, '_transient_timeout_wflginfl_00000000000000000000ffff6a338ea3', '1477360856', 'no'),
(27556, '_transient_wflginfl_00000000000000000000ffff6a338ea3', '2', 'no'),
(27564, '_transient_timeout_wflginfl_00000000000000000000ffff7a3471cb', '1477360887', 'no'),
(27565, '_transient_wflginfl_00000000000000000000ffff7a3471cb', '2', 'no'),
(27571, '_transient_timeout_wflginfl_00000000000000000000ffff055238cd', '1477360927', 'no'),
(27572, '_transient_wflginfl_00000000000000000000ffff055238cd', '2', 'no'),
(27573, '_transient_timeout_wflginfl_00000000000000000000ffff5661e0a4', '1477360939', 'no'),
(27574, '_transient_wflginfl_00000000000000000000ffff5661e0a4', '2', 'no'),
(27590, '_transient_timeout_wflginfl_00000000000000000000ffff6aab57a0', '1477361011', 'no'),
(27591, '_transient_wflginfl_00000000000000000000ffff6aab57a0', '2', 'no'),
(29844, '_transient_timeout_wflginfl_00000000000000000000ffff699cc90e', '1477373363', 'no'),
(29845, '_transient_wflginfl_00000000000000000000ffff699cc90e', '2', 'no'),
(27601, '_transient_timeout_wflginfl_00000000000000000000ffffb16130b9', '1477361049', 'no'),
(27599, '_transient_timeout_wflginfl_00000000000000000000ffff0124801d', '1477361047', 'no'),
(27600, '_transient_wflginfl_00000000000000000000ffff0124801d', '2', 'no'),
(27602, '_transient_wflginfl_00000000000000000000ffffb16130b9', '2', 'no'),
(27603, '_transient_timeout_wflginfl_00000000000000000000ffff4fb050e8', '1477361057', 'no'),
(27604, '_transient_wflginfl_00000000000000000000ffff4fb050e8', '2', 'no'),
(27605, '_transient_timeout_wflginfl_00000000000000000000ffff3eea3924', '1477361070', 'no'),
(27606, '_transient_wflginfl_00000000000000000000ffff3eea3924', '2', 'no'),
(27614, '_transient_timeout_wflginfl_00000000000000000000ffff6d7f9789', '1477361106', 'no'),
(27615, '_transient_wflginfl_00000000000000000000ffff6d7f9789', '2', 'no'),
(27616, '_transient_timeout_wflginfl_00000000000000000000ffffdadd4f34', '1477361106', 'no'),
(27617, '_transient_wflginfl_00000000000000000000ffffdadd4f34', '2', 'no'),
(27625, '_transient_timeout_wflginfl_00000000000000000000ffff3ae27249', '1477361145', 'no'),
(27626, '_transient_wflginfl_00000000000000000000ffff3ae27249', '2', 'no'),
(27627, '_transient_timeout_wflginfl_00000000000000000000ffff6983e9a3', '1477361159', 'no'),
(27628, '_transient_wflginfl_00000000000000000000ffff6983e9a3', '2', 'no'),
(27639, '_transient_timeout_wflginfl_00000000000000000000ffffbc704db4', '1477361256', 'no'),
(27649, '_transient_wflginfl_00000000000000000000ffff73b2c9cc', '2', 'no'),
(27648, '_transient_timeout_wflginfl_00000000000000000000ffff73b2c9cc', '1477361382', 'no'),
(27656, '_transient_timeout_wflginfl_00000000000000000000ffff75c6cca8', '1477361435', 'no'),
(27657, '_transient_wflginfl_00000000000000000000ffff75c6cca8', '2', 'no'),
(27663, '_transient_timeout_wflginfl_00000000000000000000ffff76946ced', '1477361446', 'no'),
(27664, '_transient_wflginfl_00000000000000000000ffff76946ced', '2', 'no'),
(27690, '_transient_wflginfl_00000000000000000000ffff2449a77d', '2', 'no'),
(27679, '_transient_timeout_wflginfl_00000000000000000000ffffbb995807', '1477361536', 'no'),
(27680, '_transient_wflginfl_00000000000000000000ffffbb995807', '2', 'no'),
(27681, '_transient_timeout_wflginfl_00000000000000000000ffff781c4e93', '1477361544', 'no'),
(27682, '_transient_wflginfl_00000000000000000000ffff781c4e93', '2', 'no'),
(27689, '_transient_timeout_wflginfl_00000000000000000000ffff2449a77d', '1477361616', 'no'),
(29883, '_transient_wflginfl_00000000000000000000ffffb4bf7b05', '2', 'no'),
(27691, '_transient_timeout_wflginfl_00000000000000000000ffffb4d86305', '1477361634', 'no'),
(27692, '_transient_wflginfl_00000000000000000000ffffb4d86305', '2', 'no'),
(27708, '_transient_timeout_wflginfl_00000000000000000000ffff555aaf8f', '1477361696', 'no'),
(27709, '_transient_wflginfl_00000000000000000000ffff555aaf8f', '2', 'no'),
(27711, '_transient_timeout_wflginfl_00000000000000000000ffff27258fe6', '1477361725', 'no'),
(27712, '_transient_wflginfl_00000000000000000000ffff27258fe6', '2', 'no'),
(27718, '_transient_timeout_wflginfl_00000000000000000000ffffb16b643f', '1477361763', 'no'),
(27719, '_transient_wflginfl_00000000000000000000ffffb16b643f', '2', 'no'),
(27758, '_transient_wflginfl_00000000000000000000ffff4972116d', '2', 'no'),
(27732, '_transient_timeout_wflginfl_00000000000000000000ffff6b0b93b3', '1477361822', 'no'),
(27733, '_transient_wflginfl_00000000000000000000ffff6b0b93b3', '2', 'no'),
(27734, '_transient_timeout_wflginfl_00000000000000000000ffff69668e68', '1477361831', 'no'),
(27735, '_transient_wflginfl_00000000000000000000ffff69668e68', '2', 'no'),
(29882, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf7b05', '1477373543', 'no'),
(27743, '_transient_timeout_wflginfl_00000000000000000000ffff5da849ba', '1477361893', 'no'),
(27744, '_transient_wflginfl_00000000000000000000ffff5da849ba', '2', 'no'),
(27750, '_transient_timeout_wflginfl_00000000000000000000ffffbeb518ac', '1477361933', 'no'),
(27751, '_transient_wflginfl_00000000000000000000ffffbeb518ac', '2', 'no'),
(27759, '_transient_timeout_wflginfl_00000000000000000000ffff292034c1', '1477362091', 'no'),
(27757, '_transient_timeout_wflginfl_00000000000000000000ffff4972116d', '1477362080', 'no'),
(27846, '_transient_wflginfl_00000000000000000000ffff31939fc4', '2', 'no'),
(27760, '_transient_wflginfl_00000000000000000000ffff292034c1', '2', 'no'),
(27771, '_transient_timeout_wflginfl_00000000000000000000ffffba77c7f1', '1477362160', 'no'),
(27772, '_transient_wflginfl_00000000000000000000ffffba77c7f1', '2', 'no'),
(27773, '_transient_timeout_wflginfl_00000000000000000000ffffbaf1244e', '1477362163', 'no'),
(27774, '_transient_wflginfl_00000000000000000000ffffbaf1244e', '1', 'no'),
(27775, '_transient_timeout_wflginfl_00000000000000000000ffffb55bdd85', '1477362186', 'no'),
(27776, '_transient_wflginfl_00000000000000000000ffffb55bdd85', '2', 'no'),
(27782, '_transient_timeout_wflginfl_00000000000000000000ffff01f1313a', '1477362199', 'no'),
(27783, '_transient_wflginfl_00000000000000000000ffff01f1313a', '1', 'no'),
(27784, '_transient_timeout_wflginfl_00000000000000000000ffff793636fb', '1477362218', 'no'),
(27785, '_transient_wflginfl_00000000000000000000ffff793636fb', '1', 'no'),
(27793, '_transient_timeout_wflginfl_00000000000000000000ffff77cc037c', '1477362254', 'no'),
(27794, '_transient_wflginfl_00000000000000000000ffff77cc037c', '2', 'no'),
(27795, '_transient_timeout_wflginfl_00000000000000000000ffff597aa714', '1477362258', 'no'),
(27796, '_transient_wflginfl_00000000000000000000ffff597aa714', '2', 'no'),
(27802, '_transient_timeout_wflginfl_00000000000000000000ffff02e97dc7', '1477362294', 'no'),
(27803, '_transient_wflginfl_00000000000000000000ffff02e97dc7', '2', 'no'),
(27809, '_transient_timeout_wflginfl_00000000000000000000ffffa5ffa27f', '1477362317', 'no'),
(27810, '_transient_wflginfl_00000000000000000000ffffa5ffa27f', '2', 'no'),
(27816, '_transient_timeout_wflginfl_00000000000000000000ffff272f99f0', '1477362380', 'no'),
(27817, '_transient_wflginfl_00000000000000000000ffff272f99f0', '2', 'no'),
(27818, '_transient_timeout_wflginfl_00000000000000000000ffffc9712447', '1477362389', 'no'),
(27819, '_transient_wflginfl_00000000000000000000ffffc9712447', '2', 'no'),
(27825, '_transient_timeout_wflginfl_00000000000000000000ffff670db922', '1477362393', 'no'),
(27826, '_transient_wflginfl_00000000000000000000ffff670db922', '2', 'no'),
(27845, '_transient_timeout_wflginfl_00000000000000000000ffff31939fc4', '1477362547', 'no'),
(27891, '_transient_wflginfl_00000000000000000000ffff25d35814', '2', 'no'),
(27852, '_transient_timeout_wflginfl_00000000000000000000ffff9cda2cf3', '1477362553', 'no'),
(27853, '_transient_wflginfl_00000000000000000000ffff9cda2cf3', '2', 'no'),
(27854, '_transient_timeout_wflginfl_00000000000000000000ffff5e6e5f2f', '1477362577', 'no'),
(27855, '_transient_wflginfl_00000000000000000000ffff5e6e5f2f', '2', 'no'),
(27862, '_transient_timeout_wflginfl_00000000000000000000ffffa8e3a4fc', '1477362592', 'no'),
(27863, '_transient_wflginfl_00000000000000000000ffffa8e3a4fc', '2', 'no'),
(27866, '_transient_timeout_wflginfl_00000000000000000000ffff59889d6b', '1477362609', 'no'),
(27867, '_transient_wflginfl_00000000000000000000ffff59889d6b', '2', 'no'),
(27883, '_transient_timeout_wflginfl_00000000000000000000ffff4bb163ff', '1477362650', 'no'),
(27884, '_transient_wflginfl_00000000000000000000ffff4bb163ff', '2', 'no'),
(27890, '_transient_timeout_wflginfl_00000000000000000000ffff25d35814', '1477362694', 'no'),
(27900, '_transient_wflginfl_00000000000000000000ffff05365e77', '2', 'no'),
(27892, '_transient_timeout_wflginfl_00000000000000000000ffffbc02a6f3', '1477362694', 'no'),
(27893, '_transient_wflginfl_00000000000000000000ffffbc02a6f3', '2', 'no'),
(27899, '_transient_timeout_wflginfl_00000000000000000000ffff05365e77', '1477362785', 'no'),
(27917, '_transient_wflginfl_00000000000000000000ffffb4f53607', '2', 'no'),
(27903, '_transient_timeout_wflginfl_00000000000000000000ffffbe53a4c5', '1477362813', 'no'),
(27904, '_transient_wflginfl_00000000000000000000ffffbe53a4c5', '2', 'no'),
(27916, '_transient_timeout_wflginfl_00000000000000000000ffffb4f53607', '1477362890', 'no'),
(27940, '_transient_timeout_wflginfl_00000000000000000000ffffbb28b531', '1477363037', 'no'),
(27918, '_transient_timeout_wflginfl_00000000000000000000ffff4c49941a', '1477362903', 'no'),
(27919, '_transient_wflginfl_00000000000000000000ffff4c49941a', '2', 'no'),
(27925, '_transient_timeout_wflginfl_00000000000000000000ffffd5112693', '1477362921', 'no'),
(27926, '_transient_wflginfl_00000000000000000000ffffd5112693', '2', 'no'),
(27928, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf7aac', '1477362924', 'no'),
(27929, '_transient_wflginfl_00000000000000000000ffffb4bf7aac', '2', 'no'),
(27965, '_transient_wflginfl_00000000000000000000ffff737f5603', '2', 'no'),
(27941, '_transient_wflginfl_00000000000000000000ffffbb28b531', '2', 'no'),
(27945, '_transient_timeout_wflginfl_00000000000000000000ffff5ed23b2a', '1477363040', 'no'),
(27943, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf8e16', '1477363038', 'no'),
(27944, '_transient_wflginfl_00000000000000000000ffffb4bf8e16', '2', 'no'),
(27946, '_transient_wflginfl_00000000000000000000ffff5ed23b2a', '2', 'no'),
(27947, '_transient_timeout_wflginfl_00000000000000000000ffff708671ad', '1477363044', 'no'),
(27948, '_transient_wflginfl_00000000000000000000ffff708671ad', '2', 'no'),
(30286, '_transient_wflginfl_00000000000000000000ffff3192cf30', '2', 'no'),
(30285, '_transient_timeout_wflginfl_00000000000000000000ffff3192cf30', '1477375911', 'no'),
(27964, '_transient_timeout_wflginfl_00000000000000000000ffff737f5603', '1477363128', 'no'),
(27993, '_transient_wflginfl_00000000000000000000ffff70a39c3f', '2', 'no'),
(27972, '_transient_timeout_wflginfl_00000000000000000000ffff4c7a4d03', '1477363174', 'no'),
(27973, '_transient_wflginfl_00000000000000000000ffff4c7a4d03', '2', 'no'),
(27992, '_transient_timeout_wflginfl_00000000000000000000ffff70a39c3f', '1477363349', 'no'),
(28002, '_transient_wflginfl_00000000000000000000ffffde7f5e03', '1', 'no'),
(27994, '_transient_timeout_wflginfl_00000000000000000000ffffaf8ba586', '1477363364', 'no'),
(27995, '_transient_wflginfl_00000000000000000000ffffaf8ba586', '2', 'no'),
(28001, '_transient_timeout_wflginfl_00000000000000000000ffffde7f5e03', '1477363403', 'no'),
(28049, '_transient_timeout_wflginfl_00000000000000000000ffffd2d5c964', '1477363615', 'no'),
(28026, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a119f', '1477363487', 'no'),
(28003, '_transient_timeout_wflginfl_00000000000000000000ffffde7f5e0d', '1477363409', 'no'),
(28004, '_transient_wflginfl_00000000000000000000ffffde7f5e0d', '1', 'no'),
(28005, '_transient_timeout_wflginfl_00000000000000000000ffff58b7c03c', '1477363426', 'no'),
(28006, '_transient_wflginfl_00000000000000000000ffff58b7c03c', '2', 'no'),
(28007, '_transient_timeout_wflginfl_00000000000000000000ffff67ffaa07', '1477363429', 'no'),
(28008, '_transient_wflginfl_00000000000000000000ffff67ffaa07', '1', 'no'),
(28014, '_transient_timeout_wflginfl_00000000000000000000ffff67ffab09', '1477363434', 'no'),
(28015, '_transient_wflginfl_00000000000000000000ffff67ffab09', '1', 'no'),
(28017, '_transient_timeout_wflginfl_00000000000000000000ffffbec913a7', '1477363447', 'no'),
(28018, '_transient_wflginfl_00000000000000000000ffffbec913a7', '2', 'no'),
(28112, '_transient_wflginfl_00000000000000000000ffff70d151ce', '2', 'no'),
(28027, '_transient_wflginfl_00000000000000000000ffff4d8a119f', '2', 'no'),
(28028, '_transient_timeout_wflginfl_00000000000000000000ffff75c22151', '1477363495', 'no'),
(28029, '_transient_wflginfl_00000000000000000000ffff75c22151', '2', 'no'),
(28035, '_transient_timeout_wflginfl_00000000000000000000ffff7c06ebe6', '1477363507', 'no'),
(28036, '_transient_wflginfl_00000000000000000000ffff7c06ebe6', '2', 'no'),
(28091, '_transient_wflginfl_00000000000000000000ffff6710ab1e', '2', 'no'),
(28050, '_transient_wflginfl_00000000000000000000ffffd2d5c964', '2', 'no'),
(28056, '_transient_timeout_wflginfl_00000000000000000000ffffa2f52830', '1477363617', 'no'),
(28057, '_transient_wflginfl_00000000000000000000ffffa2f52830', '2', 'no'),
(28066, '_transient_timeout_wflginfl_00000000000000000000ffff3a0a9939', '1477363678', 'no'),
(28067, '_transient_wflginfl_00000000000000000000ffff3a0a9939', '2', 'no'),
(28069, '_transient_timeout_wflginfl_00000000000000000000ffff81003813', '1477363699', 'no'),
(28070, '_transient_wflginfl_00000000000000000000ffff81003813', '2', 'no'),
(28076, '_transient_timeout_wflginfl_00000000000000000000ffff7be77b85', '1477363719', 'no'),
(28077, '_transient_wflginfl_00000000000000000000ffff7be77b85', '2', 'no'),
(28078, '_transient_timeout_wflginfl_00000000000000000000ffff2d7c04d4', '1477363752', 'no'),
(28079, '_transient_wflginfl_00000000000000000000ffff2d7c04d4', '2', 'no'),
(28090, '_transient_timeout_wflginfl_00000000000000000000ffff6710ab1e', '1477363817', 'no'),
(28102, '_transient_timeout_wflginfl_00000000000000000000ffff3d065684', '1477363868', 'no'),
(28103, '_transient_wflginfl_00000000000000000000ffff3d065684', '2', 'no'),
(28104, '_transient_timeout_wflginfl_00000000000000000000ffff2f8e9634', '1477363879', 'no'),
(28105, '_transient_wflginfl_00000000000000000000ffff2f8e9634', '2', 'no'),
(28111, '_transient_timeout_wflginfl_00000000000000000000ffff70d151ce', '1477363950', 'no'),
(30613, '_transient_timeout_wflginfl_00000000000000000000ffff1b729987', '1477377719', 'no'),
(30614, '_transient_wflginfl_00000000000000000000ffff1b729987', '2', 'no'),
(28113, '_transient_timeout_wflginfl_00000000000000000000ffffbe0251ec', '1477363959', 'no'),
(28114, '_transient_wflginfl_00000000000000000000ffffbe0251ec', '2', 'no'),
(28115, '_transient_timeout_wflginfl_00000000000000000000ffff4e581fd1', '1477363959', 'no'),
(28116, '_transient_wflginfl_00000000000000000000ffff4e581fd1', '2', 'no'),
(30045, '_transient_timeout_wflginfl_00000000000000000000ffff6e16fbcd', '1477374566', 'no'),
(30046, '_transient_wflginfl_00000000000000000000ffff6e16fbcd', '2', 'no'),
(28132, '_transient_wflginfl_00000000000000000000ffff4ec0d231', '2', 'no'),
(28131, '_transient_timeout_wflginfl_00000000000000000000ffff4ec0d231', '1477364066', 'no'),
(28143, '_transient_wflginfl_00000000000000000000ffffb399dd3a', '2', 'no'),
(28133, '_transient_timeout_wflginfl_00000000000000000000ffff48d7c452', '1477364073', 'no'),
(28134, '_transient_wflginfl_00000000000000000000ffff48d7c452', '2', 'no'),
(28135, '_transient_timeout_wflginfl_00000000000000000000ffff70cbb229', '1477364070', 'no'),
(28136, '_transient_wflginfl_00000000000000000000ffff70cbb229', '2', 'no'),
(28142, '_transient_timeout_wflginfl_00000000000000000000ffffb399dd3a', '1477364126', 'no'),
(28161, '_transient_wflginfl_00000000000000000000ffff31964fb8', '2', 'no'),
(28160, '_transient_timeout_wflginfl_00000000000000000000ffff31964fb8', '1477364221', 'no'),
(28200, '_transient_timeout_wflginfl_00000000000000000000ffff3276913e', '1477364524', 'no'),
(28162, '_transient_timeout_wflginfl_00000000000000000000ffff5da86899', '1477364235', 'no'),
(28163, '_transient_wflginfl_00000000000000000000ffff5da86899', '2', 'no'),
(28202, '_transient_timeout_wflginfl_00000000000000000000ffffab053cf2', '1477364529', 'no'),
(31458, '_transient_timeout_wflginfl_00000000000000000000ffff49e86a44', '1477441820', 'no'),
(28218, '_transient_wflginfl_00000000000000000000ffffca3ff18a', '2', 'no'),
(28241, '_transient_wflginfl_00000000000000000000ffff7c890072', '2', 'no'),
(28277, '_transient_timeout_wflginfl_00000000000000000000ffff54eb2f93', '1477364886', 'no'),
(28203, '_transient_wflginfl_00000000000000000000ffffab053cf2', '2', 'no'),
(29624, '_transient_wflginfl_00000000000000000000ffffd510b311', '2', 'no'),
(28214, '_transient_timeout_wflginfl_00000000000000000000ffff670ca1ad', '1477364616', 'no'),
(28215, '_transient_wflginfl_00000000000000000000ffff670ca1ad', '2', 'no'),
(28217, '_transient_timeout_wflginfl_00000000000000000000ffffca3ff18a', '1477364633', 'no'),
(29623, '_transient_timeout_wflginfl_00000000000000000000ffffd510b311', '1477372178', 'no'),
(28227, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf9656', '1477364694', 'no'),
(28228, '_transient_wflginfl_00000000000000000000ffffb4bf9656', '2', 'no'),
(28240, '_transient_timeout_wflginfl_00000000000000000000ffff7c890072', '1477364732', 'no'),
(28651, '_transient_wflginfl_00000000000000000000ffffcb5b7327', '2', 'no'),
(28242, '_transient_timeout_wflginfl_00000000000000000000ffff7664e828', '1477364751', 'no'),
(28243, '_transient_wflginfl_00000000000000000000ffff7664e828', '2', 'no'),
(28251, '_transient_timeout_wflginfl_00000000000000000000ffff50f22123', '1477364785', 'no'),
(28252, '_transient_wflginfl_00000000000000000000ffff50f22123', '2', 'no'),
(28253, '_transient_timeout_wflginfl_00000000000000000000ffff5f933f7a', '1477364788', 'no'),
(28254, '_transient_wflginfl_00000000000000000000ffff5f933f7a', '2', 'no'),
(28255, '_transient_timeout_wflginfl_00000000000000000000ffff59b4b88f', '1477364795', 'no'),
(28256, '_transient_wflginfl_00000000000000000000ffff59b4b88f', '2', 'no'),
(28261, '_transient_timeout_wflginfl_00000000000000000000ffffbde2e66a', '1477364793', 'no'),
(28262, '_transient_wflginfl_00000000000000000000ffffbde2e66a', '2', 'no'),
(28263, '_transient_timeout_wflginfl_00000000000000000000ffffab318a23', '1477364801', 'no'),
(28264, '_transient_wflginfl_00000000000000000000ffffab318a23', '2', 'no'),
(28665, '_transient_timeout_wflginfl_00000000000000000000ffffd3b18b1f', '1477366982', 'no'),
(28278, '_transient_wflginfl_00000000000000000000ffff54eb2f93', '2', 'no'),
(28288, '_transient_timeout_wflginfl_00000000000000000000ffffad1486f4', '1477364926', 'no'),
(28289, '_transient_wflginfl_00000000000000000000ffffad1486f4', '2', 'no'),
(28290, '_transient_timeout_wflginfl_00000000000000000000ffff7c6a8195', '1477364932', 'no'),
(28291, '_transient_wflginfl_00000000000000000000ffff7c6a8195', '2', 'no'),
(28316, '_transient_timeout_wflginfl_00000000000000000000ffff3d057597', '1477365109', 'no'),
(28307, '_transient_timeout_wflginfl_00000000000000000000ffffbb8b54a6', '1477365033', 'no'),
(28403, '_transient_wflginfl_00000000000000000000ffffbdb22596', '2', 'no'),
(28351, '_transient_timeout_wflginfl_00000000000000000000ffff171085e3', '1477365267', 'no'),
(28308, '_transient_wflginfl_00000000000000000000ffffbb8b54a6', '2', 'no'),
(28317, '_transient_wflginfl_00000000000000000000ffff3d057597', '2', 'no'),
(28325, '_transient_timeout_wflginfl_00000000000000000000ffff3b58a0f3', '1477365120', 'no'),
(28323, '_transient_timeout_wflginfl_00000000000000000000ffff79363af5', '1477365121', 'no'),
(28324, '_transient_wflginfl_00000000000000000000ffff79363af5', '2', 'no'),
(28326, '_transient_wflginfl_00000000000000000000ffff3b58a0f3', '2', 'no'),
(28330, '_transient_timeout_wflginfl_00000000000000000000ffffcc09d3fd', '1477365144', 'no'),
(28331, '_transient_wflginfl_00000000000000000000ffffcc09d3fd', '2', 'no'),
(28332, '_transient_timeout_wflginfl_00000000000000000000ffff0ea10d58', '1477365147', 'no'),
(28333, '_transient_wflginfl_00000000000000000000ffff0ea10d58', '2', 'no'),
(28371, '_transient_wflginfl_00000000000000000000ffff7cf8b8d1', '2', 'no'),
(28352, '_transient_wflginfl_00000000000000000000ffff171085e3', '2', 'no'),
(28354, '_transient_timeout_wflginfl_00000000000000000000ffff75c908f5', '1477365290', 'no'),
(28355, '_transient_wflginfl_00000000000000000000ffff75c908f5', '2', 'no'),
(28361, '_transient_timeout_wflginfl_00000000000000000000ffffbe268362', '1477365323', 'no'),
(28362, '_transient_wflginfl_00000000000000000000ffffbe268362', '2', 'no'),
(28363, '_transient_timeout_wflginfl_00000000000000000000ffff70d0db13', '1477365329', 'no'),
(28364, '_transient_wflginfl_00000000000000000000ffff70d0db13', '2', 'no'),
(28370, '_transient_timeout_wflginfl_00000000000000000000ffff7cf8b8d1', '1477365366', 'no'),
(28372, '_transient_timeout_wflginfl_00000000000000000000ffffbd518009', '1477365395', 'no'),
(28373, '_transient_wflginfl_00000000000000000000ffffbd518009', '2', 'no'),
(28379, '_transient_timeout_wflginfl_00000000000000000000ffffc86793f7', '1477365412', 'no'),
(28380, '_transient_wflginfl_00000000000000000000ffffc86793f7', '2', 'no'),
(28381, '_transient_timeout_wflginfl_00000000000000000000ffffb18c9de0', '1477365411', 'no'),
(28382, '_transient_wflginfl_00000000000000000000ffffb18c9de0', '2', 'no'),
(28390, '_transient_timeout_wflginfl_00000000000000000000ffffaf888531', '1477365462', 'no'),
(28391, '_transient_wflginfl_00000000000000000000ffffaf888531', '2', 'no'),
(28402, '_transient_timeout_wflginfl_00000000000000000000ffffbdb22596', '1477365532', 'no'),
(28418, '_transient_wflginfl_00000000000000000000ffff7c6a43c6', '2', 'no'),
(28409, '_transient_timeout_wflginfl_00000000000000000000ffff6741d502', '1477365581', 'no'),
(28410, '_transient_wflginfl_00000000000000000000ffff6741d502', '2', 'no'),
(28417, '_transient_timeout_wflginfl_00000000000000000000ffff7c6a43c6', '1477365624', 'no'),
(28478, '_transient_wflginfl_00000000000000000000ffff244a350f', '1', 'no'),
(28442, '_transient_timeout_wflginfl_00000000000000000000ffffaf91751b', '1477365780', 'no'),
(28419, '_transient_timeout_wflginfl_00000000000000000000ffffdc5a3d86', '1477365637', 'no'),
(28420, '_transient_wflginfl_00000000000000000000ffffdc5a3d86', '2', 'no'),
(28421, '_transient_timeout_wflginfl_00000000000000000000ffff6965d62e', '1477365645', 'no'),
(28422, '_transient_wflginfl_00000000000000000000ffff6965d62e', '2', 'no'),
(28428, '_transient_timeout_wflginfl_00000000000000000000ffffbea0c3ef', '1477365663', 'no'),
(28429, '_transient_wflginfl_00000000000000000000ffffbea0c3ef', '2', 'no'),
(28430, '_transient_timeout_wflginfl_00000000000000000000ffffbd88ae55', '1477365674', 'no'),
(28431, '_transient_wflginfl_00000000000000000000ffffbd88ae55', '2', 'no'),
(28467, '_transient_wflginfl_00000000000000000000ffffbd44c636', '2', 'no'),
(28443, '_transient_wflginfl_00000000000000000000ffffaf91751b', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(28466, '_transient_timeout_wflginfl_00000000000000000000ffffbd44c636', '1477365874', 'no'),
(28468, '_transient_timeout_wflginfl_00000000000000000000ffff708600c5', '1477365878', 'no'),
(28469, '_transient_wflginfl_00000000000000000000ffff708600c5', '2', 'no'),
(28470, '_transient_timeout_wflginfl_00000000000000000000ffffbd677cda', '1477365899', 'no'),
(28471, '_transient_wflginfl_00000000000000000000ffffbd677cda', '2', 'no'),
(28477, '_transient_timeout_wflginfl_00000000000000000000ffff244a350f', '1477365941', 'no'),
(28522, '_transient_wflginfl_00000000000000000000ffff3196eaf7', '2', 'no'),
(28488, '_transient_timeout_wflginfl_00000000000000000000ffff6df2c096', '1477366002', 'no'),
(28489, '_transient_wflginfl_00000000000000000000ffff6df2c096', '2', 'no'),
(28490, '_transient_timeout_wflginfl_00000000000000000000ffffa8a75e40', '1477366032', 'no'),
(28491, '_transient_wflginfl_00000000000000000000ffffa8a75e40', '2', 'no'),
(28492, '_transient_timeout_wflginfl_00000000000000000000ffff2e106f5e', '1477366024', 'no'),
(28493, '_transient_wflginfl_00000000000000000000ffff2e106f5e', '2', 'no'),
(28499, '_transient_timeout_wflginfl_00000000000000000000ffff63ffec87', '1477366031', 'no'),
(28500, '_transient_wflginfl_00000000000000000000ffff63ffec87', '2', 'no'),
(28502, '_transient_timeout_wflginfl_00000000000000000000ffffb541683e', '1477366061', 'no'),
(28503, '_transient_wflginfl_00000000000000000000ffffb541683e', '2', 'no'),
(28512, '_transient_timeout_wflginfl_00000000000000000000ffff9a7e6108', '1477366065', 'no'),
(28510, '_transient_timeout_wflginfl_00000000000000000000ffff530742d9', '1477366064', 'no'),
(28511, '_transient_wflginfl_00000000000000000000ffff530742d9', '2', 'no'),
(28513, '_transient_wflginfl_00000000000000000000ffff9a7e6108', '2', 'no'),
(28514, '_transient_timeout_wflginfl_00000000000000000000ffffb33323d4', '1477366073', 'no'),
(28515, '_transient_wflginfl_00000000000000000000ffffb33323d4', '2', 'no'),
(28521, '_transient_timeout_wflginfl_00000000000000000000ffff3196eaf7', '1477366160', 'no'),
(28564, '_transient_wflginfl_00000000000000000000ffffdb5c47a5', '2', 'no'),
(28525, '_transient_timeout_wflginfl_00000000000000000000ffff656c80ba', '1477366163', 'no'),
(28526, '_transient_wflginfl_00000000000000000000ffff656c80ba', '2', 'no'),
(28527, '_transient_timeout_wflginfl_00000000000000000000ffffcba0afa4', '1477366166', 'no'),
(28528, '_transient_wflginfl_00000000000000000000ffffcba0afa4', '1', 'no'),
(28529, '_transient_timeout_wflginfl_00000000000000000000ffffcba0afa2', '1477366169', 'no'),
(28530, '_transient_wflginfl_00000000000000000000ffffcba0afa2', '1', 'no'),
(28536, '_transient_timeout_wflginfl_00000000000000000000ffff461f66fc', '1477366212', 'no'),
(28537, '_transient_wflginfl_00000000000000000000ffff461f66fc', '2', 'no'),
(28538, '_transient_timeout_wflginfl_00000000000000000000ffff70cf730d', '1477366213', 'no'),
(28539, '_transient_wflginfl_00000000000000000000ffff70cf730d', '2', 'no'),
(28540, '_transient_timeout_wflginfl_00000000000000000000ffffba9ee3ad', '1477366222', 'no'),
(28541, '_transient_wflginfl_00000000000000000000ffffba9ee3ad', '2', 'no'),
(28579, '_transient_wflginfl_00000000000000000000ffffc2a679fd', '2', 'no'),
(28549, '_transient_timeout_wflginfl_00000000000000000000ffff2f3b38c2', '1477366294', 'no'),
(28550, '_transient_wflginfl_00000000000000000000ffff2f3b38c2', '2', 'no'),
(28563, '_transient_timeout_wflginfl_00000000000000000000ffffdb5c47a5', '1477366425', 'no'),
(28612, '_transient_wflginfl_00000000000000000000ffffca48f2b1', '2', 'no'),
(28578, '_transient_timeout_wflginfl_00000000000000000000ffffc2a679fd', '1477366538', 'no'),
(28580, '_transient_timeout_wflginfl_00000000000000000000ffffb4f77bd7', '1477366563', 'no'),
(28581, '_transient_wflginfl_00000000000000000000ffffb4f77bd7', '2', 'no'),
(28582, '_transient_timeout_wflginfl_00000000000000000000ffff2e632afd', '1477366555', 'no'),
(28583, '_transient_wflginfl_00000000000000000000ffff2e632afd', '2', 'no'),
(28584, '_transient_timeout_wflginfl_00000000000000000000ffff70c65ad7', '1477366556', 'no'),
(28585, '_transient_wflginfl_00000000000000000000ffff70c65ad7', '2', 'no'),
(28593, '_transient_timeout_wflginfl_00000000000000000000ffff2bfc4862', '1477366591', 'no'),
(28594, '_transient_wflginfl_00000000000000000000ffff2bfc4862', '2', 'no'),
(28597, '_transient_timeout_wflginfl_00000000000000000000ffffaf8fc90f', '1477366616', 'no'),
(28598, '_transient_wflginfl_00000000000000000000ffffaf8fc90f', '2', 'no'),
(28604, '_transient_timeout_wflginfl_00000000000000000000ffffbee540dd', '1477366632', 'no'),
(28605, '_transient_wflginfl_00000000000000000000ffffbee540dd', '2', 'no'),
(28611, '_transient_timeout_wflginfl_00000000000000000000ffffca48f2b1', '1477366670', 'no'),
(28623, '_transient_wflginfl_00000000000000000000ffff7be77aad', '2', 'no'),
(28613, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf3d0b', '1477366690', 'no'),
(28614, '_transient_wflginfl_00000000000000000000ffffb4bf3d0b', '1', 'no'),
(28622, '_transient_timeout_wflginfl_00000000000000000000ffff7be77aad', '1477366713', 'no'),
(28625, '_transient_timeout_wflginfl_00000000000000000000ffff70d27a60', '1477366733', 'no'),
(28626, '_transient_wflginfl_00000000000000000000ffff70d27a60', '2', 'no'),
(28627, '_transient_timeout_wflginfl_00000000000000000000ffff3c336085', '1477366740', 'no'),
(28628, '_transient_wflginfl_00000000000000000000ffff3c336085', '2', 'no'),
(28633, '_transient_timeout_wflginfl_00000000000000000000ffffca81d2ae', '1477366751', 'no'),
(28634, '_transient_wflginfl_00000000000000000000ffffca81d2ae', '2', 'no'),
(28644, '_transient_wflginfl_00000000000000000000ffff6d423b30', '2', 'no'),
(28650, '_transient_timeout_wflginfl_00000000000000000000ffffcb5b7327', '1477366858', 'no'),
(28643, '_transient_timeout_wflginfl_00000000000000000000ffff6d423b30', '1477366791', 'no'),
(28662, '_transient_wflginfl_00000000000000000000ffff2725a28c', '2', 'no'),
(28697, '_transient_timeout_wflginfl_00000000000000000000ffffae023911', '1477367178', 'no'),
(28691, '_transient_timeout_wflginfl_00000000000000000000ffffb4f83223', '1477367165', 'no'),
(28661, '_transient_timeout_wflginfl_00000000000000000000ffff2725a28c', '1477366955', 'no'),
(28666, '_transient_wflginfl_00000000000000000000ffffd3b18b1f', '2', 'no'),
(28692, '_transient_wflginfl_00000000000000000000ffffb4f83223', '2', 'no'),
(28681, '_transient_timeout_wflginfl_00000000000000000000ffff70c64889', '1477367078', 'no'),
(28682, '_transient_wflginfl_00000000000000000000ffff70c64889', '2', 'no'),
(28785, '_transient_timeout_wflginfl_00000000000000000000ffff73627b25', '1477367628', 'no'),
(28786, '_transient_wflginfl_00000000000000000000ffff73627b25', '2', 'no'),
(28705, '_transient_wflginfl_00000000000000000000ffff013423da', '2', 'no'),
(28698, '_transient_wflginfl_00000000000000000000ffffae023911', '2', 'no'),
(28704, '_transient_timeout_wflginfl_00000000000000000000ffff013423da', '1477367215', 'no'),
(28718, '_transient_wflginfl_00000000000000000000ffff454f1a7a', '2', 'no'),
(28706, '_transient_timeout_wflginfl_00000000000000000000ffff7936206d', '1477367216', 'no'),
(28707, '_transient_wflginfl_00000000000000000000ffff7936206d', '1', 'no'),
(28708, '_transient_timeout_wflginfl_00000000000000000000ffff7936208c', '1477367219', 'no'),
(28709, '_transient_wflginfl_00000000000000000000ffff7936208c', '1', 'no'),
(28710, '_transient_timeout_wflginfl_00000000000000000000ffff7387e78c', '1477367240', 'no'),
(28711, '_transient_wflginfl_00000000000000000000ffff7387e78c', '2', 'no'),
(28717, '_transient_timeout_wflginfl_00000000000000000000ffff454f1a7a', '1477367291', 'no'),
(28728, '_transient_timeout_wflginfl_00000000000000000000ffff7da16b47', '1477367363', 'no'),
(28719, '_transient_timeout_wflginfl_00000000000000000000ffff2923eb90', '1477367306', 'no'),
(28720, '_transient_wflginfl_00000000000000000000ffff2923eb90', '2', 'no'),
(28721, '_transient_timeout_wflginfl_00000000000000000000ffffbe802afb', '1477367305', 'no'),
(28722, '_transient_wflginfl_00000000000000000000ffffbe802afb', '2', 'no'),
(28736, '_transient_wflginfl_00000000000000000000ffffb056b474', '2', 'no'),
(28729, '_transient_wflginfl_00000000000000000000ffff7da16b47', '2', 'no'),
(28735, '_transient_timeout_wflginfl_00000000000000000000ffffb056b474', '1477367390', 'no'),
(28737, '_transient_timeout_wflginfl_00000000000000000000ffff6d649496', '1477367391', 'no'),
(28738, '_transient_wflginfl_00000000000000000000ffff6d649496', '2', 'no'),
(28793, '_transient_timeout_wflginfl_00000000000000000000ffffb5315470', '1477367673', 'no'),
(28777, '_transient_wflginfl_00000000000000000000ffffba858e9c', '2', 'no'),
(28746, '_transient_timeout_wflginfl_00000000000000000000ffff0120376d', '1477367430', 'no'),
(28747, '_transient_wflginfl_00000000000000000000ffff0120376d', '2', 'no'),
(28748, '_transient_timeout_wflginfl_00000000000000000000ffffaf8f26be', '1477367475', 'no'),
(28749, '_transient_wflginfl_00000000000000000000ffffaf8f26be', '2', 'no'),
(28755, '_transient_timeout_wflginfl_00000000000000000000ffff31cc21ed', '1477367485', 'no'),
(28756, '_transient_wflginfl_00000000000000000000ffff31cc21ed', '2', 'no'),
(28762, '_transient_timeout_wflginfl_00000000000000000000ffffbbcfe8fa', '1477367518', 'no'),
(28763, '_transient_wflginfl_00000000000000000000ffffbbcfe8fa', '2', 'no'),
(28769, '_transient_timeout_wflginfl_00000000000000000000ffff5b4dd07c', '1477367549', 'no'),
(28770, '_transient_wflginfl_00000000000000000000ffff5b4dd07c', '2', 'no'),
(28776, '_transient_timeout_wflginfl_00000000000000000000ffffba858e9c', '1477367585', 'no'),
(29115, '_transient_wflginfl_00000000000000000000ffff6e9f4e57', '2', 'no'),
(29123, '_transient_timeout_wflginfl_00000000000000000000ffff793ac797', '1477369401', 'no'),
(28794, '_transient_wflginfl_00000000000000000000ffffb5315470', '2', 'no'),
(28813, '_transient_wflginfl_00000000000000000000ffffbb7b0c2d', '2', 'no'),
(28795, '_transient_timeout_wflginfl_00000000000000000000ffffab4f0231', '1477367679', 'no'),
(28796, '_transient_wflginfl_00000000000000000000ffffab4f0231', '2', 'no'),
(28797, '_transient_timeout_wflginfl_00000000000000000000ffff67d8cf7d', '1477367697', 'no'),
(28798, '_transient_wflginfl_00000000000000000000ffff67d8cf7d', '2', 'no'),
(28799, '_transient_timeout_wflginfl_00000000000000000000ffffb3d3e8a6', '1477367702', 'no'),
(28800, '_transient_wflginfl_00000000000000000000ffffb3d3e8a6', '2', 'no'),
(28812, '_transient_timeout_wflginfl_00000000000000000000ffffbb7b0c2d', '1477367750', 'no'),
(28835, '_transient_wflginfl_00000000000000000000ffff293a6ca4', '2', 'no'),
(28814, '_transient_timeout_wflginfl_00000000000000000000ffffd33d17d3', '1477367751', 'no'),
(28815, '_transient_wflginfl_00000000000000000000ffffd33d17d3', '2', 'no'),
(28816, '_transient_timeout_wflginfl_00000000000000000000ffff5fb46e35', '1477367756', 'no'),
(28817, '_transient_wflginfl_00000000000000000000ffff5fb46e35', '2', 'no'),
(28825, '_transient_timeout_wflginfl_00000000000000000000ffff80fa00c0', '1477367802', 'no'),
(28826, '_transient_wflginfl_00000000000000000000ffff80fa00c0', '2', 'no'),
(28827, '_transient_timeout_wflginfl_00000000000000000000ffff9cd5fe0a', '1477367811', 'no'),
(28828, '_transient_wflginfl_00000000000000000000ffff9cd5fe0a', '2', 'no'),
(28834, '_transient_timeout_wflginfl_00000000000000000000ffff293a6ca4', '1477367858', 'no'),
(28836, '_transient_timeout_wflginfl_00000000000000000000ffff1816ae3b', '1477367855', 'no'),
(28837, '_transient_wflginfl_00000000000000000000ffff1816ae3b', '2', 'no'),
(28846, '_transient_wflginfl_00000000000000000000ffff7da7c573', '2', 'no'),
(28838, '_transient_timeout_wflginfl_00000000000000000000ffff473da065', '1477367857', 'no'),
(28839, '_transient_wflginfl_00000000000000000000ffff473da065', '2', 'no'),
(28845, '_transient_timeout_wflginfl_00000000000000000000ffff7da7c573', '1477367916', 'no'),
(28855, '_transient_wflginfl_00000000000000000000ffff3c34703d', '2', 'no'),
(28854, '_transient_timeout_wflginfl_00000000000000000000ffff3c34703d', '1477367980', 'no'),
(28864, '_transient_wflginfl_00000000000000000000ffffc42b8737', '2', 'no'),
(28856, '_transient_timeout_wflginfl_00000000000000000000ffffbb83143d', '1477367991', 'no'),
(28857, '_transient_wflginfl_00000000000000000000ffffbb83143d', '2', 'no'),
(28863, '_transient_timeout_wflginfl_00000000000000000000ffffc42b8737', '1477368047', 'no'),
(28873, '_transient_wflginfl_00000000000000000000ffff52b230d8', '2', 'no'),
(28865, '_transient_timeout_wflginfl_00000000000000000000ffff82695c80', '1477368063', 'no'),
(28866, '_transient_wflginfl_00000000000000000000ffff82695c80', '2', 'no'),
(28872, '_transient_timeout_wflginfl_00000000000000000000ffff52b230d8', '1477368120', 'no'),
(28908, '_transient_wflginfl_00000000000000000000ffff70d0ae34', '2', 'no'),
(28874, '_transient_timeout_wflginfl_00000000000000000000ffff73171e27', '1477368143', 'no'),
(28875, '_transient_wflginfl_00000000000000000000ffff73171e27', '2', 'no'),
(28881, '_transient_timeout_wflginfl_00000000000000000000ffff02d856e7', '1477368175', 'no'),
(28882, '_transient_wflginfl_00000000000000000000ffff02d856e7', '2', 'no'),
(28883, '_transient_timeout_wflginfl_00000000000000000000ffff5d89ce8f', '1477368178', 'no'),
(28884, '_transient_wflginfl_00000000000000000000ffff5d89ce8f', '1', 'no'),
(28887, '_transient_timeout_wflginfl_00000000000000000000ffffbe06cfe3', '1477368192', 'no'),
(28888, '_transient_wflginfl_00000000000000000000ffffbe06cfe3', '2', 'no'),
(28894, '_transient_timeout_wflginfl_00000000000000000000ffffb4b73435', '1477368212', 'no'),
(28895, '_transient_wflginfl_00000000000000000000ffffb4b73435', '2', 'no'),
(28896, '_transient_timeout_wflginfl_00000000000000000000ffff7b325be5', '1477368214', 'no'),
(28897, '_transient_wflginfl_00000000000000000000ffff7b325be5', '2', 'no'),
(28907, '_transient_timeout_wflginfl_00000000000000000000ffff70d0ae34', '1477368321', 'no'),
(28926, '_transient_timeout_wflginfl_00000000000000000000ffff1b367b94', '1477368406', 'no'),
(28909, '_transient_timeout_wflginfl_00000000000000000000ffff6d3e3d91', '1477368334', 'no'),
(28910, '_transient_wflginfl_00000000000000000000ffff6d3e3d91', '2', 'no'),
(29007, '_transient_wflginfl_00000000000000000000ffff29a29822', '2', 'no'),
(28936, '_transient_wflginfl_00000000000000000000ffff01d16b40', '2', 'no'),
(28927, '_transient_wflginfl_00000000000000000000ffff1b367b94', '2', 'no'),
(28935, '_transient_timeout_wflginfl_00000000000000000000ffff01d16b40', '1477368464', 'no'),
(28946, '_transient_timeout_wflginfl_00000000000000000000ffffbe070d94', '1477368536', 'no'),
(28947, '_transient_wflginfl_00000000000000000000ffffbe070d94', '2', 'no'),
(28953, '_transient_timeout_wflginfl_00000000000000000000ffff3b5e7004', '1477368565', 'no'),
(28954, '_transient_wflginfl_00000000000000000000ffff3b5e7004', '2', 'no'),
(28955, '_transient_timeout_wflginfl_00000000000000000000ffff0e8d27e6', '1477368567', 'no'),
(28956, '_transient_wflginfl_00000000000000000000ffff0e8d27e6', '2', 'no'),
(28957, '_transient_timeout_wflginfl_00000000000000000000ffff775ea2c9', '1477368580', 'no'),
(28958, '_transient_wflginfl_00000000000000000000ffff775ea2c9', '2', 'no'),
(28998, '_transient_wflginfl_00000000000000000000ffff319492ac', '2', 'no'),
(28969, '_transient_timeout_wflginfl_00000000000000000000ffff797958ee', '1477368653', 'no'),
(28970, '_transient_wflginfl_00000000000000000000ffff797958ee', '2', 'no'),
(28971, '_transient_timeout_wflginfl_00000000000000000000ffffa32f0df2', '1477368655', 'no'),
(28972, '_transient_wflginfl_00000000000000000000ffffa32f0df2', '2', 'no'),
(59455, '_transient_wflginfl_00000000000000000000ffff29e7095e', '2', 'no'),
(59454, '_transient_timeout_wflginfl_00000000000000000000ffff29e7095e', '1481717988', 'no'),
(28976, '_transient_timeout_wflginfl_00000000000000000000ffff67cc250e', '1477368658', 'no'),
(28977, '_transient_wflginfl_00000000000000000000ffff67cc250e', '1', 'no'),
(28978, '_transient_timeout_wflginfl_00000000000000000000ffff545aaa91', '1477368667', 'no'),
(28979, '_transient_wflginfl_00000000000000000000ffff545aaa91', '2', 'no'),
(28985, '_transient_timeout_wflginfl_00000000000000000000ffffbc369a05', '1477368688', 'no'),
(28986, '_transient_wflginfl_00000000000000000000ffffbc369a05', '2', 'no'),
(28987, '_transient_timeout_wflginfl_00000000000000000000ffff2444080f', '1477368688', 'no'),
(28988, '_transient_wflginfl_00000000000000000000ffff2444080f', '2', 'no'),
(28990, '_transient_timeout_wflginfl_00000000000000000000ffff2450fc6c', '1477368694', 'no'),
(28991, '_transient_wflginfl_00000000000000000000ffff2450fc6c', '2', 'no'),
(28997, '_transient_timeout_wflginfl_00000000000000000000ffff319492ac', '1477368793', 'no'),
(28999, '_transient_timeout_wflginfl_00000000000000000000ffff570f2ce7', '1477368806', 'no'),
(29000, '_transient_wflginfl_00000000000000000000ffff570f2ce7', '2', 'no'),
(29006, '_transient_timeout_wflginfl_00000000000000000000ffff29a29822', '1477368849', 'no'),
(29050, '_transient_timeout_wflginfl_00000000000000000000ffff70d27f0d', '1477369110', 'no'),
(29008, '_transient_timeout_wflginfl_00000000000000000000ffffc4c05825', '1477368856', 'no'),
(29009, '_transient_wflginfl_00000000000000000000ffffc4c05825', '2', 'no'),
(29010, '_transient_timeout_wflginfl_00000000000000000000ffffd8abd88e', '1477368875', 'no'),
(29011, '_transient_wflginfl_00000000000000000000ffffd8abd88e', '2', 'no'),
(29017, '_transient_timeout_wflginfl_00000000000000000000ffff3a8e9079', '1477368901', 'no'),
(29018, '_transient_wflginfl_00000000000000000000ffff3a8e9079', '2', 'no'),
(29019, '_transient_timeout_wflginfl_00000000000000000000ffffc95d7607', '1477368914', 'no'),
(29020, '_transient_wflginfl_00000000000000000000ffffc95d7607', '2', 'no'),
(29021, '_transient_timeout_wflginfl_00000000000000000000ffff71b88775', '1477368919', 'no'),
(29022, '_transient_wflginfl_00000000000000000000ffff71b88775', '2', 'no'),
(29023, '_transient_timeout_wflginfl_00000000000000000000ffff77eb02d2', '1477368921', 'no'),
(29024, '_transient_wflginfl_00000000000000000000ffff77eb02d2', '2', 'no'),
(29056, '_transient_wflginfl_00000000000000000000ffffb4f642b5', '2', 'no'),
(29037, '_transient_timeout_wflginfl_00000000000000000000ffff5775ca3a', '1477369009', 'no'),
(29038, '_transient_wflginfl_00000000000000000000ffff5775ca3a', '2', 'no'),
(29066, '_transient_wflginfl_00000000000000000000ffff70cf9148', '2', 'no'),
(29051, '_transient_wflginfl_00000000000000000000ffff70d27f0d', '2', 'no'),
(29055, '_transient_timeout_wflginfl_00000000000000000000ffffb4f642b5', '1477369123', 'no'),
(29067, '_transient_timeout_wflginfl_00000000000000000000ffff4dfbbac8', '1477369187', 'no'),
(29062, '_transient_timeout_wflginfl_00000000000000000000ffffb4be4e6d', '1477369160', 'no'),
(29063, '_transient_wflginfl_00000000000000000000ffffb4be4e6d', '2', 'no'),
(29065, '_transient_timeout_wflginfl_00000000000000000000ffff70cf9148', '1477369184', 'no'),
(29068, '_transient_wflginfl_00000000000000000000ffff4dfbbac8', '2', 'no'),
(29074, '_transient_timeout_wflginfl_00000000000000000000ffff4d2ec55c', '1477369197', 'no'),
(29075, '_transient_wflginfl_00000000000000000000ffff4d2ec55c', '2', 'no'),
(29076, '_transient_timeout_wflginfl_00000000000000000000ffffd4c70b73', '1477369215', 'no'),
(29077, '_transient_wflginfl_00000000000000000000ffffd4c70b73', '2', 'no'),
(29085, '_transient_timeout_wflginfl_00000000000000000000ffffba56ad2c', '1477369243', 'no'),
(29086, '_transient_wflginfl_00000000000000000000ffffba56ad2c', '2', 'no'),
(29094, '_transient_timeout_wflginfl_00000000000000000000ffff29643b41', '1477369271', 'no'),
(29095, '_transient_wflginfl_00000000000000000000ffff29643b41', '2', 'no'),
(29098, '_transient_timeout_wflginfl_00000000000000000000ffffdb5c2ab1', '1477369295', 'no'),
(29099, '_transient_wflginfl_00000000000000000000ffffdb5c2ab1', '2', 'no'),
(29105, '_transient_timeout_wflginfl_00000000000000000000ffffdd78dc0b', '1477369319', 'no'),
(29106, '_transient_wflginfl_00000000000000000000ffffdd78dc0b', '1', 'no'),
(29107, '_transient_timeout_wflginfl_00000000000000000000ffff6f4467a3', '1477369322', 'no'),
(29108, '_transient_wflginfl_00000000000000000000ffff6f4467a3', '1', 'no'),
(29114, '_transient_timeout_wflginfl_00000000000000000000ffff6e9f4e57', '1477369397', 'no'),
(29116, '_transient_timeout_wflginfl_00000000000000000000ffff60e7d523', '1477369359', 'no'),
(29117, '_transient_wflginfl_00000000000000000000ffff60e7d523', '2', 'no'),
(29159, '_transient_wflginfl_00000000000000000000ffff6d11f927', '2', 'no'),
(29124, '_transient_wflginfl_00000000000000000000ffff793ac797', '2', 'no'),
(29125, '_transient_timeout_wflginfl_00000000000000000000ffff1b93af54', '1477369408', 'no'),
(29126, '_transient_wflginfl_00000000000000000000ffff1b93af54', '2', 'no'),
(29127, '_transient_timeout_wflginfl_00000000000000000000ffffc829c052', '1477369413', 'no'),
(29128, '_transient_wflginfl_00000000000000000000ffffc829c052', '1', 'no'),
(29131, '_transient_timeout_wflginfl_00000000000000000000ffffb51e586a', '1477369418', 'no'),
(29132, '_transient_wflginfl_00000000000000000000ffffb51e586a', '1', 'no'),
(29133, '_transient_timeout_wflginfl_00000000000000000000ffff793636ab', '1477369418', 'no'),
(29134, '_transient_wflginfl_00000000000000000000ffff793636ab', '1', 'no'),
(29135, '_transient_timeout_wflginfl_00000000000000000000ffff6a338e9d', '1477369426', 'no'),
(29136, '_transient_wflginfl_00000000000000000000ffff6a338e9d', '2', 'no'),
(29142, '_transient_timeout_wflginfl_00000000000000000000ffffbd0bc8b3', '1477369439', 'no'),
(29143, '_transient_wflginfl_00000000000000000000ffffbd0bc8b3', '2', 'no'),
(29144, '_transient_timeout_wflginfl_00000000000000000000ffff31952701', '1477369440', 'no'),
(29145, '_transient_wflginfl_00000000000000000000ffff31952701', '2', 'no'),
(29146, '_transient_timeout_wflginfl_00000000000000000000ffffab31dab6', '1477369463', 'no'),
(29147, '_transient_wflginfl_00000000000000000000ffffab31dab6', '2', 'no'),
(29160, '_transient_timeout_wflginfl_00000000000000000000ffffde7f5e0c', '1477369536', 'no'),
(29181, '_transient_wflginfl_00000000000000000000ffff79612efb', '2', 'no'),
(29158, '_transient_timeout_wflginfl_00000000000000000000ffff6d11f927', '1477369519', 'no'),
(29161, '_transient_wflginfl_00000000000000000000ffffde7f5e0c', '1', 'no'),
(29162, '_transient_timeout_wflginfl_00000000000000000000ffff2725a4c6', '1477369542', 'no'),
(29163, '_transient_wflginfl_00000000000000000000ffff2725a4c6', '1', 'no'),
(29164, '_transient_timeout_wflginfl_00000000000000000000ffff2725a213', '1477369545', 'no'),
(29165, '_transient_wflginfl_00000000000000000000ffff2725a213', '1', 'no'),
(29225, '_transient_wflginfl_00000000000000000000ffff5b8c9a88', '2', 'no'),
(29217, '_transient_timeout_wflginfl_00000000000000000000ffffc6085037', '1477369783', 'no'),
(60991, '_transient_timeout_wflginfl_00000000000000000000ffffde7f5e02', '1481932363', 'no'),
(60992, '_transient_wflginfl_00000000000000000000ffffde7f5e02', '1', 'no'),
(29173, '_transient_timeout_wflginfl_00000000000000000000ffff6716acaa', '1477369576', 'no'),
(29174, '_transient_wflginfl_00000000000000000000ffff6716acaa', '2', 'no'),
(29180, '_transient_timeout_wflginfl_00000000000000000000ffff79612efb', '1477369610', 'no'),
(29184, '_transient_timeout_wflginfl_00000000000000000000ffff75cd931e', '1477369625', 'no'),
(29185, '_transient_wflginfl_00000000000000000000ffff75cd931e', '2', 'no'),
(29191, '_transient_timeout_wflginfl_00000000000000000000ffff298fe93a', '1477369648', 'no'),
(29192, '_transient_wflginfl_00000000000000000000ffff298fe93a', '2', 'no'),
(29193, '_transient_timeout_wflginfl_00000000000000000000ffff3b738687', '1477369668', 'no'),
(29194, '_transient_wflginfl_00000000000000000000ffff3b738687', '2', 'no'),
(29218, '_transient_wflginfl_00000000000000000000ffffc6085037', '2', 'no'),
(29200, '_transient_timeout_wflginfl_00000000000000000000ffff6c61d81c', '1477369701', 'no'),
(29201, '_transient_wflginfl_00000000000000000000ffff6c61d81c', '2', 'no'),
(29262, '_transient_wflginfl_00000000000000000000ffff53f69f49', '2', 'no'),
(29224, '_transient_timeout_wflginfl_00000000000000000000ffff5b8c9a88', '1477369862', 'no'),
(29249, '_transient_wflginfl_00000000000000000000ffffb4be4373', '2', 'no'),
(29242, '_transient_wflginfl_00000000000000000000ffff2ff7d925', '2', 'no'),
(29226, '_transient_timeout_wflginfl_00000000000000000000ffff6016b97a', '1477369866', 'no'),
(29227, '_transient_wflginfl_00000000000000000000ffff6016b97a', '2', 'no'),
(29228, '_transient_timeout_wflginfl_00000000000000000000ffff5d6727ad', '1477369879', 'no'),
(29229, '_transient_wflginfl_00000000000000000000ffff5d6727ad', '2', 'no'),
(29232, '_transient_timeout_wflginfl_00000000000000000000ffff272c4727', '1477369886', 'no'),
(29233, '_transient_wflginfl_00000000000000000000ffff272c4727', '2', 'no'),
(29241, '_transient_timeout_wflginfl_00000000000000000000ffff2ff7d925', '1477369927', 'no'),
(29248, '_transient_timeout_wflginfl_00000000000000000000ffffb4be4373', '1477369984', 'no'),
(29641, '_transient_wflginfl_00000000000000000000ffffbe6312cc', '2', 'no'),
(29254, '_transient_timeout_wflginfl_00000000000000000000ffffcb5311ca', '1477370041', 'no'),
(29255, '_transient_wflginfl_00000000000000000000ffffcb5311ca', '2', 'no'),
(29289, '_transient_timeout_wflginfl_00000000000000000000ffff9a48a8af', '1477370323', 'no'),
(29261, '_transient_timeout_wflginfl_00000000000000000000ffff53f69f49', '1477370103', 'no'),
(29283, '_transient_wflginfl_00000000000000000000ffffaf8f4449', '2', 'no'),
(29282, '_transient_timeout_wflginfl_00000000000000000000ffffaf8f4449', '1477370299', 'no'),
(29290, '_transient_wflginfl_00000000000000000000ffff9a48a8af', '1', 'no'),
(29291, '_transient_timeout_wflginfl_00000000000000000000ffff9a435319', '1477370331', 'no'),
(29292, '_transient_wflginfl_00000000000000000000ffff9a435319', '2', 'no'),
(29299, '_transient_wflginfl_00000000000000000000ffff5d8db777', '2', 'no'),
(29298, '_transient_timeout_wflginfl_00000000000000000000ffff5d8db777', '1477370386', 'no'),
(29317, '_transient_wflginfl_00000000000000000000ffff5774bf51', '2', 'no'),
(29300, '_transient_timeout_wflginfl_00000000000000000000ffff8631eb62', '1477370393', 'no'),
(29301, '_transient_wflginfl_00000000000000000000ffff8631eb62', '2', 'no'),
(29302, '_transient_timeout_wflginfl_00000000000000000000ffff3df5a8b9', '1477370406', 'no'),
(29303, '_transient_wflginfl_00000000000000000000ffff3df5a8b9', '2', 'no'),
(29304, '_transient_timeout_wflginfl_00000000000000000000ffffbe5b5699', '1477370415', 'no'),
(29305, '_transient_wflginfl_00000000000000000000ffffbe5b5699', '2', 'no'),
(29316, '_transient_timeout_wflginfl_00000000000000000000ffff5774bf51', '1477370483', 'no'),
(29326, '_transient_wflginfl_00000000000000000000ffff79349334', '2', 'no'),
(29318, '_transient_timeout_wflginfl_00000000000000000000ffffb753fee2', '1477370505', 'no'),
(29319, '_transient_wflginfl_00000000000000000000ffffb753fee2', '2', 'no'),
(29325, '_transient_timeout_wflginfl_00000000000000000000ffff79349334', '1477370595', 'no'),
(29342, '_transient_wflginfl_00000000000000000000ffff2732dced', '2', 'no'),
(29327, '_transient_timeout_wflginfl_00000000000000000000ffff3b5f54c4', '1477370600', 'no'),
(29328, '_transient_wflginfl_00000000000000000000ffff3b5f54c4', '2', 'no'),
(29329, '_transient_timeout_wflginfl_00000000000000000000ffff75ef9f8a', '1477370623', 'no'),
(29330, '_transient_wflginfl_00000000000000000000ffff75ef9f8a', '2', 'no'),
(29341, '_transient_timeout_wflginfl_00000000000000000000ffff2732dced', '1477370661', 'no'),
(29356, '_transient_wflginfl_00000000000000000000ffff70c64b09', '2', 'no'),
(29348, '_transient_timeout_wflginfl_00000000000000000000ffffca335d03', '1477370702', 'no'),
(29349, '_transient_wflginfl_00000000000000000000ffffca335d03', '2', 'no'),
(29355, '_transient_timeout_wflginfl_00000000000000000000ffff70c64b09', '1477370739', 'no'),
(29369, '_transient_timeout_wflginfl_00000000000000000000ffff244800f3', '1477370844', 'no'),
(29400, '_transient_wflginfl_00000000000000000000ffff53d82cd3', '2', 'no'),
(29370, '_transient_wflginfl_00000000000000000000ffff244800f3', '2', 'no'),
(29372, '_transient_timeout_wflginfl_00000000000000000000ffffa510effe', '1477370847', 'no'),
(29373, '_transient_wflginfl_00000000000000000000ffffa510effe', '2', 'no'),
(29374, '_transient_timeout_wflginfl_00000000000000000000ffff602cad7a', '1477370860', 'no'),
(29375, '_transient_wflginfl_00000000000000000000ffff602cad7a', '2', 'no'),
(29376, '_transient_timeout_wflginfl_00000000000000000000ffff7ab29361', '1477370881', 'no'),
(29377, '_transient_wflginfl_00000000000000000000ffff7ab29361', '2', 'no'),
(29383, '_transient_timeout_wflginfl_00000000000000000000ffffac0aa0d6', '1477370885', 'no'),
(29384, '_transient_wflginfl_00000000000000000000ffffac0aa0d6', '2', 'no'),
(29390, '_transient_timeout_wflginfl_00000000000000000000ffff92b91fe2', '1477370923', 'no'),
(29391, '_transient_wflginfl_00000000000000000000ffff92b91fe2', '2', 'no'),
(29392, '_transient_timeout_wflginfl_00000000000000000000ffff75c89df9', '1477370936', 'no'),
(29393, '_transient_wflginfl_00000000000000000000ffff75c89df9', '2', 'no'),
(29399, '_transient_timeout_wflginfl_00000000000000000000ffff53d82cd3', '1477370978', 'no'),
(29406, '_transient_timeout_wflginfl_00000000000000000000ffffcab51206', '1477371011', 'no'),
(29407, '_transient_wflginfl_00000000000000000000ffffcab51206', '2', 'no'),
(29469, '_transient_wflginfl_00000000000000000000ffff32f8b919', '2', 'no'),
(29419, '_transient_timeout_wflginfl_00000000000000000000ffff70d0da85', '1477371103', 'no'),
(29420, '_transient_wflginfl_00000000000000000000ffff70d0da85', '2', 'no'),
(29421, '_transient_timeout_wflginfl_00000000000000000000ffff547a0e67', '1477371109', 'no'),
(29422, '_transient_wflginfl_00000000000000000000ffff547a0e67', '2', 'no'),
(29424, '_transient_timeout_wflginfl_00000000000000000000ffff7c6b9556', '1477371122', 'no'),
(29425, '_transient_wflginfl_00000000000000000000ffff7c6b9556', '2', 'no'),
(29437, '_transient_timeout_wflginfl_00000000000000000000ffffaf221575', '1477371185', 'no'),
(29438, '_transient_wflginfl_00000000000000000000ffffaf221575', '2', 'no'),
(29439, '_transient_timeout_wflginfl_00000000000000000000ffff674b163d', '1477371187', 'no'),
(29440, '_transient_wflginfl_00000000000000000000ffff674b163d', '2', 'no'),
(29441, '_transient_timeout_wflginfl_00000000000000000000ffffc336a8d5', '1477371193', 'no'),
(29442, '_transient_wflginfl_00000000000000000000ffffc336a8d5', '2', 'no'),
(29449, '_transient_timeout_wflginfl_00000000000000000000ffff781d55b6', '1477371228', 'no'),
(29450, '_transient_wflginfl_00000000000000000000ffff781d55b6', '2', 'no'),
(29452, '_transient_timeout_wflginfl_00000000000000000000ffffc9a612f1', '1477371257', 'no'),
(29453, '_transient_wflginfl_00000000000000000000ffffc9a612f1', '2', 'no'),
(29461, '_transient_timeout_wflginfl_00000000000000000000ffff696c92ae', '1477371279', 'no'),
(29462, '_transient_wflginfl_00000000000000000000ffff696c92ae', '2', 'no'),
(29468, '_transient_timeout_wflginfl_00000000000000000000ffff32f8b919', '1477371327', 'no'),
(29500, '_transient_wflginfl_00000000000000000000ffff7aa42344', '2', 'no'),
(29470, '_transient_timeout_wflginfl_00000000000000000000ffff31965194', '1477371335', 'no'),
(29471, '_transient_wflginfl_00000000000000000000ffff31965194', '2', 'no'),
(29479, '_transient_timeout_wflginfl_00000000000000000000ffff70ca0331', '1477371373', 'no'),
(29480, '_transient_wflginfl_00000000000000000000ffff70ca0331', '2', 'no'),
(29481, '_transient_timeout_wflginfl_00000000000000000000ffffb74e2e76', '1477371410', 'no'),
(29482, '_transient_wflginfl_00000000000000000000ffffb74e2e76', '2', 'no'),
(29483, '_transient_timeout_wflginfl_00000000000000000000ffffcaa89c32', '1477371395', 'no'),
(29484, '_transient_wflginfl_00000000000000000000ffffcaa89c32', '2', 'no'),
(29490, '_transient_timeout_wflginfl_00000000000000000000ffffbe8e34b3', '1477371408', 'no'),
(29491, '_transient_wflginfl_00000000000000000000ffffbe8e34b3', '2', 'no'),
(29492, '_transient_timeout_wflginfl_00000000000000000000ffff76c8b81d', '1477371420', 'no'),
(29493, '_transient_wflginfl_00000000000000000000ffff76c8b81d', '2', 'no'),
(29499, '_transient_timeout_wflginfl_00000000000000000000ffff7aa42344', '1477371479', 'no'),
(29535, '_transient_wflginfl_00000000000000000000ffff29235667', '2', 'no'),
(29501, '_transient_timeout_wflginfl_00000000000000000000ffffd5772c41', '1477371501', 'no'),
(29502, '_transient_wflginfl_00000000000000000000ffffd5772c41', '2', 'no'),
(29510, '_transient_timeout_wflginfl_00000000000000000000ffff78323973', '1477371513', 'no'),
(29511, '_transient_wflginfl_00000000000000000000ffff78323973', '2', 'no'),
(29518, '_transient_timeout_wflginfl_00000000000000000000ffffb3386b42', '1477371582', 'no'),
(29519, '_transient_wflginfl_00000000000000000000ffffb3386b42', '2', 'no'),
(29520, '_transient_timeout_wflginfl_00000000000000000000ffffaf8ec628', '1477371593', 'no'),
(29521, '_transient_wflginfl_00000000000000000000ffffaf8ec628', '2', 'no'),
(29522, '_transient_timeout_wflginfl_00000000000000000000ffffd1f034b5', '1477371602', 'no'),
(29523, '_transient_wflginfl_00000000000000000000ffffd1f034b5', '2', 'no'),
(29534, '_transient_timeout_wflginfl_00000000000000000000ffff29235667', '1477371660', 'no'),
(29536, '_transient_timeout_wflginfl_00000000000000000000ffff29574802', '1477371678', 'no'),
(29537, '_transient_wflginfl_00000000000000000000ffff29574802', '2', 'no'),
(29543, '_transient_timeout_wflginfl_00000000000000000000ffff546cd1a7', '1477371706', 'no'),
(29544, '_transient_wflginfl_00000000000000000000ffff546cd1a7', '2', 'no'),
(29546, '_transient_timeout_wflginfl_00000000000000000000ffff8269d65a', '1477371709', 'no'),
(29547, '_transient_wflginfl_00000000000000000000ffff8269d65a', '2', 'no'),
(29548, '_transient_timeout_wflginfl_00000000000000000000ffffdce32872', '1477371713', 'no'),
(29549, '_transient_wflginfl_00000000000000000000ffffdce32872', '2', 'no'),
(29550, '_transient_timeout_wflginfl_00000000000000000000ffff7086265c', '1477371721', 'no'),
(29551, '_transient_wflginfl_00000000000000000000ffff7086265c', '2', 'no'),
(29552, '_transient_timeout_wflginfl_00000000000000000000ffff79ab9747', '1477371729', 'no'),
(29553, '_transient_wflginfl_00000000000000000000ffff79ab9747', '2', 'no'),
(29559, '_transient_timeout_wflginfl_00000000000000000000ffff70cfe22a', '1477371738', 'no'),
(29560, '_transient_wflginfl_00000000000000000000ffff70cfe22a', '2', 'no'),
(29589, '_transient_wflginfl_00000000000000000000ffff0ea25c4e', '2', 'no'),
(29572, '_transient_timeout_wflginfl_00000000000000000000ffffab60ac28', '1477371815', 'no'),
(29573, '_transient_wflginfl_00000000000000000000ffffab60ac28', '2', 'no'),
(29588, '_transient_timeout_wflginfl_00000000000000000000ffff0ea25c4e', '1477371899', 'no'),
(29617, '_transient_wflginfl_00000000000000000000ffff722816a2', '2', 'no'),
(29595, '_transient_timeout_wflginfl_00000000000000000000ffff92582ae4', '1477371956', 'no'),
(29596, '_transient_wflginfl_00000000000000000000ffff92582ae4', '2', 'no'),
(29597, '_transient_timeout_wflginfl_00000000000000000000ffff2d74e93e', '1477371986', 'no'),
(29598, '_transient_wflginfl_00000000000000000000ffff2d74e93e', '2', 'no'),
(29604, '_transient_timeout_wflginfl_00000000000000000000ffff70cb364b', '1477372013', 'no'),
(29605, '_transient_wflginfl_00000000000000000000ffff70cb364b', '2', 'no'),
(29616, '_transient_timeout_wflginfl_00000000000000000000ffff722816a2', '1477372080', 'no'),
(29695, '_transient_wflginfl_00000000000000000000ffff1b9133d7', '2', 'no'),
(29634, '_transient_wflginfl_00000000000000000000ffff9a7f2203', '2', 'no'),
(29633, '_transient_timeout_wflginfl_00000000000000000000ffff9a7f2203', '1477372214', 'no'),
(29640, '_transient_timeout_wflginfl_00000000000000000000ffffbe6312cc', '1477372247', 'no'),
(29646, '_transient_timeout_wflginfl_00000000000000000000ffff70a066b0', '1477372301', 'no'),
(29647, '_transient_wflginfl_00000000000000000000ffff70a066b0', '2', 'no'),
(29655, '_transient_wflginfl_00000000000000000000ffffca3e0bb2', '2', 'no'),
(29669, '_transient_wflginfl_00000000000000000000ffffb1e790f3', '2', 'no'),
(29654, '_transient_timeout_wflginfl_00000000000000000000ffffca3e0bb2', '1477372361', 'no'),
(29661, '_transient_timeout_wflginfl_00000000000000000000ffff7c6af958', '1477372408', 'no'),
(29662, '_transient_wflginfl_00000000000000000000ffff7c6af958', '2', 'no'),
(29663, '_transient_timeout_wflginfl_00000000000000000000ffffb6b9ae55', '1477372415', 'no'),
(29664, '_transient_wflginfl_00000000000000000000ffffb6b9ae55', '2', 'no'),
(29668, '_transient_timeout_wflginfl_00000000000000000000ffffb1e790f3', '1477372433', 'no'),
(29675, '_transient_timeout_wflginfl_00000000000000000000ffff7ab2cac2', '1477372447', 'no'),
(29676, '_transient_wflginfl_00000000000000000000ffff7ab2cac2', '2', 'no'),
(29677, '_transient_timeout_wflginfl_00000000000000000000ffff7085f403', '1477372451', 'no'),
(29678, '_transient_wflginfl_00000000000000000000ffff7085f403', '2', 'no'),
(29724, '_transient_wflginfl_00000000000000000000ffffca8e4c49', '2', 'no'),
(29688, '_transient_wflginfl_00000000000000000000ffff70cff405', '2', 'no'),
(29684, '_transient_timeout_wflginfl_00000000000000000000ffffcb578587', '1477372485', 'no'),
(29685, '_transient_wflginfl_00000000000000000000ffffcb578587', '2', 'no'),
(29687, '_transient_timeout_wflginfl_00000000000000000000ffff70cff405', '1477372502', 'no'),
(29694, '_transient_timeout_wflginfl_00000000000000000000ffff1b9133d7', '1477372553', 'no'),
(29817, '_transient_wflginfl_00000000000000000000ffff7b0258ae', '2', 'no'),
(29704, '_transient_timeout_wflginfl_00000000000000000000ffff68c89a52', '1477372586', 'no'),
(29705, '_transient_wflginfl_00000000000000000000ffff68c89a52', '2', 'no'),
(29707, '_transient_timeout_wflginfl_00000000000000000000ffff319366a7', '1477372598', 'no'),
(29708, '_transient_wflginfl_00000000000000000000ffff319366a7', '2', 'no'),
(29713, '_transient_timeout_wflginfl_00000000000000000000ffffbe8ec835', '1477372633', 'no'),
(29714, '_transient_wflginfl_00000000000000000000ffffbe8ec835', '2', 'no'),
(29715, '_transient_timeout_wflginfl_00000000000000000000ffff62d48992', '1477372619', 'no'),
(29716, '_transient_wflginfl_00000000000000000000ffff62d48992', '2', 'no'),
(29735, '_transient_wflginfl_00000000000000000000ffff67f06142', '2', 'no'),
(29723, '_transient_timeout_wflginfl_00000000000000000000ffffca8e4c49', '1477372717', 'no'),
(29759, '_transient_wflginfl_00000000000000000000ffff2a684551', '2', 'no'),
(29734, '_transient_timeout_wflginfl_00000000000000000000ffff67f06142', '1477372842', 'no'),
(29748, '_transient_wflginfl_00000000000000000000ffff059c1d92', '2', 'no'),
(29749, '_transient_timeout_wflginfl_00000000000000000000ffffb50a6ae7', '1477372899', 'no'),
(29747, '_transient_timeout_wflginfl_00000000000000000000ffff059c1d92', '1477372899', 'no'),
(29750, '_transient_wflginfl_00000000000000000000ffffb50a6ae7', '2', 'no'),
(29751, '_transient_timeout_wflginfl_00000000000000000000ffff44959b13', '1477372900', 'no'),
(29752, '_transient_wflginfl_00000000000000000000ffff44959b13', '2', 'no'),
(29758, '_transient_timeout_wflginfl_00000000000000000000ffff2a684551', '1477372940', 'no'),
(29828, '_transient_wflginfl_00000000000000000000ffff27327ea4', '2', 'no'),
(29762, '_transient_timeout_wflginfl_00000000000000000000ffffae18d57c', '1477372964', 'no'),
(29763, '_transient_wflginfl_00000000000000000000ffffae18d57c', '2', 'no'),
(29769, '_transient_timeout_wflginfl_00000000000000000000ffff5dac7f1a', '1477372985', 'no'),
(29770, '_transient_wflginfl_00000000000000000000ffff5dac7f1a', '2', 'no'),
(29778, '_transient_timeout_wflginfl_00000000000000000000ffffc59c8551', '1477373017', 'no'),
(29779, '_transient_wflginfl_00000000000000000000ffffc59c8551', '2', 'no'),
(29780, '_transient_timeout_wflginfl_00000000000000000000ffffab60d303', '1477373030', 'no'),
(29781, '_transient_wflginfl_00000000000000000000ffffab60d303', '2', 'no'),
(29787, '_transient_timeout_wflginfl_00000000000000000000ffff8bd802ee', '1477373054', 'no'),
(29788, '_transient_wflginfl_00000000000000000000ffff8bd802ee', '2', 'no'),
(29808, '_transient_wflginfl_00000000000000000000ffffb299b7a8', '2', 'no'),
(29799, '_transient_timeout_wflginfl_00000000000000000000ffff75f8a32b', '1477373156', 'no'),
(29800, '_transient_wflginfl_00000000000000000000ffff75f8a32b', '2', 'no'),
(29807, '_transient_timeout_wflginfl_00000000000000000000ffffb299b7a8', '1477373206', 'no'),
(29816, '_transient_timeout_wflginfl_00000000000000000000ffff7b0258ae', '1477373260', 'no'),
(29818, '_transient_timeout_wflginfl_00000000000000000000ffffba0a5022', '1477373269', 'no'),
(29819, '_transient_wflginfl_00000000000000000000ffffba0a5022', '2', 'no'),
(29820, '_transient_timeout_wflginfl_00000000000000000000ffffb4f5532e', '1477373277', 'no'),
(29821, '_transient_wflginfl_00000000000000000000ffffb4f5532e', '2', 'no'),
(29827, '_transient_timeout_wflginfl_00000000000000000000ffff27327ea4', '1477373312', 'no'),
(30191, '_transient_wflginfl_00000000000000000000ffffda32f7ef', '2', 'no'),
(29829, '_transient_timeout_wflginfl_00000000000000000000ffff722cc3cf', '1477373317', 'no'),
(29830, '_transient_wflginfl_00000000000000000000ffff722cc3cf', '2', 'no'),
(29831, '_transient_timeout_wflginfl_00000000000000000000ffffd9d73ac3', '1477373320', 'no'),
(29832, '_transient_wflginfl_00000000000000000000ffffd9d73ac3', '2', 'no'),
(29833, '_transient_timeout_wflginfl_00000000000000000000ffffab614a30', '1477373329', 'no'),
(29834, '_transient_wflginfl_00000000000000000000ffffab614a30', '2', 'no'),
(29852, '_transient_wflginfl_00000000000000000000ffff7aa48ed2', '2', 'no'),
(29851, '_transient_timeout_wflginfl_00000000000000000000ffff7aa48ed2', '1477373393', 'no'),
(29877, '_transient_wflginfl_00000000000000000000ffff775f29ca', '2', 'no'),
(29948, '_transient_timeout_wflginfl_00000000000000000000ffff2d7c3055', '1477374003', 'no'),
(29853, '_transient_timeout_wflginfl_00000000000000000000ffffb6499dbe', '1477373394', 'no'),
(29854, '_transient_wflginfl_00000000000000000000ffffb6499dbe', '2', 'no'),
(29855, '_transient_timeout_wflginfl_00000000000000000000ffff3b5e3411', '1477373399', 'no'),
(29856, '_transient_wflginfl_00000000000000000000ffff3b5e3411', '2', 'no'),
(29857, '_transient_timeout_wflginfl_00000000000000000000ffff70c4b5a2', '1477373453', 'no'),
(29858, '_transient_wflginfl_00000000000000000000ffff70c4b5a2', '2', 'no'),
(29869, '_transient_timeout_wflginfl_00000000000000000000ffffb6304276', '1477373466', 'no'),
(29870, '_transient_wflginfl_00000000000000000000ffffb6304276', '1', 'no'),
(29876, '_transient_timeout_wflginfl_00000000000000000000ffff775f29ca', '1477373517', 'no'),
(29914, '_transient_timeout_wflginfl_00000000000000000000ffffb7577646', '1477373757', 'no'),
(29895, '_transient_timeout_wflginfl_00000000000000000000ffff7aae8bb1', '1477373636', 'no'),
(29878, '_transient_timeout_wflginfl_00000000000000000000ffff8bc25cac', '1477373520', 'no'),
(29879, '_transient_wflginfl_00000000000000000000ffff8bc25cac', '2', 'no'),
(29880, '_transient_timeout_wflginfl_00000000000000000000ffff8b002fd2', '1477373537', 'no'),
(29881, '_transient_wflginfl_00000000000000000000ffff8b002fd2', '2', 'no'),
(30063, '_transient_wflginfl_00000000000000000000ffff273ced91', '2', 'no'),
(29982, '_transient_wflginfl_00000000000000000000ffffb3699596', '2', 'no'),
(29896, '_transient_wflginfl_00000000000000000000ffff7aae8bb1', '2', 'no'),
(29897, '_transient_timeout_wflginfl_00000000000000000000ffffaf6484b1', '1477373651', 'no'),
(29898, '_transient_wflginfl_00000000000000000000ffffaf6484b1', '2', 'no'),
(29904, '_transient_timeout_wflginfl_00000000000000000000ffff744bcb1f', '1477373655', 'no'),
(29905, '_transient_wflginfl_00000000000000000000ffff744bcb1f', '2', 'no'),
(29907, '_transient_timeout_wflginfl_00000000000000000000ffffb4be4661', '1477373672', 'no'),
(29908, '_transient_wflginfl_00000000000000000000ffffb4be4661', '2', 'no'),
(29915, '_transient_wflginfl_00000000000000000000ffffb7577646', '2', 'no'),
(29923, '_transient_timeout_wflginfl_00000000000000000000ffff775ccdb7', '1477373767', 'no'),
(29924, '_transient_wflginfl_00000000000000000000ffff775ccdb7', '2', 'no'),
(29937, '_transient_timeout_wflginfl_00000000000000000000ffff4d3666a5', '1477373921', 'no'),
(29938, '_transient_wflginfl_00000000000000000000ffff4d3666a5', '2', 'no'),
(29939, '_transient_timeout_wflginfl_00000000000000000000ffff68b94b44', '1477373922', 'no'),
(29940, '_transient_wflginfl_00000000000000000000ffff68b94b44', '2', 'no'),
(29956, '_transient_wflginfl_00000000000000000000ffff70cf76c1', '2', 'no'),
(29949, '_transient_wflginfl_00000000000000000000ffff2d7c3055', '2', 'no'),
(29955, '_transient_timeout_wflginfl_00000000000000000000ffff70cf76c1', '1477374079', 'no'),
(29962, '_transient_timeout_wflginfl_00000000000000000000ffff1b20e1dc', '1477374118', 'no'),
(29963, '_transient_wflginfl_00000000000000000000ffff1b20e1dc', '2', 'no'),
(29965, '_transient_timeout_wflginfl_00000000000000000000ffffdcff37aa', '1477374123', 'no'),
(29966, '_transient_wflginfl_00000000000000000000ffffdcff37aa', '2', 'no'),
(29967, '_transient_timeout_wflginfl_00000000000000000000ffff31cf3e58', '1477374133', 'no'),
(29968, '_transient_wflginfl_00000000000000000000ffff31cf3e58', '2', 'no'),
(29974, '_transient_timeout_wflginfl_00000000000000000000ffff68f4e7f5', '1477374157', 'no'),
(29975, '_transient_wflginfl_00000000000000000000ffff68f4e7f5', '2', 'no'),
(29981, '_transient_timeout_wflginfl_00000000000000000000ffffb3699596', '1477374219', 'no'),
(30006, '_transient_timeout_wflginfl_00000000000000000000ffffd918fa9a', '1477374384', 'no'),
(29990, '_transient_timeout_wflginfl_00000000000000000000ffff1b6a65be', '1477374332', 'no'),
(29983, '_transient_timeout_wflginfl_00000000000000000000ffff74497e0d', '1477374223', 'no'),
(29984, '_transient_wflginfl_00000000000000000000ffff74497e0d', '2', 'no'),
(29991, '_transient_wflginfl_00000000000000000000ffff1b6a65be', '2', 'no'),
(29992, '_transient_timeout_wflginfl_00000000000000000000ffff5e6371a5', '1477374345', 'no'),
(29993, '_transient_wflginfl_00000000000000000000ffff5e6371a5', '2', 'no'),
(29999, '_transient_timeout_wflginfl_00000000000000000000ffffbea7fd83', '1477374346', 'no'),
(30000, '_transient_wflginfl_00000000000000000000ffffbea7fd83', '2', 'no'),
(30267, '_transient_timeout_wflginfl_00000000000000000000ffffbe7a9205', '1477375837', 'no'),
(30014, '_transient_wflginfl_00000000000000000000ffff98a8afb3', '2', 'no'),
(30007, '_transient_wflginfl_00000000000000000000ffffd918fa9a', '2', 'no'),
(30013, '_transient_timeout_wflginfl_00000000000000000000ffff98a8afb3', '1477374417', 'no'),
(30022, '_transient_timeout_wflginfl_00000000000000000000ffff3b125040', '1477374479', 'no'),
(30023, '_transient_wflginfl_00000000000000000000ffff3b125040', '2', 'no'),
(30024, '_transient_timeout_wflginfl_00000000000000000000ffff67e55412', '1477374481', 'no'),
(30025, '_transient_wflginfl_00000000000000000000ffff67e55412', '2', 'no'),
(30031, '_transient_timeout_wflginfl_00000000000000000000ffff67271c34', '1477374500', 'no'),
(30032, '_transient_wflginfl_00000000000000000000ffff67271c34', '2', 'no'),
(30038, '_transient_timeout_wflginfl_00000000000000000000ffff3d057f0b', '1477374531', 'no'),
(30039, '_transient_wflginfl_00000000000000000000ffff3d057f0b', '2', 'no'),
(30053, '_transient_timeout_wflginfl_00000000000000000000ffffb6fd243a', '1477374614', 'no'),
(30054, '_transient_wflginfl_00000000000000000000ffffb6fd243a', '2', 'no'),
(30055, '_transient_timeout_wflginfl_00000000000000000000ffff4941d835', '1477374616', 'no'),
(30056, '_transient_wflginfl_00000000000000000000ffff4941d835', '2', 'no'),
(30062, '_transient_timeout_wflginfl_00000000000000000000ffff273ced91', '1477374653', 'no'),
(30102, '_transient_timeout_wflginfl_00000000000000000000ffff1f810d0b', '1477374819', 'no'),
(30069, '_transient_timeout_wflginfl_00000000000000000000ffff01ed0db3', '1477374685', 'no'),
(30070, '_transient_wflginfl_00000000000000000000ffff01ed0db3', '2', 'no'),
(30072, '_transient_timeout_wflginfl_00000000000000000000ffff6dadd33d', '1477374693', 'no'),
(30073, '_transient_wflginfl_00000000000000000000ffff6dadd33d', '2', 'no'),
(30074, '_transient_timeout_wflginfl_00000000000000000000ffff29ed47e8', '1477374695', 'no'),
(30075, '_transient_wflginfl_00000000000000000000ffff29ed47e8', '2', 'no'),
(30076, '_transient_timeout_wflginfl_00000000000000000000ffff2bf277cc', '1477374708', 'no'),
(30077, '_transient_wflginfl_00000000000000000000ffff2bf277cc', '2', 'no'),
(30078, '_transient_timeout_wflginfl_00000000000000000000ffff3d442e78', '1477374715', 'no'),
(30079, '_transient_wflginfl_00000000000000000000ffff3d442e78', '2', 'no'),
(30086, '_transient_timeout_wflginfl_00000000000000000000ffff24501052', '1477374726', 'no'),
(30087, '_transient_wflginfl_00000000000000000000ffff24501052', '2', 'no'),
(30088, '_transient_timeout_wflginfl_00000000000000000000ffff67cc9e6c', '1477374740', 'no'),
(30089, '_transient_wflginfl_00000000000000000000ffff67cc9e6c', '2', 'no'),
(30095, '_transient_timeout_wflginfl_00000000000000000000ffff27288076', '1477374754', 'no'),
(30096, '_transient_wflginfl_00000000000000000000ffff27288076', '2', 'no'),
(30135, '_transient_wflginfl_00000000000000000000ffff75cd01e4', '2', 'no'),
(30103, '_transient_wflginfl_00000000000000000000ffff1f810d0b', '2', 'no'),
(30111, '_transient_timeout_wflginfl_00000000000000000000ffff7117c44a', '1477374832', 'no'),
(30112, '_transient_wflginfl_00000000000000000000ffff7117c44a', '2', 'no'),
(30120, '_transient_timeout_wflginfl_00000000000000000000ffffaf89791f', '1477374856', 'no'),
(30121, '_transient_wflginfl_00000000000000000000ffffaf89791f', '2', 'no'),
(30122, '_transient_timeout_wflginfl_00000000000000000000ffff31955097', '1477374885', 'no'),
(30123, '_transient_wflginfl_00000000000000000000ffff31955097', '2', 'no'),
(30134, '_transient_timeout_wflginfl_00000000000000000000ffff75cd01e4', '1477374947', 'no'),
(30173, '_transient_timeout_wflginfl_00000000000000000000ffffbf515e67', '1477375214', 'no'),
(30143, '_transient_timeout_wflginfl_00000000000000000000ffffb1823e0a', '1477374991', 'no'),
(30136, '_transient_timeout_wflginfl_00000000000000000000ffffca398f0e', '1477374947', 'no'),
(30137, '_transient_wflginfl_00000000000000000000ffffca398f0e', '2', 'no'),
(30177, '_transient_wflginfl_00000000000000000000ffffb4fb82be', '2', 'no'),
(30144, '_transient_wflginfl_00000000000000000000ffffb1823e0a', '2', 'no'),
(30150, '_transient_timeout_wflginfl_00000000000000000000ffff18f6003d', '1477375019', 'no'),
(30151, '_transient_wflginfl_00000000000000000000ffff18f6003d', '1', 'no'),
(30155, '_transient_wflginfl_00000000000000000000ffffcb578194', '2', 'no'),
(30161, '_transient_timeout_wflginfl_00000000000000000000ffff2d70452b', '1477375066', 'no'),
(30162, '_transient_wflginfl_00000000000000000000ffff2d70452b', '2', 'no'),
(30261, '_transient_timeout_wflginfl_00000000000000000000ffffcaa6a82b', '1477375800', 'no'),
(30174, '_transient_wflginfl_00000000000000000000ffffbf515e67', '2', 'no'),
(30176, '_transient_timeout_wflginfl_00000000000000000000ffffb4fb82be', '1477375216', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(30183, '_transient_timeout_wflginfl_00000000000000000000ffff77999dd4', '1477375254', 'no'),
(30184, '_transient_wflginfl_00000000000000000000ffff77999dd4', '2', 'no'),
(30190, '_transient_timeout_wflginfl_00000000000000000000ffffda32f7ef', '1477375354', 'no'),
(30208, '_transient_wflginfl_00000000000000000000ffffdfc41913', '1', 'no'),
(30196, '_transient_timeout_wflginfl_00000000000000000000ffffb61e71c9', '1477375387', 'no'),
(30197, '_transient_wflginfl_00000000000000000000ffffb61e71c9', '2', 'no'),
(30198, '_transient_timeout_wflginfl_00000000000000000000ffffbe5c5853', '1477375393', 'no'),
(30199, '_transient_wflginfl_00000000000000000000ffffbe5c5853', '2', 'no'),
(30207, '_transient_timeout_wflginfl_00000000000000000000ffffdfc41913', '1477375418', 'no'),
(30231, '_transient_timeout_wflginfl_00000000000000000000ffffaf8f4a86', '1477375550', 'no'),
(30232, '_transient_wflginfl_00000000000000000000ffffaf8f4a86', '2', 'no'),
(30209, '_transient_timeout_wflginfl_00000000000000000000ffff7d15bb42', '1477375451', 'no'),
(30210, '_transient_wflginfl_00000000000000000000ffff7d15bb42', '2', 'no'),
(30254, '_transient_timeout_wflginfl_00000000000000000000ffff2987481c', '1477375749', 'no'),
(30255, '_transient_wflginfl_00000000000000000000ffff2987481c', '2', 'no'),
(30237, '_transient_timeout_wflginfl_00000000000000000000ffff7da519b6', '1477375586', 'no'),
(30238, '_transient_wflginfl_00000000000000000000ffff7da519b6', '2', 'no'),
(30239, '_transient_timeout_wflginfl_00000000000000000000ffff673e8d02', '1477375591', 'no'),
(30240, '_transient_wflginfl_00000000000000000000ffff673e8d02', '2', 'no'),
(30262, '_transient_wflginfl_00000000000000000000ffffcaa6a82b', '2', 'no'),
(30337, '_transient_timeout_wflginfl_00000000000000000000ffffc5d320f4', '1477376199', 'no'),
(30329, '_transient_wflginfl_00000000000000000000ffff775cf90a', '2', 'no'),
(30345, '_transient_wflginfl_00000000000000000000ffff779d2c85', '2', 'no'),
(30268, '_transient_wflginfl_00000000000000000000ffffbe7a9205', '2', 'no'),
(30269, '_transient_timeout_wflginfl_00000000000000000000ffff7085ed0b', '1477375839', 'no'),
(30270, '_transient_wflginfl_00000000000000000000ffff7085ed0b', '2', 'no'),
(30271, '_transient_timeout_wflginfl_00000000000000000000ffffcab31732', '1477375866', 'no'),
(30272, '_transient_wflginfl_00000000000000000000ffffcab31732', '2', 'no'),
(30293, '_transient_wflginfl_00000000000000000000ffff77e02589', '2', 'no'),
(30292, '_transient_timeout_wflginfl_00000000000000000000ffff77e02589', '1477375935', 'no'),
(30297, '_transient_wflginfl_00000000000000000000ffffab0650d8', '2', 'no'),
(30303, '_transient_timeout_wflginfl_00000000000000000000ffff7560fe19', '1477375982', 'no'),
(30304, '_transient_wflginfl_00000000000000000000ffff7560fe19', '2', 'no'),
(30305, '_transient_timeout_wflginfl_00000000000000000000ffff75c350cb', '1477376003', 'no'),
(30306, '_transient_wflginfl_00000000000000000000ffff75c350cb', '1', 'no'),
(30745, '_transient_timeout_wflginfl_00000000000000000000ffff4c748d00', '1477378667', 'no'),
(30320, '_transient_wflginfl_00000000000000000000ffff775f3d36', '2', 'no'),
(30312, '_transient_timeout_wflginfl_00000000000000000000ffff7bff0ef9', '1477376041', 'no'),
(30313, '_transient_wflginfl_00000000000000000000ffff7bff0ef9', '2', 'no'),
(30319, '_transient_timeout_wflginfl_00000000000000000000ffff775f3d36', '1477376062', 'no'),
(30328, '_transient_timeout_wflginfl_00000000000000000000ffff775cf90a', '1477376112', 'no'),
(30336, '_transient_wflginfl_00000000000000000000ffffab05f448', '2', 'no'),
(30335, '_transient_timeout_wflginfl_00000000000000000000ffffab05f448', '1477376196', 'no'),
(30338, '_transient_wflginfl_00000000000000000000ffffc5d320f4', '2', 'no'),
(30344, '_transient_timeout_wflginfl_00000000000000000000ffff779d2c85', '1477376236', 'no'),
(30846, '_transient_timeout_wflginfl_00000000000000000000ffffb20b4717', '1477388503', 'no'),
(30356, '_transient_wflginfl_00000000000000000000ffff31cc1f14', '2', 'no'),
(30355, '_transient_timeout_wflginfl_00000000000000000000ffff31cc1f14', '1477376321', 'no'),
(30755, '_transient_wflginfl_00000000000000000000ffff7b32504e', '2', 'no'),
(30366, '_transient_wflginfl_00000000000000000000ffff70d26924', '2', 'no'),
(30362, '_transient_timeout_wflginfl_00000000000000000000ffff70c4a072', '1477376364', 'no'),
(30363, '_transient_wflginfl_00000000000000000000ffff70c4a072', '1', 'no'),
(30365, '_transient_timeout_wflginfl_00000000000000000000ffff70d26924', '1477376384', 'no'),
(30378, '_transient_wflginfl_00000000000000000000ffff75c951e0', '2', 'no'),
(30377, '_transient_timeout_wflginfl_00000000000000000000ffff75c951e0', '1477376469', 'no'),
(30389, '_transient_wflginfl_00000000000000000000ffff7aa42f8d', '2', 'no'),
(30379, '_transient_timeout_wflginfl_00000000000000000000ffff6738e8c5', '1477376468', 'no'),
(30380, '_transient_wflginfl_00000000000000000000ffff6738e8c5', '1', 'no'),
(30381, '_transient_timeout_wflginfl_00000000000000000000ffff2d716a24', '1477376483', 'no'),
(30382, '_transient_wflginfl_00000000000000000000ffff2d716a24', '2', 'no'),
(30388, '_transient_timeout_wflginfl_00000000000000000000ffff7aa42f8d', '1477376524', 'no'),
(30424, '_transient_timeout_wflginfl_00000000000000000000ffff7c1dc071', '1477376693', 'no'),
(30390, '_transient_timeout_wflginfl_00000000000000000000ffff73845a70', '1477376538', 'no'),
(30391, '_transient_wflginfl_00000000000000000000ffff73845a70', '2', 'no'),
(30397, '_transient_timeout_wflginfl_00000000000000000000ffff3a458cc3', '1477376585', 'no'),
(30398, '_transient_wflginfl_00000000000000000000ffff3a458cc3', '2', 'no'),
(30399, '_transient_timeout_wflginfl_00000000000000000000ffff75ccb093', '1477376597', 'no'),
(30400, '_transient_wflginfl_00000000000000000000ffff75ccb093', '2', 'no'),
(30406, '_transient_timeout_wflginfl_00000000000000000000ffff55335c19', '1477376615', 'no'),
(30407, '_transient_wflginfl_00000000000000000000ffff55335c19', '2', 'no'),
(30408, '_transient_timeout_wflginfl_00000000000000000000ffff75f3d10c', '1477376640', 'no'),
(30409, '_transient_wflginfl_00000000000000000000ffff75f3d10c', '2', 'no'),
(30410, '_transient_timeout_wflginfl_00000000000000000000ffff7d3e761f', '1477376649', 'no'),
(30411, '_transient_wflginfl_00000000000000000000ffff7d3e761f', '2', 'no'),
(30417, '_transient_timeout_wflginfl_00000000000000000000ffff79364ffb', '1477376659', 'no'),
(30418, '_transient_wflginfl_00000000000000000000ffff79364ffb', '2', 'no'),
(30440, '_transient_wflginfl_00000000000000000000ffff25856a3e', '2', 'no'),
(30425, '_transient_wflginfl_00000000000000000000ffff7c1dc071', '2', 'no'),
(30426, '_transient_timeout_wflginfl_00000000000000000000ffff7beda674', '1477376694', 'no'),
(30427, '_transient_wflginfl_00000000000000000000ffff7beda674', '2', 'no'),
(30439, '_transient_timeout_wflginfl_00000000000000000000ffff25856a3e', '1477376801', 'no'),
(30453, '_transient_timeout_wflginfl_00000000000000000000ffff5a94fa8b', '1477376984', 'no'),
(30441, '_transient_timeout_wflginfl_00000000000000000000ffff56623672', '1477376807', 'no'),
(30442, '_transient_wflginfl_00000000000000000000ffff56623672', '2', 'no'),
(30484, '_transient_wflginfl_00000000000000000000ffff1fd39f05', '2', 'no'),
(30454, '_transient_wflginfl_00000000000000000000ffff5a94fa8b', '2', 'no'),
(30456, '_transient_timeout_wflginfl_00000000000000000000ffff7be76b2b', '1477376998', 'no'),
(30457, '_transient_wflginfl_00000000000000000000ffff7be76b2b', '2', 'no'),
(30465, '_transient_timeout_wflginfl_00000000000000000000ffff92c4225f', '1477377025', 'no'),
(30466, '_transient_wflginfl_00000000000000000000ffff92c4225f', '2', 'no'),
(30474, '_transient_timeout_wflginfl_00000000000000000000ffff4f72aaa9', '1477377061', 'no'),
(30475, '_transient_wflginfl_00000000000000000000ffff4f72aaa9', '2', 'no'),
(30476, '_transient_timeout_wflginfl_00000000000000000000ffff699ee82d', '1477377070', 'no'),
(30477, '_transient_wflginfl_00000000000000000000ffff699ee82d', '2', 'no'),
(30483, '_transient_timeout_wflginfl_00000000000000000000ffff1fd39f05', '1477377112', 'no'),
(30491, '_transient_wflginfl_00000000000000000000ffff29d43b3d', '2', 'no'),
(30490, '_transient_timeout_wflginfl_00000000000000000000ffff29d43b3d', '1477377147', 'no'),
(30529, '_transient_wflginfl_00000000000000000000ffff79791e31', '2', 'no'),
(30494, '_transient_timeout_wflginfl_00000000000000000000ffff75d4f7b8', '1477377172', 'no'),
(30495, '_transient_wflginfl_00000000000000000000ffff75d4f7b8', '1', 'no'),
(30503, '_transient_timeout_wflginfl_00000000000000000000ffffca1db4cf', '1477377188', 'no'),
(30501, '_transient_timeout_wflginfl_00000000000000000000ffff1b93b2c4', '1477377188', 'no'),
(30502, '_transient_wflginfl_00000000000000000000ffff1b93b2c4', '2', 'no'),
(30504, '_transient_wflginfl_00000000000000000000ffffca1db4cf', '2', 'no'),
(30505, '_transient_timeout_wflginfl_00000000000000000000ffffb3341213', '1477377191', 'no'),
(30506, '_transient_wflginfl_00000000000000000000ffffb3341213', '2', 'no'),
(30512, '_transient_timeout_wflginfl_00000000000000000000ffff49b6bbc3', '1477377225', 'no'),
(30513, '_transient_wflginfl_00000000000000000000ffff49b6bbc3', '2', 'no'),
(30514, '_transient_timeout_wflginfl_00000000000000000000ffff70c8508c', '1477377252', 'no'),
(30515, '_transient_wflginfl_00000000000000000000ffff70c8508c', '2', 'no'),
(30521, '_transient_timeout_wflginfl_00000000000000000000ffff2d769fc9', '1477377270', 'no'),
(30522, '_transient_wflginfl_00000000000000000000ffff2d769fc9', '2', 'no'),
(30528, '_transient_timeout_wflginfl_00000000000000000000ffff79791e31', '1477377301', 'no'),
(30565, '_transient_timeout_wflginfl_00000000000000000000ffffcab1ffec', '1477377487', 'no'),
(30530, '_transient_timeout_wflginfl_00000000000000000000ffff966bb91a', '1477377320', 'no'),
(30531, '_transient_wflginfl_00000000000000000000ffff966bb91a', '2', 'no'),
(30538, '_transient_timeout_wflginfl_00000000000000000000ffff29ee0db7', '1477377360', 'no'),
(30539, '_transient_wflginfl_00000000000000000000ffff29ee0db7', '2', 'no'),
(30540, '_transient_timeout_wflginfl_00000000000000000000ffffbe95b349', '1477377366', 'no'),
(30541, '_transient_wflginfl_00000000000000000000ffffbe95b349', '2', 'no'),
(30550, '_transient_timeout_wflginfl_00000000000000000000ffff70ce65a0', '1477377392', 'no'),
(30551, '_transient_wflginfl_00000000000000000000ffff70ce65a0', '2', 'no'),
(30580, '_transient_wflginfl_00000000000000000000ffff70c676e9', '2', 'no'),
(30566, '_transient_wflginfl_00000000000000000000ffffcab1ffec', '1', 'no'),
(30567, '_transient_timeout_wflginfl_00000000000000000000ffff70c90048', '1477377504', 'no'),
(30568, '_transient_wflginfl_00000000000000000000ffff70c90048', '2', 'no'),
(30579, '_transient_timeout_wflginfl_00000000000000000000ffff70c676e9', '1477377547', 'no'),
(30658, '_transient_timeout_wflginfl_00000000000000000000ffffbb01b81a', '1477378089', 'no'),
(30581, '_transient_timeout_wflginfl_00000000000000000000ffff589f4e6e', '1477377569', 'no'),
(30582, '_transient_wflginfl_00000000000000000000ffff589f4e6e', '2', 'no'),
(30583, '_transient_timeout_wflginfl_00000000000000000000ffff779b1c5a', '1477377577', 'no'),
(30584, '_transient_wflginfl_00000000000000000000ffff779b1c5a', '2', 'no'),
(30590, '_transient_timeout_wflginfl_00000000000000000000ffff70c67655', '1477377613', 'no'),
(30591, '_transient_wflginfl_00000000000000000000ffff70c67655', '2', 'no'),
(30599, '_transient_timeout_wflginfl_00000000000000000000ffff1b93e62e', '1477377626', 'no'),
(30600, '_transient_wflginfl_00000000000000000000ffff1b93e62e', '2', 'no'),
(30626, '_transient_wflginfl_00000000000000000000ffff7ab21b19', '2', 'no'),
(30625, '_transient_timeout_wflginfl_00000000000000000000ffff7ab21b19', '1477377825', 'no'),
(30659, '_transient_wflginfl_00000000000000000000ffffbb01b81a', '2', 'no'),
(30644, '_transient_timeout_wflginfl_00000000000000000000ffff59a48913', '1477378006', 'no'),
(30645, '_transient_wflginfl_00000000000000000000ffff59a48913', '2', 'no'),
(30646, '_transient_timeout_wflginfl_00000000000000000000ffff2988237e', '1477378021', 'no'),
(30647, '_transient_wflginfl_00000000000000000000ffff2988237e', '2', 'no'),
(30660, '_transient_timeout_wflginfl_00000000000000000000ffff91ff015c', '1477378089', 'no'),
(30668, '_transient_wflginfl_00000000000000000000ffff75f851b3', '2', 'no'),
(30661, '_transient_wflginfl_00000000000000000000ffff91ff015c', '2', 'no'),
(30667, '_transient_timeout_wflginfl_00000000000000000000ffff75f851b3', '1477378154', 'no'),
(30684, '_transient_wflginfl_00000000000000000000ffffd9a4baad', '2', 'no'),
(30674, '_transient_timeout_wflginfl_00000000000000000000ffff70c64507', '1477378184', 'no'),
(30675, '_transient_wflginfl_00000000000000000000ffff70c64507', '2', 'no'),
(30676, '_transient_timeout_wflginfl_00000000000000000000ffff744819c3', '1477378192', 'no'),
(30677, '_transient_wflginfl_00000000000000000000ffff744819c3', '2', 'no'),
(30683, '_transient_timeout_wflginfl_00000000000000000000ffffd9a4baad', '1477378234', 'no'),
(30702, '_transient_wflginfl_00000000000000000000ffff2522ac40', '2', 'no'),
(30685, '_transient_timeout_wflginfl_00000000000000000000ffff558a185b', '1477378237', 'no'),
(30686, '_transient_wflginfl_00000000000000000000ffff558a185b', '2', 'no'),
(30694, '_transient_timeout_wflginfl_00000000000000000000ffff7085ecf7', '1477378285', 'no'),
(30692, '_transient_timeout_wflginfl_00000000000000000000ffffcb82ef0a', '1477378285', 'no'),
(30693, '_transient_wflginfl_00000000000000000000ffffcb82ef0a', '2', 'no'),
(30695, '_transient_wflginfl_00000000000000000000ffff7085ecf7', '2', 'no'),
(30701, '_transient_timeout_wflginfl_00000000000000000000ffff2522ac40', '1477378326', 'no'),
(30711, '_transient_wflginfl_00000000000000000000ffff67097276', '2', 'no'),
(30703, '_transient_timeout_wflginfl_00000000000000000000ffff70c648d0', '1477378335', 'no'),
(30704, '_transient_wflginfl_00000000000000000000ffff70c648d0', '2', 'no'),
(30710, '_transient_timeout_wflginfl_00000000000000000000ffff67097276', '1477378391', 'no'),
(30735, '_transient_wflginfl_00000000000000000000ffff9a476afc', '2', 'no'),
(30717, '_transient_timeout_wflginfl_00000000000000000000ffff2dfa0438', '1477378431', 'no'),
(30718, '_transient_wflginfl_00000000000000000000ffff2dfa0438', '2', 'no'),
(30720, '_transient_timeout_wflginfl_00000000000000000000ffff79362c58', '1477378454', 'no'),
(30721, '_transient_wflginfl_00000000000000000000ffff79362c58', '2', 'no'),
(30727, '_transient_timeout_wflginfl_00000000000000000000ffffc85369cd', '1477378466', 'no'),
(30728, '_transient_wflginfl_00000000000000000000ffffc85369cd', '2', 'no'),
(30734, '_transient_timeout_wflginfl_00000000000000000000ffff9a476afc', '1477378508', 'no'),
(30746, '_transient_wflginfl_00000000000000000000ffff4c748d00', '2', 'no'),
(30754, '_transient_timeout_wflginfl_00000000000000000000ffff7b32504e', '1477378715', 'no'),
(30818, '_transient_timeout_wflginfl_00000000000000000000ffff2e832224', '1477384493', 'no'),
(30781, '_transient_wflginfl_00000000000000000000ffff708628f3', '2', 'no'),
(30774, '_transient_wflginfl_00000000000000000000ffff7aaea01d', '2', 'no'),
(30764, '_transient_timeout_wflginfl_00000000000000000000ffff6737a541', '1477378846', 'no'),
(30765, '_transient_wflginfl_00000000000000000000ffff6737a541', '2', 'no'),
(30766, '_transient_timeout_wflginfl_00000000000000000000ffff6ca010d1', '1477378847', 'no'),
(30767, '_transient_wflginfl_00000000000000000000ffff6ca010d1', '2', 'no'),
(30773, '_transient_timeout_wflginfl_00000000000000000000ffff7aaea01d', '1477378878', 'no'),
(30780, '_transient_timeout_wflginfl_00000000000000000000ffff708628f3', '1477378947', 'no'),
(30826, '_transient_wflginfl_00000000000000000000ffff4da3392d', '2', 'no'),
(30792, '_transient_wflginfl_00000000000000000000ffff9af2831a', '2', 'no'),
(30791, '_transient_timeout_wflginfl_00000000000000000000ffff9af2831a', '1477379073', 'no'),
(30819, '_transient_wflginfl_00000000000000000000ffff2e832224', '2', 'no'),
(30825, '_transient_timeout_wflginfl_00000000000000000000ffff4da3392d', '1477386704', 'no'),
(30831, '_transient_timeout_wflginfl_00000000000000000000ffff244c3b18', '1477387499', 'no'),
(30832, '_transient_wflginfl_00000000000000000000ffff244c3b18', '2', 'no'),
(30873, '_transient_timeout_wflginfl_00000000000000000000ffff1b0799da', '1477393336', 'no'),
(30847, '_transient_wflginfl_00000000000000000000ffffb20b4717', '2', 'no'),
(30884, '_transient_timeout_wflginfl_00000000000000000000ffff29f9bb50', '1477393885', 'no'),
(30874, '_transient_wflginfl_00000000000000000000ffff1b0799da', '2', 'no'),
(30899, '_transient_timeout_wflginfl_00000000000000000000ffff495be3d2', '1477396895', 'no'),
(30885, '_transient_wflginfl_00000000000000000000ffff29f9bb50', '2', 'no'),
(30914, '_transient_timeout_wflginfl_00000000000000000000ffff05523c9c', '1477401221', 'no'),
(30900, '_transient_wflginfl_00000000000000000000ffff495be3d2', '2', 'no'),
(30941, '_transient_timeout_wflginfl_00000000000000000000ffffbc1a85f7', '1477405244', 'no'),
(30915, '_transient_wflginfl_00000000000000000000ffff05523c9c', '2', 'no'),
(30942, '_transient_wflginfl_00000000000000000000ffffbc1a85f7', '2', 'no'),
(34540, '_site_transient_timeout_browser_7fbb3da0dd1d829e2aa03f69d88f328c', '1478703307', 'no'),
(34541, '_site_transient_browser_7fbb3da0dd1d829e2aa03f69d88f328c', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.71";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(36278, '_transient_timeout_wflginfl_00000000000000000000ffffc62e8ad2', '1478444167', 'no'),
(36279, '_transient_wflginfl_00000000000000000000ffffc62e8ad2', '1', 'no'),
(36355, '_transient_timeout_wflginfl_00000000000000000000ffff1758687e', '1478464125', 'no'),
(36356, '_transient_wflginfl_00000000000000000000ffff1758687e', '1', 'no'),
(59423, '_transient_wflginfl_00000000000000000000ffffbe2e2041', '2', 'no'),
(49200, '_transient_timeout_wflginfl_00000000000000000000ffff79b39096', '1480244459', 'no'),
(47708, '_transient_timeout_wflginfl_00000000000000000000ffffbe884022', '1480023327', 'no'),
(47709, '_transient_wflginfl_00000000000000000000ffffbe884022', '2', 'no'),
(68660, '_transient_timeout_wflginfl_00000000000000000000ffff29cadb44', '1483015374', 'no'),
(36565, '_transient_timeout_wflginfl_00000000000000000000ffffc09df9c9', '1478503601', 'no'),
(36566, '_transient_wflginfl_00000000000000000000ffffc09df9c9', '1', 'no'),
(36489, '_transient_timeout_wflginfl_00000000000000000000ffff1758685c', '1478483570', 'no'),
(36490, '_transient_wflginfl_00000000000000000000ffff1758685c', '1', 'no'),
(37220, '_transient_wflginfl_00000000000000000000ffffc617fc79', '1', 'no'),
(37091, '_transient_timeout_wflginfl_00000000000000000000ffffc0e3cc65', '1478562507', 'no'),
(37092, '_transient_wflginfl_00000000000000000000ffffc0e3cc65', '1', 'no'),
(37219, '_transient_timeout_wflginfl_00000000000000000000ffffc617fc79', '1478581248', 'no'),
(42948, '_site_transient_browser_bbe17f0a746d1d92d88f5944fc82bf7f', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.99";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(67923, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1482993491', 'no'),
(67924, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1482950291', 'no'),
(67928, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1482950291', 'no'),
(67931, '_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b', '1482993491', 'no'),
(67932, '_transient_dash_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2016/12/vaughan/''>WordPress 4.7 “Vaughan”</a> <span class="rss-date">December 6, 2016</span><div class="rssSummary">Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah &quot;Sassy&quot; Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://heropress.com/essays/over-the-atlantic/''>HeroPress: Over The Atlantic</a></li><li><a class=''rsswidget'' href=''https://ma.tt/2016/12/christmas-music-leslie-odom-jr/''>Matt: Christmas Music: Leslie Odom Jr.</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/buddypress-2-7-4-patches-security-vulnerability-that-could-allow-arbitrary-file-deletion''>WPTavern: BuddyPress 2.7.4 Patches Security Vulnerability That Could Allow Arbitrary File Deletion</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Popular Plugin:</span> Clef Two-Factor Authentication&nbsp;<a href="plugin-install.php?tab=plugin-information&amp;plugin=wpclef&amp;_wpnonce=3ff18299be&amp;TB_iframe=true&amp;width=600&amp;height=800" class="thickbox open-plugin-details-modal" aria-label="Install Clef Two-Factor Authentication">(Install)</a></li></ul></div>', 'no'),
(68574, '_transient_wflginfl_00000000000000000000ffff1b225517', '2', 'no'),
(68667, '_transient_timeout_wflginfl_00000000000000000000ffffb6bc5bcc', '1483015754', 'no'),
(68584, '_transient_wflginfl_00000000000000000000ffff7be76cca', '2', 'no'),
(68557, '_transient_timeout_wflginfl_00000000000000000000ffff70d0c651', '1483006532', 'no'),
(68558, '_transient_wflginfl_00000000000000000000ffff70d0c651', '2', 'no'),
(68599, '_transient_timeout_wflginfl_00000000000000000000ffff6729c4af', '1483010604', 'no'),
(68573, '_transient_timeout_wflginfl_00000000000000000000ffff1b225517', '1483008238', 'no'),
(68184, '_transient_timeout_wflginfl_00000000000000000000ffffbdc448a7', '1482956141', 'no'),
(68185, '_transient_wflginfl_00000000000000000000ffffbdc448a7', '2', 'no'),
(68386, '_transient_wflginfl_00000000000000000000ffff7c2864a0', '2', 'no'),
(68649, '_transient_timeout_wflginfl_00000000000000000000ffffa0b10c95', '1483015110', 'no'),
(68650, '_transient_wflginfl_00000000000000000000ffffa0b10c95', '1', 'no'),
(68385, '_transient_timeout_wflginfl_00000000000000000000ffff7c2864a0', '1482973748', 'no'),
(50695, '_transient_wflginfl_00000000000000000000ffff17f22bea', '2', 'no'),
(50748, '_transient_timeout_wflginfl_00000000000000000000ffffd9d232d2', '1480461909', 'no'),
(48461, '_transient_timeout_wflginfl_00000000000000000000ffffbe2632fd', '1480136011', 'no'),
(48462, '_transient_wflginfl_00000000000000000000ffffbe2632fd', '2', 'no'),
(67129, '_transient_timeout_wflginfl_00000000000000000000ffff3bb7b16e', '1482825825', 'no'),
(50654, '_transient_wflginfl_00000000000000000000ffff77999f29', '2', 'no'),
(50494, '_transient_timeout_wflginfl_00000000000000000000ffff24544211', '1480427509', 'no'),
(50495, '_transient_wflginfl_00000000000000000000ffff24544211', '2', 'no'),
(50518, '_transient_timeout_wflginfl_00000000000000000000ffff9a466f85', '1480430932', 'no'),
(50519, '_transient_wflginfl_00000000000000000000ffff9a466f85', '2', 'no'),
(50242, '_transient_wflginfl_00000000000000000000ffffc526d28a', '2', 'no'),
(50294, '_transient_timeout_wflginfl_00000000000000000000ffff3193a52f', '1480398629', 'no'),
(50295, '_transient_wflginfl_00000000000000000000ffff3193a52f', '2', 'no'),
(50629, '_transient_timeout_wflginfl_00000000000000000000ffffaf08143b', '1480448189', 'no'),
(50630, '_transient_wflginfl_00000000000000000000ffffaf08143b', '2', 'no'),
(50653, '_transient_timeout_wflginfl_00000000000000000000ffff77999f29', '1480449148', 'no'),
(50337, '_transient_timeout_wflginfl_00000000000000000000ffff25694ced', '1480401318', 'no'),
(54957, '_transient_timeout_wflginfl_00000000000000000000ffffb2dce186', '1481060485', 'no'),
(50694, '_transient_timeout_wflginfl_00000000000000000000ffff17f22bea', '1480452801', 'no'),
(47592, '_transient_wflginfl_00000000000000000000ffffb4b2b3f4', '2', 'no'),
(68679, '_transient_wflginfl_00000000000000000000ffffb64806da', '2', 'no'),
(47611, '_transient_timeout_wflginfl_00000000000000000000ffff5d54c655', '1480010311', 'no'),
(47612, '_transient_wflginfl_00000000000000000000ffff5d54c655', '2', 'no'),
(68678, '_transient_timeout_wflginfl_00000000000000000000ffffb64806da', '1483018673', 'no'),
(47591, '_transient_timeout_wflginfl_00000000000000000000ffffb4b2b3f4', '1480009529', 'no'),
(47993, '_transient_wflginfl_00000000000000000000ffff74d52228', '2', 'no'),
(47983, '_transient_wflginfl_00000000000000000000ffff2bfafcfe', '2', 'no'),
(47911, '_transient_timeout_wflginfl_00000000000000000000ffff744b58a1', '1480054463', 'no'),
(47912, '_transient_wflginfl_00000000000000000000ffff744b58a1', '2', 'no'),
(47992, '_transient_timeout_wflginfl_00000000000000000000ffff74d52228', '1480064894', 'no'),
(47975, '_transient_timeout_wflginfl_00000000000000000000ffff530503ec', '1480062539', 'no'),
(47976, '_transient_wflginfl_00000000000000000000ffff530503ec', '1', 'no'),
(47926, '_transient_timeout_wflginfl_00000000000000000000ffffb5d01779', '1480057980', 'no'),
(47927, '_transient_wflginfl_00000000000000000000ffffb5d01779', '1', 'no'),
(47982, '_transient_timeout_wflginfl_00000000000000000000ffff2bfafcfe', '1480064731', 'no'),
(47769, '_transient_timeout_wflginfl_00000000000000000000ffffa2ce3df0', '1480028404', 'no'),
(47770, '_transient_wflginfl_00000000000000000000ffffa2ce3df0', '2', 'no'),
(68882, '_transient_timeout_wflginfl_00000000000000000000ffffb24cd8a4', '1483044666', 'no'),
(68883, '_transient_wflginfl_00000000000000000000ffffb24cd8a4', '2', 'no'),
(69003, '_transient_timeout_wflginfl_00000000000000000000ffff75c74e8f', '1483067585', 'no'),
(68706, '_transient_timeout_wflginfl_00000000000000000000ffff58e6fd01', '1483022033', 'no'),
(68707, '_transient_wflginfl_00000000000000000000ffff58e6fd01', '2', 'no'),
(68778, '_transient_timeout_wflginfl_00000000000000000000ffffa0781979', '1483031864', 'no'),
(68779, '_transient_wflginfl_00000000000000000000ffffa0781979', '2', 'no'),
(48116, '_transient_timeout_wflginfl_00000000000000000000ffff4f737865', '1480091206', 'no'),
(48117, '_transient_wflginfl_00000000000000000000ffff4f737865', '2', 'no'),
(48148, '_transient_timeout_wflginfl_00000000000000000000ffff6df51a7a', '1480097410', 'no'),
(48149, '_transient_wflginfl_00000000000000000000ffff6df51a7a', '1', 'no'),
(48159, '_transient_timeout_wflginfl_00000000000000000000ffff570f1d31', '1480098645', 'no'),
(48160, '_transient_wflginfl_00000000000000000000ffff570f1d31', '2', 'no'),
(48200, '_transient_timeout_wflginfl_00000000000000000000ffffb572585d', '1480103295', 'no'),
(48201, '_transient_wflginfl_00000000000000000000ffffb572585d', '2', 'no'),
(48243, '_transient_timeout_wflginfl_00000000000000000000ffff5f86f3fb', '1480108897', 'no'),
(48244, '_transient_wflginfl_00000000000000000000ffff5f86f3fb', '2', 'no'),
(50977, '_transient_timeout_wflginfl_00000000000000000000ffffcbdf2bac', '1480490001', 'no'),
(50978, '_transient_wflginfl_00000000000000000000ffffcbdf2bac', '2', 'no'),
(50241, '_transient_timeout_wflginfl_00000000000000000000ffffc526d28a', '1480389134', 'no'),
(48492, '_transient_wflginfl_00000000000000000000ffffcbc26118', '2', 'no'),
(48467, '_transient_timeout_wflginfl_00000000000000000000ffff5043b18b', '1480136513', 'no'),
(48468, '_transient_wflginfl_00000000000000000000ffff5043b18b', '2', 'no'),
(48453, '_transient_timeout_wflginfl_00000000000000000000ffff010ad503', '1480135391', 'no'),
(48454, '_transient_wflginfl_00000000000000000000ffff010ad503', '2', 'no'),
(48491, '_transient_timeout_wflginfl_00000000000000000000ffffcbc26118', '1480141652', 'no'),
(48333, '_transient_timeout_wflginfl_00000000000000000000ffff3d058386', '1480125495', 'no'),
(48334, '_transient_wflginfl_00000000000000000000ffff3d058386', '2', 'no'),
(48372, '_transient_timeout_wflginfl_00000000000000000000ffff67d329d5', '1480126895', 'no'),
(48373, '_transient_wflginfl_00000000000000000000ffff67d329d5', '2', 'no'),
(48603, '_transient_timeout_wflginfl_00000000000000000000ffff779b1945', '1480163100', 'no'),
(48604, '_transient_wflginfl_00000000000000000000ffff779b1945', '2', 'no'),
(48650, '_transient_timeout_wflginfl_00000000000000000000ffffcbcaf85c', '1480168478', 'no'),
(48651, '_transient_wflginfl_00000000000000000000ffffcbcaf85c', '2', 'no'),
(48674, '_transient_timeout_wflginfl_00000000000000000000ffff3dcf9d33', '1480171708', 'no'),
(48675, '_transient_wflginfl_00000000000000000000ffff3dcf9d33', '2', 'no'),
(48685, '_transient_timeout_wflginfl_00000000000000000000ffff6161aa6e', '1480173156', 'no'),
(48686, '_transient_wflginfl_00000000000000000000ffff6161aa6e', '1', 'no'),
(48696, '_transient_timeout_wflginfl_00000000000000000000ffff2725a0d5', '1480173439', 'no'),
(48697, '_transient_wflginfl_00000000000000000000ffff2725a0d5', '1', 'no'),
(48703, '_transient_timeout_wflginfl_00000000000000000000ffff29644731', '1480173810', 'no'),
(48704, '_transient_wflginfl_00000000000000000000ffff29644731', '2', 'no'),
(48736, '_transient_timeout_wflginfl_00000000000000000000ffff5940287e', '1480176249', 'no'),
(48737, '_transient_wflginfl_00000000000000000000ffff5940287e', '2', 'no'),
(48784, '_transient_timeout_wflginfl_00000000000000000000ffff3b67dca7', '1480183659', 'no'),
(48785, '_transient_wflginfl_00000000000000000000ffff3b67dca7', '2', 'no'),
(49735, '_transient_timeout_wflginfl_00000000000000000000ffffaf8ed613', '1480313819', 'no'),
(49736, '_transient_wflginfl_00000000000000000000ffffaf8ed613', '2', 'no'),
(48841, '_transient_timeout_wflginfl_00000000000000000000ffff296972f0', '1480193895', 'no'),
(48842, '_transient_wflginfl_00000000000000000000ffff296972f0', '2', 'no'),
(49300, '_transient_timeout_wflginfl_00000000000000000000ffff051dd3e2', '1480259123', 'no'),
(49120, '_transient_timeout_wflginfl_00000000000000000000ffff75d8abc6', '1480230268', 'no'),
(49121, '_transient_wflginfl_00000000000000000000ffff75d8abc6', '2', 'no'),
(49250, '_transient_timeout_wflginfl_00000000000000000000ffffbcf64d62', '1480251341', 'no'),
(49251, '_transient_wflginfl_00000000000000000000ffffbcf64d62', '2', 'no'),
(49201, '_transient_wflginfl_00000000000000000000ffff79b39096', '2', 'no'),
(49220, '_transient_timeout_wflginfl_00000000000000000000ffffc51b3bb5', '1480248128', 'no'),
(49221, '_transient_wflginfl_00000000000000000000ffffc51b3bb5', '2', 'no'),
(49239, '_transient_timeout_wflginfl_00000000000000000000ffff672a7d75', '1480250125', 'no'),
(49705, '_transient_wflginfl_00000000000000000000ffff75c195cb', '2', 'no'),
(49174, '_transient_timeout_wflginfl_00000000000000000000ffffcbcaf62b', '1480237374', 'no'),
(49175, '_transient_wflginfl_00000000000000000000ffffcbcaf62b', '2', 'no'),
(49240, '_transient_wflginfl_00000000000000000000ffff672a7d75', '2', 'no'),
(49301, '_transient_wflginfl_00000000000000000000ffff051dd3e2', '1', 'no'),
(49307, '_transient_timeout_wflginfl_00000000000000000000ffff2733aa29', '1480260374', 'no'),
(49308, '_transient_wflginfl_00000000000000000000ffff2733aa29', '2', 'no'),
(49439, '_transient_timeout_wflginfl_00000000000000000000ffff0233ae81', '1480277351', 'no'),
(49440, '_transient_wflginfl_00000000000000000000ffff0233ae81', '2', 'no'),
(49446, '_transient_timeout_wflginfl_00000000000000000000ffffc5dca993', '1480278666', 'no'),
(49447, '_transient_wflginfl_00000000000000000000ffffc5dca993', '2', 'no'),
(49718, '_transient_timeout_wflginfl_00000000000000000000ffffbaf74095', '1480312071', 'no'),
(49719, '_transient_wflginfl_00000000000000000000ffffbaf74095', '2', 'no'),
(49560, '_transient_timeout_wflginfl_00000000000000000000ffffac048ba9', '1480295662', 'no'),
(49561, '_transient_wflginfl_00000000000000000000ffffac048ba9', '2', 'no'),
(49692, '_transient_timeout_wflginfl_00000000000000000000ffffca4f22de', '1480310210', 'no'),
(49693, '_transient_wflginfl_00000000000000000000ffffca4f22de', '2', 'no'),
(49704, '_transient_timeout_wflginfl_00000000000000000000ffff75c195cb', '1480310384', 'no'),
(49664, '_transient_timeout_wflginfl_00000000000000000000ffffae3afc2b', '1480304478', 'no'),
(49665, '_transient_wflginfl_00000000000000000000ffffae3afc2b', '2', 'no'),
(49793, '_transient_timeout_wflginfl_00000000000000000000ffffdeb20af8', '1480324274', 'no'),
(49794, '_transient_wflginfl_00000000000000000000ffffdeb20af8', '2', 'no'),
(50338, '_transient_wflginfl_00000000000000000000ffff25694ced', '2', 'no'),
(50357, '_transient_timeout_wflginfl_00000000000000000000ffff52f34be2', '1480405030', 'no'),
(50358, '_transient_wflginfl_00000000000000000000ffff52f34be2', '2', 'no'),
(50095, '_transient_timeout_wflginfl_00000000000000000000ffff7607ac51', '1480372979', 'no'),
(50096, '_transient_wflginfl_00000000000000000000ffff7607ac51', '2', 'no'),
(50005, '_transient_timeout_wflginfl_00000000000000000000ffff54e8cc8f', '1480361164', 'no'),
(50006, '_transient_wflginfl_00000000000000000000ffff54e8cc8f', '2', 'no'),
(51043, '_transient_wflginfl_00000000000000000000ffff5e45c9ac', '2', 'no'),
(50984, '_transient_timeout_wflginfl_00000000000000000000ffff567f4495', '1480490690', 'no'),
(50985, '_transient_wflginfl_00000000000000000000ffff567f4495', '2', 'no'),
(50948, '_transient_timeout_wflginfl_00000000000000000000ffff8bbe7d92', '1480488323', 'no'),
(50949, '_transient_wflginfl_00000000000000000000ffff8bbe7d92', '2', 'no'),
(51042, '_transient_timeout_wflginfl_00000000000000000000ffff5e45c9ac', '1480500302', 'no'),
(50749, '_transient_wflginfl_00000000000000000000ffffd9d232d2', '2', 'no'),
(69365, '_transient_timeout_GFCache_0f588375ad7763090746f04e5553c8b3', '1483116437', 'no'),
(69366, '_transient_GFCache_0f588375ad7763090746f04e5553c8b3', 'a:1:{i:0;O:8:"stdClass":2:{s:7:"form_id";s:1:"1";s:10:"view_count";s:3:"356";}}', 'no'),
(51035, '_transient_timeout_wflginfl_00000000000000000000ffffde2aebe7', '1480498289', 'no'),
(51036, '_transient_wflginfl_00000000000000000000ffffde2aebe7', '2', 'no'),
(51098, '_transient_timeout_wflginfl_00000000000000000000ffff4f8fa431', '1480510835', 'no'),
(51099, '_transient_wflginfl_00000000000000000000ffff4f8fa431', '2', 'no'),
(51117, '_transient_timeout_wflginfl_00000000000000000000ffff97646695', '1480513382', 'no'),
(51118, '_transient_wflginfl_00000000000000000000ffff97646695', '2', 'no'),
(51141, '_transient_timeout_wflginfl_00000000000000000000ffff6eeb0a7e', '1480514890', 'no'),
(51142, '_transient_wflginfl_00000000000000000000ffff6eeb0a7e', '2', 'no'),
(51153, '_transient_timeout_wflginfl_00000000000000000000ffff244b2c04', '1480517522', 'no'),
(51154, '_transient_wflginfl_00000000000000000000ffff244b2c04', '2', 'no'),
(51222, '_transient_timeout_wflginfl_00000000000000000000ffff7c7d12d9', '1480525318', 'no'),
(51223, '_transient_wflginfl_00000000000000000000ffff7c7d12d9', '2', 'no'),
(51299, '_transient_timeout_wflginfl_00000000000000000000ffff2ff7dfa0', '1480535276', 'no'),
(51300, '_transient_wflginfl_00000000000000000000ffff2ff7dfa0', '1', 'no'),
(51327, '_transient_timeout_wflginfl_00000000000000000000ffff67e133bd', '1480537557', 'no'),
(51328, '_transient_wflginfl_00000000000000000000ffff67e133bd', '2', 'no'),
(51334, '_transient_timeout_wflginfl_00000000000000000000ffff8ba78a85', '1480537930', 'no'),
(51335, '_transient_wflginfl_00000000000000000000ffff8ba78a85', '2', 'no'),
(51452, '_transient_wflginfl_00000000000000000000ffff70cea1b5', '2', 'no'),
(51684, '_transient_timeout_wflginfl_00000000000000000000ffff2954eb84', '1480597073', 'no'),
(51660, '_transient_timeout_wflginfl_00000000000000000000ffffbc197348', '1480592003', 'no'),
(51451, '_transient_timeout_wflginfl_00000000000000000000ffff70cea1b5', '1480554267', 'no'),
(51360, '_transient_timeout_wflginfl_00000000000000000000ffff5afe4407', '1480543936', 'no'),
(51361, '_transient_wflginfl_00000000000000000000ffff5afe4407', '2', 'no'),
(53684, '_transient_timeout_wflginfl_00000000000000000000ffff67dd370c', '1480881318', 'no'),
(51523, '_transient_timeout_wflginfl_00000000000000000000ffff29e0a958', '1480571761', 'no'),
(51524, '_transient_wflginfl_00000000000000000000ffff29e0a958', '1', 'no'),
(51569, '_transient_wflginfl_00000000000000000000ffff2942c9e5', '2', 'no'),
(51685, '_transient_wflginfl_00000000000000000000ffff2954eb84', '2', 'no'),
(51640, '_transient_timeout_wflginfl_00000000000000000000ffff74447b77', '1480587247', 'no'),
(51661, '_transient_wflginfl_00000000000000000000ffffbc197348', '2', 'no'),
(51463, '_transient_timeout_wflginfl_00000000000000000000ffff2be73932', '1480559790', 'no'),
(51464, '_transient_wflginfl_00000000000000000000ffff2be73932', '2', 'no'),
(51641, '_transient_wflginfl_00000000000000000000ffff74447b77', '2', 'no'),
(51568, '_transient_timeout_wflginfl_00000000000000000000ffff2942c9e5', '1480580377', 'no'),
(51708, '_transient_timeout_wflginfl_00000000000000000000ffff587dcc3e', '1480599309', 'no'),
(51709, '_transient_wflginfl_00000000000000000000ffff587dcc3e', '2', 'no'),
(51721, '_transient_timeout_wflginfl_00000000000000000000ffffc38e0681', '1480601939', 'no'),
(51722, '_transient_wflginfl_00000000000000000000ffffc38e0681', '1', 'no'),
(51741, '_transient_timeout_wflginfl_00000000000000000000ffff75c2dd04', '1480605171', 'no'),
(51742, '_transient_wflginfl_00000000000000000000ffff75c2dd04', '1', 'no'),
(51752, '_transient_timeout_wflginfl_00000000000000000000ffff5d2cca9e', '1480605907', 'no'),
(51753, '_transient_wflginfl_00000000000000000000ffff5d2cca9e', '2', 'no'),
(51768, '_transient_timeout_wflginfl_00000000000000000000ffffb7571790', '1480608818', 'no'),
(51769, '_transient_wflginfl_00000000000000000000ffffb7571790', '2', 'no'),
(51784, '_transient_timeout_wflginfl_00000000000000000000ffff3bb66b07', '1480609701', 'no'),
(51785, '_transient_wflginfl_00000000000000000000ffff3bb66b07', '2', 'no'),
(58198, '_transient_timeout_wflginfl_00000000000000000000ffffca0c5009', '1481532290', 'no'),
(52417, '_transient_timeout_wflginfl_00000000000000000000ffff58cfdce1', '1480702995', 'no'),
(52418, '_transient_wflginfl_00000000000000000000ffff58cfdce1', '2', 'no'),
(52409, '_transient_timeout_wflginfl_00000000000000000000ffff5d576e23', '1480699298', 'no'),
(52410, '_transient_wflginfl_00000000000000000000ffff5d576e23', '2', 'no'),
(52027, '_transient_timeout_wflginfl_00000000000000000000ffff53fd1ab9', '1480641331', 'no'),
(52028, '_transient_wflginfl_00000000000000000000ffff53fd1ab9', '2', 'no'),
(52052, '_transient_timeout_wflginfl_00000000000000000000ffff2f0b87ed', '1480642922', 'no'),
(52053, '_transient_wflginfl_00000000000000000000ffff2f0b87ed', '2', 'no'),
(52088, '_transient_timeout_wflginfl_00000000000000000000ffffba945812', '1480649146', 'no'),
(52089, '_transient_wflginfl_00000000000000000000ffffba945812', '2', 'no'),
(52173, '_transient_timeout_wflginfl_00000000000000000000ffffc5eaf54a', '1480663648', 'no'),
(52174, '_transient_wflginfl_00000000000000000000ffffc5eaf54a', '2', 'no'),
(52296, '_transient_timeout_wflginfl_00000000000000000000ffff5ebdb673', '1480677571', 'no'),
(52289, '_transient_timeout_wflginfl_00000000000000000000ffff6a33ea5f', '1480676535', 'no'),
(52278, '_transient_timeout_wflginfl_00000000000000000000ffff7113226c', '1480675892', 'no'),
(52279, '_transient_wflginfl_00000000000000000000ffff7113226c', '2', 'no'),
(52297, '_transient_wflginfl_00000000000000000000ffff5ebdb673', '2', 'no'),
(52290, '_transient_wflginfl_00000000000000000000ffff6a33ea5f', '2', 'no'),
(54813, '_transient_timeout_wflginfl_00000000000000000000ffffc2a0f401', '1481043093', 'no'),
(54814, '_transient_wflginfl_00000000000000000000ffffc2a0f401', '2', 'no'),
(54891, '_transient_timeout_wflginfl_00000000000000000000ffff80465a6f', '1481051699', 'no'),
(54892, '_transient_wflginfl_00000000000000000000ffff80465a6f', '2', 'no'),
(54925, '_transient_timeout_wflginfl_00000000000000000000ffff6d51d117', '1481057177', 'no'),
(54926, '_transient_wflginfl_00000000000000000000ffff6d51d117', '2', 'no'),
(54946, '_transient_timeout_wflginfl_00000000000000000000ffff252308a8', '1481058594', 'no'),
(54947, '_transient_wflginfl_00000000000000000000ffff252308a8', '1', 'no'),
(54948, '_transient_timeout_wflginfl_00000000000000000000ffffcb525189', '1481058620', 'no'),
(54949, '_transient_wflginfl_00000000000000000000ffffcb525189', '2', 'no'),
(54958, '_transient_wflginfl_00000000000000000000ffffb2dce186', '2', 'no'),
(55196, '_transient_wflginfl_00000000000000000000ffff3b6026f8', '2', 'no'),
(55169, '_transient_timeout_wflginfl_00000000000000000000ffffc5d80e2b', '1481096646', 'no'),
(55170, '_transient_wflginfl_00000000000000000000ffffc5d80e2b', '2', 'no'),
(55195, '_transient_timeout_wflginfl_00000000000000000000ffff3b6026f8', '1481100809', 'no'),
(55154, '_transient_timeout_wflginfl_00000000000000000000ffff31ce76f6', '1481095162', 'no'),
(55155, '_transient_wflginfl_00000000000000000000ffff31ce76f6', '2', 'no'),
(55817, '_transient_wflginfl_00000000000000000000ffffd49c896a', '2', 'no'),
(55997, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d3321', '1481219149', 'no'),
(55998, '_transient_wflginfl_00000000000000000000ffff2f1d3321', '2', 'no'),
(55844, '_transient_timeout_wflginfl_00000000000000000000ffff1883dee9', '1481191765', 'no'),
(55845, '_transient_wflginfl_00000000000000000000ffff1883dee9', '2', 'no'),
(55914, '_transient_wflginfl_00000000000000000000ffffa8fd9fdc', '2', 'no'),
(55876, '_transient_timeout_wflginfl_00000000000000000000ffffd2104da8', '1481201471', 'no'),
(55877, '_transient_wflginfl_00000000000000000000ffffd2104da8', '2', 'no'),
(55913, '_transient_timeout_wflginfl_00000000000000000000ffffa8fd9fdc', '1481206902', 'no'),
(55242, '_transient_timeout_wflginfl_00000000000000000000ffff7384d8ae', '1481108148', 'no'),
(55243, '_transient_wflginfl_00000000000000000000ffff7384d8ae', '2', 'no'),
(55787, '_transient_timeout_wflginfl_00000000000000000000ffff3cf3def8', '1481183418', 'no'),
(55788, '_transient_wflginfl_00000000000000000000ffff3cf3def8', '2', 'no'),
(55354, '_transient_timeout_wflginfl_00000000000000000000ffff02eda2f1', '1481120172', 'no'),
(55355, '_transient_wflginfl_00000000000000000000ffff02eda2f1', '2', 'no'),
(55416, '_transient_timeout_wflginfl_00000000000000000000ffff319c9af2', '1481127681', 'no'),
(55417, '_transient_wflginfl_00000000000000000000ffff319c9af2', '2', 'no'),
(55485, '_transient_timeout_wflginfl_00000000000000000000ffffb01835de', '1481136617', 'no'),
(55486, '_transient_wflginfl_00000000000000000000ffffb01835de', '2', 'no'),
(55582, '_transient_timeout_wflginfl_00000000000000000000ffffb2bf4b01', '1481145903', 'no'),
(55583, '_transient_wflginfl_00000000000000000000ffffb2bf4b01', '2', 'no'),
(55647, '_transient_timeout_wflginfl_00000000000000000000ffff4fb02488', '1481162753', 'no'),
(55648, '_transient_wflginfl_00000000000000000000ffff4fb02488', '2', 'no'),
(55957, '_transient_timeout_wflginfl_00000000000000000000ffff25f74f7e', '1481212219', 'no'),
(55958, '_transient_wflginfl_00000000000000000000ffff25f74f7e', '2', 'no'),
(55816, '_transient_timeout_wflginfl_00000000000000000000ffffd49c896a', '1481188832', 'no'),
(57387, '_transient_timeout_wflginfl_00000000000000000000ffffc9d3089f', '1481400057', 'no'),
(57388, '_transient_wflginfl_00000000000000000000ffffc9d3089f', '2', 'no'),
(57417, '_transient_wflginfl_00000000000000000000ffff6968d112', '2', 'no'),
(57400, '_transient_timeout_wflginfl_00000000000000000000ffffbc19771c', '1481401009', 'no'),
(56028, '_transient_timeout_wflginfl_00000000000000000000ffff24ff5595', '1481223919', 'no'),
(56029, '_transient_wflginfl_00000000000000000000ffff24ff5595', '2', 'no'),
(56073, '_transient_timeout_wflginfl_00000000000000000000ffff25f898c0', '1481228658', 'no'),
(56074, '_transient_wflginfl_00000000000000000000ffff25f898c0', '2', 'no'),
(56218, '_transient_wflginfl_00000000000000000000ffffcb719caa', '2', 'no'),
(56323, '_transient_wflginfl_00000000000000000000ffff7c68e8ee', '2', 'no'),
(56232, '_transient_timeout_wflginfl_00000000000000000000ffff7a34086a', '1481252332', 'no'),
(56093, '_transient_timeout_wflginfl_00000000000000000000ffff7c9e6cc5', '1481233378', 'no'),
(56094, '_transient_wflginfl_00000000000000000000ffff7c9e6cc5', '2', 'no'),
(56233, '_transient_wflginfl_00000000000000000000ffff7a34086a', '2', 'no'),
(56670, '_transient_timeout_wflginfl_00000000000000000000ffff97b550c2', '1481316152', 'no'),
(56671, '_transient_wflginfl_00000000000000000000ffff97b550c2', '2', 'no'),
(56322, '_transient_timeout_wflginfl_00000000000000000000ffff7c68e8ee', '1481268435', 'no'),
(56147, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a2ec1', '1481239271', 'no'),
(56148, '_transient_wflginfl_00000000000000000000ffff4d8a2ec1', '2', 'no'),
(56217, '_transient_timeout_wflginfl_00000000000000000000ffffcb719caa', '1481251233', 'no'),
(56197, '_transient_timeout_wflginfl_00000000000000000000ffff73b3be84', '1481247873', 'no'),
(56198, '_transient_wflginfl_00000000000000000000ffff73b3be84', '2', 'no'),
(56370, '_transient_timeout_wflginfl_00000000000000000000ffffdcfd7271', '1481272918', 'no'),
(56371, '_transient_wflginfl_00000000000000000000ffffdcfd7271', '2', 'no'),
(56381, '_transient_timeout_wflginfl_00000000000000000000ffffc27e1f04', '1481274558', 'no'),
(56382, '_transient_wflginfl_00000000000000000000ffffc27e1f04', '2', 'no'),
(56422, '_transient_timeout_wflginfl_00000000000000000000ffffbb0f901d', '1481281278', 'no'),
(56423, '_transient_wflginfl_00000000000000000000ffffbb0f901d', '2', 'no'),
(56416, '_transient_timeout_wflginfl_00000000000000000000ffff7c6f1fb8', '1481279202', 'no'),
(56417, '_transient_wflginfl_00000000000000000000ffff7c6f1fb8', '2', 'no'),
(56500, '_transient_timeout_wflginfl_00000000000000000000ffff51f57f91', '1481294086', 'no'),
(56501, '_transient_wflginfl_00000000000000000000ffff51f57f91', '2', 'no'),
(56507, '_transient_timeout_wflginfl_00000000000000000000ffff481b388a', '1481294420', 'no'),
(56508, '_transient_wflginfl_00000000000000000000ffff481b388a', '2', 'no'),
(56540, '_transient_timeout_wflginfl_00000000000000000000ffffb4be727e', '1481302336', 'no'),
(56541, '_transient_wflginfl_00000000000000000000ffffb4be727e', '2', 'no'),
(56568, '_transient_timeout_wflginfl_00000000000000000000ffff2732f7d6', '1481310552', 'no'),
(56569, '_transient_wflginfl_00000000000000000000ffff2732f7d6', '2', 'no'),
(57035, '_transient_timeout_wflginfl_00000000000000000000ffff2a3c3192', '1481357586', 'no'),
(56772, '_transient_wflginfl_00000000000000000000ffff3cea6892', '2', 'no'),
(56969, '_transient_wflginfl_00000000000000000000ffffd5376e7e', '2', 'no'),
(57036, '_transient_wflginfl_00000000000000000000ffff2a3c3192', '2', 'no'),
(56839, '_transient_wflginfl_00000000000000000000ffff2a7cfa77', '2', 'no'),
(57046, '_transient_timeout_wflginfl_00000000000000000000ffff272894cd', '1481359565', 'no'),
(56968, '_transient_timeout_wflginfl_00000000000000000000ffffd5376e7e', '1481349798', 'no'),
(56838, '_transient_timeout_wflginfl_00000000000000000000ffff2a7cfa77', '1481332896', 'no'),
(56771, '_transient_timeout_wflginfl_00000000000000000000ffff3cea6892', '1481325852', 'no'),
(57047, '_transient_wflginfl_00000000000000000000ffff272894cd', '2', 'no'),
(57057, '_transient_timeout_wflginfl_00000000000000000000ffffc52a62db', '1481360729', 'no'),
(57058, '_transient_wflginfl_00000000000000000000ffffc52a62db', '2', 'no'),
(57131, '_transient_wflginfl_00000000000000000000ffffbe71666f', '2', 'no'),
(57130, '_transient_timeout_wflginfl_00000000000000000000ffffbe71666f', '1481367091', 'no'),
(57163, '_transient_timeout_wflginfl_00000000000000000000ffff556bb64c', '1481371936', 'no'),
(57164, '_transient_wflginfl_00000000000000000000ffff556bb64c', '2', 'no'),
(57210, '_transient_timeout_wflginfl_00000000000000000000ffff4d51a6b0', '1481376968', 'no'),
(57211, '_transient_wflginfl_00000000000000000000ffff4d51a6b0', '2', 'no'),
(57244, '_transient_timeout_wflginfl_00000000000000000000ffff75c8a6f4', '1481382925', 'no'),
(57245, '_transient_wflginfl_00000000000000000000ffff75c8a6f4', '2', 'no'),
(57300, '_transient_timeout_wflginfl_00000000000000000000ffff7aab43f4', '1481389459', 'no'),
(57301, '_transient_wflginfl_00000000000000000000ffff7aab43f4', '1', 'no'),
(57338, '_transient_timeout_wflginfl_00000000000000000000ffff5323fca6', '1481395048', 'no'),
(57339, '_transient_wflginfl_00000000000000000000ffff5323fca6', '2', 'no'),
(57361, '_transient_timeout_wflginfl_00000000000000000000ffffb4bf8371', '1481398167', 'no'),
(57362, '_transient_wflginfl_00000000000000000000ffffb4bf8371', '2', 'no'),
(57416, '_transient_timeout_wflginfl_00000000000000000000ffff6968d112', '1481403883', 'no'),
(57401, '_transient_wflginfl_00000000000000000000ffffbc19771c', '2', 'no'),
(57374, '_transient_timeout_wflginfl_00000000000000000000ffff4f718b1b', '1481398932', 'no'),
(57375, '_transient_wflginfl_00000000000000000000ffff4f718b1b', '1', 'no'),
(57451, '_transient_timeout_wflginfl_00000000000000000000ffffb029e745', '1481406894', 'no'),
(57452, '_transient_wflginfl_00000000000000000000ffffb029e745', '2', 'no'),
(57702, '_transient_wflginfl_00000000000000000000ffff4dc32562', '2', 'no'),
(57686, '_transient_timeout_wflginfl_00000000000000000000ffff54eed84f', '1481450277', 'no'),
(57772, '_transient_timeout_wflginfl_00000000000000000000ffffdb5cbcab', '1481468954', 'no'),
(57645, '_transient_timeout_wflginfl_00000000000000000000ffffbf2b4274', '1481443500', 'no'),
(57646, '_transient_wflginfl_00000000000000000000ffffbf2b4274', '2', 'no'),
(57492, '_transient_timeout_wflginfl_00000000000000000000ffffcbd774e7', '1481417015', 'no'),
(57493, '_transient_wflginfl_00000000000000000000ffffcbd774e7', '2', 'no'),
(57617, '_transient_timeout_wflginfl_00000000000000000000ffff74444975', '1481439787', 'no'),
(57618, '_transient_wflginfl_00000000000000000000ffff74444975', '2', 'no'),
(57773, '_transient_wflginfl_00000000000000000000ffffdb5cbcab', '2', 'no'),
(57701, '_transient_timeout_wflginfl_00000000000000000000ffff4dc32562', '1481454049', 'no'),
(57687, '_transient_wflginfl_00000000000000000000ffff54eed84f', '2', 'no'),
(57766, '_transient_wflginfl_00000000000000000000ffff025ad033', '1', 'no'),
(57763, '_transient_timeout_wflginfl_00000000000000000000ffff025977d0', '1481467727', 'no'),
(57764, '_transient_wflginfl_00000000000000000000ffff025977d0', '1', 'no'),
(57765, '_transient_timeout_wflginfl_00000000000000000000ffff025ad033', '1481467730', 'no'),
(57795, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a28f3', '1481471915', 'no'),
(57796, '_transient_wflginfl_00000000000000000000ffff4d8a28f3', '2', 'no'),
(57812, '_transient_timeout_wflginfl_00000000000000000000ffffb752c827', '1481476243', 'no'),
(57813, '_transient_wflginfl_00000000000000000000ffffb752c827', '2', 'no'),
(57832, '_transient_timeout_wflginfl_00000000000000000000ffff74447978', '1481479503', 'no'),
(57833, '_transient_wflginfl_00000000000000000000ffff74447978', '2', 'no'),
(57859, '_transient_timeout_wflginfl_00000000000000000000ffffc4cede23', '1481482281', 'no'),
(57860, '_transient_wflginfl_00000000000000000000ffffc4cede23', '2', 'no');
INSERT INTO `wpo8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(57884, '_transient_timeout_wflginfl_00000000000000000000ffff5210b0dc', '1481487361', 'no'),
(57885, '_transient_wflginfl_00000000000000000000ffff5210b0dc', '1', 'no'),
(57891, '_transient_timeout_wflginfl_00000000000000000000ffff522e823a', '1481487653', 'no'),
(57892, '_transient_wflginfl_00000000000000000000ffff522e823a', '2', 'no'),
(57930, '_transient_timeout_wflginfl_00000000000000000000ffff4e632e70', '1481492819', 'no'),
(57931, '_transient_wflginfl_00000000000000000000ffff4e632e70', '2', 'no'),
(58115, '_transient_timeout_wflginfl_00000000000000000000ffff4e3d4e5e', '1481520955', 'no'),
(58083, '_transient_wflginfl_00000000000000000000ffff6bc28090', '2', 'no'),
(58057, '_transient_timeout_wflginfl_00000000000000000000ffff6d8005eb', '1481510819', 'no'),
(58058, '_transient_wflginfl_00000000000000000000ffff6d8005eb', '2', 'no'),
(58082, '_transient_timeout_wflginfl_00000000000000000000ffff6bc28090', '1481512851', 'no'),
(58814, '_transient_timeout_wflginfl_00000000000000000000ffffbe6a463e', '1481608486', 'no'),
(58134, '_transient_timeout_wflginfl_00000000000000000000ffff7ab4fd20', '1481523024', 'no'),
(58135, '_transient_wflginfl_00000000000000000000ffff7ab4fd20', '2', 'no'),
(57968, '_transient_timeout_wflginfl_00000000000000000000ffff4409d432', '1481501265', 'no'),
(57969, '_transient_wflginfl_00000000000000000000ffff4409d432', '2', 'no'),
(58116, '_transient_wflginfl_00000000000000000000ffff4e3d4e5e', '1', 'no'),
(58790, '_transient_timeout_wflginfl_00000000000000000000ffff5814152d', '1481603572', 'no'),
(58199, '_transient_wflginfl_00000000000000000000ffffca0c5009', '2', 'no'),
(58262, '_transient_timeout_wflginfl_00000000000000000000ffffc5206872', '1481537221', 'no'),
(58263, '_transient_wflginfl_00000000000000000000ffffc5206872', '2', 'no'),
(58324, '_transient_timeout_wflginfl_00000000000000000000ffffd4af12ea', '1481546420', 'no'),
(58325, '_transient_wflginfl_00000000000000000000ffffd4af12ea', '1', 'no'),
(58365, '_transient_timeout_wflginfl_00000000000000000000ffff298e3f22', '1481551693', 'no'),
(58366, '_transient_wflginfl_00000000000000000000ffff298e3f22', '2', 'no'),
(58381, '_transient_timeout_wflginfl_00000000000000000000ffff598473e0', '1481555919', 'no'),
(58382, '_transient_wflginfl_00000000000000000000ffff598473e0', '2', 'no'),
(58437, '_transient_timeout_wflginfl_00000000000000000000ffffbb9be926', '1481562234', 'no'),
(58438, '_transient_wflginfl_00000000000000000000ffffbb9be926', '2', 'no'),
(58466, '_transient_timeout_wflginfl_00000000000000000000ffff71cbab1e', '1481566642', 'no'),
(58467, '_transient_wflginfl_00000000000000000000ffff71cbab1e', '2', 'no'),
(58486, '_transient_timeout_wflginfl_00000000000000000000ffff0ec0d335', '1481569120', 'no'),
(58487, '_transient_wflginfl_00000000000000000000ffff0ec0d335', '2', 'no'),
(58557, '_transient_timeout_wflginfl_00000000000000000000ffffb1825b23', '1481578447', 'no'),
(58558, '_transient_wflginfl_00000000000000000000ffffb1825b23', '2', 'no'),
(58666, '_transient_wflginfl_00000000000000000000ffff3ecd53e5', '2', 'no'),
(58608, '_transient_timeout_wflginfl_00000000000000000000ffffba9f635a', '1481581136', 'no'),
(58609, '_transient_wflginfl_00000000000000000000ffffba9f635a', '2', 'no'),
(58791, '_transient_wflginfl_00000000000000000000ffff5814152d', '2', 'no'),
(58665, '_transient_timeout_wflginfl_00000000000000000000ffff3ecd53e5', '1481588004', 'no'),
(58650, '_transient_timeout_wflginfl_00000000000000000000ffff896130f7', '1481587390', 'no'),
(58651, '_transient_wflginfl_00000000000000000000ffff896130f7', '2', 'no'),
(58768, '_transient_timeout_wflginfl_00000000000000000000ffffb3b4676b', '1481600873', 'no'),
(58749, '_transient_wflginfl_00000000000000000000ffff6feb5a98', '2', 'no'),
(58769, '_transient_wflginfl_00000000000000000000ffffb3b4676b', '2', 'no'),
(58815, '_transient_wflginfl_00000000000000000000ffffbe6a463e', '2', 'no'),
(58760, '_transient_timeout_wflginfl_00000000000000000000ffff726c5499', '1481600511', 'no'),
(58761, '_transient_wflginfl_00000000000000000000ffff726c5499', '2', 'no'),
(58748, '_transient_timeout_wflginfl_00000000000000000000ffff6feb5a98', '1481596040', 'no'),
(59248, '_transient_wflginfl_00000000000000000000ffff6f5ef9f3', '2', 'no'),
(58821, '_transient_timeout_wflginfl_00000000000000000000ffff2454441a', '1481608853', 'no'),
(58822, '_transient_wflginfl_00000000000000000000ffff2454441a', '2', 'no'),
(58827, '_transient_timeout_wflginfl_00000000000000000000ffff3b5d2bca', '1481609218', 'no'),
(58828, '_transient_wflginfl_00000000000000000000ffff3b5d2bca', '2', 'no'),
(59211, '_transient_wflginfl_00000000000000000000ffff54c209e1', '2', 'no'),
(62970, '_transient_timeout_wflginfl_00000000000000000000ffff7c28fbde', '1482217273', 'no'),
(59247, '_transient_timeout_wflginfl_00000000000000000000ffff6f5ef9f3', '1481684755', 'no'),
(59203, '_transient_timeout_wflginfl_00000000000000000000ffff2d40be2a', '1481675049', 'no'),
(59204, '_transient_wflginfl_00000000000000000000ffff2d40be2a', '2', 'no'),
(59018, '_transient_timeout_wflginfl_00000000000000000000ffffd4d29502', '1481643674', 'no'),
(59019, '_transient_wflginfl_00000000000000000000ffffd4d29502', '2', 'no'),
(59036, '_transient_timeout_wflginfl_00000000000000000000ffff67e09c54', '1481647772', 'no'),
(59037, '_transient_wflginfl_00000000000000000000ffff67e09c54', '2', 'no'),
(59052, '_transient_timeout_wflginfl_00000000000000000000ffffaf6e71b4', '1481649011', 'no'),
(59053, '_transient_wflginfl_00000000000000000000ffffaf6e71b4', '2', 'no'),
(59068, '_transient_timeout_wflginfl_00000000000000000000ffffbbf2ae91', '1481651428', 'no'),
(59069, '_transient_wflginfl_00000000000000000000ffffbbf2ae91', '2', 'no'),
(59080, '_transient_timeout_wflginfl_00000000000000000000ffff5d93b299', '1481653007', 'no'),
(59081, '_transient_wflginfl_00000000000000000000ffff5d93b299', '2', 'no'),
(59104, '_transient_timeout_wflginfl_00000000000000000000ffff73bb25a1', '1481655304', 'no'),
(59105, '_transient_wflginfl_00000000000000000000ffff73bb25a1', '2', 'no'),
(59151, '_transient_timeout_wflginfl_00000000000000000000ffff5855661a', '1481663376', 'no'),
(59152, '_transient_wflginfl_00000000000000000000ffff5855661a', '2', 'no'),
(59121, '_transient_timeout_wflginfl_00000000000000000000ffff2e35b1b6', '1481658140', 'no'),
(59122, '_transient_wflginfl_00000000000000000000ffff2e35b1b6', '2', 'no'),
(69363, '_transient_timeout_GFCache_c812b74133093275d642d6703985e5fa', '1483116437', 'no'),
(69364, '_transient_GFCache_c812b74133093275d642d6703985e5fa', 'a:1:{i:0;O:8:"stdClass":2:{s:7:"form_id";s:1:"1";s:10:"lead_count";s:2:"13";}}', 'no'),
(59547, '_transient_timeout_wflginfl_00000000000000000000ffff744b90ea', '1481733406', 'no'),
(59422, '_transient_timeout_wflginfl_00000000000000000000ffffbe2e2041', '1481714738', 'no'),
(59210, '_transient_timeout_wflginfl_00000000000000000000ffff54c209e1', '1481675443', 'no'),
(62971, '_transient_wflginfl_00000000000000000000ffff7c28fbde', '2', 'no'),
(59290, '_transient_timeout_wflginfl_00000000000000000000ffff4b531ee4', '1481689280', 'no'),
(59291, '_transient_wflginfl_00000000000000000000ffff4b531ee4', '2', 'no'),
(59306, '_transient_timeout_wflginfl_00000000000000000000ffffbe4ec5cd', '1481691135', 'no'),
(59307, '_transient_wflginfl_00000000000000000000ffffbe4ec5cd', '2', 'no'),
(59323, '_transient_timeout_wflginfl_00000000000000000000ffff75cfe13a', '1481699476', 'no'),
(59324, '_transient_wflginfl_00000000000000000000ffff75cfe13a', '1', 'no'),
(59330, '_transient_timeout_wflginfl_00000000000000000000ffff673c8d80', '1481700835', 'no'),
(59331, '_transient_wflginfl_00000000000000000000ffff673c8d80', '2', 'no'),
(59353, '_transient_timeout_wflginfl_00000000000000000000ffffb055d1ac', '1481705604', 'no'),
(59354, '_transient_wflginfl_00000000000000000000ffffb055d1ac', '2', 'no'),
(59339, '_transient_timeout_wflginfl_00000000000000000000ffff781d4125', '1481701972', 'no'),
(59340, '_transient_wflginfl_00000000000000000000ffff781d4125', '2', 'no'),
(59462, '_transient_timeout_wflginfl_00000000000000000000ffff50082279', '1481718471', 'no'),
(59463, '_transient_wflginfl_00000000000000000000ffff50082279', '2', 'no'),
(59486, '_transient_timeout_wflginfl_00000000000000000000ffff298c8b42', '1481722513', 'no'),
(59487, '_transient_wflginfl_00000000000000000000ffff298c8b42', '2', 'no'),
(59548, '_transient_wflginfl_00000000000000000000ffff744b90ea', '2', 'no'),
(59553, '_transient_timeout_wflginfl_00000000000000000000ffffb39c3529', '1481734245', 'no'),
(59554, '_transient_wflginfl_00000000000000000000ffffb39c3529', '2', 'no'),
(59539, '_transient_timeout_wflginfl_00000000000000000000ffffb36c096b', '1481730704', 'no'),
(59540, '_transient_wflginfl_00000000000000000000ffffb36c096b', '2', 'no'),
(59590, '_transient_timeout_wflginfl_00000000000000000000ffff3fa8a998', '1481741301', 'no'),
(59591, '_transient_wflginfl_00000000000000000000ffff3fa8a998', '2', 'no'),
(59661, '_transient_timeout_wflginfl_00000000000000000000ffff4d8a5c0e', '1481753129', 'no'),
(59662, '_transient_wflginfl_00000000000000000000ffff4d8a5c0e', '2', 'no'),
(59672, '_transient_timeout_wflginfl_00000000000000000000ffff5ab40b10', '1481754775', 'no'),
(59673, '_transient_wflginfl_00000000000000000000ffff5ab40b10', '2', 'no'),
(59691, '_transient_timeout_wflginfl_00000000000000000000ffffd4cca648', '1481757257', 'no'),
(59692, '_transient_wflginfl_00000000000000000000ffffd4cca648', '2', 'no'),
(59820, '_transient_timeout_wflginfl_00000000000000000000ffffcaa09324', '1481773686', 'no'),
(59821, '_transient_wflginfl_00000000000000000000ffffcaa09324', '2', 'no'),
(59827, '_transient_timeout_wflginfl_00000000000000000000ffff298ed8f3', '1481775153', 'no'),
(59828, '_transient_wflginfl_00000000000000000000ffff298ed8f3', '2', 'no'),
(59833, '_transient_timeout_wflginfl_00000000000000000000ffffc90a257c', '1481776068', 'no'),
(59834, '_transient_wflginfl_00000000000000000000ffffc90a257c', '2', 'no'),
(59858, '_transient_timeout_wflginfl_00000000000000000000ffff70d13445', '1481778931', 'no'),
(59859, '_transient_wflginfl_00000000000000000000ffff70d13445', '2', 'no'),
(59959, '_transient_timeout_wflginfl_00000000000000000000ffff4f6aa07a', '1481798602', 'no'),
(59960, '_transient_wflginfl_00000000000000000000ffff4f6aa07a', '2', 'no'),
(59971, '_transient_timeout_wflginfl_00000000000000000000ffffa8a72355', '1481801470', 'no'),
(59972, '_transient_wflginfl_00000000000000000000ffffa8a72355', '2', 'no'),
(59993, '_transient_timeout_wflginfl_00000000000000000000ffff5419a9bf', '1481804688', 'no'),
(59994, '_transient_wflginfl_00000000000000000000ffff5419a9bf', '2', 'no'),
(60008, '_transient_timeout_wflginfl_00000000000000000000ffff765ca9d0', '1481808233', 'no'),
(60009, '_transient_wflginfl_00000000000000000000ffff765ca9d0', '2', 'no'),
(60070, '_transient_timeout_wflginfl_00000000000000000000ffff524fdd23', '1481816748', 'no'),
(60071, '_transient_wflginfl_00000000000000000000ffff524fdd23', '2', 'no'),
(60118, '_transient_timeout_wflginfl_00000000000000000000ffff0566c3e8', '1481824444', 'no'),
(60119, '_transient_wflginfl_00000000000000000000ffff0566c3e8', '2', 'no'),
(60126, '_transient_timeout_wflginfl_00000000000000000000ffff9d324acf', '1481825032', 'no'),
(60127, '_transient_wflginfl_00000000000000000000ffff9d324acf', '1', 'no'),
(60128, '_transient_timeout_wflginfl_00000000000000000000ffff9d32dac5', '1481825035', 'no'),
(60129, '_transient_wflginfl_00000000000000000000ffff9d32dac5', '1', 'no'),
(60147, '_transient_timeout_wflginfl_00000000000000000000ffff5fde1e2f', '1481825553', 'no'),
(60148, '_transient_wflginfl_00000000000000000000ffff5fde1e2f', '2', 'no'),
(60226, '_transient_timeout_wflginfl_00000000000000000000ffffc85c47b3', '1481832045', 'no'),
(60227, '_transient_wflginfl_00000000000000000000ffffc85c47b3', '2', 'no'),
(60359, '_transient_wflginfl_00000000000000000000ffff4f1be45b', '2', 'no'),
(60287, '_transient_timeout_wflginfl_00000000000000000000ffff5d3d02ad', '1481841635', 'no'),
(60261, '_transient_timeout_wflginfl_00000000000000000000ffff67dbf79a', '1481838119', 'no'),
(60262, '_transient_wflginfl_00000000000000000000ffff67dbf79a', '2', 'no'),
(60369, '_transient_timeout_wflginfl_00000000000000000000ffff4f49959d', '1481854800', 'no'),
(60370, '_transient_wflginfl_00000000000000000000ffff4f49959d', '2', 'no'),
(60415, '_transient_wflginfl_00000000000000000000ffffca092beb', '2', 'no'),
(60455, '_transient_timeout_wflginfl_00000000000000000000ffff2f1d6d4d', '1481865815', 'no'),
(60456, '_transient_wflginfl_00000000000000000000ffff2f1d6d4d', '2', 'no'),
(60414, '_transient_timeout_wflginfl_00000000000000000000ffffca092beb', '1481861152', 'no'),
(60288, '_transient_wflginfl_00000000000000000000ffff5d3d02ad', '1', 'no'),
(60358, '_transient_timeout_wflginfl_00000000000000000000ffff4f1be45b', '1481853375', 'no'),
(60346, '_transient_timeout_wflginfl_00000000000000000000ffff7095bf23', '1481852730', 'no'),
(60347, '_transient_wflginfl_00000000000000000000ffff7095bf23', '2', 'no'),
(60565, '_transient_timeout_wflginfl_00000000000000000000ffffaf8c6bd8', '1481878534', 'no'),
(60566, '_transient_wflginfl_00000000000000000000ffffaf8c6bd8', '2', 'no'),
(60606, '_transient_timeout_wflginfl_00000000000000000000ffff9d776a97', '1481884739', 'no'),
(60607, '_transient_wflginfl_00000000000000000000ffff9d776a97', '2', 'no'),
(60614, '_transient_timeout_wflginfl_00000000000000000000ffff272c6ffa', '1481886425', 'no'),
(60615, '_transient_wflginfl_00000000000000000000ffff272c6ffa', '2', 'no'),
(60621, '_transient_timeout_wflginfl_00000000000000000000ffff296700c8', '1481889807', 'no'),
(60622, '_transient_wflginfl_00000000000000000000ffff296700c8', '2', 'no'),
(60629, '_transient_timeout_wflginfl_00000000000000000000ffff1b0428c6', '1481893464', 'no'),
(60630, '_transient_wflginfl_00000000000000000000ffff1b0428c6', '2', 'no'),
(60635, '_transient_timeout_wflginfl_00000000000000000000ffff29bf14f3', '1481894871', 'no'),
(60636, '_transient_wflginfl_00000000000000000000ffff29bf14f3', '2', 'no'),
(60727, '_transient_timeout_wflginfl_00000000000000000000ffffb5dcb421', '1481901090', 'no'),
(60728, '_transient_wflginfl_00000000000000000000ffffb5dcb421', '2', 'no'),
(60738, '_transient_timeout_wflginfl_00000000000000000000ffff29882eb7', '1481903691', 'no'),
(60739, '_transient_wflginfl_00000000000000000000ffff29882eb7', '2', 'no'),
(60768, '_transient_timeout_wflginfl_00000000000000000000ffff3b5d00d9', '1481905686', 'no'),
(60769, '_transient_wflginfl_00000000000000000000ffff3b5d00d9', '2', 'no'),
(60813, '_transient_timeout_wflginfl_00000000000000000000ffff296156aa', '1481908981', 'no'),
(60814, '_transient_wflginfl_00000000000000000000ffff296156aa', '2', 'no'),
(60829, '_transient_timeout_wflginfl_00000000000000000000ffffb8a077fe', '1481910890', 'no'),
(60830, '_transient_wflginfl_00000000000000000000ffffb8a077fe', '2', 'no'),
(60836, '_transient_timeout_wflginfl_00000000000000000000ffff1fb79e2c', '1481912045', 'no'),
(60837, '_transient_wflginfl_00000000000000000000ffff1fb79e2c', '2', 'no'),
(60875, '_transient_timeout_wflginfl_00000000000000000000ffff1f8223a5', '1481915425', 'no'),
(60876, '_transient_wflginfl_00000000000000000000ffff1f8223a5', '2', 'no'),
(60907, '_transient_timeout_wflginfl_00000000000000000000ffff29644725', '1481920149', 'no'),
(60908, '_transient_wflginfl_00000000000000000000ffff29644725', '2', 'no'),
(60938, '_transient_timeout_wflginfl_00000000000000000000ffff5ae0d796', '1481925787', 'no'),
(60927, '_transient_timeout_wflginfl_00000000000000000000ffff45a068e8', '1481924048', 'no'),
(60928, '_transient_wflginfl_00000000000000000000ffff45a068e8', '2', 'no'),
(60939, '_transient_wflginfl_00000000000000000000ffff5ae0d796', '2', 'no'),
(60990, '_transient_wflginfl_00000000000000000000ffffde7f5e04', '1', 'no'),
(60952, '_transient_timeout_wflginfl_00000000000000000000ffff49dde4b9', '1481927015', 'no'),
(60953, '_transient_wflginfl_00000000000000000000ffff49dde4b9', '2', 'no'),
(60989, '_transient_timeout_wflginfl_00000000000000000000ffffde7f5e04', '1481932360', 'no'),
(60976, '_transient_timeout_wflginfl_00000000000000000000ffff3260a5c2', '1481931629', 'no'),
(60977, '_transient_wflginfl_00000000000000000000ffff3260a5c2', '2', 'no'),
(60983, '_transient_timeout_wflginfl_00000000000000000000ffff76d04232', '1481931833', 'no'),
(60984, '_transient_wflginfl_00000000000000000000ffff76d04232', '2', 'no'),
(61046, '_transient_timeout_wflginfl_00000000000000000000ffff61695eb2', '1481941955', 'no'),
(61047, '_transient_wflginfl_00000000000000000000ffff61695eb2', '2', 'no'),
(66731, '_transient_timeout_wflginfl_00000000000000000000ffff673dff35', '1482757465', 'no'),
(61086, '_transient_timeout_wflginfl_00000000000000000000ffff2734d3db', '1481948726', 'no'),
(61087, '_transient_wflginfl_00000000000000000000ffff2734d3db', '2', 'no'),
(61175, '_transient_timeout_wflginfl_00000000000000000000ffffd5396870', '1481966382', 'no'),
(61176, '_transient_wflginfl_00000000000000000000ffffd5396870', '1', 'no'),
(61192, '_transient_timeout_wflginfl_00000000000000000000ffff3c228c1d', '1481969675', 'no'),
(61193, '_transient_wflginfl_00000000000000000000ffff3c228c1d', '2', 'no'),
(61226, '_transient_timeout_wflginfl_00000000000000000000ffff272a1c94', '1481972043', 'no'),
(61227, '_transient_wflginfl_00000000000000000000ffff272a1c94', '2', 'no'),
(61305, '_transient_timeout_wflginfl_00000000000000000000ffffbff08d03', '1481983243', 'no'),
(61306, '_transient_wflginfl_00000000000000000000ffffbff08d03', '2', 'no'),
(61322, '_transient_timeout_wflginfl_00000000000000000000ffff590acda2', '1481986175', 'no'),
(61323, '_transient_wflginfl_00000000000000000000ffff590acda2', '2', 'no'),
(61395, '_transient_timeout_wflginfl_00000000000000000000ffff29e89ce8', '1481990836', 'no'),
(61396, '_transient_wflginfl_00000000000000000000ffff29e89ce8', '1', 'no'),
(61442, '_transient_timeout_wflginfl_00000000000000000000ffff01846006', '1482003155', 'no'),
(61443, '_transient_wflginfl_00000000000000000000ffff01846006', '2', 'no'),
(61483, '_transient_timeout_wflginfl_00000000000000000000ffffc9cbb76e', '1482008569', 'no'),
(61484, '_transient_wflginfl_00000000000000000000ffffc9cbb76e', '2', 'no'),
(61490, '_transient_timeout_wflginfl_00000000000000000000ffffb952fa3d', '1482009742', 'no'),
(61491, '_transient_wflginfl_00000000000000000000ffffb952fa3d', '2', 'no'),
(61510, '_transient_timeout_wflginfl_00000000000000000000ffffbe73b45c', '1482012252', 'no'),
(61511, '_transient_wflginfl_00000000000000000000ffffbe73b45c', '2', 'no'),
(61518, '_transient_timeout_wflginfl_00000000000000000000ffff58b18569', '1482012600', 'no'),
(61525, '_transient_timeout_wflginfl_00000000000000000000ffff59e52774', '1482012919', 'no'),
(61526, '_transient_wflginfl_00000000000000000000ffff59e52774', '2', 'no'),
(61519, '_transient_wflginfl_00000000000000000000ffff58b18569', '2', 'no'),
(62327, '_transient_wflginfl_00000000000000000000ffffbbb42704', '2', 'no'),
(62346, '_transient_timeout_wflginfl_00000000000000000000ffff3191c760', '1482130135', 'no'),
(61550, '_transient_timeout_wflginfl_00000000000000000000ffff5e05241a', '1482017615', 'no'),
(61551, '_transient_wflginfl_00000000000000000000ffff5e05241a', '2', 'no'),
(61566, '_transient_timeout_wflginfl_00000000000000000000ffff5d4e3cbd', '1482021915', 'no'),
(61567, '_transient_wflginfl_00000000000000000000ffff5d4e3cbd', '2', 'no'),
(61587, '_transient_timeout_wflginfl_00000000000000000000ffff708701c3', '1482025726', 'no'),
(61588, '_transient_wflginfl_00000000000000000000ffff708701c3', '2', 'no'),
(61604, '_transient_timeout_wflginfl_00000000000000000000ffffd2c3f4b8', '1482030840', 'no'),
(61605, '_transient_wflginfl_00000000000000000000ffffd2c3f4b8', '2', 'no'),
(61621, '_transient_timeout_wflginfl_00000000000000000000ffff70ca1dad', '1482032287', 'no'),
(61622, '_transient_wflginfl_00000000000000000000ffff70ca1dad', '2', 'no'),
(61641, '_transient_timeout_wflginfl_00000000000000000000ffff59d39978', '1482033989', 'no'),
(61642, '_transient_wflginfl_00000000000000000000ffff59d39978', '2', 'no'),
(61716, '_transient_timeout_wflginfl_00000000000000000000ffff01ba2634', '1482047646', 'no'),
(61717, '_transient_wflginfl_00000000000000000000ffff01ba2634', '2', 'no'),
(61704, '_transient_timeout_wflginfl_00000000000000000000ffff24442579', '1482046858', 'no'),
(61705, '_transient_wflginfl_00000000000000000000ffff24442579', '2', 'no'),
(61718, '_transient_timeout_wflginfl_00000000000000000000ffffbee5af21', '1482047651', 'no'),
(61719, '_transient_wflginfl_00000000000000000000ffffbee5af21', '2', 'no'),
(61752, '_transient_timeout_wflginfl_00000000000000000000ffff5da8906f', '1482053652', 'no'),
(61753, '_transient_wflginfl_00000000000000000000ffff5da8906f', '2', 'no'),
(61760, '_transient_timeout_wflginfl_00000000000000000000ffff29bf1482', '1482054898', 'no'),
(61761, '_transient_wflginfl_00000000000000000000ffff29bf1482', '2', 'no'),
(61775, '_transient_timeout_wflginfl_00000000000000000000ffff4cd9183d', '1482058567', 'no'),
(61776, '_transient_wflginfl_00000000000000000000ffff4cd9183d', '2', 'no'),
(61790, '_transient_timeout_wflginfl_00000000000000000000ffff67d1b9fe', '1482060688', 'no'),
(61791, '_transient_wflginfl_00000000000000000000ffff67d1b9fe', '1', 'no'),
(61814, '_transient_timeout_wflginfl_00000000000000000000ffffdc9ecc04', '1482065235', 'no'),
(61815, '_transient_wflginfl_00000000000000000000ffffdc9ecc04', '2', 'no'),
(61839, '_transient_timeout_wflginfl_00000000000000000000ffff29d47497', '1482069199', 'no'),
(61840, '_transient_wflginfl_00000000000000000000ffff29d47497', '2', 'no'),
(61851, '_transient_timeout_wflginfl_00000000000000000000ffffb6bb0fcb', '1482072014', 'no'),
(61852, '_transient_wflginfl_00000000000000000000ffffb6bb0fcb', '2', 'no'),
(61858, '_transient_timeout_wflginfl_00000000000000000000ffff6739560a', '1482072433', 'no'),
(61859, '_transient_wflginfl_00000000000000000000ffff6739560a', '1', 'no'),
(61868, '_transient_timeout_wflginfl_00000000000000000000ffff2d408b3e', '1482072867', 'no'),
(61869, '_transient_wflginfl_00000000000000000000ffff2d408b3e', '2', 'no'),
(61875, '_transient_timeout_wflginfl_00000000000000000000ffffb6a001a6', '1482073209', 'no'),
(61876, '_transient_wflginfl_00000000000000000000ffffb6a001a6', '2', 'no'),
(61941, '_transient_timeout_wflginfl_00000000000000000000ffff69664f43', '1482078177', 'no'),
(61942, '_transient_wflginfl_00000000000000000000ffff69664f43', '2', 'no'),
(61952, '_transient_timeout_wflginfl_00000000000000000000ffff7c0d5a67', '1482078432', 'no'),
(61953, '_transient_wflginfl_00000000000000000000ffff7c0d5a67', '2', 'no'),
(61963, '_transient_timeout_wflginfl_00000000000000000000ffff6f5c4ac0', '1482078738', 'no'),
(61964, '_transient_wflginfl_00000000000000000000ffff6f5c4ac0', '2', 'no'),
(61990, '_transient_timeout_wflginfl_00000000000000000000ffff2f1ed00f', '1482081674', 'no'),
(61991, '_transient_wflginfl_00000000000000000000ffff2f1ed00f', '2', 'no'),
(62005, '_transient_timeout_wflginfl_00000000000000000000ffff6dac8d66', '1482083434', 'no'),
(62006, '_transient_wflginfl_00000000000000000000ffff6dac8d66', '2', 'no'),
(62012, '_transient_timeout_wflginfl_00000000000000000000ffff57ceedcf', '1482084018', 'no'),
(62013, '_transient_wflginfl_00000000000000000000ffff57ceedcf', '2', 'no'),
(62031, '_transient_timeout_wflginfl_00000000000000000000ffff62fcba82', '1482086464', 'no'),
(62032, '_transient_wflginfl_00000000000000000000ffff62fcba82', '2', 'no'),
(62038, '_transient_timeout_wflginfl_00000000000000000000ffffb4fea735', '1482087422', 'no'),
(62039, '_transient_wflginfl_00000000000000000000ffffb4fea735', '2', 'no'),
(62061, '_transient_timeout_wflginfl_00000000000000000000ffff5a14f378', '1482092555', 'no'),
(62062, '_transient_wflginfl_00000000000000000000ffff5a14f378', '2', 'no'),
(62085, '_transient_timeout_wflginfl_00000000000000000000ffff5947522c', '1482094889', 'no'),
(62086, '_transient_wflginfl_00000000000000000000ffff5947522c', '2', 'no'),
(62148, '_transient_timeout_wflginfl_00000000000000000000ffff3191bf3a', '1482103546', 'no'),
(62149, '_transient_wflginfl_00000000000000000000ffff3191bf3a', '2', 'no'),
(62254, '_transient_wflginfl_00000000000000000000ffff70c64516', '2', 'no'),
(62222, '_transient_timeout_wflginfl_00000000000000000000ffff4cfe6846', '1482111620', 'no'),
(62223, '_transient_wflginfl_00000000000000000000ffff4cfe6846', '2', 'no'),
(62253, '_transient_timeout_wflginfl_00000000000000000000ffff70c64516', '1482116379', 'no'),
(62924, '_transient_timeout_wflginfl_00000000000000000000ffff6f58e967', '1482211819', 'no'),
(62900, '_transient_timeout_wflginfl_00000000000000000000ffff31945cdc', '1482209199', 'no'),
(62901, '_transient_wflginfl_00000000000000000000ffff31945cdc', '2', 'no'),
(62835, '_transient_wflginfl_00000000000000000000ffffca8df1da', '2', 'no'),
(62347, '_transient_wflginfl_00000000000000000000ffff3191c760', '2', 'no'),
(62326, '_transient_timeout_wflginfl_00000000000000000000ffffbbb42704', '1482127451', 'no'),
(62936, '_transient_wflginfl_00000000000000000000ffff49b0472b', '2', 'no'),
(62380, '_transient_timeout_wflginfl_00000000000000000000ffff6f5e3046', '1482132603', 'no'),
(62381, '_transient_wflginfl_00000000000000000000ffff6f5e3046', '2', 'no'),
(62408, '_transient_timeout_wflginfl_00000000000000000000ffff0ec72101', '1482138580', 'no'),
(62409, '_transient_wflginfl_00000000000000000000ffff0ec72101', '2', 'no'),
(62425, '_transient_timeout_wflginfl_00000000000000000000ffffcb578191', '1482142399', 'no'),
(62426, '_transient_wflginfl_00000000000000000000ffffcb578191', '2', 'no'),
(62441, '_transient_timeout_wflginfl_00000000000000000000ffff6d51d2d4', '1482143713', 'no'),
(62442, '_transient_wflginfl_00000000000000000000ffff6d51d2d4', '2', 'no'),
(62449, '_transient_timeout_wflginfl_00000000000000000000ffff9086b429', '1482144535', 'no'),
(62450, '_transient_wflginfl_00000000000000000000ffff9086b429', '2', 'no'),
(62472, '_transient_timeout_wflginfl_00000000000000000000ffff79618e7a', '1482145666', 'no'),
(62473, '_transient_wflginfl_00000000000000000000ffff79618e7a', '2', 'no'),
(62503, '_transient_timeout_wflginfl_00000000000000000000ffffa90026e4', '1482150777', 'no'),
(62504, '_transient_wflginfl_00000000000000000000ffffa90026e4', '2', 'no'),
(62485, '_transient_timeout_wflginfl_00000000000000000000ffffc4d984e9', '1482147421', 'no'),
(62486, '_transient_wflginfl_00000000000000000000ffffc4d984e9', '2', 'no'),
(62532, '_transient_timeout_wflginfl_00000000000000000000ffffd967bced', '1482159639', 'no'),
(62533, '_transient_wflginfl_00000000000000000000ffffd967bced', '2', 'no'),
(62543, '_transient_timeout_wflginfl_00000000000000000000ffff7c6af1d8', '1482159854', 'no'),
(62544, '_transient_wflginfl_00000000000000000000ffff7c6af1d8', '2', 'no'),
(62587, '_transient_timeout_wflginfl_00000000000000000000ffff52f9328f', '1482164313', 'no'),
(62588, '_transient_wflginfl_00000000000000000000ffff52f9328f', '2', 'no'),
(62615, '_transient_timeout_wflginfl_00000000000000000000ffff67fcca42', '1482167272', 'no'),
(62616, '_transient_wflginfl_00000000000000000000ffff67fcca42', '2', 'no'),
(62631, '_transient_timeout_wflginfl_00000000000000000000ffff31cd50ba', '1482169539', 'no'),
(62632, '_transient_wflginfl_00000000000000000000ffff31cd50ba', '2', 'no'),
(62728, '_transient_timeout_wflginfl_00000000000000000000ffffb2feae2c', '1482180620', 'no'),
(62729, '_transient_wflginfl_00000000000000000000ffffb2feae2c', '2', 'no'),
(62735, '_transient_timeout_wflginfl_00000000000000000000ffff4c542e9d', '1482181969', 'no'),
(62736, '_transient_wflginfl_00000000000000000000ffff4c542e9d', '2', 'no'),
(62765, '_transient_timeout_wflginfl_00000000000000000000ffffc5a1811e', '1482186312', 'no'),
(62766, '_transient_wflginfl_00000000000000000000ffffc5a1811e', '2', 'no'),
(62846, '_transient_timeout_wflginfl_00000000000000000000ffffca50d635', '1482198946', 'no'),
(62847, '_transient_wflginfl_00000000000000000000ffffca50d635', '2', 'no'),
(62834, '_transient_timeout_wflginfl_00000000000000000000ffffca8df1da', '1482196900', 'no'),
(62907, '_transient_timeout_wflginfl_00000000000000000000ffff5b8c9a34', '1482209797', 'no'),
(62908, '_transient_wflginfl_00000000000000000000ffff5b8c9a34', '2', 'no'),
(62925, '_transient_wflginfl_00000000000000000000ffff6f58e967', '2', 'no'),
(62935, '_transient_timeout_wflginfl_00000000000000000000ffff49b0472b', '1482212715', 'no'),
(62917, '_transient_timeout_wflginfl_00000000000000000000ffff966b5e4d', '1482211298', 'no'),
(62918, '_transient_wflginfl_00000000000000000000ffff966b5e4d', '2', 'no'),
(62950, '_transient_timeout_wflginfl_00000000000000000000ffff670c748a', '1482213446', 'no'),
(62951, '_transient_wflginfl_00000000000000000000ffff670c748a', '2', 'no'),
(62957, '_transient_timeout_wflginfl_00000000000000000000ffff25bd12c0', '1482215728', 'no'),
(62958, '_transient_wflginfl_00000000000000000000ffff25bd12c0', '2', 'no'),
(62963, '_transient_timeout_wflginfl_00000000000000000000ffff29a262e6', '1482216770', 'no'),
(62964, '_transient_wflginfl_00000000000000000000ffff29a262e6', '2', 'no'),
(63026, '_transient_timeout_wflginfl_00000000000000000000ffff6e2c7908', '1482225110', 'no'),
(63027, '_transient_wflginfl_00000000000000000000ffff6e2c7908', '2', 'no'),
(63146, '_transient_timeout_wflginfl_00000000000000000000ffffc5a722a1', '1482241411', 'no'),
(63147, '_transient_wflginfl_00000000000000000000ffffc5a722a1', '2', 'no'),
(67919, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1482993486', 'no'),
(67920, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1482950286', 'no'),
(68828, 'rs-templates-new', '', 'no'),
(69061, '_transient_timeout_wflginfl_00000000000000000000ffffcbd779e4', '1483075743', 'no'),
(69062, '_transient_wflginfl_00000000000000000000ffffcbd779e4', '2', 'no'),
(68909, 'updraft_combine_jobs_around', '1483133696', 'yes'),
(69004, '_transient_wflginfl_00000000000000000000ffff75c74e8f', '2', 'no'),
(69043, '_transient_timeout_wflginfl_00000000000000000000ffff744803be', '1483073929', 'no'),
(69044, '_transient_wflginfl_00000000000000000000ffff744803be', '2', 'no'),
(69146, '_transient_timeout_wflginfl_00000000000000000000ffffaf6431b1', '1483085903', 'no'),
(69147, '_transient_wflginfl_00000000000000000000ffffaf6431b1', '2', 'no'),
(69209, '_transient_timeout_wflginfl_00000000000000000000ffffb1292712', '1483098601', 'no'),
(69210, '_transient_wflginfl_00000000000000000000ffffb1292712', '2', 'no'),
(69229, '_transient_timeout_wflginfl_00000000000000000000ffff783ba842', '1483104573', 'no'),
(69230, '_transient_wflginfl_00000000000000000000ffff783ba842', '2', 'no'),
(69240, '_transient_timeout_wflginfl_00000000000000000000ffff7c6a8e54', '1483104808', 'no'),
(69241, '_transient_wflginfl_00000000000000000000ffff7c6a8e54', '2', 'no'),
(69338, '_transient_timeout_wflginfl_00000000000000000000ffff75cda8d4', '1483113407', 'no'),
(69339, '_transient_wflginfl_00000000000000000000ffff75cda8d4', '2', 'no'),
(69345, '_transient_timeout_wflginfl_00000000000000000000ffff562698da', '1483114546', 'no'),
(69346, '_transient_wflginfl_00000000000000000000ffff562698da', '1', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_postmeta`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=588 ;

--
-- Dumping data for table `wpo8_postmeta`
--

INSERT INTO `wpo8_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(5, 5, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(4, 1, '_qode-like', '0'),
(6, 6, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(7, 7, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(8, 8, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(9, 9, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(10, 10, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(11, 11, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(12, 12, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(13, 13, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(14, 13, '_menu_item_type', 'post_type'),
(15, 13, '_menu_item_menu_item_parent', '0'),
(16, 13, '_menu_item_object_id', '5'),
(17, 13, '_menu_item_object', 'page'),
(18, 13, '_menu_item_target', ''),
(19, 13, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(20, 13, '_menu_item_xfn', ''),
(21, 13, '_menu_item_url', ''),
(23, 13, '_menu_item_anchor', ''),
(24, 13, '_menu_item_nolink', ''),
(25, 13, '_menu_item_hide', ''),
(26, 13, '_menu_item_type_menu', ''),
(27, 13, '_menu_item_icon', ''),
(28, 13, '_menu_item_sidebar', ''),
(29, 13, '_menu_item_wide_position', ''),
(30, 14, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(31, 14, '_menu_item_type', 'post_type'),
(32, 14, '_menu_item_menu_item_parent', '0'),
(33, 14, '_menu_item_object_id', '6'),
(34, 14, '_menu_item_object', 'page'),
(35, 14, '_menu_item_target', ''),
(36, 14, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(37, 14, '_menu_item_xfn', ''),
(38, 14, '_menu_item_url', ''),
(40, 14, '_menu_item_anchor', ''),
(41, 14, '_menu_item_nolink', ''),
(42, 14, '_menu_item_hide', ''),
(43, 14, '_menu_item_type_menu', ''),
(44, 14, '_menu_item_icon', ''),
(45, 14, '_menu_item_sidebar', ''),
(46, 14, '_menu_item_wide_position', ''),
(47, 15, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(48, 15, '_menu_item_type', 'post_type'),
(49, 15, '_menu_item_menu_item_parent', '0'),
(50, 15, '_menu_item_object_id', '7'),
(51, 15, '_menu_item_object', 'page'),
(52, 15, '_menu_item_target', ''),
(53, 15, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(54, 15, '_menu_item_xfn', ''),
(55, 15, '_menu_item_url', ''),
(57, 15, '_menu_item_anchor', ''),
(58, 15, '_menu_item_nolink', ''),
(59, 15, '_menu_item_hide', ''),
(60, 15, '_menu_item_type_menu', ''),
(61, 15, '_menu_item_icon', ''),
(62, 15, '_menu_item_sidebar', ''),
(63, 15, '_menu_item_wide_position', ''),
(64, 16, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(65, 16, '_menu_item_type', 'post_type'),
(66, 16, '_menu_item_menu_item_parent', '0'),
(67, 16, '_menu_item_object_id', '8'),
(68, 16, '_menu_item_object', 'page'),
(69, 16, '_menu_item_target', ''),
(70, 16, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(71, 16, '_menu_item_xfn', ''),
(72, 16, '_menu_item_url', ''),
(74, 16, '_menu_item_anchor', ''),
(75, 16, '_menu_item_nolink', ''),
(76, 16, '_menu_item_hide', ''),
(77, 16, '_menu_item_type_menu', ''),
(78, 16, '_menu_item_icon', ''),
(79, 16, '_menu_item_sidebar', ''),
(80, 16, '_menu_item_wide_position', ''),
(227, 32, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-2.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-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:24:"Home-image-2-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-2-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-2-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-2-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-2-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-2-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-2-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-2-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-2-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-2-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-2-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-2-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-2-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-2-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-2-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-2-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(226, 32, '_wp_attached_file', '2016/09/Home-image-2.jpg'),
(225, 5, '_edit_lock', '1476480277:1'),
(98, 18, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(99, 18, '_menu_item_type', 'post_type'),
(100, 18, '_menu_item_menu_item_parent', '0'),
(101, 18, '_menu_item_object_id', '10'),
(102, 18, '_menu_item_object', 'page'),
(103, 18, '_menu_item_target', ''),
(104, 18, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(105, 18, '_menu_item_xfn', ''),
(106, 18, '_menu_item_url', ''),
(150, 21, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:95;s:4:"file";s:40:"2016/09/Permanent-makeup-by-deb-logo.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-150x95.jpg";s:5:"width";i:150;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-300x48.jpg";s:5:"width";i:300;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-550x95.jpg";s:5:"width";i:550;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-600x95.jpg";s:5:"width";i:600;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-550x95.jpg";s:5:"width";i:550;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-345x95.jpg";s:5:"width";i:345;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-400x95.jpg";s:5:"width";i:400;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-480x95.jpg";s:5:"width";i:480;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:39:"Permanent-makeup-by-deb-logo-125x95.jpg";s:5:"width";i:125;s:6:"height";i:95;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:{}}}'),
(108, 18, '_menu_item_anchor', ''),
(109, 18, '_menu_item_nolink', ''),
(110, 18, '_menu_item_hide', ''),
(111, 18, '_menu_item_type_menu', ''),
(112, 18, '_menu_item_icon', ''),
(113, 18, '_menu_item_sidebar', ''),
(114, 18, '_menu_item_wide_position', ''),
(115, 19, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(116, 19, '_menu_item_type', 'post_type'),
(117, 19, '_menu_item_menu_item_parent', '0'),
(118, 19, '_menu_item_object_id', '11'),
(119, 19, '_menu_item_object', 'page'),
(120, 19, '_menu_item_target', ''),
(121, 19, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(122, 19, '_menu_item_xfn', ''),
(123, 19, '_menu_item_url', ''),
(125, 19, '_menu_item_anchor', ''),
(126, 19, '_menu_item_nolink', ''),
(127, 19, '_menu_item_hide', ''),
(128, 19, '_menu_item_type_menu', ''),
(129, 19, '_menu_item_icon', ''),
(130, 19, '_menu_item_sidebar', ''),
(131, 19, '_menu_item_wide_position', ''),
(132, 20, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(133, 20, '_menu_item_type', 'post_type'),
(134, 20, '_menu_item_menu_item_parent', '0'),
(135, 20, '_menu_item_object_id', '12'),
(136, 20, '_menu_item_object', 'page'),
(137, 20, '_menu_item_target', ''),
(138, 20, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(139, 20, '_menu_item_xfn', ''),
(140, 20, '_menu_item_url', ''),
(149, 21, '_wp_attached_file', '2016/09/Permanent-makeup-by-deb-logo.jpg'),
(142, 20, '_menu_item_anchor', ''),
(143, 20, '_menu_item_nolink', ''),
(144, 20, '_menu_item_hide', ''),
(145, 20, '_menu_item_type_menu', ''),
(146, 20, '_menu_item_icon', ''),
(147, 20, '_menu_item_sidebar', ''),
(148, 20, '_menu_item_wide_position', ''),
(151, 22, '_wp_attached_file', '2016/09/deb-long-makeup-favicon.png'),
(152, 22, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:100;s:4:"file";s:35:"2016/09/deb-long-makeup-favicon.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:{}}}'),
(153, 23, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(154, 24, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(155, 25, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(156, 26, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(528, 234, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:21:"2016/10/eyelashes.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"eyelashes-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:"eyelashes-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:21:"eyelashes-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"eyelashes-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:21:"eyelashes-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:21:"eyelashes-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:21:"eyelashes-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:21:"eyelashes-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"eyelashes-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(526, 233, '_menu_item_wide_position', ''),
(525, 233, '_menu_item_sidebar', ''),
(524, 233, '_menu_item_icon', ''),
(523, 233, '_menu_item_type_menu', ''),
(522, 233, '_menu_item_hide', ''),
(521, 233, '_menu_item_nolink', ''),
(509, 231, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(174, 28, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(175, 28, '_menu_item_type', 'post_type'),
(176, 28, '_menu_item_menu_item_parent', '0'),
(177, 28, '_menu_item_object_id', '25'),
(178, 28, '_menu_item_object', 'page'),
(179, 28, '_menu_item_target', ''),
(180, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(181, 28, '_menu_item_xfn', ''),
(182, 28, '_menu_item_url', ''),
(184, 28, '_menu_item_anchor', ''),
(185, 28, '_menu_item_nolink', ''),
(186, 28, '_menu_item_hide', ''),
(187, 28, '_menu_item_type_menu', ''),
(188, 28, '_menu_item_icon', ''),
(189, 28, '_menu_item_sidebar', ''),
(190, 28, '_menu_item_wide_position', ''),
(518, 233, '_menu_item_url', 'http://permanentmakeupbydeb.com/training/#micro'),
(517, 233, '_menu_item_xfn', ''),
(516, 233, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(515, 233, '_menu_item_target', ''),
(514, 233, '_menu_item_object', 'custom'),
(513, 233, '_menu_item_object_id', '233'),
(512, 233, '_menu_item_menu_item_parent', '0'),
(511, 233, '_menu_item_type', 'custom'),
(510, 233, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(208, 30, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(209, 30, '_menu_item_type', 'post_type'),
(210, 30, '_menu_item_menu_item_parent', '14'),
(211, 30, '_menu_item_object_id', '23'),
(212, 30, '_menu_item_object', 'page'),
(213, 30, '_menu_item_target', ''),
(214, 30, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(215, 30, '_menu_item_xfn', ''),
(216, 30, '_menu_item_url', ''),
(218, 30, '_menu_item_anchor', ''),
(219, 30, '_menu_item_nolink', ''),
(220, 30, '_menu_item_hide', ''),
(221, 30, '_menu_item_type_menu', ''),
(222, 30, '_menu_item_icon', ''),
(223, 30, '_menu_item_sidebar', ''),
(224, 30, '_menu_item_wide_position', ''),
(228, 33, '_wp_attached_file', '2016/09/Home-image-3.jpg'),
(229, 33, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-3.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-3-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:"Home-image-3-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-3-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-3-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-3-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-3-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-3-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-3-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-3-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-3-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-3-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-3-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-3-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-3-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-3-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-3-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-3-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-3-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(230, 34, '_wp_attached_file', '2016/09/Home-image-4.jpg'),
(231, 34, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-4.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-4-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:"Home-image-4-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-4-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-4-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-4-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-4-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-4-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-4-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-4-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-4-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-4-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-4-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-4-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-4-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-4-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-4-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-4-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-4-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(232, 35, '_wp_attached_file', '2016/09/Home-image-1.jpg'),
(233, 35, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-1.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-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:24:"Home-image-1-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-1-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-1-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-1-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-1-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-1-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-1-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-1-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-1-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-1-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-1-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-1-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-1-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-1-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-1-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(234, 36, '_wp_attached_file', '2016/09/Home-image-5.jpg'),
(235, 36, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-5.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-5-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:"Home-image-5-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-5-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-5-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-5-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-5-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-5-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-5-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-5-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-5-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-5-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-5-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-5-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-5-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-5-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-5-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-5-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-5-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(236, 37, '_wp_attached_file', '2016/09/Home-Page-Blank.png'),
(237, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:27:"2016/09/Home-Page-Blank.png";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"Home-Page-Blank-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:"Home-Page-Blank-250x300.png";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:27:"Home-Page-Blank-768x922.png";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:28:"Home-Page-Blank-853x1024.png";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";}s:16:"portfolio-square";a:4:{s:4:"file";s:27:"Home-Page-Blank-550x550.png";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:9:"image/png";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:27:"Home-Page-Blank-800x600.png";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:27:"Home-Page-Blank-600x800.png";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:9:"image/png";}s:17:"portfolio-default";a:4:{s:4:"file";s:27:"Home-Page-Blank-550x498.png";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:9:"image/png";}s:18:"menu-featured-post";a:4:{s:4:"file";s:27:"Home-Page-Blank-345x198.png";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:9:"image/png";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:27:"Home-Page-Blank-400x260.png";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:9:"image/png";}s:16:"portfolio_slider";a:4:{s:4:"file";s:27:"Home-Page-Blank-480x434.png";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:9:"image/png";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:27:"Home-Page-Blank-500x500.png";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:28:"Home-Page-Blank-1000x500.png";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:28:"Home-Page-Blank-500x1000.png";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:29:"Home-Page-Blank-1000x1000.png";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:27:"Home-Page-Blank-700x840.png";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:9:"image/png";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:27:"Home-Page-Blank-125x112.png";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:9:"image/png";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:29:"Home-Page-Blank-1100x1320.png";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(238, 5, '_edit_last', '1'),
(239, 5, '_wp_page_template', 'full_width.php'),
(240, 5, 'slide_template', 'default'),
(241, 5, '_wpb_vc_js_status', 'true'),
(242, 5, 'qode_animate-page-title', 'no'),
(243, 5, 'qode_show-page-title-text', 'no'),
(244, 5, 'qode_show-page-title-image', 'no'),
(245, 5, 'qode_enable-page-comments', 'no'),
(246, 5, 'qode_show-sidebar', 'default'),
(247, 5, 'qode_show-page-title', 'no'),
(248, 40, '_wp_attached_file', '2016/09/Bottom-Home-2.jpg'),
(249, 40, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-2.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-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:25:"Bottom-Home-2-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-2-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-2-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-2-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-2-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-2-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-2-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-2-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-2-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-2-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-2-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-2-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-2-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-2-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-2-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-2-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-2-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(250, 41, '_wp_attached_file', '2016/09/Bottom-Home-3.jpg'),
(251, 41, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-3.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-3-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:"Bottom-Home-3-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-3-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-3-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-3-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-3-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-3-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-3-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-3-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-3-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-3-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-3-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-3-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-3-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-3-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-3-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-3-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-3-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(252, 42, '_wp_attached_file', '2016/09/Bottom-Home-4.jpg'),
(253, 42, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-4.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-4-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:"Bottom-Home-4-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-4-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-4-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-4-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-4-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-4-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-4-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-4-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-4-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-4-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-4-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-4-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-4-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-4-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-4-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-4-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-4-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(254, 43, '_wp_attached_file', '2016/09/Bottom-Home-1.jpg'),
(255, 43, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-1.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-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:25:"Bottom-Home-1-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-1-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-1-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-1-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-1-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-1-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-1-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-1-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-1-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-1-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-1-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-1-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-1-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-1-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-1-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-1-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(256, 44, '_wp_attached_file', '2016/09/Bottom-Home-5.jpg'),
(257, 44, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-5.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-5-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:"Bottom-Home-5-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-5-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-5-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-5-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-5-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-5-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-5-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-5-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-5-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-5-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-5-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-5-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-5-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-5-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-5-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-5-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-5-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(258, 47, '_wp_attached_file', '2016/09/Bottom-Home-6.jpg'),
(259, 47, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:675;s:4:"file";s:25:"2016/09/Bottom-Home-6.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Bottom-Home-6-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:"Bottom-Home-6-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Bottom-Home-6-768x461.jpg";s:5:"width";i:768;s:6:"height";i:461;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Bottom-Home-6-1024x614.jpg";s:5:"width";i:1024;s:6:"height";i:614;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Bottom-Home-6-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Bottom-Home-6-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Bottom-Home-6-600x675.jpg";s:5:"width";i:600;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Bottom-Home-6-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Bottom-Home-6-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Bottom-Home-6-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Bottom-Home-6-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Bottom-Home-6-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Bottom-Home-6-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Bottom-Home-6-500x675.jpg";s:5:"width";i:500;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Bottom-Home-6-1000x675.jpg";s:5:"width";i:1000;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Bottom-Home-6-700x420.jpg";s:5:"width";i:700;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Bottom-Home-6-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Bottom-Home-6-1100x660.jpg";s:5:"width";i:1100;s:6:"height";i:660;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:{}}}'),
(260, 49, '_wp_attached_file', '2016/09/Home-image-10.jpg');
INSERT INTO `wpo8_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(261, 49, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:25:"2016/09/Home-image-10.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Home-image-10-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:"Home-image-10-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Home-image-10-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Home-image-10-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Home-image-10-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Home-image-10-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Home-image-10-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Home-image-10-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Home-image-10-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Home-image-10-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Home-image-10-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Home-image-10-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Home-image-10-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:26:"Home-image-10-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:27:"Home-image-10-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Home-image-10-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Home-image-10-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:27:"Home-image-10-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(262, 50, '_wp_attached_file', '2016/09/Home-image-6.jpg'),
(263, 50, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-6.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-6-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:"Home-image-6-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-6-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-6-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-6-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-6-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-6-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-6-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-6-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-6-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-6-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-6-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-6-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-6-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-6-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-6-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-6-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-6-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(264, 51, '_wp_attached_file', '2016/09/Home-image-7.jpg'),
(265, 51, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-7.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-7-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:"Home-image-7-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-7-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-7-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-7-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-7-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-7-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-7-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-7-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-7-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-7-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-7-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-7-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-7-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-7-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-7-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-7-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-7-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(266, 52, '_wp_attached_file', '2016/09/Home-image-8.jpg'),
(267, 52, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-8.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-8-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:"Home-image-8-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-8-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-8-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-8-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-8-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-8-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-8-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-8-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-8-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-8-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-8-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-8-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-8-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-8-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-8-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-8-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-8-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(268, 53, '_wp_attached_file', '2016/09/Home-image-9.jpg'),
(269, 53, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:24:"2016/09/Home-image-9.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Home-image-9-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:"Home-image-9-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"Home-image-9-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"Home-image-9-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:24:"Home-image-9-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:24:"Home-image-9-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:24:"Home-image-9-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Home-image-9-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Home-image-9-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Home-image-9-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Home-image-9-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:24:"Home-image-9-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:25:"Home-image-9-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:25:"Home-image-9-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:26:"Home-image-9-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:24:"Home-image-9-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Home-image-9-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:26:"Home-image-9-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(270, 56, '_wp_attached_file', '2016/09/Home-image-11.jpg'),
(271, 56, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1125;s:6:"height";i:1350;s:4:"file";s:25:"2016/09/Home-image-11.jpg";s:5:"sizes";a:18:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"Home-image-11-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:"Home-image-11-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:25:"Home-image-11-768x922.jpg";s:5:"width";i:768;s:6:"height";i:922;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:26:"Home-image-11-853x1024.jpg";s:5:"width";i:853;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:25:"Home-image-11-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:25:"Home-image-11-800x600.jpg";s:5:"width";i:800;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:25:"Home-image-11-600x800.jpg";s:5:"width";i:600;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:25:"Home-image-11-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:25:"Home-image-11-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:25:"Home-image-11-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:25:"Home-image-11-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:25:"Home-image-11-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Home-image-11-1000x500.jpg";s:5:"width";i:1000;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:26:"Home-image-11-500x1000.jpg";s:5:"width";i:500;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:23:"portfolio_masonry_large";a:4:{s:4:"file";s:27:"Home-image-11-1000x1000.jpg";s:5:"width";i:1000;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:28:"portfolio_masonry_with_space";a:4:{s:4:"file";s:25:"Home-image-11-700x840.jpg";s:5:"width";i:700;s:6:"height";i:840;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"Home-image-11-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:18:"blog_image_in_grid";a:4:{s:4:"file";s:27:"Home-image-11-1100x1320.jpg";s:5:"width";i:1100;s:6:"height";i:1320;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:{}}}'),
(272, 6, '_edit_lock', '1476480276:1'),
(273, 6, '_edit_last', '1'),
(274, 6, '_wp_page_template', 'full_width.php'),
(275, 6, 'slide_template', 'default'),
(276, 6, '_wpb_vc_js_status', 'true'),
(277, 6, 'qode_show-page-title', 'no'),
(278, 6, 'qode_animate-page-title', 'no'),
(279, 6, 'qode_show-page-title-text', 'no'),
(280, 6, 'qode_show-page-title-image', 'no'),
(281, 6, 'qode_enable-page-comments', 'no'),
(282, 6, 'qode_show-sidebar', 'default'),
(283, 6, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(284, 11, '_edit_lock', '1475269753:1'),
(285, 11, '_edit_last', '1'),
(286, 11, '_wp_page_template', 'full_width.php'),
(287, 11, 'slide_template', 'default'),
(288, 11, '_wpb_vc_js_status', 'true'),
(289, 11, 'qode_animate-page-title', 'no'),
(290, 11, 'qode_show-page-title-text', 'no'),
(291, 11, 'qode_show-page-title-image', 'no'),
(292, 11, 'qode_enable-page-comments', 'no'),
(293, 11, 'qode_show-sidebar', 'default'),
(294, 11, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(295, 11, 'qode_show-page-title', 'no'),
(296, 8, '_edit_lock', '1482952308:1'),
(297, 8, '_edit_last', '1'),
(298, 8, '_wp_page_template', 'full_width.php'),
(299, 8, 'slide_template', 'default'),
(300, 8, '_wpb_vc_js_status', 'true'),
(301, 8, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(302, 8, 'qode_animate-page-title', 'no'),
(303, 8, 'qode_show-page-title-text', 'no'),
(304, 8, 'qode_show-page-title-image', 'no'),
(305, 8, 'qode_enable-page-comments', 'no'),
(306, 8, 'qode_show-sidebar', 'default'),
(307, 8, 'qode_show-page-title', 'no'),
(308, 71, '_wp_attached_file', '2016/09/deb_new.jpg'),
(309, 71, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:325;s:6:"height";i:325;s:4:"file";s:19:"2016/09/deb_new.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"deb_new-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:"deb_new-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:19:"deb_new-325x198.jpg";s:5:"width";i:325;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:19:"deb_new-325x260.jpg";s:5:"width";i:325;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:19:"deb_new-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(310, 77, '_wp_attached_file', '2016/09/Sub-page-img.jpg'),
(311, 77, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:24:"2016/09/Sub-page-img.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Sub-page-img-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:"Sub-page-img-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:24:"Sub-page-img-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Sub-page-img-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Sub-page-img-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:24:"Sub-page-img-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:24:"Sub-page-img-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:24:"Sub-page-img-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Sub-page-img-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(312, 78, '_wp_attached_file', '2016/09/Sub-page-img-2.jpg'),
(313, 78, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:26:"2016/09/Sub-page-img-2.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"Sub-page-img-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:26:"Sub-page-img-2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:26:"Sub-page-img-2-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:26:"Sub-page-img-2-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:26:"Sub-page-img-2-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:26:"Sub-page-img-2-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"Sub-page-img-2-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:26:"Sub-page-img-2-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:26:"Sub-page-img-2-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(314, 7, '_edit_lock', '1476480275:1'),
(315, 7, '_edit_last', '1'),
(316, 7, '_wp_page_template', 'full_width.php'),
(317, 7, 'slide_template', 'default'),
(318, 7, '_wpb_vc_js_status', 'true'),
(319, 7, 'qode_animate-page-title', 'no'),
(320, 7, 'qode_show-page-title-text', 'no'),
(321, 7, 'qode_show-page-title-image', 'no'),
(322, 7, 'qode_enable-page-comments', 'no'),
(323, 7, 'qode_show-sidebar', 'default'),
(324, 7, 'qode_show-page-title', 'no'),
(325, 7, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(326, 10, '_edit_lock', '1479396065:1'),
(330, 12, '_edit_last', '1'),
(329, 12, '_edit_lock', '1475254994:1'),
(331, 12, '_wp_page_template', 'full_width.php'),
(332, 12, 'slide_template', 'default'),
(333, 12, '_wpb_vc_js_status', 'true'),
(334, 12, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(335, 12, 'qode_animate-page-title', 'no'),
(336, 12, 'qode_show-page-title-text', 'no'),
(337, 12, 'qode_show-page-title-image', 'no'),
(338, 12, 'qode_enable-page-comments', 'no'),
(339, 12, 'qode_show-sidebar', 'default'),
(340, 12, 'qode_show-page-title', 'no'),
(341, 10, '_edit_last', '1'),
(342, 10, '_wp_page_template', 'full_width.php'),
(343, 10, 'slide_template', 'default'),
(344, 10, '_wpb_vc_js_status', 'true'),
(345, 10, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(346, 10, 'qode_show-page-title', 'no'),
(347, 10, 'qode_animate-page-title', 'no'),
(348, 10, 'qode_show-page-title-text', 'no'),
(349, 10, 'qode_show-page-title-image', 'no'),
(350, 10, 'qode_enable-page-comments', 'no'),
(351, 10, 'qode_show-sidebar', 'default'),
(352, 106, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(353, 106, '_edit_last', '1'),
(354, 106, '_edit_lock', '1478887034:1'),
(355, 106, '_wp_page_template', 'full_width.php'),
(356, 106, 'slide_template', 'default'),
(357, 106, '_wpb_vc_js_status', 'false'),
(358, 106, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(359, 106, 'qode_show-page-title', 'no'),
(360, 106, 'qode_animate-page-title', 'no'),
(361, 106, 'qode_show-page-title-text', 'no'),
(362, 106, 'qode_show-page-title-image', 'no'),
(363, 106, 'qode_enable-page-comments', 'no'),
(364, 106, 'qode_show-sidebar', 'default'),
(527, 234, '_wp_attached_file', '2016/10/eyelashes.jpg'),
(520, 233, '_menu_item_anchor', ''),
(366, 110, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(367, 110, '_edit_last', '1'),
(368, 110, '_edit_lock', '1475269754:1'),
(369, 110, '_wp_page_template', 'full_width.php'),
(370, 110, 'slide_template', 'default'),
(371, 110, '_wpb_vc_js_status', 'true'),
(372, 110, 'qode_show-page-title', 'no'),
(373, 110, 'qode_animate-page-title', 'no'),
(374, 110, 'qode_show-page-title-text', 'no'),
(375, 110, 'qode_show-page-title-image', 'no'),
(376, 110, 'qode_enable-page-comments', 'no'),
(377, 110, 'qode_show-sidebar', 'default'),
(378, 110, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(379, 115, '_wp_attached_file', '2016/09/kaseyc-student-review.jpg'),
(380, 115, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:33:"2016/09/kaseyc-student-review.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"kaseyc-student-review-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:33:"kaseyc-student-review-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:33:"kaseyc-student-review-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:33:"kaseyc-student-review-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(381, 117, '_wp_attached_file', '2016/09/bree_n_lori-review.jpg'),
(382, 117, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:30:"2016/09/bree_n_lori-review.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"bree_n_lori-review-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:30:"bree_n_lori-review-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:30:"bree_n_lori-review-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:30:"bree_n_lori-review-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(383, 126, '_wp_attached_file', '2016/09/Disclosures_Aug_2015.pdf'),
(384, 127, '_wp_attached_file', '2016/09/school_catalog.pdf'),
(385, 129, '_wp_attached_file', '2016/09/Read-Carefully.pdf'),
(386, 23, '_edit_lock', '1475269755:1'),
(387, 23, '_edit_last', '1'),
(388, 23, '_wp_page_template', 'full_width.php'),
(389, 23, 'slide_template', 'default'),
(390, 23, '_wpb_vc_js_status', 'true'),
(391, 23, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(392, 23, 'qode_animate-page-title', 'no'),
(393, 23, 'qode_show-page-title-text', 'no'),
(394, 23, 'qode_show-page-title-image', 'no'),
(395, 23, 'qode_enable-page-comments', 'no'),
(396, 23, 'qode_show-sidebar', 'default'),
(397, 23, 'qode_show-page-title', 'no'),
(398, 133, '_wp_attached_file', '2016/09/Cheri_face-1.jpg'),
(399, 133, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:24:"2016/09/Cheri_face-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Cheri_face-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:24:"Cheri_face-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:24:"Cheri_face-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:24:"Cheri_face-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(400, 135, '_wp_attached_file', '2016/09/training-station-1.jpg'),
(401, 135, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:30:"2016/09/training-station-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"training-station-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:30:"training-station-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:30:"training-station-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:30:"training-station-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(402, 136, '_wp_attached_file', '2016/09/training-beds-1.jpg'),
(403, 136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:27:"2016/09/training-beds-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"training-beds-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:27:"training-beds-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:27:"training-beds-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:27:"training-beds-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(404, 137, '_wp_attached_file', '2016/09/training-lobby-1.jpg'),
(405, 137, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:28:"2016/09/training-lobby-1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"training-lobby-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:28:"training-lobby-1-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:28:"training-lobby-1-300x260.jpg";s:5:"width";i:300;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:28:"training-lobby-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(408, 142, '_wp_attached_file', '2016/09/Make-up.jpg'),
(409, 142, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:19:"2016/09/Make-up.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Make-up-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:"Make-up-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:19:"Make-up-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:19:"Make-up-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:19:"Make-up-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:19:"Make-up-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:19:"Make-up-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:19:"Make-up-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:19:"Make-up-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(410, 148, '_wp_attached_file', '2016/09/Splash-Hair-Salon-Side-Image7.jpg'),
(411, 148, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:41:"2016/09/Splash-Hair-Salon-Side-Image7.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-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:"Splash-Hair-Salon-Side-Image7-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image7-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(412, 149, '_wp_attached_file', '2016/09/Splash-Hair-Salon-Side-Image10.jpg'),
(413, 149, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:42:"2016/09/Splash-Hair-Salon-Side-Image10.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-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:42:"Splash-Hair-Salon-Side-Image10-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:42:"Splash-Hair-Salon-Side-Image10-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(414, 150, '_wp_attached_file', '2016/09/Splash-Hair-Salon-Side-Image8.jpg'),
(415, 150, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:41:"2016/09/Splash-Hair-Salon-Side-Image8.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-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:"Splash-Hair-Salon-Side-Image8-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:41:"Splash-Hair-Salon-Side-Image8-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(416, 25, '_edit_lock', '1477083929:1'),
(417, 154, '_wp_attached_file', '2016/09/cheri_b_a_face.jpg'),
(418, 154, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:352;s:6:"height";i:206;s:4:"file";s:26:"2016/09/cheri_b_a_face.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"cheri_b_a_face-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:"cheri_b_a_face-300x176.jpg";s:5:"width";i:300;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:26:"cheri_b_a_face-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:26:"cheri_b_a_face-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(419, 25, '_edit_last', '1'),
(420, 25, '_wp_page_template', 'full_width.php'),
(421, 25, 'slide_template', 'default'),
(422, 25, '_wpb_vc_js_status', 'true'),
(423, 25, '_wpb_shortcodes_custom_css', '.vc_custom_1475080495109{background-color: #6f69b6 !important;}'),
(424, 25, 'qode_show-page-title', 'no'),
(425, 25, 'qode_animate-page-title', 'no'),
(426, 25, 'qode_show-page-title-text', 'no'),
(427, 25, 'qode_show-page-title-image', 'no'),
(428, 25, 'qode_enable-page-comments', 'no'),
(429, 25, 'qode_show-sidebar', 'default'),
(430, 158, '_wp_attached_file', '2016/09/cheri_b_a.jpg'),
(431, 158, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:111;s:4:"file";s:21:"2016/09/cheri_b_a.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"cheri_b_a-150x111.jpg";s:5:"width";i:150;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"cheri_b_a-300x51.jpg";s:5:"width";i:300;s:6:"height";i:51;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:21:"cheri_b_a-550x111.jpg";s:5:"width";i:550;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:21:"cheri_b_a-600x111.jpg";s:5:"width";i:600;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:21:"cheri_b_a-550x111.jpg";s:5:"width";i:550;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"cheri_b_a-345x111.jpg";s:5:"width";i:345;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:21:"cheri_b_a-400x111.jpg";s:5:"width";i:400;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:21:"cheri_b_a-480x111.jpg";s:5:"width";i:480;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:21:"cheri_b_a-500x111.jpg";s:5:"width";i:500;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:21:"cheri_b_a-500x111.jpg";s:5:"width";i:500;s:6:"height";i:111;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"cheri_b_a-125x111.jpg";s:5:"width";i:125;s:6:"height";i:111;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:{}}}'),
(432, 160, '_wp_attached_file', '2016/09/lffg-01-a.jpg'),
(433, 160, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:231;s:4:"file";s:21:"2016/09/lffg-01-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-01-a-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:"lffg-01-a-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"lffg-01-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-01-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(434, 161, '_wp_attached_file', '2016/09/lffg-01-b.jpg'),
(435, 161, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:231;s:4:"file";s:21:"2016/09/lffg-01-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-01-b-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:"lffg-01-b-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"lffg-01-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-01-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(436, 167, '_wp_attached_file', '2016/09/lffg-02-a.jpg');
INSERT INTO `wpo8_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(437, 167, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:289;s:4:"file";s:21:"2016/09/lffg-02-a.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-02-a-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:"lffg-02-a-300x248.jpg";s:5:"width";i:300;s:6:"height";i:248;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"lffg-02-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:21:"lffg-02-a-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-02-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(438, 168, '_wp_attached_file', '2016/09/lffg-02-b.jpg'),
(439, 168, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:289;s:4:"file";s:21:"2016/09/lffg-02-b.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-02-b-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:"lffg-02-b-300x248.jpg";s:5:"width";i:300;s:6:"height";i:248;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:21:"lffg-02-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:21:"lffg-02-b-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-02-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(440, 172, '_wp_attached_file', '2016/09/lffg-03-b.jpg'),
(441, 172, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:21:"2016/09/lffg-03-b.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-03-b-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-03-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(442, 173, '_wp_attached_file', '2016/09/lffg-03-a.jpg'),
(443, 173, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:21:"2016/09/lffg-03-a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"lffg-03-a-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"lffg-03-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(444, 174, '_wp_attached_file', '2016/09/lffg-03-a6.jpg'),
(445, 174, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:22:"2016/09/lffg-03-a6.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"lffg-03-a6-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:22:"lffg-03-a6-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(446, 178, '_wp_attached_file', '2016/09/lips2.jpg'),
(447, 178, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:263;s:4:"file";s:17:"2016/09/lips2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"lips2-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:"lips2-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"lips2-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"lips2-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"lips2-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(448, 179, '_wp_attached_file', '2016/09/lips1.jpg'),
(449, 179, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:263;s:4:"file";s:17:"2016/09/lips1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"lips1-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:"lips1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"lips1-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"lips1-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"lips1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(450, 185, '_wp_attached_file', '2016/09/ebg-01-a.jpg'),
(451, 185, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:20:"2016/09/ebg-01-a.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-01-a-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-01-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(452, 186, '_wp_attached_file', '2016/09/ebg-01-aa.jpg'),
(453, 186, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:21:"2016/09/ebg-01-aa.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"ebg-01-aa-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:21:"ebg-01-aa-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(454, 187, '_wp_attached_file', '2016/09/ebg-01-b.jpg'),
(455, 187, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:144;s:4:"file";s:20:"2016/09/ebg-01-b.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-01-b-150x144.jpg";s:5:"width";i:150;s:6:"height";i:144;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-01-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(456, 188, '_wp_attached_file', '2016/09/ebg-02-b.jpg'),
(457, 188, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:395;s:6:"height";i:232;s:4:"file";s:20:"2016/09/ebg-02-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-02-b-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:"ebg-02-b-300x176.jpg";s:5:"width";i:300;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-02-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-02-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(458, 189, '_wp_attached_file', '2016/09/ebg-02-a.jpg'),
(459, 189, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:206;s:4:"file";s:20:"2016/09/ebg-02-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-02-a-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:"ebg-02-a-300x177.jpg";s:5:"width";i:300;s:6:"height";i:177;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-02-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-02-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(460, 190, '_wp_attached_file', '2016/09/ebg-03-b.jpg'),
(461, 190, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:250;s:4:"file";s:20:"2016/09/ebg-03-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-03-b-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:"ebg-03-b-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-03-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-03-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(462, 191, '_wp_attached_file', '2016/09/ebg-03-a.jpg'),
(463, 191, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:250;s:4:"file";s:20:"2016/09/ebg-03-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-03-a-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:"ebg-03-a-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-03-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-03-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(464, 192, '_wp_attached_file', '2016/09/ebg-04-a.jpg'),
(465, 192, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:215;s:4:"file";s:20:"2016/09/ebg-04-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-04-a-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:"ebg-04-a-300x184.jpg";s:5:"width";i:300;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-04-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-04-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(466, 193, '_wp_attached_file', '2016/09/ebg-04-b.jpg'),
(467, 193, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:215;s:4:"file";s:20:"2016/09/ebg-04-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-04-b-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:"ebg-04-b-300x184.jpg";s:5:"width";i:300;s:6:"height";i:184;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-04-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-04-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(468, 194, '_wp_attached_file', '2016/09/ebg-05-b.jpg'),
(469, 194, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:271;s:4:"file";s:20:"2016/09/ebg-05-b.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-05-b-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:"ebg-05-b-300x232.jpg";s:5:"width";i:300;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-05-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:20:"ebg-05-b-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-05-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(470, 195, '_wp_attached_file', '2016/09/ebg-05-a.jpg'),
(471, 195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:271;s:4:"file";s:20:"2016/09/ebg-05-a.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"ebg-05-a-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:"ebg-05-a-300x232.jpg";s:5:"width";i:300;s:6:"height";i:232;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"ebg-05-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:20:"ebg-05-a-350x260.jpg";s:5:"width";i:350;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"ebg-05-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(472, 199, '_wp_attached_file', '2016/09/elg-01-a.jpg'),
(473, 199, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:190;s:4:"file";s:20:"2016/09/elg-01-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-01-a-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:"elg-01-a-300x163.jpg";s:5:"width";i:300;s:6:"height";i:163;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-01-a-345x190.jpg";s:5:"width";i:345;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-01-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(474, 200, '_wp_attached_file', '2016/09/elg-01-b.jpg'),
(475, 200, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:190;s:4:"file";s:20:"2016/09/elg-01-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-01-b-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:"elg-01-b-300x163.jpg";s:5:"width";i:300;s:6:"height";i:163;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-01-b-345x190.jpg";s:5:"width";i:345;s:6:"height";i:190;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-01-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(476, 201, '_wp_attached_file', '2016/09/elg-02-b.jpg'),
(477, 201, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:213;s:4:"file";s:20:"2016/09/elg-02-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-02-b-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:"elg-02-b-300x183.jpg";s:5:"width";i:300;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-02-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-02-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(478, 202, '_wp_attached_file', '2016/09/elg-02-a.jpg'),
(479, 202, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:213;s:4:"file";s:20:"2016/09/elg-02-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-02-a-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:"elg-02-a-300x183.jpg";s:5:"width";i:300;s:6:"height";i:183;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-02-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-02-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(480, 203, '_wp_attached_file', '2016/09/elg-03-b.jpg'),
(481, 203, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:200;s:4:"file";s:20:"2016/09/elg-03-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-03-b-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:"elg-03-b-300x171.jpg";s:5:"width";i:300;s:6:"height";i:171;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-03-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-03-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(482, 204, '_wp_attached_file', '2016/09/elg-03-a.jpg'),
(483, 204, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:200;s:4:"file";s:20:"2016/09/elg-03-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-03-a-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:"elg-03-a-300x171.jpg";s:5:"width";i:300;s:6:"height";i:171;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-03-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-03-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(484, 205, '_wp_attached_file', '2016/09/elg-05-b.jpg'),
(485, 205, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:211;s:4:"file";s:20:"2016/09/elg-05-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-05-b-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:"elg-05-b-300x181.jpg";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-05-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-05-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(486, 206, '_wp_attached_file', '2016/09/3.jpg'),
(487, 206, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:403;s:6:"height";i:403;s:4:"file";s:13:"2016/09/3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"3-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:13:"3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"3-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"3-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"3-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(488, 207, '_wp_attached_file', '2016/09/4.jpg'),
(489, 207, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:344;s:6:"height";i:344;s:4:"file";s:13:"2016/09/4.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"4-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:13:"4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"4-344x198.jpg";s:5:"width";i:344;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"4-344x260.jpg";s:5:"width";i:344;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"4-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(490, 208, '_wp_attached_file', '2016/09/5.jpg'),
(491, 208, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:508;s:6:"height";i:390;s:4:"file";s:13:"2016/09/5.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"5-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:13:"5-300x230.jpg";s:5:"width";i:300;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"5-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"5-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:13:"5-480x390.jpg";s:5:"width";i:480;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:13:"5-500x390.jpg";s:5:"width";i:500;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:13:"5-500x390.jpg";s:5:"width";i:500;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"5-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(492, 209, '_wp_attached_file', '2016/09/6.jpg'),
(493, 209, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:520;s:6:"height";i:390;s:4:"file";s:13:"2016/09/6.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"6-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:13:"6-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"6-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"6-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:13:"6-480x390.jpg";s:5:"width";i:480;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:13:"6-500x390.jpg";s:5:"width";i:500;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:13:"6-500x390.jpg";s:5:"width";i:500;s:6:"height";i:390;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"6-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(494, 210, '_wp_attached_file', '2016/09/7.jpg'),
(495, 210, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:395;s:4:"file";s:13:"2016/09/7.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"7-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:13:"7-300x231.jpg";s:5:"width";i:300;s:6:"height";i:231;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"7-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"7-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:13:"7-480x395.jpg";s:5:"width";i:480;s:6:"height";i:395;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:13:"7-500x395.jpg";s:5:"width";i:500;s:6:"height";i:395;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:13:"7-500x395.jpg";s:5:"width";i:500;s:6:"height";i:395;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"7-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(496, 211, '_wp_attached_file', '2016/09/8.jpg'),
(497, 211, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:516;s:6:"height";i:396;s:4:"file";s:13:"2016/09/8.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"8-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:13:"8-300x230.jpg";s:5:"width";i:300;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:13:"8-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:13:"8-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:13:"8-480x396.jpg";s:5:"width";i:480;s:6:"height";i:396;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:13:"8-500x396.jpg";s:5:"width";i:500;s:6:"height";i:396;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:13:"8-500x396.jpg";s:5:"width";i:500;s:6:"height";i:396;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:13:"8-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(498, 212, '_wp_attached_file', '2016/09/after_make-up.jpg'),
(499, 212, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:188;s:4:"file";s:25:"2016/09/after_make-up.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"after_make-up-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:25:"after_make-up-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(500, 213, '_wp_attached_file', '2016/09/before_make-up.jpg'),
(501, 213, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:250;s:6:"height";i:188;s:4:"file";s:26:"2016/09/before_make-up.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"before_make-up-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:26:"before_make-up-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(502, 214, '_wp_attached_file', '2016/09/elg-04-a.jpg'),
(503, 214, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:200;s:4:"file";s:20:"2016/09/elg-04-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-04-a-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:"elg-04-a-300x171.jpg";s:5:"width";i:300;s:6:"height";i:171;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-04-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-04-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(504, 215, '_wp_attached_file', '2016/09/elg-04-b.jpg'),
(505, 215, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:200;s:4:"file";s:20:"2016/09/elg-04-b.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-04-b-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:"elg-04-b-300x171.jpg";s:5:"width";i:300;s:6:"height";i:171;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-04-b-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-04-b-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(506, 216, '_wp_attached_file', '2016/09/elg-05-a.jpg'),
(507, 216, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:350;s:6:"height";i:211;s:4:"file";s:20:"2016/09/elg-05-a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"elg-05-a-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:"elg-05-a-300x181.jpg";s:5:"width";i:300;s:6:"height";i:181;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:20:"elg-05-a-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:20:"elg-05-a-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(529, 236, '_wp_attached_file', '2016/10/Permanent-makeup-by-deb-logo-1.jpg'),
(530, 236, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:95;s:4:"file";s:42:"2016/10/Permanent-makeup-by-deb-logo-1.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-150x95.jpg";s:5:"width";i:150;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-300x57.jpg";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-345x95.jpg";s:5:"width";i:345;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-400x95.jpg";s:5:"width";i:400;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-480x95.jpg";s:5:"width";i:480;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-1-125x95.jpg";s:5:"width";i:125;s:6:"height";i:95;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:{}}}'),
(531, 237, '_wp_attached_file', '2016/10/Permanent-makeup-by-deb-logo-2.jpg'),
(532, 237, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:95;s:4:"file";s:42:"2016/10/Permanent-makeup-by-deb-logo-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-150x95.jpg";s:5:"width";i:150;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-300x57.jpg";s:5:"width";i:300;s:6:"height";i:57;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-345x95.jpg";s:5:"width";i:345;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-400x95.jpg";s:5:"width";i:400;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-480x95.jpg";s:5:"width";i:480;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-500x95.jpg";s:5:"width";i:500;s:6:"height";i:95;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:41:"Permanent-makeup-by-deb-logo-2-125x95.jpg";s:5:"width";i:125;s:6:"height";i:95;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:{}}}'),
(533, 238, '_wp_attached_file', '2016/09/credentials-front-page.jpg'),
(534, 238, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:500;s:4:"file";s:34:"2016/09/credentials-front-page.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"credentials-front-page-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:"credentials-front-page-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:34:"credentials-front-page-416x498.jpg";s:5:"width";i:416;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:34:"credentials-front-page-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:34:"credentials-front-page-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:34:"credentials-front-page-416x434.jpg";s:5:"width";i:416;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:34:"credentials-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:34:"credentials-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:34:"credentials-front-page-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(535, 239, '_wp_attached_file', '2016/09/make-up-front-page.jpg'),
(536, 239, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:500;s:4:"file";s:30:"2016/09/make-up-front-page.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"make-up-front-page-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:"make-up-front-page-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:30:"make-up-front-page-416x498.jpg";s:5:"width";i:416;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:30:"make-up-front-page-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:30:"make-up-front-page-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:30:"make-up-front-page-416x434.jpg";s:5:"width";i:416;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:30:"make-up-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:30:"make-up-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:30:"make-up-front-page-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(537, 240, '_wp_attached_file', '2016/09/training-front-page.jpg'),
(538, 240, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:500;s:4:"file";s:31:"2016/09/training-front-page.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"training-front-page-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:"training-front-page-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:31:"training-front-page-416x498.jpg";s:5:"width";i:416;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:31:"training-front-page-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:31:"training-front-page-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:31:"training-front-page-416x434.jpg";s:5:"width";i:416;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:31:"training-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:31:"training-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:31:"training-front-page-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(539, 241, '_wp_attached_file', '2016/09/eyelashes-front-page.jpg');
INSERT INTO `wpo8_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(540, 241, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:500;s:4:"file";s:32:"2016/09/eyelashes-front-page.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"eyelashes-front-page-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:"eyelashes-front-page-250x300.jpg";s:5:"width";i:250;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:32:"eyelashes-front-page-416x498.jpg";s:5:"width";i:416;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:32:"eyelashes-front-page-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:32:"eyelashes-front-page-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:32:"eyelashes-front-page-416x434.jpg";s:5:"width";i:416;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:32:"eyelashes-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:32:"eyelashes-front-page-416x500.jpg";s:5:"width";i:416;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:32:"eyelashes-front-page-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(541, 243, '_wp_attached_file', '2016/09/make-up-by-deb.jpg'),
(542, 243, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:26:"2016/09/make-up-by-deb.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"make-up-by-deb-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:"make-up-by-deb-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:26:"make-up-by-deb-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:26:"make-up-by-deb-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:26:"make-up-by-deb-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:26:"make-up-by-deb-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:26:"make-up-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:26:"make-up-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:26:"make-up-by-deb-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(543, 244, '_wp_attached_file', '2016/09/permmanent-makeup-by-deb.jpg'),
(544, 244, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:36:"2016/09/permmanent-makeup-by-deb.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-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:36:"permmanent-makeup-by-deb-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:36:"permmanent-makeup-by-deb-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(545, 246, '_wp_attached_file', '2016/09/eyelashes-by-deb.jpg'),
(546, 246, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:28:"2016/09/eyelashes-by-deb.jpg";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"eyelashes-by-deb-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:"eyelashes-by-deb-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:28:"eyelashes-by-deb-500x498.jpg";s:5:"width";i:500;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:28:"eyelashes-by-deb-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:28:"eyelashes-by-deb-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:28:"eyelashes-by-deb-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:28:"eyelashes-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:28:"eyelashes-by-deb-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:28:"eyelashes-by-deb-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:15:"subbotina/123RF";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:{}}}'),
(549, 249, '_wp_attached_file', '2016/09/Perm1.jpg'),
(550, 249, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:176;s:4:"file";s:17:"2016/09/Perm1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm1-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:16:"Perm1-300x81.jpg";s:5:"width";i:300;s:6:"height";i:81;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm1-550x176.jpg";s:5:"width";i:550;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm1-600x176.jpg";s:5:"width";i:600;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm1-550x176.jpg";s:5:"width";i:550;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm1-345x176.jpg";s:5:"width";i:345;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm1-400x176.jpg";s:5:"width";i:400;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm1-480x176.jpg";s:5:"width";i:480;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm1-500x176.jpg";s:5:"width";i:500;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm1-500x176.jpg";s:5:"width";i:500;s:6:"height";i:176;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(556, 254, '_wp_attached_file', '2016/09/Perm3.jpg'),
(557, 254, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:442;s:4:"file";s:17:"2016/09/Perm3.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm3-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:"Perm3-300x204.jpg";s:5:"width";i:300;s:6:"height";i:204;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm3-550x442.jpg";s:5:"width";i:550;s:6:"height";i:442;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm3-600x442.jpg";s:5:"width";i:600;s:6:"height";i:442;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm3-550x442.jpg";s:5:"width";i:550;s:6:"height";i:442;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm3-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm3-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm3-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm3-500x442.jpg";s:5:"width";i:500;s:6:"height";i:442;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm3-500x442.jpg";s:5:"width";i:500;s:6:"height";i:442;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm3-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(553, 252, '_wp_attached_file', '2016/10/Perm2-1.jpg'),
(554, 252, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:325;s:4:"file";s:19:"2016/10/Perm2-1.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Perm2-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:19:"Perm2-1-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:19:"Perm2-1-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:19:"Perm2-1-600x325.jpg";s:5:"width";i:600;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:19:"Perm2-1-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:19:"Perm2-1-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:19:"Perm2-1-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:19:"Perm2-1-480x325.jpg";s:5:"width";i:480;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:19:"Perm2-1-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:19:"Perm2-1-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:19:"Perm2-1-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(555, 26, '_edit_lock', '1477079642:1'),
(558, 259, '_wp_attached_file', '2016/09/Perm4.jpg'),
(559, 259, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:325;s:4:"file";s:17:"2016/09/Perm4.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm4-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:"Perm4-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm4-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm4-600x325.jpg";s:5:"width";i:600;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm4-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm4-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm4-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm4-480x325.jpg";s:5:"width";i:480;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm4-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm4-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm4-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(560, 261, '_wp_attached_file', '2016/09/Perm5.jpg'),
(561, 261, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:624;s:4:"file";s:17:"2016/09/Perm5.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm5-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:"Perm5-300x288.jpg";s:5:"width";i:300;s:6:"height";i:288;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm5-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:17:"Perm5-650x600.jpg";s:5:"width";i:650;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm5-600x624.jpg";s:5:"width";i:600;s:6:"height";i:624;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm5-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm5-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm5-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm5-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm5-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:17:"Perm5-650x500.jpg";s:5:"width";i:650;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm5-500x624.jpg";s:5:"width";i:500;s:6:"height";i:624;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm5-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(562, 264, '_wp_attached_file', '2016/10/Perm6.jpg'),
(563, 264, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:618;s:4:"file";s:17:"2016/10/Perm6.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm6-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:"Perm6-300x285.jpg";s:5:"width";i:300;s:6:"height";i:285;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm6-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:17:"Perm6-650x600.jpg";s:5:"width";i:650;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm6-600x618.jpg";s:5:"width";i:600;s:6:"height";i:618;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm6-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm6-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm6-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm6-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm6-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:17:"Perm6-650x500.jpg";s:5:"width";i:650;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm6-500x618.jpg";s:5:"width";i:500;s:6:"height";i:618;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm6-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(564, 266, '_wp_attached_file', '2016/09/Perm7.jpg'),
(565, 266, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:260;s:4:"file";s:17:"2016/09/Perm7.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm7-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:"Perm7-300x120.jpg";s:5:"width";i:300;s:6:"height";i:120;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm7-550x260.jpg";s:5:"width";i:550;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm7-600x260.jpg";s:5:"width";i:600;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm7-550x260.jpg";s:5:"width";i:550;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm7-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm7-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm7-480x260.jpg";s:5:"width";i:480;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm7-500x260.jpg";s:5:"width";i:500;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm7-500x260.jpg";s:5:"width";i:500;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm7-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(566, 269, '_wp_attached_file', '2016/09/Perm8.jpg'),
(567, 269, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:228;s:4:"file";s:17:"2016/09/Perm8.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm8-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:"Perm8-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm8-550x228.jpg";s:5:"width";i:550;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm8-600x228.jpg";s:5:"width";i:600;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm8-550x228.jpg";s:5:"width";i:550;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm8-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm8-400x228.jpg";s:5:"width";i:400;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm8-480x228.jpg";s:5:"width";i:480;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm8-500x228.jpg";s:5:"width";i:500;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm8-500x228.jpg";s:5:"width";i:500;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm8-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(568, 271, '_wp_attached_file', '2016/09/Perm9.jpg'),
(569, 271, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:325;s:4:"file";s:17:"2016/09/Perm9.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Perm9-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:"Perm9-300x150.jpg";s:5:"width";i:300;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:17:"Perm9-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:17:"Perm9-600x325.jpg";s:5:"width";i:600;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:17:"Perm9-550x325.jpg";s:5:"width";i:550;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:17:"Perm9-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:17:"Perm9-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:17:"Perm9-480x325.jpg";s:5:"width";i:480;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:17:"Perm9-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:17:"Perm9-500x325.jpg";s:5:"width";i:500;s:6:"height";i:325;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:17:"Perm9-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(570, 273, '_wp_attached_file', '2016/09/Perm10.jpg'),
(571, 273, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:598;s:4:"file";s:18:"2016/09/Perm10.jpg";s:5:"sizes";a:12:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm10-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:"Perm10-300x276.jpg";s:5:"width";i:300;s:6:"height";i:276;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm10-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm10-600x598.jpg";s:5:"width";i:600;s:6:"height";i:598;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm10-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm10-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm10-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm10-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm10-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:18:"Perm10-650x500.jpg";s:5:"width";i:650;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm10-500x598.jpg";s:5:"width";i:500;s:6:"height";i:598;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm10-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(572, 275, '_wp_attached_file', '2016/09/Perm11.jpg'),
(573, 275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:481;s:4:"file";s:18:"2016/09/Perm11.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm11-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:"Perm11-300x222.jpg";s:5:"width";i:300;s:6:"height";i:222;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm11-550x481.jpg";s:5:"width";i:550;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm11-600x481.jpg";s:5:"width";i:600;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm11-550x481.jpg";s:5:"width";i:550;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm11-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm11-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm11-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm11-500x481.jpg";s:5:"width";i:500;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm11-500x481.jpg";s:5:"width";i:500;s:6:"height";i:481;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm11-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(574, 277, '_wp_attached_file', '2016/09/Perm12.jpg'),
(575, 277, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:332;s:4:"file";s:18:"2016/09/Perm12.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm12-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:"Perm12-300x153.jpg";s:5:"width";i:300;s:6:"height";i:153;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm12-550x332.jpg";s:5:"width";i:550;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm12-600x332.jpg";s:5:"width";i:600;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm12-550x332.jpg";s:5:"width";i:550;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm12-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm12-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm12-480x332.jpg";s:5:"width";i:480;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm12-500x332.jpg";s:5:"width";i:500;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm12-500x332.jpg";s:5:"width";i:500;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm12-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(576, 279, '_wp_attached_file', '2016/09/Perm13.jpg'),
(577, 279, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:345;s:4:"file";s:18:"2016/09/Perm13.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm13-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:"Perm13-300x159.jpg";s:5:"width";i:300;s:6:"height";i:159;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm13-550x345.jpg";s:5:"width";i:550;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm13-600x345.jpg";s:5:"width";i:600;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm13-550x345.jpg";s:5:"width";i:550;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm13-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm13-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm13-480x345.jpg";s:5:"width";i:480;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm13-500x345.jpg";s:5:"width";i:500;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm13-500x345.jpg";s:5:"width";i:500;s:6:"height";i:345;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm13-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(578, 281, '_wp_attached_file', '2016/09/Perm14.jpg'),
(579, 281, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:722;s:4:"file";s:18:"2016/09/Perm14.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm14-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:"Perm14-270x300.jpg";s:5:"width";i:270;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm14-550x550.jpg";s:5:"width";i:550;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}s:19:"portfolio-landscape";a:4:{s:4:"file";s:18:"Perm14-650x600.jpg";s:5:"width";i:650;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm14-600x722.jpg";s:5:"width";i:600;s:6:"height";i:722;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm14-550x498.jpg";s:5:"width";i:550;s:6:"height";i:498;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm14-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm14-400x260.jpg";s:5:"width";i:400;s:6:"height";i:260;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm14-480x434.jpg";s:5:"width";i:480;s:6:"height";i:434;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm14-500x500.jpg";s:5:"width";i:500;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_wide";a:4:{s:4:"file";s:18:"Perm14-650x500.jpg";s:5:"width";i:650;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm14-500x722.jpg";s:5:"width";i:500;s:6:"height";i:722;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm14-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(580, 283, '_wp_attached_file', '2016/09/Perm15.jpg'),
(581, 283, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:228;s:4:"file";s:18:"2016/09/Perm15.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm15-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:"Perm15-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm15-550x228.jpg";s:5:"width";i:550;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm15-600x228.jpg";s:5:"width";i:600;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm15-550x228.jpg";s:5:"width";i:550;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm15-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm15-400x228.jpg";s:5:"width";i:400;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm15-480x228.jpg";s:5:"width";i:480;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm15-500x228.jpg";s:5:"width";i:500;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm15-500x228.jpg";s:5:"width";i:500;s:6:"height";i:228;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm15-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(584, 286, '_wp_attached_file', '2016/09/Perm16.jpg'),
(585, 286, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:216;s:4:"file";s:18:"2016/09/Perm16.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm16-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:"Perm16-300x100.jpg";s:5:"width";i:300;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm16-550x216.jpg";s:5:"width";i:550;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm16-600x216.jpg";s:5:"width";i:600;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm16-550x216.jpg";s:5:"width";i:550;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm16-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm16-400x216.jpg";s:5:"width";i:400;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm16-480x216.jpg";s:5:"width";i:480;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm16-500x216.jpg";s:5:"width";i:500;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm16-500x216.jpg";s:5:"width";i:500;s:6:"height";i:216;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm16-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}'),
(586, 288, '_wp_attached_file', '2016/09/Perm17.jpg'),
(587, 288, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:210;s:4:"file";s:18:"2016/09/Perm17.jpg";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"Perm17-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:"Perm17-300x97.jpg";s:5:"width";i:300;s:6:"height";i:97;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-square";a:4:{s:4:"file";s:18:"Perm17-550x210.jpg";s:5:"width";i:550;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:18:"portfolio-portrait";a:4:{s:4:"file";s:18:"Perm17-600x210.jpg";s:5:"width";i:600;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:17:"portfolio-default";a:4:{s:4:"file";s:18:"Perm17-550x210.jpg";s:5:"width";i:550;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:18:"menu-featured-post";a:4:{s:4:"file";s:18:"Perm17-345x198.jpg";s:5:"width";i:345;s:6:"height";i:198;s:9:"mime-type";s:10:"image/jpeg";}s:20:"qode-carousel_slider";a:4:{s:4:"file";s:18:"Perm17-400x210.jpg";s:5:"width";i:400;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio_slider";a:4:{s:4:"file";s:18:"Perm17-480x210.jpg";s:5:"width";i:480;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:25:"portfolio_masonry_regular";a:4:{s:4:"file";s:18:"Perm17-500x210.jpg";s:5:"width";i:500;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:22:"portfolio_masonry_tall";a:4:{s:4:"file";s:18:"Perm17-500x210.jpg";s:5:"width";i:500;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:23:"latest_post_small_image";a:4:{s:4:"file";s:18:"Perm17-125x112.jpg";s:5:"width";i:125;s:6:"height";i:112;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:{}}}');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_posts`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=303 ;

--
-- Dumping data for table `wpo8_posts`
--

INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2016-08-29 13:18:42', '2016-08-29 13:18:42', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2016-08-29 13:18:42', '2016-08-29 13:18:42', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=1', 0, 'post', '', 1),
(2, 1, '2016-08-29 13:18:42', '2016-08-29 13:18:42', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://permanentmakeupbydeb.com/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2016-08-29 13:18:42', '2016-08-29 13:18:42', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?page_id=2', 0, 'page', '', 0),
(107, 1, '2016-09-30 17:19:24', '2016-09-30 17:19:24', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>Advanced Educator School of Permanent Cosmetic Make up is licensed by the State Board of Education.</li>\r\n 	<li>Advanced Educator is a bonded school.</li>\r\n 	<li>You will receive advanced one on one training with an award winning make up artist, with 21 years experience in the business.</li>\r\n 	<li>You will learn both techniques in the same class (manual and machine method.)</li>\r\n 	<li>You will learn basic through advanced techniques in one class, with hands on training on live models.</li>\r\n 	<li>Advanced Educator guarantees a larger start up kit than any other school in the country.</li>\r\n 	<li>Extra classes may be added at no extra charge when taking the permanent make up training, such as airbrush make up, body piercing, semi-permanent make up.</li>\r\n 	<li>After attending Advanced Educator you leave ready to work! With everything you need to get started.</li>\r\n 	<li>There are no hidden costs, you only pay once.</li>\r\n 	<li>My graduates are working successfully in the permanent cosmetic industry.</li>\r\n</ol>\r\n&nbsp;\r\n\r\nBefore you make your final decision on choosing the best school for you, check all of them and find the best fit for you. Keep in mind that we live in a world where we get what we pay for, the cost of one school may seem cosiderably higher than another, there may be a very good reason for that, after all not all people choose to go to the same college.\r\n\r\n&nbsp;\r\n\r\nThe permanent cosmetic student should be dedicated to the clients’ beauty and safety first and have a desire to to be committed to the permanent cosmetic industry. If someone is considering this profession for the sole purpose to increase their income, please do not apply to my school. This is a serious profession for serious professionals and should not be entered into lightly. I am dedicated to giving you the best education possible. I absolutely LOVE what I do! Let me teach you one of the most exciting and rewarding aspects of the make up field!\r\n\r\n&nbsp;\r\n\r\n40 hour program (includes kit)\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-09-30 17:19:24', '2016-09-30 17:19:24', '', 106, 'http://permanentmakeupbydeb.visualedgedesign.com/106-revision-v1/', 0, 'revision', '', 0),
(5, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="241" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="239" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="238" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="240" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2016-10-14 17:40:04', '2016-10-14 17:40:04', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/home/', 1, 'page', '', 0),
(249, 1, '2016-10-20 18:11:53', '2016-10-20 18:11:53', '', 'perm1', '', 'inherit', 'open', 'closed', '', 'perm1', '', '', '2016-10-20 18:11:53', '2016-10-20 18:11:53', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm1.jpg', 0, 'attachment', 'image/jpeg', 0),
(6, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics!\r\n</strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="244" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="243" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\r\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\r\nA non-refundable deposit is required to hold all appointments.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'publish', 'closed', 'closed', '', 'make-up', '', '', '2016-10-14 17:43:33', '2016-10-14 17:43:33', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/make-up/', 2, 'page', '', 0),
(7, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation="" el_id="micro"][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="246" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'publish', 'closed', 'closed', '', 'training', '', '', '2016-10-14 17:46:21', '2016-10-14 17:46:21', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/training/', 3, 'page', '', 0),
(8, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Nails, Esthetic, Massage, classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'publish', 'closed', 'closed', '', 'our-school', '', '', '2016-12-28 19:13:38', '2016-12-28 19:13:38', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/our-school/', 4, 'page', '', 0),
(9, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '', 'Eyelash Extensions', '', 'publish', 'closed', 'closed', '', 'eyelash-extensions', '', '', '2016-09-01 19:18:04', '2016-09-01 19:18:04', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/eyelash-extensions/', 5, 'page', '', 0),
(10, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\n<strong>Why use permanent make up?</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can    also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, it is considered a form of a tattoo. Although the permanent make-up goes into the second layer of skin, these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2016-11-17 14:20:04', '2016-11-17 14:20:04', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/faq/', 6, 'page', '', 0),
(11, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Illinois cosmetology license 011-196257</li>\r\n 	<li>Illinois Teacher license 012-006235</li>\r\n 	<li>Illinois Sponsor License 190000271</li>\r\n 	<li>Illinois School license 171-000150</li>\r\n 	<li>Illinois School License 113-000116</li>\r\n 	<li>Licenses may be verified at <a href="http://www.idfdpr.com/" target="_blank">www.idfdpr.com</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Credentials', '', 'publish', 'closed', 'closed', '', 'credentials', '', '', '2016-09-29 15:37:36', '2016-09-29 15:37:36', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/credentials/', 7, 'page', '', 0),
(12, 1, '2016-09-01 19:18:04', '2016-09-01 19:18:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Contact Us</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_column_text]<span style="text-decoration: underline;"><strong>Permanent Makeup by Deb</strong></span>\r\n\r\n&nbsp;\r\n\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][vc_column_inner width="2/3"][gravityform id="1" title="false" description="false" ajax="false"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2016-09-30 17:03:13', '2016-09-30 17:03:13', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/contact-us/', 8, 'page', '', 0),
(13, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '13', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=13', 1, 'nav_menu_item', '', 0),
(14, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '14', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=14', 2, 'nav_menu_item', '', 0),
(15, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '15', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=15', 5, 'nav_menu_item', '', 0),
(16, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', '', 'School', '', 'publish', 'closed', 'closed', '', '16', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=16', 7, 'nav_menu_item', '', 0),
(18, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '18', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=18', 9, 'nav_menu_item', '', 0),
(19, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '19', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=19', 4, 'nav_menu_item', '', 0),
(20, 1, '2016-09-01 19:18:33', '2016-09-01 19:18:33', ' ', '', '', 'publish', 'closed', 'closed', '', '20', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=20', 10, 'nav_menu_item', '', 0),
(31, 1, '2016-10-14 17:39:43', '2016-10-14 17:39:43', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="241" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="239" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-autosave-v1', '', '', '2016-10-14 17:39:43', '2016-10-14 17:39:43', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-autosave-v1/', 0, 'revision', '', 0),
(21, 1, '2016-09-01 19:31:12', '2016-09-01 19:31:12', '', 'Permanent-makeup-by-deb-logo', '', 'inherit', 'open', 'closed', '', 'permanent-makeup-by-deb-logo', '', '', '2016-09-01 19:31:12', '2016-09-01 19:31:12', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Permanent-makeup-by-deb-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2016-09-01 19:31:13', '2016-09-01 19:31:13', '', 'deb-long-makeup-favicon', '', 'inherit', 'open', 'closed', '', 'deb-long-makeup-favicon', '', '', '2016-09-01 19:31:13', '2016-09-01 19:31:13', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/deb-long-makeup-favicon.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2016-09-01 19:37:00', '2016-09-01 19:37:00', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">eyelash extensions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="133" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]Beautiful and quality eyelash extensions in Peoria, Tazewell, Eureka, Metamora, Minork and many more areas in Illinois\r\n\r\n&nbsp;\r\n\r\nDo you want to transform your natural eyelash into longer, lush more beautiful lashes? Permanent Cosmetic provides you professional and quality eyelash extensions to improve the look of your natural lashes.\r\n\r\n&nbsp;\r\n\r\nOur eyelash extensions are available in many areas in Illinois to include Peoria, Tazewell, Eureka, Metamora, Pekin, Canton, Bloomington and Minork among others.\r\n\r\n&nbsp;\r\n\r\nUnlike the ordinary eyelash extensions, we carefully and meticulously apply each strand of lashes to your natural lashes using quality adhesive. Our lashes are waterproof, comfortable and long lasting.\r\n\r\n&nbsp;\r\n\r\nGood testimonials are the evidences of the quality of our eyelash extensions. According to our clients, their eyelash extensions can last between two to eight weeks depending on the care.\r\n\r\n&nbsp;\r\n\r\nTo have longer and beautiful lashes, contact us today. We service Peoria, Tazewell, Eureka, Metamora, Pekin, Bloomington, Minork and many more areas in Illinois.\r\n\r\n&nbsp;\r\n\r\n<strong>Application:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>The application takes approximately 50-90 minutes for a full set.</li>\r\n 	<li>A touch up takes approximately 10-30 minutes</li>\r\n 	<li>TThe procedure is very comfortable and relaxing</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Caring for the lashes:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Do not rub or scratch eyes.</li>\r\n 	<li>Eye creams or lotions and makeup removers may loosen the bond</li>\r\n 	<li>Try not to apply oils or eye creams to the area where the lashes are applied.</li>\r\n 	<li>You can wear mascara (water soluble) but this will shorten the lifespan of the lashes.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Additional information:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Eyelash extensions will not damage the natural lashes.</li>\r\n 	<li>Eyelash extensions can be removed at any time.</li>\r\n 	<li>The glue never comes in contact with the skin.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Eyelashes', '', 'publish', 'closed', 'closed', '', 'eyelashes', '', '', '2016-09-30 18:33:35', '2016-09-30 18:33:35', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/services/', 9, 'page', '', 0),
(24, 1, '2016-09-01 19:37:00', '2016-09-01 19:37:00', '', 'School', '', 'publish', 'closed', 'closed', '', 'school', '', '', '2016-09-01 19:37:00', '2016-09-01 19:37:00', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/school/', 10, 'page', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(25, 1, '2016-09-01 19:37:00', '2016-09-01 19:37:00', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="283" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="286" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="288" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'publish', 'closed', 'closed', '', 'before-after', '', '', '2016-10-21 21:06:15', '2016-10-21 21:06:15', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/before-after/', 11, 'page', '', 0),
(26, 1, '2016-09-01 19:37:00', '2016-09-01 19:37:00', '', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2016-09-01 19:37:00', '2016-09-01 19:37:00', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/gallery/', 12, 'page', '', 0),
(221, 1, '2016-09-30 20:54:34', '2016-09-30 20:54:34', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-30 20:54:34', '2016-09-30 20:54:34', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2016-09-01 19:38:03', '2016-09-01 19:38:03', '', 'Gallery', '', 'publish', 'closed', 'closed', '', '28', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=28', 8, 'nav_menu_item', '', 0),
(232, 1, '2016-10-11 19:18:13', '2016-10-11 19:18:13', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation="" el_id="micro"][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="148" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-10-11 19:18:13', '2016-10-11 19:18:13', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(30, 1, '2016-09-01 19:38:03', '2016-09-01 19:38:03', ' ', '', '', 'publish', 'closed', 'closed', '', '30', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=30', 3, 'nav_menu_item', '', 0),
(32, 1, '2016-09-12 16:17:42', '2016-09-12 16:17:42', '', 'home-image-2', '', 'inherit', 'open', 'closed', '', 'home-image-2', '', '', '2016-09-12 16:17:42', '2016-09-12 16:17:42', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2016-09-12 16:17:47', '2016-09-12 16:17:47', '', 'home-image-3', '', 'inherit', 'open', 'closed', '', 'home-image-3', '', '', '2016-09-12 16:17:47', '2016-09-12 16:17:47', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2016-09-12 16:17:51', '2016-09-12 16:17:51', '', 'home-image-4', '', 'inherit', 'open', 'closed', '', 'home-image-4', '', '', '2016-09-12 16:17:51', '2016-09-12 16:17:51', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2016-09-12 16:17:55', '2016-09-12 16:17:55', '', 'home-image-1', '', 'inherit', 'open', 'closed', '', 'home-image-1', '', '', '2016-09-12 16:17:55', '2016-09-12 16:17:55', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2016-09-12 16:19:22', '2016-09-12 16:19:22', '', 'home-image-5', '', 'inherit', 'open', 'closed', '', 'home-image-5', '', '', '2016-09-12 16:19:22', '2016-09-12 16:19:22', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2016-09-12 16:20:11', '2016-09-12 16:20:11', '', 'home-page-blank', '', 'inherit', 'open', 'closed', '', 'home-page-blank', '', '', '2016-09-12 16:20:11', '2016-09-12 16:20:11', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-Page-Blank.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2016-09-12 16:22:06', '2016-09-12 16:22:06', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="34" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="33" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-12 16:22:06', '2016-09-12 16:22:06', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(39, 1, '2016-09-12 16:32:15', '2016-09-12 16:32:15', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="34" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="33" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-12 16:32:15', '2016-09-12 16:32:15', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2016-09-12 16:53:38', '2016-09-12 16:53:38', '', 'bottom-home-2', '', 'inherit', 'open', 'closed', '', 'bottom-home-2', '', '', '2016-09-12 16:53:38', '2016-09-12 16:53:38', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2016-09-12 16:53:40', '2016-09-12 16:53:40', '', 'bottom-home-3', '', 'inherit', 'open', 'closed', '', 'bottom-home-3', '', '', '2016-09-12 16:53:40', '2016-09-12 16:53:40', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2016-09-12 16:53:43', '2016-09-12 16:53:43', '', 'bottom-home-4', '', 'inherit', 'open', 'closed', '', 'bottom-home-4', '', '', '2016-09-12 16:53:43', '2016-09-12 16:53:43', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2016-09-12 16:53:46', '2016-09-12 16:53:46', '', 'bottom-home-1', '', 'inherit', 'open', 'closed', '', 'bottom-home-1', '', '', '2016-09-12 16:53:46', '2016-09-12 16:53:46', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2016-09-12 16:59:09', '2016-09-12 16:59:09', '', 'bottom-home-5', '', 'inherit', 'open', 'closed', '', 'bottom-home-5', '', '', '2016-09-12 16:59:09', '2016-09-12 16:59:09', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2016-09-12 17:00:19', '2016-09-12 17:00:19', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="34" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="33" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="43"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-12 17:00:19', '2016-09-12 17:00:19', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(46, 1, '2016-09-12 17:00:52', '2016-09-12 17:00:52', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="34" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="33" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="43"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-12 17:00:52', '2016-09-12 17:00:52', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(47, 1, '2016-09-12 17:01:57', '2016-09-12 17:01:57', '', 'bottom-home-6', '', 'inherit', 'open', 'closed', '', 'bottom-home-6', '', '', '2016-09-12 17:01:57', '2016-09-12 17:01:57', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Bottom-Home-6.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(48, 1, '2016-09-12 17:02:04', '2016-09-12 17:02:04', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="34" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="33" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-12 17:02:04', '2016-09-12 17:02:04', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(49, 1, '2016-09-20 16:06:11', '2016-09-20 16:06:11', '', 'home-image-10', '', 'inherit', 'open', 'closed', '', 'home-image-10', '', '', '2016-09-20 16:06:11', '2016-09-20 16:06:11', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2016-09-20 16:06:16', '2016-09-20 16:06:16', '', 'home-image-6', '', 'inherit', 'open', 'closed', '', 'home-image-6', '', '', '2016-09-20 16:06:16', '2016-09-20 16:06:16', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2016-09-20 16:06:21', '2016-09-20 16:06:21', '', 'home-image-7', '', 'inherit', 'open', 'closed', '', 'home-image-7', '', '', '2016-09-20 16:06:21', '2016-09-20 16:06:21', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2016-09-20 16:06:26', '2016-09-20 16:06:26', '', 'home-image-8', '', 'inherit', 'open', 'closed', '', 'home-image-8', '', '', '2016-09-20 16:06:26', '2016-09-20 16:06:26', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2016-09-20 16:06:30', '2016-09-20 16:06:30', '', 'home-image-9', '', 'inherit', 'open', 'closed', '', 'home-image-9', '', '', '2016-09-20 16:06:30', '2016-09-20 16:06:30', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2016-09-20 16:06:49', '2016-09-20 16:06:49', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="49" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="32" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="35" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-20 16:06:49', '2016-09-20 16:06:49', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(55, 1, '2016-09-20 16:07:53', '2016-09-20 16:07:53', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="51" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-20 16:07:53', '2016-09-20 16:07:53', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2016-09-20 16:44:43', '2016-09-20 16:44:43', '', 'home-image-11', '', 'inherit', 'open', 'closed', '', 'home-image-11', '', '', '2016-09-20 16:44:43', '2016-09-20 16:44:43', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Home-image-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2016-09-20 16:45:26', '2016-09-20 16:45:26', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="MAKE UP"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="CREDENTIALS"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="TRAINING"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="SERVICES"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="#"><img class="wp-image-37 size-full aligncenter" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-20 16:45:26', '2016-09-20 16:45:26', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2016-09-28 16:27:30', '2016-09-28 16:27:30', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_column_text]Create a lasting look with Permanent Cosmetics!\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\nwww.micropigmentation.org\r\n\r\nCall now to schedule your initial permanent make up consultation at 309-370-1629 or email advanceded@hotmail.com. Click here for before &amp; after photos[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:27:30', '2016-09-28 16:27:30', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(59, 1, '2016-09-29 16:03:48', '2016-09-29 16:03:48', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">MAKE-UP</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics!\n</strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation.\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\n\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\n<table class="pricingtable responsive-example-table">\n<tbody>\n<tr>\n<td class="halfwidth">\n<h4>Full Eyeliner</h4>\n(basic eyeliner application)</td>\n<td class="quarterwidth">\n<h4>$395.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Eye Brow</h4>\n(Basic) &amp; up</td>\n<td class="quarterwidth">\n<h4>$395.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Full Lip</h4>\n</td>\n<td class="quarterwidth">\n<h4>$395.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Eyeliner (Upper only)</h4>\n</td>\n<td class="quarterwidth">\n<h4>$195.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Eyeliner (Lower only)</h4>\n</td>\n<td class="quarterwidth">\n<h4>$195.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Lip Liner</h4>\n</td>\n<td class="quarterwidth">\n<h4>$295.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Beauty Mark</h4>\n(retouch not included)</td>\n<td class="quarterwidth">\n<h4>$95.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Camouflage/scar coverage</h4>\n</td>\n<td class="quarterwidth">\n<h4>Upon Consultation</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Dry Needling/Micro Needling</h4>\n</td>\n<td class="quarterwidth">\n<h4>Upon Consultation</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>30-Day Mascara</h4>\n</td>\n<td class="quarterwidth">\n<h4>$75.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Eyelash extensions</h4>\n</td>\n<td class="quarterwidth">\n<h4>$200.00</h4>\n</td>\n</tr>\n<tr>\n<td class="halfwidth">\n<h4>Eyelash extensions retouch</h4>\n</td>\n<td class="quarterwidth">\n<h4>$75.00+</h4>\n</td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\nA non-refundable deposit is required to hold all appointments.\n\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\n\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\nClick here for before &amp; after photos\n\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-autosave-v1', '', '', '2016-09-29 16:03:48', '2016-09-29 16:03:48', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-autosave-v1/', 0, 'revision', '', 0),
(60, 1, '2016-09-28 16:29:44', '2016-09-28 16:29:44', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\nCall now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:29:44', '2016-09-28 16:29:44', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(61, 1, '2016-09-28 16:32:14', '2016-09-28 16:32:14', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:32:14', '2016-09-28 16:32:14', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2016-09-28 16:36:56', '2016-09-28 16:36:56', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:36:56', '2016-09-28 16:36:56', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2016-09-28 16:34:21', '2016-09-28 16:34:21', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080454931{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;"><strong>MAKE-UP</strong></h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:34:21', '2016-09-28 16:34:21', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(63, 1, '2016-09-28 16:35:04', '2016-09-28 16:35:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;"><strong>MAKE-UP</strong></h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-28 16:35:04', '2016-09-28 16:35:04', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2016-09-28 19:56:27', '2016-09-28 19:56:27', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-28 19:56:27', '2016-09-28 19:56:27', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(66, 1, '2016-09-28 19:58:57', '2016-09-28 19:58:57', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-28 19:58:57', '2016-09-28 19:58:57', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2016-09-28 19:59:37', '2016-09-28 19:59:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-28 19:59:37', '2016-09-28 19:59:37', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(68, 1, '2016-09-30 20:49:32', '2016-09-30 20:49:32', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Our School</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\n\n&nbsp;\n<ul>\n 	<li>Small class sizes</li>\n 	<li>Complete kit included</li>\n 	<li>State of the art equipment</li>\n 	<li>Basic through advanced training</li>\n 	<li>Funding available for most classes</li>\n</ul>\n&nbsp;\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\n[/vc_column_text][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\n\n&nbsp;\n<ul>\n 	<li>Small class sizes</li>\n 	<li>Complete kit included</li>\n 	<li>State of the art equipment</li>\n 	<li>Basic through advanced training</li>\n 	<li>Funding available for most classes</li>\n</ul>\n&nbsp;\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\n[/vc_column_text][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\n\n&nbsp;\n<ul>\n 	<li>Small class sizes</li>\n 	<li>Complete kit included</li>\n 	<li>State of the art equipment</li>\n 	<li>Basic through advanced training</li>\n 	<li>Funding available for most classes</li>\n</ul>\n&nbsp;\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\n&nbsp;\n\nWe go beyond the basics.\n\n&nbsp;\n\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\n\n&nbsp;\n\nOur Permanent Make up class each current have a 100% success rate.\n\n&nbsp;\n\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\n\n&nbsp;\n\nFor school application contact the owner, Deb Long\n208 N. Wood Street\nWashington, IL 61571\n309-370-1629 or 309-444-9300\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-autosave-v1', '', '', '2016-09-30 20:49:32', '2016-09-30 20:49:32', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-autosave-v1/', 0, 'revision', '', 0),
(135, 1, '2016-09-30 18:37:02', '2016-09-30 18:37:02', '', 'training-station-1', '', 'inherit', 'open', 'closed', '', 'training-station-1', '', '', '2016-09-30 18:37:02', '2016-09-30 18:37:02', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/training-station-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2016-09-30 18:37:04', '2016-09-30 18:37:04', '', 'training-beds-1', '', 'inherit', 'open', 'closed', '', 'training-beds-1', '', '', '2016-09-30 18:37:04', '2016-09-30 18:37:04', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/training-beds-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2016-09-28 20:02:55', '2016-09-28 20:02:55', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]Advanced Educator School of Beauty\r\n\r\n&nbsp;\r\n\r\nPrivate individualized training with instructors of 25 years experience!\r\n\r\n&nbsp;\r\n\r\nSmall class sizes\r\nComplete kit included\r\nState of the art equipment\r\nBasic through advanced training\r\nFunding available for most classes\r\nOur facility is designed to give the best training in the state of Illinois.\r\n\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\nOur Students enjoy the absolute best of the beauty industry!\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail advanceded@hotmail.com[/vc_column_text][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-28 20:02:55', '2016-09-28 20:02:55', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(70, 1, '2016-09-29 15:34:01', '2016-09-29 15:34:01', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][vc_empty_space][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-29 15:34:01', '2016-09-29 15:34:01', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(71, 1, '2016-09-29 15:35:02', '2016-09-29 15:35:02', '', 'deb_new', '', 'inherit', 'open', 'closed', '', 'deb_new', '', '', '2016-09-29 15:35:02', '2016-09-29 15:35:02', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/deb_new.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2016-09-29 15:35:28', '2016-09-29 15:35:28', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="purple" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-29 15:35:28', '2016-09-29 15:35:28', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(73, 1, '2016-09-29 15:35:50', '2016-09-29 15:35:50', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nIllinois cosmetology license 011-196257\r\nIllinois Teacher license 012-006235\r\nIllinois Sponsor License 190000271\r\nIllinois School license 171-000150\r\nIllinois School License 113-000116\r\nLicenses may be verified at www.idfdpr.com\r\n\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-29 15:35:50', '2016-09-29 15:35:50', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(74, 1, '2016-09-29 15:37:36', '2016-09-29 15:37:36', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Credentials</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Deb Long</h2>\r\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\r\n\r\n&nbsp;\r\n\r\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\r\n\r\n&nbsp;\r\n\r\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\r\n\r\n&nbsp;\r\n\r\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\r\n\r\n&nbsp;\r\n\r\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nClick here for before &amp; after photos\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Illinois cosmetology license 011-196257</li>\r\n 	<li>Illinois Teacher license 012-006235</li>\r\n 	<li>Illinois Sponsor License 190000271</li>\r\n 	<li>Illinois School license 171-000150</li>\r\n 	<li>Illinois School License 113-000116</li>\r\n 	<li>Licenses may be verified at <a href="http://www.idfdpr.com/" target="_blank">www.idfdpr.com</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nContact Info:\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Credentials', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2016-09-29 15:37:36', '2016-09-29 15:37:36', '', 11, 'http://permanentmakeupbydeb.visualedgedesign.com/11-revision-v1/', 0, 'revision', '', 0),
(76, 1, '2016-09-29 15:53:27', '2016-09-29 15:53:27', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="56" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="22" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 15:53:27', '2016-09-29 15:53:27', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2016-09-29 15:48:54', '2016-09-29 15:48:54', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up[/vc_column_text][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 15:48:54', '2016-09-29 15:48:54', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(77, 1, '2016-09-29 15:54:58', '2016-09-29 15:54:58', '', 'sub-page-img', '', 'inherit', 'open', 'closed', '', 'sub-page-img', '', '', '2016-09-29 15:54:58', '2016-09-29 15:54:58', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Sub-page-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(78, 1, '2016-09-29 15:57:30', '2016-09-29 15:57:30', '', 'sub-page-img-2', '', 'inherit', 'open', 'closed', '', 'sub-page-img-2', '', '', '2016-09-29 15:57:30', '2016-09-29 15:57:30', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Sub-page-img-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2016-09-29 15:57:39', '2016-09-29 15:57:39', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 15:57:39', '2016-09-29 15:57:39', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(80, 1, '2016-09-29 15:58:15', '2016-09-29 15:58:15', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 15:58:15', '2016-09-29 15:58:15', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2016-09-29 15:58:46', '2016-09-29 15:58:46', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="50px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 15:58:46', '2016-09-29 15:58:46', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(82, 1, '2016-09-29 16:00:08', '2016-09-29 16:00:08', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 16:00:08', '2016-09-29 16:00:08', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(83, 1, '2016-09-29 16:01:54', '2016-09-29 16:01:54', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics! </strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation. Bring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\r\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\r\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\r\nA non-refundable deposit is required to hold all appointments.</p>\r\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 16:01:54', '2016-09-29 16:01:54', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(84, 1, '2016-09-29 16:02:44', '2016-09-29 16:02:44', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics!\r\n</strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\r\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\r\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\r\nA non-refundable deposit is required to hold all appointments.</p>\r\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 16:02:44', '2016-09-29 16:02:44', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(85, 1, '2016-09-29 16:04:37', '2016-09-29 16:04:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics!\r\n</strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="77" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="78" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\r\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\r\nA non-refundable deposit is required to hold all appointments.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-09-29 16:04:37', '2016-09-29 16:04:37', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(86, 1, '2016-09-30 18:50:05', '2016-09-30 18:50:05', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Training</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\n\n&nbsp;\n\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\n\n&nbsp;\n\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\n\n&nbsp;\n\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\n\n&nbsp;\n\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<ul>\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\n 	<li><strong>Skin education</strong></li>\n 	<li><strong>How to properly work with needles</strong></li>\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\n 	<li><strong>Exam / Certificate of completion</strong></li>\n</ul>\n&nbsp;\n\n<strong>(For a syllabus of class please contact Deb Long)</strong>\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\n\n&nbsp;\n\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\n\n&nbsp;\n\n&nbsp;\n\n<strong>Basic - Advanced:</strong>\n\nClass times: M - S 9:00 to 7:00\n<h2></h2>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\n<h2>Micro Blading Training/ 3D Brow Class</h2>\n&nbsp;\n\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\n\n&nbsp;\n\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\n\n&nbsp;\n\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\n\n&nbsp;\n\n<strong>Call today Deb Long 309-370-1629</strong>\n\n&nbsp;\n\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\nIllinois Tattoo License #2104762\nSchool licenses may be verified at\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\n\n&nbsp;\n\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\n\n&nbsp;\n\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\n\n&nbsp;\n\nWe now accept V/A GI Grants!\n\n&nbsp;\n\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\n\n&nbsp;\n\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\n\n&nbsp;\n\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\n\n&nbsp;\n\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\n\n&nbsp;\n\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\n\n&nbsp;\n\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\n\n&nbsp;\n\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\n\n&nbsp;\n\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\n\n&nbsp;\n\nThis school is approved by the Illinois Board of Higher Education.\n\n&nbsp;\n\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_single_image image="148" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_single_image image="148" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-autosave-v1', '', '', '2016-09-30 18:50:05', '2016-09-30 18:50:05', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-autosave-v1/', 0, 'revision', '', 0),
(87, 1, '2016-09-29 16:11:41', '2016-09-29 16:11:41', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]Click here to find out why you should choose Advanced Educator.\r\n\r\nClick here to read reviews by former students.\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-29 16:11:41', '2016-09-29 16:11:41', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(88, 1, '2016-09-29 16:12:46', '2016-09-29 16:12:46', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]Click here to find out why you should choose Advanced Educator.\r\n\r\n&nbsp;\r\n\r\nClick here to read reviews by former students.\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-29 16:12:46', '2016-09-29 16:12:46', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(89, 1, '2016-09-29 16:13:20', '2016-09-29 16:13:20', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]Click here to find out why you should choose Advanced Educator.\r\n\r\n&nbsp;\r\n\r\nClick here to read reviews by former students.\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-29 16:13:20', '2016-09-29 16:13:20', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(90, 1, '2016-09-29 16:14:03', '2016-09-29 16:14:03', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]Click here to find out why you should choose Advanced Educator.\r\n\r\n&nbsp;\r\n\r\nClick here to read reviews by former students.\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-29 16:14:03', '2016-09-29 16:14:03', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(91, 1, '2016-09-29 16:14:22', '2016-09-29 16:14:22', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]Click here to find out why you should choose Advanced Educator.\r\n\r\n&nbsp;\r\n\r\nClick here to read reviews by former students.\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-29 16:14:22', '2016-09-29 16:14:22', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(92, 1, '2016-11-17 14:19:58', '2016-11-17 14:19:58', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">frequently asked questions</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\n\n&nbsp;\n\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\n\n&nbsp;\n\n<strong>Why use permanent make up?</strong>\n\n&nbsp;\n<ul>\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can    also save you time in your daily routine.</li>\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\n 	<li>It is ideal for cancer or thyroid patients.</li>\n</ul>\n&nbsp;\n\n<strong>What can permanent make up do for me?</strong>\n\n&nbsp;\n\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\n\n&nbsp;\n\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\n\n&nbsp;\n\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\n<strong>How long does permanent make up last?</strong>\n\n&nbsp;\n\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\n\n&nbsp;\n\n<strong>What colors are available?</strong>\n\n&nbsp;\n\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\n\n&nbsp;\n\n<strong>How long does it take?</strong>\n\n&nbsp;\n\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\n\n&nbsp;\n\n<strong>Does it hurt?</strong>\n\n&nbsp;\n\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\n\n&nbsp;\n\n<strong>Could I have an allergic reaction?</strong>\n\n&nbsp;\n\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\n\n&nbsp;\n\n<strong>Is it safe?</strong>\n\n&nbsp;\n\nYes, this procedure is done under strict sterilization rules.\n\n&nbsp;\n\n<strong>Is it a form of tattoo?</strong>\n\n&nbsp;\n\nYes, it is considered a form of a tattoo. Although the permanent make-up goes into the second layer of skin, these pigments will not turn the skin blue or pink like tattoo ink will.\n\n&nbsp;\n\n<strong>Can I go back to work the same day?</strong>\n\n&nbsp;\n\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\n\n&nbsp;\n\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\n\n&nbsp;\n\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-autosave-v1', '', '', '2016-11-17 14:19:58', '2016-11-17 14:19:58', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-autosave-v1/', 0, 'revision', '', 0),
(94, 1, '2016-09-30 16:42:35', '2016-09-30 16:42:35', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<h3 style="text-align: center;">Contact Us</h3>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][gravityform id="1" title="false" description="false" ajax="false"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2016-09-30 16:42:35', '2016-09-30 16:42:35', '', 12, 'http://permanentmakeupbydeb.visualedgedesign.com/12-autosave-v1/', 0, 'revision', '', 0),
(95, 1, '2016-09-30 16:44:10', '2016-09-30 16:44:10', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Contact Us</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_column_text]<span style="text-decoration: underline;"><strong>Permanent Makeup by Deb</strong></span>\r\n\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\n\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][vc_column_inner width="2/3"][gravityform id="1" title="false" description="false" ajax="false"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2016-09-30 16:44:10', '2016-09-30 16:44:10', '', 12, 'http://permanentmakeupbydeb.visualedgedesign.com/12-revision-v1/', 0, 'revision', '', 0),
(96, 1, '2016-09-30 17:03:13', '2016-09-30 17:03:13', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Contact Us</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_column_text]<span style="text-decoration: underline;"><strong>Permanent Makeup by Deb</strong></span>\r\n\r\n&nbsp;\r\n\r\nPhone: 309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com\r\n\r\n&nbsp;\r\n\r\nAdvanced Educator Inc.\r\n208 N Wood St\r\nWashington, IL 61571[/vc_column_text][/vc_column_inner][vc_column_inner width="2/3"][gravityform id="1" title="false" description="false" ajax="false"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2016-09-30 17:03:13', '2016-09-30 17:03:13', '', 12, 'http://permanentmakeupbydeb.visualedgedesign.com/12-revision-v1/', 0, 'revision', '', 0),
(99, 1, '2016-09-30 17:08:43', '2016-09-30 17:08:43', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][icon_list_item icon_pack="font_awesome" fa_icon="fa-question-circle" icon_type="normal_icon_list" icon_color="#dd3333" title="What is permanent make up?"][vc_column_text]This medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:08:43', '2016-09-30 17:08:43', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(98, 1, '2016-09-30 17:07:48', '2016-09-30 17:07:48', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][icon_list_item icon_pack="font_awesome" fa_icon="fa-question-circle" icon_type="normal_icon_list" icon_color="#dd3333" title="What is permanent make up?"][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:07:48', '2016-09-30 17:07:48', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(97, 1, '2016-09-30 17:07:22', '2016-09-30 17:07:22', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][icon_list_item icon_pack="font_awesome" fa_icon="fa-question-circle" icon_type="normal_icon_list" border_type="circle" icon_color="#dd3333" border_color="#81d742" title="What is permanent make up?"][vc_empty_space][vc_column_text]<strong>Create a lasting look with Permanent Cosmetics!</strong>\r\n\r\n&nbsp;\r\n\r\nBoard Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.\r\n\r\n&nbsp;\r\n\r\nServices with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)\r\n\r\n&nbsp;\r\n\r\nFull Eyeliner $395.00 (basic eyeliner application)\r\nEye Brow $395.00\r\nFull Lip (Basic)&amp; up $395.00\r\nEyeliner (Upper only) $195.00\r\nEyeliner (Lower only) $195.00\r\nLip Liner $295.00\r\nBeauty Mark (retouch not included) $95.00\r\nCamouflage/scar coverage (priced by consultation)\r\nDry Needling/Micro Needling (priced by consultation) done digitally\r\n30-Day Mascara $75.00\r\nEyelash extensions $200.00\r\nEyelash extensions retouch $75.00 &amp; up\r\n\r\n&nbsp;\r\n\r\nA consultation is required at least one week before your appointment. One retouch is included with initial Permanent make up services and must be used within 6 months of the service. A non-refundable deposit is required to hold all appointments.\r\n\r\n&nbsp;\r\n\r\nTattoo License #2104762\r\nLicenses and certifications may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a>\r\n\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>. Click here for before &amp; after photos</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:07:22', '2016-09-30 17:07:22', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(100, 1, '2016-09-30 17:12:06', '2016-09-30 17:12:06', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\nWhy use permanent make up?\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n<strong>What colors are available?</strong>\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n<strong>How long does it take?</strong>\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n<strong>Is it safe?</strong>\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:12:06', '2016-09-30 17:12:06', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(101, 1, '2016-09-30 17:13:24', '2016-09-30 17:13:24', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\nWhy use permanent make up?\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:13:24', '2016-09-30 17:13:24', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(102, 1, '2016-09-30 17:14:20', '2016-09-30 17:14:20', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\nWhy use permanent make up?\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:14:20', '2016-09-30 17:14:20', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(103, 1, '2016-09-30 17:14:42', '2016-09-30 17:14:42', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\n<strong>Why use permanent make up?</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:14:42', '2016-09-30 17:14:42', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(105, 1, '2016-09-30 17:16:32', '2016-09-30 17:16:32', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\n<strong>Why use permanent make up?</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:16:32', '2016-09-30 17:16:32', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2016-09-30 17:16:10', '2016-09-30 17:16:10', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4><strong>What is permanent make up?</strong></h4>\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n<h4><strong>Why use permanent make up?</strong></h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-09-30 17:16:10', '2016-09-30 17:16:10', '', 10, 'http://permanentmakeupbydeb.visualedgedesign.com/10-revision-v1/', 0, 'revision', '', 0),
(106, 1, '2016-09-30 17:19:24', '2016-09-30 17:19:24', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n&nbsp;\r\n\r\n<ol style="line-height: 25px;">\r\n 	<li><span style="color: #ff0000;">Advanced Educator is Approved to teach by the Board of Higher Education</span>. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 25px;"><span style="color: #ff0000;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</span></li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">You will learn <span style="color: #ff0000;">all techniques</span> of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 28px;"><span style="color: #ff0000;">Master classes are also offered for those already certified</span>.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual <span style="color: #ff0000;">(school)</span> not a salon, spa, or temporary rental space. Be sure your teacher is an actual <span style="color: #ff0000;">teacher or certified trainer</span> of this profession and not just a graduate with a certification. Ask to see proof of<span style="color: #ff0000;"> Certificates of Teaching and State Boards</span>. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'publish', 'closed', 'closed', '', 'why', '', '', '2016-11-11 17:52:27', '2016-11-11 17:52:27', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?page_id=106', 0, 'page', '', 0),
(224, 1, '2016-10-11 14:55:57', '2016-10-11 14:55:57', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="77" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="78" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 14:55:57', '2016-10-11 14:55:57', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(109, 1, '2016-09-30 17:20:50', '2016-09-30 17:20:50', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\nClick here to read reviews by former students.\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 17:20:50', '2016-09-30 17:20:50', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(110, 1, '2016-09-30 17:21:17', '2016-09-30 17:21:17', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Helen Solace | Southbridge, MA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very patient and kind instructor. Very knowledgeable. I feel very comfortable working with the public.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you Deb.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Helen</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Rhonda Libbrandi | Rutland, MA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very good teacher and you can tell she loves her work. She is very easy to get along with and she will answer all of your questions.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Rhonda</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Aimee Peterson | East Moline, IL</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I had a lot of fun in class and doing models. You have great patience for students. I also appreciate the fact that you provide such a laid back atmosphere- not only for the permanent make-up class but even in the first class we took with you.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Aimee</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'publish', 'closed', 'closed', '', 'student-reviews', '', '', '2016-09-30 17:43:06', '2016-09-30 17:43:06', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?page_id=110', 0, 'page', '', 0),
(111, 1, '2016-09-30 17:21:17', '2016-09-30 17:21:17', '', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:21:17', '2016-09-30 17:21:17', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(112, 1, '2016-09-30 17:42:21', '2016-09-30 17:42:21', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Student Reviews</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\n\n&nbsp;\n\n<em>Thanks so much!</em>\n\n&nbsp;\n\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h4>Joni Tadlock | Rantoul, IL</h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\n\n&nbsp;\n\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\n\n&nbsp;\n\n<em>Thank you again, God bless you,</em>\n\n&nbsp;\n\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\n\n&nbsp;\n\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\n\n&nbsp;\n\n<em>Thank you, thank you, thank you,</em>\n\n&nbsp;\n\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h4> <b>Helen Solace | Southbridge, MA</b></h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very patient and kind instructor. Very knowledgeable. I feel very comfortable working with the public.</em>\n\n&nbsp;\n\n<em>Thank you Deb.</em>\n\n&nbsp;\n\n<em>Helen</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h4> <b>Rhonda Libbrandi | Rutland, MA</b></h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very good teacher and you can tell she loves her work. She is very easy to get along with and she will answer all of your questions.</em>\n\n&nbsp;\n\n<em>Rhonda</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h4> <b>Aimee Peterson | East Moline, IL</b></h4>\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I had a lot of fun in class and doing models. You have great patience for students. I also appreciate the fact that you provide such a laid back atmosphere- not only for the permanent make-up class but even in the first class we took with you.</em>\n\n&nbsp;\n\n<em>Aimee</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-autosave-v1', '', '', '2016-09-30 17:42:21', '2016-09-30 17:42:21', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-autosave-v1/', 0, 'revision', '', 0),
(113, 1, '2016-09-30 17:23:51', '2016-09-30 17:23:51', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Joni Tadlock-Rantoul, IL</h2>\r\n<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:23:51', '2016-09-30 17:23:51', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2016-09-30 17:25:01', '2016-09-30 17:25:01', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4>Joni Tadlock-Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:25:01', '2016-09-30 17:25:01', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(115, 1, '2016-09-30 17:29:14', '2016-09-30 17:29:14', '', 'kaseyc-student-review', '', 'inherit', 'open', 'closed', '', 'kaseyc-student-review', '', '', '2016-09-30 17:29:14', '2016-09-30 17:29:14', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/kaseyc-student-review.jpg', 0, 'attachment', 'image/jpeg', 0),
(116, 1, '2016-09-30 17:29:33', '2016-09-30 17:29:33', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:29:33', '2016-09-30 17:29:33', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(117, 1, '2016-09-30 17:34:36', '2016-09-30 17:34:36', '', 'bree_n_lori-review', '', 'inherit', 'open', 'closed', '', 'bree_n_lori-review', '', '', '2016-09-30 17:34:36', '2016-09-30 17:34:36', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/bree_n_lori-review.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 1, '2016-09-30 17:35:14', '2016-09-30 17:35:14', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:35:14', '2016-09-30 17:35:14', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(119, 1, '2016-09-30 17:36:02', '2016-09-30 17:36:02', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:36:02', '2016-09-30 17:36:02', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(120, 1, '2016-09-30 17:37:04', '2016-09-30 17:37:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:37:04', '2016-09-30 17:37:04', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(121, 1, '2016-09-30 17:37:37', '2016-09-30 17:37:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:37:37', '2016-09-30 17:37:37', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(122, 1, '2016-09-30 17:38:52', '2016-09-30 17:38:52', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:38:52', '2016-09-30 17:38:52', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(123, 1, '2016-09-30 17:39:16', '2016-09-30 17:39:16', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:39:16', '2016-09-30 17:39:16', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(124, 1, '2016-09-30 17:43:06', '2016-09-30 17:43:06', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Student Reviews</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="115" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h4> <b>Kasey Chester | Pittsburg, PA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I absolutely loved this week! It was one of the most exciting weeks because it opened up new doors in my life and basically a new world. I’m so glad I chose Deb as my trainer because she is so encouraging and helps you through with positive reinforcement and a relaxed environment! I will be keeping in touch so Deb can keep me on top of my game!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thanks so much!</em>\r\n\r\n&nbsp;\r\n\r\n<em>Kasey</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4>Joni Tadlock | Rantoul, IL</h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I was right when I thought that had chosen the best school when I came here to Deb’s School. She was bright, witty and a lovely human being. Her talent surpasses her. I feel like I have learned everything that I will need to know to be able to have a successful career in permanent make-up application. I also feel comfortable that I will be able to call her anytime with any questions and she would help me willingly!</em>\r\n\r\n&nbsp;\r\n\r\n<em>I learned a lot and I made a friend. Thank you for your patience and your time and talent. I could only hope to be as talented as you someday. But I feel with my training that that is actually possible.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you again, God bless you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Joni</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="2/3"][vc_column_text]\r\n<h4> <b>Bree Perry &amp; Lori Wahls | Paducah, KY</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>While taking this class I really liked everything we learned. We had lots of hands on training and our instructor never left our side. We gained confidence as we were taught clearly and concisely everything we needed to know to apply permanent make-up. At the end of the class I felt confident and well trained. </em>\r\n\r\n&nbsp;\r\n\r\n<em>Deb was a fabulous instructor. She has the patience of a saint. She made learning very fun. She has a terrific sense of humor and made the whole experience something I looked forward to each day. Our kits contain everything we need to start work, she shared sources to get more machines, needles, pigments, coats, bags, and everything. All I can say is Deb Long is a dynamic person and has my vote as instructor of the century.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you, thank you, thank you,</em>\r\n\r\n&nbsp;\r\n\r\n<em>Lori Wahls</em>[/vc_column_text][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="117" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Helen Solace | Southbridge, MA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very patient and kind instructor. Very knowledgeable. I feel very comfortable working with the public.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Thank you Deb.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Helen</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Rhonda Libbrandi | Rutland, MA</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>Deb was a very good teacher and you can tell she loves her work. She is very easy to get along with and she will answer all of your questions.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Rhonda</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h4> <b>Aimee Peterson | East Moline, IL</b></h4>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_column_text]<em>I had a lot of fun in class and doing models. You have great patience for students. I also appreciate the fact that you provide such a laid back atmosphere- not only for the permanent make-up class but even in the first class we took with you.</em>\r\n\r\n&nbsp;\r\n\r\n<em>Aimee</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Student Reviews', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2016-09-30 17:43:06', '2016-09-30 17:43:06', '', 110, 'http://permanentmakeupbydeb.visualedgedesign.com/110-revision-v1/', 0, 'revision', '', 0),
(125, 1, '2016-09-30 17:44:01', '2016-09-30 17:44:01', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<strong>www.micropigmentation.org</strong>\r\n<strong> School Catalog</strong>\r\n<strong> Disclosures</strong>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 17:44:01', '2016-09-30 17:44:01', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(126, 1, '2016-09-30 17:47:22', '2016-09-30 17:47:22', '', 'disclosures_aug_2015', '', 'inherit', 'open', 'closed', '', 'disclosures_aug_2015', '', '', '2016-09-30 17:47:22', '2016-09-30 17:47:22', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf', 0, 'attachment', 'application/pdf', 0),
(127, 1, '2016-09-30 17:47:23', '2016-09-30 17:47:23', '', 'school_catalog', '', 'inherit', 'open', 'closed', '', 'school_catalog', '', '', '2016-09-30 17:47:23', '2016-09-30 17:47:23', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/school_catalog.pdf', 0, 'attachment', 'application/pdf', 0),
(128, 1, '2016-09-30 17:48:59', '2016-09-30 17:48:59', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\nClick here for even more reasons why choosing the right eductor is so important.\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). Click here for before &amp; after photos\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 17:48:59', '2016-09-30 17:48:59', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(129, 1, '2016-09-30 17:51:44', '2016-09-30 17:51:44', '', 'read-carefully', '', 'inherit', 'open', 'closed', '', 'read-carefully', '', '', '2016-09-30 17:51:44', '2016-09-30 17:51:44', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Read-Carefully.pdf', 0, 'attachment', 'application/pdf', 0),
(130, 1, '2016-09-30 17:53:04', '2016-09-30 17:53:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 17:53:04', '2016-09-30 17:53:04', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(131, 1, '2016-09-30 18:30:32', '2016-09-30 18:30:32', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">eyelash extensions</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\n<h2>Deb Long</h2>\nLicensed Cosmetologist, Licensed Cosmetology Teacher, Licensed Sponsor of Continued Education for the entire Beauty industry, currently holding 10 licenses and 32 Certifications in Beauty and Make up industry.\n\n&nbsp;\n\nI started cosmetology school while still attending high school and graduated early from high school. I went directly into the cosmetology field. After working several years in the cosmetology field I went back to school for cosmetology teachers training. I then became a sponsor of continued Education for the entire beauty industry.\n\n&nbsp;\n\nI have had extensive advanced training in all aspects of cosmetology including make up training. I have studied with Hollywood make up artists, and some of the best trainers in the world.\n\n&nbsp;\n\nI have been in the business since 1984 and spent most of my years doing and teaching make up. I am now the sole owner of Advanced Educator Inc. I love to teach and continue my education as well.\n\n&nbsp;\n\nPlease contact me if you have any questions. 309-370-1629 or email advanceded@hotmail.com\n\n&nbsp;\n\nClick here for before &amp; after photos\n\n&nbsp;\n<ul>\n 	<li>Illinois cosmetology license 011-196257</li>\n 	<li>Illinois Teacher license 012-006235</li>\n 	<li>Illinois Sponsor License 190000271</li>\n 	<li>Illinois School license 171-000150</li>\n 	<li>Illinois School License 113-000116</li>\n 	<li>Licenses may be verified at <a href="http://www.idfdpr.com/" target="_blank">www.idfdpr.com</a></li>\n</ul>\n&nbsp;\n\nContact Info:\nPhone: 309-370-1629 or 309-444-9300\nEmail: advanceded@hotmail.com\nAdvanced Educator Inc.\n208 N Wood St\nWashington, IL 61571[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Eyelashes', '', 'inherit', 'closed', 'closed', '', '23-autosave-v1', '', '', '2016-09-30 18:30:32', '2016-09-30 18:30:32', '', 23, 'http://permanentmakeupbydeb.visualedgedesign.com/23-autosave-v1/', 0, 'revision', '', 0),
(132, 1, '2016-09-30 18:31:37', '2016-09-30 18:31:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">eyelash extensions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="71" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]Beautiful and quality eyelash extensions in Peoria, Tazewell, Eureka, Metamora, Minork and many more areas in Illinois\r\n\r\n&nbsp;\r\n\r\nDo you want to transform your natural eyelash into longer, lush more beautiful lashes? Permanent Cosmetic provides you professional and quality eyelash extensions to improve the look of your natural lashes.\r\n\r\n&nbsp;\r\n\r\nOur eyelash extensions are available in many areas in Illinois to include Peoria, Tazewell, Eureka, Metamora, Pekin, Canton, Bloomington and Minork among others.\r\n\r\n&nbsp;\r\n\r\nUnlike the ordinary eyelash extensions, we carefully and meticulously apply each strand of lashes to your natural lashes using quality adhesive. Our lashes are waterproof, comfortable and long lasting.\r\n\r\n&nbsp;\r\n\r\nGood testimonials are the evidences of the quality of our eyelash extensions. According to our clients, their eyelash extensions can last between two to eight weeks depending on the care.\r\n\r\n&nbsp;\r\n\r\nTo have longer and beautiful lashes, contact us today. We service Peoria, Tazewell, Eureka, Metamora, Pekin, Bloomington, Minork and many more areas in Illinois.\r\n\r\n&nbsp;\r\n\r\n<strong>Application:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>The application takes approximately 50-90 minutes for a full set.</li>\r\n 	<li>A touch up takes approximately 10-30 minutes</li>\r\n 	<li>TThe procedure is very comfortable and relaxing</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Caring for the lashes:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Do not rub or scratch eyes.</li>\r\n 	<li>Eye creams or lotions and makeup removers may loosen the bond</li>\r\n 	<li>Try not to apply oils or eye creams to the area where the lashes are applied.</li>\r\n 	<li>You can wear mascara (water soluble) but this will shorten the lifespan of the lashes.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Additional information:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Eyelash extensions will not damage the natural lashes.</li>\r\n 	<li>Eyelash extensions can be removed at any time.</li>\r\n 	<li>The glue never comes in contact with the skin.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Eyelashes', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2016-09-30 18:31:37', '2016-09-30 18:31:37', '', 23, 'http://permanentmakeupbydeb.visualedgedesign.com/23-revision-v1/', 0, 'revision', '', 0),
(133, 1, '2016-09-30 18:33:26', '2016-09-30 18:33:26', '', 'cheri_face-1', '', 'inherit', 'open', 'closed', '', 'cheri_face-1', '', '', '2016-09-30 18:33:26', '2016-09-30 18:33:26', '', 23, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Cheri_face-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(134, 1, '2016-09-30 18:33:35', '2016-09-30 18:33:35', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">eyelash extensions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="133" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]Beautiful and quality eyelash extensions in Peoria, Tazewell, Eureka, Metamora, Minork and many more areas in Illinois\r\n\r\n&nbsp;\r\n\r\nDo you want to transform your natural eyelash into longer, lush more beautiful lashes? Permanent Cosmetic provides you professional and quality eyelash extensions to improve the look of your natural lashes.\r\n\r\n&nbsp;\r\n\r\nOur eyelash extensions are available in many areas in Illinois to include Peoria, Tazewell, Eureka, Metamora, Pekin, Canton, Bloomington and Minork among others.\r\n\r\n&nbsp;\r\n\r\nUnlike the ordinary eyelash extensions, we carefully and meticulously apply each strand of lashes to your natural lashes using quality adhesive. Our lashes are waterproof, comfortable and long lasting.\r\n\r\n&nbsp;\r\n\r\nGood testimonials are the evidences of the quality of our eyelash extensions. According to our clients, their eyelash extensions can last between two to eight weeks depending on the care.\r\n\r\n&nbsp;\r\n\r\nTo have longer and beautiful lashes, contact us today. We service Peoria, Tazewell, Eureka, Metamora, Pekin, Bloomington, Minork and many more areas in Illinois.\r\n\r\n&nbsp;\r\n\r\n<strong>Application:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>The application takes approximately 50-90 minutes for a full set.</li>\r\n 	<li>A touch up takes approximately 10-30 minutes</li>\r\n 	<li>TThe procedure is very comfortable and relaxing</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Caring for the lashes:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Do not rub or scratch eyes.</li>\r\n 	<li>Eye creams or lotions and makeup removers may loosen the bond</li>\r\n 	<li>Try not to apply oils or eye creams to the area where the lashes are applied.</li>\r\n 	<li>You can wear mascara (water soluble) but this will shorten the lifespan of the lashes.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Additional information:</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Eyelash extensions will not damage the natural lashes.</li>\r\n 	<li>Eyelash extensions can be removed at any time.</li>\r\n 	<li>The glue never comes in contact with the skin.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Eyelashes', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2016-09-30 18:33:35', '2016-09-30 18:33:35', '', 23, 'http://permanentmakeupbydeb.visualedgedesign.com/23-revision-v1/', 0, 'revision', '', 0),
(137, 1, '2016-09-30 18:37:05', '2016-09-30 18:37:05', '', 'training-lobby-1', '', 'inherit', 'open', 'closed', '', 'training-lobby-1', '', '', '2016-09-30 18:37:05', '2016-09-30 18:37:05', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/training-lobby-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2016-09-30 18:37:49', '2016-09-30 18:37:49', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]Advanced Educator School of Beauty\r\n\r\n&nbsp;\r\n\r\nPrivate individualized training with instructors of 25 years experience!\r\n\r\n&nbsp;\r\n\r\nSmall class sizes\r\nComplete kit included\r\nState of the art equipment\r\nBasic through advanced training\r\nFunding available for most classes\r\nOur facility is designed to give the best training in the state of Illinois.\r\n\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\nOur Students enjoy the absolute best of the beauty industry!\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 18:37:49', '2016-09-30 18:37:49', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0),
(139, 1, '2016-09-30 18:39:19', '2016-09-30 18:39:19', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Advanced Educator School of Beauty</h2>\r\n&nbsp;\r\n\r\n<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Funding available for most classes</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 18:39:19', '2016-09-30 18:39:19', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(140, 1, '2016-09-30 18:40:07', '2016-09-30 18:40:07', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_empty_space][vc_column_text]\r\n<h2>Advanced Educator School of Beauty</h2>\r\n&nbsp;\r\n\r\n<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Funding available for most classes</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 18:40:07', '2016-09-30 18:40:07', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0),
(142, 1, '2016-09-30 18:43:48', '2016-09-30 18:43:48', '', 'make-up', '', 'inherit', 'open', 'closed', '', 'make-up-2', '', '', '2016-09-30 18:43:48', '2016-09-30 18:43:48', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Make-up.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2016-09-30 18:46:17', '2016-09-30 18:46:17', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:46:17', '2016-09-30 18:46:17', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(144, 1, '2016-09-30 18:45:44', '2016-09-30 18:45:44', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:45:44', '2016-09-30 18:45:44', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(143, 1, '2016-09-30 18:44:54', '2016-09-30 18:44:54', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n\r\n&nbsp;\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:44:54', '2016-09-30 18:44:54', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2016-09-30 18:50:07', '2016-09-30 18:50:07', '', 'splash-hair-salon-side-image10', '', 'inherit', 'open', 'closed', '', 'splash-hair-salon-side-image10', '', '', '2016-09-30 18:50:07', '2016-09-30 18:50:07', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Splash-Hair-Salon-Side-Image10.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2016-09-30 18:50:44', '2016-09-30 18:50:44', '', 'splash-hair-salon-side-image8', '', 'inherit', 'open', 'closed', '', 'splash-hair-salon-side-image8', '', '', '2016-09-30 18:50:44', '2016-09-30 18:50:44', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Splash-Hair-Salon-Side-Image8.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2016-09-30 18:50:54', '2016-09-30 18:50:54', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="148" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:50:54', '2016-09-30 18:50:54', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(146, 1, '2016-09-30 18:48:41', '2016-09-30 18:48:41', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:48:41', '2016-09-30 18:48:41', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2016-09-30 18:49:01', '2016-09-30 18:49:01', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 18:49:01', '2016-09-30 18:49:01', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(148, 1, '2016-09-30 18:49:53', '2016-09-30 18:49:53', '', 'splash-hair-salon-side-image7', '', 'inherit', 'open', 'closed', '', 'splash-hair-salon-side-image7', '', '', '2016-09-30 18:49:53', '2016-09-30 18:49:53', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/Splash-Hair-Salon-Side-Image7.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2016-09-30 19:07:27', '2016-09-30 19:07:27', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="148" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-09-30 19:07:27', '2016-09-30 19:07:27', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(153, 1, '2016-10-21 21:05:56', '2016-10-21 21:05:56', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Before &amp; After</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="283" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="286" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="286" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-autosave-v1', '', '', '2016-10-21 21:05:56', '2016-10-21 21:05:56', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-autosave-v1/', 0, 'revision', '', 0),
(154, 1, '2016-09-30 19:15:59', '2016-09-30 19:15:59', '', 'cheri_b_a_face', 'Before and After (healed)', 'inherit', 'open', 'closed', '', 'cheri_b_a_face', '', '', '2016-09-30 19:18:44', '2016-09-30 19:18:44', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/cheri_b_a_face.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 1, '2016-09-30 19:16:31', '2016-09-30 19:16:31', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" alignment="center" style="vc_box_border" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 19:16:31', '2016-09-30 19:16:31', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(156, 1, '2016-09-30 19:17:39', '2016-09-30 19:17:39', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 19:17:39', '2016-09-30 19:17:39', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(157, 1, '2016-09-30 19:19:20', '2016-09-30 19:19:20', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 19:19:20', '2016-09-30 19:19:20', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(158, 1, '2016-09-30 19:22:08', '2016-09-30 19:22:08', '', 'Close up of Cheri''s permanant make-up after', 'Close up of Cheri''s permanant make-up after', 'inherit', 'open', 'closed', '', 'cheri_b_a', '', '', '2016-09-30 19:22:17', '2016-09-30 19:22:17', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/cheri_b_a.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 1, '2016-09-30 19:22:23', '2016-09-30 19:22:23', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 19:22:23', '2016-09-30 19:22:23', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(160, 1, '2016-09-30 20:00:58', '2016-09-30 20:00:58', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'lffg-01-a', '', '', '2016-09-30 20:02:00', '2016-09-30 20:02:00', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-01-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2016-09-30 20:01:14', '2016-09-30 20:01:14', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'lffg-01-b', '', '', '2016-09-30 20:01:41', '2016-09-30 20:01:41', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-01-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2016-09-30 20:02:09', '2016-09-30 20:02:09', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:02:09', '2016-09-30 20:02:09', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(164, 1, '2016-09-30 20:05:30', '2016-09-30 20:05:30', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:05:30', '2016-09-30 20:05:30', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2016-09-30 20:05:03', '2016-09-30 20:05:03', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:05:03', '2016-09-30 20:05:03', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(165, 1, '2016-09-30 20:06:24', '2016-09-30 20:06:24', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:06:24', '2016-09-30 20:06:24', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2016-09-30 20:06:50', '2016-09-30 20:06:50', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:06:50', '2016-09-30 20:06:50', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2016-09-30 20:07:57', '2016-09-30 20:07:57', '', 'After (healed)', 'After (healed)', 'inherit', 'open', 'closed', '', 'lffg-02-a', '', '', '2016-09-30 20:08:15', '2016-09-30 20:08:15', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-02-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2016-09-30 20:07:58', '2016-09-30 20:07:58', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'lffg-02-b', '', '', '2016-09-30 20:08:07', '2016-09-30 20:08:07', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-02-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 1, '2016-09-30 20:08:35', '2016-09-30 20:08:35', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="32px"][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:08:35', '2016-09-30 20:08:35', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(170, 1, '2016-09-30 20:09:10', '2016-09-30 20:09:10', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:09:10', '2016-09-30 20:09:10', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2016-09-30 20:09:30', '2016-09-30 20:09:30', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:09:30', '2016-09-30 20:09:30', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(172, 1, '2016-09-30 20:11:01', '2016-09-30 20:11:01', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'lffg-03-b', '', '', '2016-09-30 20:11:11', '2016-09-30 20:11:11', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-03-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2016-09-30 20:11:02', '2016-09-30 20:11:02', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'lffg-03-a', '', '', '2016-09-30 20:11:19', '2016-09-30 20:11:19', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-03-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2016-09-30 20:11:03', '2016-09-30 20:11:03', '', '6 Weeks After (healed)', '6 Weeks After (healed)', 'inherit', 'open', 'closed', '', 'lffg-03-a6', '', '', '2016-09-30 20:11:24', '2016-09-30 20:11:24', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lffg-03-a6.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2016-09-30 20:12:11', '2016-09-30 20:12:11', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:12:11', '2016-09-30 20:12:11', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2016-09-30 20:13:03', '2016-09-30 20:13:03', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:13:03', '2016-09-30 20:13:03', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(177, 1, '2016-09-30 20:13:38', '2016-09-30 20:13:38', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:13:38', '2016-09-30 20:13:38', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(178, 1, '2016-09-30 20:14:53', '2016-09-30 20:14:53', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'lips2', '', '', '2016-09-30 20:15:12', '2016-09-30 20:15:12', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lips2.jpg', 0, 'attachment', 'image/jpeg', 0),
(179, 1, '2016-09-30 20:14:54', '2016-09-30 20:14:54', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'lips1', '', '', '2016-09-30 20:15:05', '2016-09-30 20:15:05', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/lips1.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 1, '2016-09-30 20:15:31', '2016-09-30 20:15:31', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:15:31', '2016-09-30 20:15:31', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(181, 1, '2016-09-30 20:15:49', '2016-09-30 20:15:49', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:15:49', '2016-09-30 20:15:49', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(182, 1, '2016-09-30 20:17:35', '2016-09-30 20:17:35', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:17:35', '2016-09-30 20:17:35', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(183, 1, '2016-09-30 20:17:50', '2016-09-30 20:17:50', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:17:50', '2016-09-30 20:17:50', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(184, 1, '2016-09-30 20:18:21', '2016-09-30 20:18:21', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:18:21', '2016-09-30 20:18:21', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2016-09-30 20:19:39', '2016-09-30 20:19:39', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'ebg-01-a', '', '', '2016-09-30 20:20:05', '2016-09-30 20:20:05', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-01-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(186, 1, '2016-09-30 20:19:41', '2016-09-30 20:19:41', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'ebg-01-aa', '', '', '2016-09-30 20:20:01', '2016-09-30 20:20:01', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-01-aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(187, 1, '2016-09-30 20:19:42', '2016-09-30 20:19:42', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'ebg-01-b', '', '', '2016-09-30 20:19:56', '2016-09-30 20:19:56', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-01-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(188, 1, '2016-09-30 20:20:47', '2016-09-30 20:20:47', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'ebg-02-b', '', '', '2016-09-30 20:21:01', '2016-09-30 20:21:01', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-02-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 1, '2016-09-30 20:20:53', '2016-09-30 20:20:53', '', 'After', 'After', 'inherit', 'open', 'closed', '', 'ebg-02-a', '', '', '2016-09-30 20:21:07', '2016-09-30 20:21:07', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-02-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(190, 1, '2016-09-30 20:21:37', '2016-09-30 20:21:37', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'ebg-03-b', '', '', '2016-09-30 20:21:46', '2016-09-30 20:21:46', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-03-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(191, 1, '2016-09-30 20:21:38', '2016-09-30 20:21:38', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'ebg-03-a', '', '', '2016-09-30 20:21:52', '2016-09-30 20:21:52', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-03-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(192, 1, '2016-09-30 20:22:23', '2016-09-30 20:22:23', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'ebg-04-a', '', '', '2016-09-30 20:22:45', '2016-09-30 20:22:45', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-04-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(193, 1, '2016-09-30 20:22:24', '2016-09-30 20:22:24', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'ebg-04-b', '', '', '2016-09-30 20:22:37', '2016-09-30 20:22:37', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-04-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(194, 1, '2016-09-30 20:23:33', '2016-09-30 20:23:33', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'ebg-05-b', '', '', '2016-09-30 20:23:48', '2016-09-30 20:23:48', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-05-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2016-09-30 20:23:35', '2016-09-30 20:23:35', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'ebg-05-a', '', '', '2016-09-30 20:23:42', '2016-09-30 20:23:42', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/ebg-05-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2016-09-30 20:24:10', '2016-09-30 20:24:10', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:24:10', '2016-09-30 20:24:10', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(197, 1, '2016-09-30 20:32:49', '2016-09-30 20:32:49', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:32:49', '2016-09-30 20:32:49', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(198, 1, '2016-09-30 20:33:33', '2016-09-30 20:33:33', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:33:33', '2016-09-30 20:33:33', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(199, 1, '2016-09-30 20:35:48', '2016-09-30 20:35:48', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'elg-01-a', '', '', '2016-09-30 20:36:07', '2016-09-30 20:36:07', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-01-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2016-09-30 20:35:49', '2016-09-30 20:35:49', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'elg-01-b', '', '', '2016-09-30 20:35:55', '2016-09-30 20:35:55', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-01-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2016-09-30 20:39:56', '2016-09-30 20:39:56', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'elg-05-b', '', '', '2016-09-30 20:41:26', '2016-09-30 20:41:26', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-05-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2016-09-30 20:39:57', '2016-09-30 20:39:57', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', '3', '', '', '2016-09-30 20:40:26', '2016-09-30 20:40:26', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2016-09-30 20:39:58', '2016-09-30 20:39:58', '', 'After', 'After', 'inherit', 'open', 'closed', '', '4', '', '', '2016-09-30 20:41:44', '2016-09-30 20:41:44', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/4.jpg', 0, 'attachment', 'image/jpeg', 0),
(208, 1, '2016-09-30 20:39:59', '2016-09-30 20:39:59', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', '5', '', '', '2016-09-30 20:40:14', '2016-09-30 20:40:14', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2016-09-30 20:36:38', '2016-09-30 20:36:38', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'elg-02-b', '', '', '2016-09-30 20:36:57', '2016-09-30 20:36:57', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-02-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2016-09-30 20:36:39', '2016-09-30 20:36:39', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'elg-02-a', '', '', '2016-09-30 20:36:48', '2016-09-30 20:36:48', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-02-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2016-09-30 20:37:31', '2016-09-30 20:37:31', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'elg-03-b', '', '', '2016-09-30 20:37:45', '2016-09-30 20:37:45', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-03-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 1, '2016-09-30 20:37:33', '2016-09-30 20:37:33', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'elg-03-a', '', '', '2016-09-30 20:37:52', '2016-09-30 20:37:52', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-03-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2016-09-30 20:40:00', '2016-09-30 20:40:00', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', '6', '', '', '2016-09-30 20:40:33', '2016-09-30 20:40:33', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2016-09-30 20:40:01', '2016-09-30 20:40:01', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', '7', '', '', '2016-09-30 20:40:10', '2016-09-30 20:40:10', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2016-09-30 20:40:03', '2016-09-30 20:40:03', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', '8', '', '', '2016-09-30 20:40:36', '2016-09-30 20:40:36', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/8.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 1, '2016-09-30 20:40:04', '2016-09-30 20:40:04', '', 'Before', 'Before', 'inherit', 'open', 'closed', '', 'after_make-up', '', '', '2016-09-30 20:44:44', '2016-09-30 20:44:44', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/after_make-up.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2016-09-30 20:40:05', '2016-09-30 20:40:05', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'before_make-up', '', '', '2016-09-30 20:40:39', '2016-09-30 20:40:39', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/before_make-up.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2016-09-30 20:40:06', '2016-09-30 20:40:06', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'elg-04-a', '', '', '2016-09-30 20:40:43', '2016-09-30 20:40:43', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-04-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2016-09-30 20:40:07', '2016-09-30 20:40:07', '', 'elg-04-b', '', 'inherit', 'open', 'closed', '', 'elg-04-b', '', '', '2016-09-30 20:40:07', '2016-09-30 20:40:07', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-04-b.jpg', 0, 'attachment', 'image/jpeg', 0),
(216, 1, '2016-09-30 20:40:08', '2016-09-30 20:40:08', '', 'Immediately After', 'Immediately After', 'inherit', 'open', 'closed', '', 'elg-05-a', '', '', '2016-09-30 20:41:18', '2016-09-30 20:41:18', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/elg-05-a.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 1, '2016-09-30 20:45:53', '2016-09-30 20:45:53', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-09-30 20:45:53', '2016-09-30 20:45:53', '', 25, 'http://permanentmakeupbydeb.visualedgedesign.com/25-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2016-09-30 20:48:29', '2016-09-30 20:48:29', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]\r\n<h2>Advanced Educator School of Beauty</h2>\r\n&nbsp;\r\n\r\n<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Funding available for most classes</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 20:48:29', '2016-09-30 20:48:29', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2016-09-30 20:48:14', '2016-09-30 20:48:14', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space height="16px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_empty_space height="16px"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]\r\n<h2>Advanced Educator School of Beauty</h2>\r\n&nbsp;\r\n\r\n<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Funding available for most classes</li>\r\n</ul>\r\n&nbsp;\r\n<h2>Our facility is designed to give the best training in the state of Illinois.</h2>\r\n&nbsp;\r\n\r\nWe go beyond the basics.\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 20:48:14', '2016-09-30 20:48:14', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0),
(220, 1, '2016-09-30 20:50:32', '2016-09-30 20:50:32', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Funding available for most classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-09-30 20:50:32', '2016-09-30 20:50:32', '', 8, 'http://permanentmakeupbydeb.visualedgedesign.com/8-revision-v1/', 0, 'revision', '', 0),
(222, 1, '2016-09-30 20:55:52', '2016-09-30 20:55:52', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-09-30 20:55:52', '2016-09-30 20:55:52', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(231, 1, '2016-10-11 19:16:40', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2016-10-11 19:16:40', '0000-00-00 00:00:00', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=231', 0, 'post', '', 0),
(225, 1, '2016-10-11 15:00:32', '2016-10-11 15:00:32', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:00:32', '2016-10-11 15:00:32', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(226, 1, '2016-10-11 15:01:09', '2016-10-11 15:01:09', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:01:09', '2016-10-11 15:01:09', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(227, 1, '2016-10-11 15:01:49', '2016-10-11 15:01:49', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:01:49', '2016-10-11 15:01:49', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(228, 1, '2016-10-11 15:05:02', '2016-10-11 15:05:02', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:05:02', '2016-10-11 15:05:02', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(229, 1, '2016-10-11 15:05:33', '2016-10-11 15:05:33', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:05:33', '2016-10-11 15:05:33', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(230, 1, '2016-10-11 15:06:12', '2016-10-11 15:06:12', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="50" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="56" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="52" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="53" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-11 15:06:12', '2016-10-11 15:06:12', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(233, 1, '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 'Microblading', '', 'publish', 'closed', 'closed', '', 'microblading', '', '', '2016-10-11 19:18:50', '2016-10-11 19:18:50', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/?p=233', 6, 'nav_menu_item', '', 0),
(234, 1, '2016-10-11 19:38:32', '2016-10-11 19:38:32', '', 'eyelashes', '', 'inherit', 'open', 'closed', '', 'eyelashes-2', '', '', '2016-10-11 19:38:32', '2016-10-11 19:38:32', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/10/eyelashes.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2016-10-11 19:38:53', '2016-10-11 19:38:53', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation="" el_id="micro"][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="234" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-10-11 19:38:53', '2016-10-11 19:38:53', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(236, 1, '2016-10-11 20:57:36', '2016-10-11 20:57:36', '', 'permanent-makeup-by-deb-logo-1', '', 'inherit', 'open', 'closed', '', 'permanent-makeup-by-deb-logo-1', '', '', '2016-10-11 20:57:36', '2016-10-11 20:57:36', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/10/Permanent-makeup-by-deb-logo-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2016-10-11 20:58:30', '2016-10-11 20:58:30', '', 'permanent-makeup-by-deb-logo-2', '', 'inherit', 'open', 'closed', '', 'permanent-makeup-by-deb-logo-2', '', '', '2016-10-11 20:58:30', '2016-10-11 20:58:30', '', 0, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/10/Permanent-makeup-by-deb-logo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2016-10-14 17:39:13', '2016-10-14 17:39:13', '', 'credentials-front-page', '', 'inherit', 'open', 'closed', '', 'credentials-front-page', '', '', '2016-10-14 17:39:13', '2016-10-14 17:39:13', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/credentials-front-page.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2016-10-14 17:39:15', '2016-10-14 17:39:15', '', 'make-up-front-page', '', 'inherit', 'open', 'closed', '', 'make-up-front-page', '', '', '2016-10-14 17:39:15', '2016-10-14 17:39:15', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/make-up-front-page.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2016-10-14 17:39:16', '2016-10-14 17:39:16', '', 'training-front-page', '', 'inherit', 'open', 'closed', '', 'training-front-page', '', '', '2016-10-14 17:39:16', '2016-10-14 17:39:16', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/training-front-page.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2016-10-14 17:39:18', '2016-10-14 17:39:18', '', 'eyelashes-front-page', '', 'inherit', 'open', 'closed', '', 'eyelashes-front-page', '', '', '2016-10-14 17:39:18', '2016-10-14 17:39:18', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/eyelashes-front-page.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 1, '2016-10-14 17:40:04', '2016-10-14 17:40:04', '[vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="241" title="EYELASHES"]<a href="/eyelashes/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="239" title="MAKE UP"]<a href="/make-up/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="238" title="CREDENTIALS"]<a href="/credentials/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="240" title="TRAINING"]<a href="/training/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][interactive_banners layout_width="one_fourth" image="44"]<a href="/faq/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="41"]<a href="/before-after/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="47"]<a href="/contact-us/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][interactive_banners layout_width="one_fourth" image="42"]<a href="/our-school/"><img class="aligncenter wp-image-37 size-full" src="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Home-Page-Blank.png" alt="home-page-blank" width="1125" height="1350" /></a>[/interactive_banners][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2016-10-14 17:40:04', '2016-10-14 17:40:04', '', 5, 'http://permanentmakeupbydeb.visualedgedesign.com/5-revision-v1/', 0, 'revision', '', 0),
(243, 1, '2016-10-14 17:43:15', '2016-10-14 17:43:15', '', 'make-up-by-deb', '', 'inherit', 'open', 'closed', '', 'make-up-by-deb', '', '', '2016-10-14 17:43:15', '2016-10-14 17:43:15', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/make-up-by-deb.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2016-10-14 17:43:16', '2016-10-14 17:43:16', '', 'permmanent-makeup-by-deb', '', 'inherit', 'open', 'closed', '', 'permmanent-makeup-by-deb', '', '', '2016-10-14 17:43:16', '2016-10-14 17:43:16', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/permmanent-makeup-by-deb.jpg', 0, 'attachment', 'image/jpeg', 0),
(245, 1, '2016-10-14 17:43:33', '2016-10-14 17:43:33', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_raw_html]JTNDc3R5bGUlMjB0eXBlJTNEJTIydGV4dCUyRmNzcyUyMiUzRSUwQS5wcmljaW5ndGFibGUlMjAlN0IlMEElMDl3aWR0aCUzQSUyMDk2JTI1JTNCJTBBJTA5bWF4LXdpZHRoJTNBJTIwODAwcHglM0IlMEElMDltYXJnaW4lM0ElMjAxLjVlbSUyMGF1dG8lM0IlMEElN0QlMEEuaGFsZndpZHRoJTIwJTdCJTBBJTA5d2lkdGglM0ElMjA0OSUyNSUzQiUwQSU3RCUwQS5xdWFydGVyd2lkdGglN0IlMEElMDl3aWR0aCUzQSUyMDI0JTI1JTNCJTBBJTdEJTBBdHIlMjAlN0IlMEElMDlib3JkZXItYm90dG9tJTNBJTIwMXB4JTIwc29saWQlMjAlMjNCQUJBQkElM0IlMEElN0QlMEEuY29udGFpbmVyLWlubmVyJTIwJTdCd2lkdGglM0ElMjAxMDAlMjUlM0IlN0QlMEElMEF0aGVhZCUyMHRyJTIwJTdCYm9yZGVyLXRvcCUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTIwYm9yZGVyLWJvdHRvbSUzQSUyMDFweCUyMHNvbGlkJTIwJTIzZGQzMzMzJTIwJTIxaW1wb3J0YW50JTNCJTdEJTBBLnByaWNpbmd0YWJsZSUyMGg0JTIwJTdCbWFyZ2luJTNBJTIwMTBweCUyMDAlM0IlN0QlMEElM0MlMkZzdHlsZSUzRSUwQSUwQSUzQ2xpbmslMjBocmVmJTNEJTIyJTJGc3RhY2t0YWJsZSUyRnN0YWNrdGFibGUuY3NzJTIyJTIwcmVsJTNEJTIyc3R5bGVzaGVldCUyMiUyMCUyRiUzRQ==[/vc_raw_html][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">MAKE-UP</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<p style="text-align: center;"><strong>Create a lasting look with Permanent Cosmetics!\r\n</strong>Board Certified Instructor Deb Long/ American Academy of Micro pigmentation.\r\nBring out your best features and minimize facial flaws with Permanent Cosmetic Make up.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Services with Deb Long: Board Certified Permanent Make up Technician / Board Certified Trainer /fully certified in all techniques of Permanent Make up (Micro pigmentation)</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space height="70px"][vc_single_image image="244" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="50px"][vc_single_image image="243" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]\r\n<table class="pricingtable responsive-example-table">\r\n<tbody>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Eyeliner</h4>\r\n(basic eyeliner application)</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eye Brow</h4>\r\n(Basic) &amp; up</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Full Lip</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$395.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Upper only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyeliner (Lower only)</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$195.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Lip Liner</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$295.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Beauty Mark</h4>\r\n(retouch not included)</td>\r\n<td class="quarterwidth">\r\n<h4>$95.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Camouflage/scar coverage</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Dry Needling/Micro Needling</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>Upon Consultation</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>30-Day Mascara</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$200.00</h4>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class="halfwidth">\r\n<h4>Eyelash extensions retouch</h4>\r\n</td>\r\n<td class="quarterwidth">\r\n<h4>$75.00+</h4>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_empty_space][vc_column_text]\r\n<p style="text-align: center;">A consultation is required at least one week before your appointment.\r\nOne retouch is included with initial Permanent make up services and must be used within 6 months of the service.\r\nA non-refundable deposit is required to hold all appointments.</p>\r\n&nbsp;\r\n<p style="text-align: center;">Tattoo License #2104762  |  Licenses and certifications may be verified at <a href="http://www.micropigmentation.org/" target="_blank">www.micropigmentation.org</a></p>\r\n&nbsp;\r\n<p style="text-align: center;">Call now to schedule your initial permanent make up consultation at 309-370-1629 or email <a href="mailto:advanceded@hotmail.com" target="_blank">advanceded@hotmail.com</a>.\r\nClick here for before &amp; after photos</p>\r\n[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Make-up', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2016-10-14 17:43:33', '2016-10-14 17:43:33', '', 6, 'http://permanentmakeupbydeb.visualedgedesign.com/6-revision-v1/', 0, 'revision', '', 0),
(246, 1, '2016-10-14 17:46:13', '2016-10-14 17:46:13', '', 'eyelashes-by-deb', '', 'inherit', 'open', 'closed', '', 'eyelashes-by-deb', '', '', '2016-10-14 17:46:13', '2016-10-14 17:46:13', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/wp-content/uploads/2016/09/eyelashes-by-deb.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 1, '2016-10-14 17:46:21', '2016-10-14 17:46:21', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Training</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_single_image image="142" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][/vc_column_inner][vc_column_inner width="3/4"][vc_column_text]<a href="/why/">Click here to find out why you should choose Advanced Educator.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/student-reviews/">Click here to read reviews by former students.</a>\r\n\r\n&nbsp;\r\n\r\n<a href="/wp-content/uploads/2016/09/Read-Carefully.pdf" target="_blank">Click here for even more reasons why choosing the right eductor is so important.</a>\r\n\r\n&nbsp;\r\n\r\nLearn the art of Permanent Cosmetic Make up (Micro pigmentation). <a href="/before-after/">Click here for before &amp; after photos</a>\r\n\r\n&nbsp;\r\n\r\nThis course offers training in all techniques of Micro pigmentation - <strong>don''t</strong> spend thousands of dollars traveling to several different schools!\r\n<strong>This course offers everything ALL IN ONE COURSE!</strong>\r\n<strong>Manual - Rotary- Digital- Dixon Technique</strong>[/vc_column_text][vc_empty_space][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<ul>\r\n 	<li><strong>Extensive training in all techniques of Micro pigmentation (Permanent Cosmetics)</strong></li>\r\n 	<li><strong>All equipment to get you started (KP machine included with class, digital machine is not included)</strong></li>\r\n 	<li><strong>C E hours credited to licensed professionals</strong></li>\r\n 	<li><strong>Complete sanitation, sterilization, HIV awareness, color blending, state law segment</strong></li>\r\n 	<li><strong>Skin education</strong></li>\r\n 	<li><strong>How to properly work with needles</strong></li>\r\n 	<li><strong>Extensive hands on training (25 procedures)</strong></li>\r\n 	<li><strong>Exam / Certificate of completion</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>(For a syllabus of class please contact Deb Long)</strong>\r\n<span style="color: #ff0000;"><strong>*Advanced Classes are also available to certified Permanent Make up technicians*</strong></span>\r\n\r\n&nbsp;\r\n\r\nThis is a one on one class given at the facility. All hands on, on live models. Models are provided by the school.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Basic - Advanced:</strong>\r\n\r\nClass times: M - S 9:00 to 7:00\r\n<h2></h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation="" el_id="micro"][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="3/4"][vc_column_text]\r\n<h2>Micro Blading Training/ 3D Brow Class</h2>\r\n&nbsp;\r\n\r\n<strong>Micro Blading /3D</strong> is a newer technique designed to look a real brow. Thin 3D hair strokes about 1 mm under the skin’s surface using a specially designed tool and all-natural pigment (no machines). The “Real Brow Look” method can fill in sparse brows or create a new brow. Unlike traditional eyebrow tattoos, the Micro Blading/ 3D method won''t leave a flat dull look and is a much safer treatment. The "3D" effect adds realism to the end result; which makes this the perfect procedure for Men and Women seeking to improve the look of their brows. Micro Blading lasts approximately the same time as the traditional “hair stroke” brow and fade completely without leaving a shadow behind. To maintain the 3D brow, touch ups (May) be necessary every 9 – 12 months. Depending on each individual person.\r\n\r\n&nbsp;\r\n\r\nCustom Color Blending for brow pigments are chosen for each individual client as well as custom design. Existing brows are left in place to blend with the new 3D brow.\r\n\r\n&nbsp;\r\n\r\nTraining classes are available for Micro Blading /3D Brows, as well as full training courses on Micropigmentation (Permanent Cosmetic Make up).\r\n\r\n&nbsp;\r\n\r\n<strong>Call today Deb Long 309-370-1629</strong>\r\n\r\n&nbsp;\r\n\r\nStudents are responsible for their own transportation/lodging. Special days/times may be arranged upon request If you are traveling from another state/country and require more hours we can accommodate these programs.\r\nCall now to enroll for Permanent Cosmetic Make-up Training at 309-370-1629.\r\nIllinois Tattoo License #2104762\r\nSchool licenses may be verified at\r\n<a href="http://www.micropigmentation.org/" target="_blank"><strong>www.micropigmentation.org</strong></a>\r\n<span style="text-decoration: underline;"><a href="http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/school_catalog.pdf" target="_blank"><strong> School Catalog</strong></a></span>\r\n<span style="text-decoration: underline;"><a href="/wp-content/uploads/2016/09/Disclosures_Aug_2015.pdf" target="_blank"><strong> Disclosures</strong></a></span>\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the <a href="http://www.ibhe.org/" target="_blank">Illinois Board of Higher Education</a>.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #ff0000;">Approved Training Facility /State Board of Higher Education/ Board Certified Instructor Specializing inMicro Blading/ Micro Needling/ Micropigmentation/ Corrections/ EliminINK</span></strong>\r\n\r\n&nbsp;\r\n\r\nWe now accept V/A GI Grants!\r\n\r\n&nbsp;\r\n\r\n<strong>Professional Permanent make up training in Metamora, Chicago, Tazewell, Canton, Bloomington, Minork and many more areas in Illinois.</strong>\r\n\r\n&nbsp;\r\n\r\nAside from quality and beautiful permanent make up services, we, at Permanent Make up by Deb also provide full course in Airbrush Make up/ permanent make up training and techniques in Chicago, Canton, Bloomington, Minork and other neighboring areas in Illinois.\r\n\r\n&nbsp;\r\n\r\nOur permanent make up training course includes learning ALL techniques of micro pigmentation. It is an ALL IN ONE COURSE that includes Manual – Rotary- Digital- Dixon Technique.\r\n\r\n&nbsp;\r\n\r\nAside from that, the course also includes classes on complete sanitation, sterilization, HIV awareness, color blending and state law segment. We also include skin education and how to properly work with needles.\r\n\r\n&nbsp;\r\n\r\nWe also provide students with extensive one on one hands on training to apply the techniques they have learned and other things about micro pigmentation. Such as Micro blading, (Hair stroke Eye brows) Butterfly eyeliner, 3-D lip color, micro needling, Tattoo removal and much more!\r\n\r\n&nbsp;\r\n\r\nFurthermore, we have certified, licensed and experienced professional trainer (Deb Long). You also get to use equipment like KP &amp; PMC Kryo machines. We also provide the models. This is a one on one Training class.\r\n\r\n&nbsp;\r\n\r\nAt the end of the course, students will be awarded with a certificate of completion and an official School transcript.\r\n\r\n&nbsp;\r\n\r\nPermanent make up training/ Airbrush Make up Training- available Permanent Make up by Deb--in Chicago, Tazewell, Canton, Bloomington, Minork, Metamora and many more areas so you do not need to travel far!\r\n\r\n&nbsp;\r\n\r\nThis school is approved by the Illinois Board of Higher Education.\r\n\r\n&nbsp;\r\n\r\nContact us today for the class syllabus.[/vc_column_text][/vc_column_inner][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="149" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="246" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space height="100px"][vc_single_image image="150" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Training', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2016-10-14 17:46:21', '2016-10-14 17:46:21', '', 7, 'http://permanentmakeupbydeb.visualedgedesign.com/7-revision-v1/', 0, 'revision', '', 0),
(250, 1, '2016-10-20 18:15:37', '2016-10-20 18:15:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-20 18:15:37', '2016-10-20 18:15:37', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(252, 1, '2016-10-21 19:52:43', '2016-10-21 19:52:43', '', 'perm2', '', 'inherit', 'open', 'closed', '', 'perm2-2', '', '', '2016-10-21 19:52:43', '2016-10-21 19:52:43', '', 0, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/10/Perm2-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(253, 1, '2016-10-21 20:05:46', '2016-10-21 20:05:46', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_single_image qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:05:46', '2016-10-21 20:05:46', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(254, 1, '2016-10-21 20:06:46', '2016-10-21 20:06:46', '', 'perm3', '', 'inherit', 'open', 'closed', '', 'perm3', '', '', '2016-10-21 20:06:46', '2016-10-21 20:06:46', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm3.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2016-10-21 20:06:59', '2016-10-21 20:06:59', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_single_image image="254" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:06:59', '2016-10-21 20:06:59', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(256, 1, '2016-10-21 20:10:51', '2016-10-21 20:10:51', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:10:51', '2016-10-21 20:10:51', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(257, 1, '2016-10-21 20:12:46', '2016-10-21 20:12:46', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:12:46', '2016-10-21 20:12:46', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(258, 1, '2016-10-21 20:13:48', '2016-10-21 20:13:48', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:13:48', '2016-10-21 20:13:48', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(259, 1, '2016-10-21 20:16:47', '2016-10-21 20:16:47', '', 'perm4', '', 'inherit', 'open', 'closed', '', 'perm4', '', '', '2016-10-21 20:16:47', '2016-10-21 20:16:47', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm4.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(260, 1, '2016-10-21 20:17:51', '2016-10-21 20:17:51', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:17:51', '2016-10-21 20:17:51', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(261, 1, '2016-10-21 20:20:25', '2016-10-21 20:20:25', '', 'perm5', '', 'inherit', 'open', 'closed', '', 'perm5', '', '', '2016-10-21 20:20:25', '2016-10-21 20:20:25', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm5.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2016-10-21 20:20:37', '2016-10-21 20:20:37', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:20:37', '2016-10-21 20:20:37', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(263, 1, '2016-10-21 20:34:19', '2016-10-21 20:34:19', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:34:19', '2016-10-21 20:34:19', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(264, 1, '2016-10-21 20:36:16', '2016-10-21 20:36:16', '', 'perm6', '', 'inherit', 'open', 'closed', '', 'perm6', '', '', '2016-10-21 20:36:16', '2016-10-21 20:36:16', '', 0, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/10/Perm6.jpg', 0, 'attachment', 'image/jpeg', 0),
(265, 1, '2016-10-21 20:37:16', '2016-10-21 20:37:16', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:37:16', '2016-10-21 20:37:16', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(266, 1, '2016-10-21 20:40:05', '2016-10-21 20:40:05', '', 'perm7', '', 'inherit', 'open', 'closed', '', 'perm7', '', '', '2016-10-21 20:40:05', '2016-10-21 20:40:05', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm7.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(267, 1, '2016-10-21 20:40:14', '2016-10-21 20:40:14', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:40:14', '2016-10-21 20:40:14', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(268, 1, '2016-10-21 20:41:01', '2016-10-21 20:41:01', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:41:01', '2016-10-21 20:41:01', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(269, 1, '2016-10-21 20:43:21', '2016-10-21 20:43:21', '', 'perm8', '', 'inherit', 'open', 'closed', '', 'perm8', '', '', '2016-10-21 20:43:21', '2016-10-21 20:43:21', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm8.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(270, 1, '2016-10-21 20:43:29', '2016-10-21 20:43:29', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:43:29', '2016-10-21 20:43:29', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(271, 1, '2016-10-21 20:45:42', '2016-10-21 20:45:42', '', 'perm9', '', 'inherit', 'open', 'closed', '', 'perm9', '', '', '2016-10-21 20:45:42', '2016-10-21 20:45:42', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm9.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2016-10-21 20:45:51', '2016-10-21 20:45:51', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:45:51', '2016-10-21 20:45:51', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(273, 1, '2016-10-21 20:47:49', '2016-10-21 20:47:49', '', 'perm10', '', 'inherit', 'open', 'closed', '', 'perm10', '', '', '2016-10-21 20:47:49', '2016-10-21 20:47:49', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm10.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2016-10-21 20:49:47', '2016-10-21 20:49:47', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:49:47', '2016-10-21 20:49:47', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(275, 1, '2016-10-21 20:52:06', '2016-10-21 20:52:06', '', 'perm11', '', 'inherit', 'open', 'closed', '', 'perm11', '', '', '2016-10-21 20:52:06', '2016-10-21 20:52:06', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm11.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2016-10-21 20:52:20', '2016-10-21 20:52:20', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:52:20', '2016-10-21 20:52:20', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(277, 1, '2016-10-21 20:53:57', '2016-10-21 20:53:57', '', 'perm12', '', 'inherit', 'open', 'closed', '', 'perm12', '', '', '2016-10-21 20:53:57', '2016-10-21 20:53:57', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm12.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(278, 1, '2016-10-21 20:54:06', '2016-10-21 20:54:06', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:54:06', '2016-10-21 20:54:06', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(279, 1, '2016-10-21 20:55:57', '2016-10-21 20:55:57', '', 'perm13', '', 'inherit', 'open', 'closed', '', 'perm13', '', '', '2016-10-21 20:55:57', '2016-10-21 20:55:57', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm13.jpg', 0, 'attachment', 'image/jpeg', 0),
(280, 1, '2016-10-21 20:56:05', '2016-10-21 20:56:05', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:56:05', '2016-10-21 20:56:05', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(281, 1, '2016-10-21 20:59:18', '2016-10-21 20:59:18', '', 'perm14', '', 'inherit', 'open', 'closed', '', 'perm14', '', '', '2016-10-21 20:59:18', '2016-10-21 20:59:18', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm14.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(282, 1, '2016-10-21 20:59:31', '2016-10-21 20:59:31', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 20:59:31', '2016-10-21 20:59:31', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(283, 1, '2016-10-21 21:01:19', '2016-10-21 21:01:19', '', 'perm15', '', 'inherit', 'open', 'closed', '', 'perm15', '', '', '2016-10-21 21:01:19', '2016-10-21 21:01:19', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm15.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2016-10-21 21:01:29', '2016-10-21 21:01:29', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="283" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 21:01:29', '2016-10-21 21:01:29', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(286, 1, '2016-10-21 21:03:42', '2016-10-21 21:03:42', '', 'perm16', '', 'inherit', 'open', 'closed', '', 'perm16', '', '', '2016-10-21 21:03:42', '2016-10-21 21:03:42', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm16.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(287, 1, '2016-10-21 21:03:51', '2016-10-21 21:03:51', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="283" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="286" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 21:03:51', '2016-10-21 21:03:51', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(288, 1, '2016-10-21 21:06:07', '2016-10-21 21:06:07', '', 'perm17', '', 'inherit', 'open', 'closed', '', 'perm17', '', '', '2016-10-21 21:06:07', '2016-10-21 21:06:07', '', 25, 'http://permanentmakeupbydeb.com/wp-content/uploads/2016/09/Perm17.jpg', 0, 'attachment', 'image/jpeg', 0),
(289, 1, '2016-10-21 21:06:15', '2016-10-21 21:06:15', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Before &amp; After</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="full_width" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Lip/Full Face Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="154" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_empty_space height="16px"][vc_single_image image="158" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="179" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="178" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="161" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="160" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="168" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="167" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="172" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="173" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="174" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Brow Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="193" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="192" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/3"][vc_single_image image="187" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="185" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/3"][vc_single_image image="186" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="188" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="189" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="252" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="259" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="264" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="269" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="273" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="277" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="281" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][vc_column width="1/2"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="194" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="195" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="190" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="191" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_single_image image="249" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="254" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="261" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="266" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="271" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="275" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="279" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="283" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="286" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_single_image image="288" img_size="full" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_column_text]\r\n<h2 style="text-align: center;">Eye Liner Gallery</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="200" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="199" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="205" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="216" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="210" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="211" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="212" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="213" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/2"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="201" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="202" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="206" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="207" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="203" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="204" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px" up="32px" down="64px"][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/2"][vc_single_image image="208" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="209" img_size="full" add_caption="yes" alignment="center" style="vc_box_border" border_color="violet" onclick="link_image" qode_css_animation=""][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Before & After', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2016-10-21 21:06:15', '2016-10-21 21:06:15', '', 25, 'http://permanentmakeupbydeb.com/25-revision-v1/', 0, 'revision', '', 0),
(290, 1, '2016-10-25 15:36:15', '2016-10-25 15:36:15', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Nails, Esthetic, Massage, classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-10-25 15:36:15', '2016-10-25 15:36:15', '', 8, 'http://permanentmakeupbydeb.com/8-revision-v1/', 0, 'revision', '', 0),
(302, 1, '2016-12-28 19:13:38', '2016-12-28 19:13:38', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Nails, Esthetic, Massage, classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-12-28 19:13:38', '2016-12-28 19:13:38', '', 8, 'http://permanentmakeupbydeb.com/8-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(291, 1, '2016-10-28 16:27:36', '2016-10-28 16:27:36', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Nails, Esthetic, Massage, Permanent Make up Classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-10-28 16:27:36', '2016-10-28 16:27:36', '', 8, 'http://permanentmakeupbydeb.com/8-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2016-11-11 17:59:32', '2016-11-11 17:59:32', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\n<ol style="line-height: 25px;">\n<ol style="line-height: 25px;">\n 	<li><span style="color: #ff0000;">Advanced Educator is Approved to teach by the Board of Higher Education</span>. Advanced Educator is a Bonded school.</li>\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\n</ol>\n</ol>\n&nbsp;\n<ol style="line-height: 25px;">\n<ol style="line-height: 25px;">\n<ul>\n 	<li style="line-height: 25px;"><span style="color: #ff0000;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</span></li>\n</ul>\n</ol>\n</ol>\n&nbsp;\n<ol style="line-height: 25px;">\n<ol style="line-height: 25px;">\n 	<li style="line-height: 28px;">You will learn <span style="color: #ff0000;">all techniques</span> of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\n</ol>\n</ol>\n&nbsp;\n<ol style="line-height: 25px;">\n<ol style="line-height: 25px;">\n<ul>\n 	<li style="line-height: 28px;"><span style="color: #ff0000;">Master classes are also offered for those already certified</span>.</li>\n</ul>\n</ol>\n</ol>\n&nbsp;\n<ol style="line-height: 25px;">\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\n</ol>\n&nbsp;\n\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual <span style="color: #ff0000;">(school)</span> not a salon, spa, or temporary rental space. Be sure your teacher is an actual <span style="color: #ff0000;">teacher or certified trainer</span> of this profession and not just a graduate with a certification. Ask to see proof of<span style="color: #ff0000;"> Certificates of Teaching and State Boards</span>. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\n\n&nbsp;\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\nEmail - advanceded@hotmail.com</p>\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-autosave-v1', '', '', '2016-11-11 17:59:32', '2016-11-11 17:59:32', '', 106, 'http://permanentmakeupbydeb.com/106-autosave-v1/', 0, 'revision', '', 0),
(293, 1, '2016-11-11 16:54:31', '2016-11-11 16:54:31', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>Advanced Educator is Approved to teach by the Board of Higher Education. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.\r\n<ul>\r\n 	<li>You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</li>\r\n</ul>\r\n&nbsp;</li>\r\n 	<li>You will learn all techniques of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)\r\n<ul>\r\n 	<li>Master classes are also offered for those already certified.</li>\r\n</ul>\r\n&nbsp;</li>\r\n 	<li>Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li>After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li>There are no hidden costs or fees you only pay once!</li>\r\n 	<li>My graduates are working successfully in the industry!</li>\r\n 	<li>You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual (school) not a salon, spa, or temporary rental space. Be sure your teacher is an actual teacher or certified trainer of this profession and not just a graduate with a certification. Ask to see proof of Certificates of Teaching and State Boards. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 16:54:31', '2016-11-11 16:54:31', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(294, 1, '2016-11-11 17:23:45', '2016-11-11 17:23:45', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n<ol style="line-height: 25px;">\r\n&nbsp;\r\n 	<li>Advanced Educator is Approved to teach by the Board of Higher Education. Advanced Educator is a Bonded school.</li>\r\n\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li style="line-height: 25px;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n 	<li style="line-height: 28px;">You will learn all techniques of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)\r\n\r\n&nbsp;\r\n\r\nAdvanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n&nbsp;\r\n<ul>\r\n 	<li style="line-height: 28px;">Master classes are also offered for those already certified.</li>\r\n</ul>\r\n&nbsp;\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual (school) not a salon, spa, or temporary rental space. Be sure your teacher is an actual teacher or certified trainer of this profession and not just a graduate with a certification. Ask to see proof of Certificates of Teaching and State Boards. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 17:23:45', '2016-11-11 17:23:45', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(295, 1, '2016-11-11 17:28:59', '2016-11-11 17:28:59', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n<ol style="line-height: 25px;">\r\n 	<li>Advanced Educator is Approved to teach by the Board of Higher Education. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 25px;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n 	<li style="line-height: 28px;">You will learn all techniques of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)\r\n\r\n\r\n\r\nAdvanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n\r\n &nbsp;	\r\n\r\n<ul>\r\n 	<li style="line-height: 28px;">Master classes are also offered for those already certified.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual (school) not a salon, spa, or temporary rental space. Be sure your teacher is an actual teacher or certified trainer of this profession and not just a graduate with a certification. Ask to see proof of Certificates of Teaching and State Boards. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 17:28:59', '2016-11-11 17:28:59', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(297, 1, '2016-11-11 17:35:16', '2016-11-11 17:35:16', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n\r\n<ol style="line-height: 25px;">\r\n 	<li><span style="color: #ff0000;">Advanced Educator is Approved to teach by the Board of Higher Education</span>. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 25px;"><span style="color: #ff0000;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</span></li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">You will learn <span style="color: #ff0000;">all techniques</span> of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 28px;"><span style="color: #ff0000;">Master classes are also offered for those already certified</span>.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual <span style="color: #ff0000;">(school)</span> not a salon, spa, or temporary rental space. Be sure your teacher is an actual <span style="color: #ff0000;">teacher or certified trainer</span> of this profession and not just a graduate with a certification. Ask to see proof of<span style="color: #ff0000;"> Certificates of Teaching and State Boards</span>. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 17:35:16', '2016-11-11 17:35:16', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(296, 1, '2016-11-11 17:31:50', '2016-11-11 17:31:50', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n<ol style="line-height: 25px;">\r\n<ol style="line-height: 25px;">\r\n 	<li><span style="color: #ff0000;">Advanced Educator is Approved to teach by the Board of Higher Education</span>. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol style="line-height: 25px;">\r\n<ol style="line-height: 25px;">\r\n<ul>\r\n 	<li style="line-height: 25px;"><span style="color: #ff0000;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</span></li>\r\n</ul>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol style="line-height: 25px;">\r\n<ol style="line-height: 25px;">\r\n 	<li style="line-height: 28px;">You will learn <span style="color: #ff0000;">all techniques</span> of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol style="line-height: 25px;">\r\n<ol style="line-height: 25px;">\r\n<ul>\r\n 	<li style="line-height: 28px;"><span style="color: #ff0000;">Master classes are also offered for those already certified</span>.</li>\r\n</ul>\r\n</ol>\r\n</ol>\r\n&nbsp;\r\n<ol style="line-height: 25px;">\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual <span style="color: #ff0000;">(school)</span> not a salon, spa, or temporary rental space. Be sure your teacher is an actual <span style="color: #ff0000;">teacher or certified trainer</span> of this profession and not just a graduate with a certification. Ask to see proof of<span style="color: #ff0000;"> Certificates of Teaching and State Boards</span>. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 17:31:50', '2016-11-11 17:31:50', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(298, 1, '2016-11-11 17:52:27', '2016-11-11 17:52:27', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Advanced Educator School of Permanent Cosmetic Make-up</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_column_text]<strong>Why should you choose Advanced Educator School of Permanent Cosmetic Make-up?</strong>\r\n&nbsp;\r\n\r\n<ol style="line-height: 25px;">\r\n 	<li><span style="color: #ff0000;">Advanced Educator is Approved to teach by the Board of Higher Education</span>. Advanced Educator is a Bonded school.</li>\r\n 	<li>You will receive Personal one on one hands on training at Advanced Educator with an award winning Licensed Cosmetology Teacher, Make up artist, instructor in the business over 30 years. ( Instructor /Deb Long)Deb Long – Board Certified CMI (Certified Micropigmentation Instructor) through the American Academy of Micro pigmentation.</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 25px;"><span style="color: #ff0000;">You will complete work on live models on your own ( more than any other school offers) before you leave this training course.</span></li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">You will learn <span style="color: #ff0000;">all techniques</span> of permanent make up in one class- Manual, Rotary, and the Dixon technique. (Slope needles)Advanced training is also available to include the digital techniques, tattoo removal, dry needling, and areola Re construction, scar coverage, scalp pigmentation. ( offered on our full training)</li>\r\n\r\n&nbsp;\r\n\r\n<ul>\r\n 	<li style="line-height: 28px;"><span style="color: #ff0000;">Master classes are also offered for those already certified</span>.</li>\r\n</ul>\r\n\r\n&nbsp;\r\n\r\n 	<li style="line-height: 28px;">Advanced Educator gives a complete startup kit with the cost of the program.</li>\r\n 	<li style="line-height: 28px;">After attending Advanced Educator, you leave ready to work!</li>\r\n 	<li style="line-height: 28px;">There are no hidden costs or fees you only pay once!</li>\r\n 	<li style="line-height: 28px;">My graduates are working successfully in the industry!</li>\r\n 	<li style="line-height: 28px;">You will learn the latest techniques and trends of permanent cosmetic makeup at Advanced Educator! Not taught by any other school! Advanced Educator Inc School of Permanent Make up was the first Licensed/ Approved school in the Midwest to offer Permanent Make up training, and is the only licensed/ Board Certified School in the Midwest with Board Certified instructors. Deb Long is the only Board Certified CMI in the Midwest with AAM. Deb long is the Midwest trainer for EliminInk tattoo removal system and certified in dry Needling /Micro Needling for wrinkle reduction. During your training at Advanced Educator with Deb Long you will learn the newest techniques in the industry – Start your new career today!</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThis profession should not be considered lightly, when choosing a school, you should be sure to check your instructor’s credentials. Be sure your instructor is operating from an actual <span style="color: #ff0000;">(school)</span> not a salon, spa, or temporary rental space. Be sure your teacher is an actual <span style="color: #ff0000;">teacher or certified trainer</span> of this profession and not just a graduate with a certification. Ask to see proof of<span style="color: #ff0000;"> Certificates of Teaching and State Boards</span>. We are dedicated to giving the best education possible. Our clients safety and your success is our number one concern.\r\n\r\n&nbsp;\r\n<p style="text-align: center;">To schedule a class time call Deb at 309-370-1629\r\nEmail - advanceded@hotmail.com</p>\r\n[/vc_column_text][/vc_column][/vc_row]', 'Why?', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2016-11-11 17:52:27', '2016-11-11 17:52:27', '', 106, 'http://permanentmakeupbydeb.com/106-revision-v1/', 0, 'revision', '', 0),
(300, 1, '2016-11-17 14:20:04', '2016-11-17 14:20:04', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\n<strong>Why use permanent make up?</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can    also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, it is considered a form of a tattoo. Although the permanent make-up goes into the second layer of skin, these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-11-17 14:20:04', '2016-11-17 14:20:04', '', 10, 'http://permanentmakeupbydeb.com/10-revision-v1/', 0, 'revision', '', 0),
(299, 1, '2016-11-17 14:16:29', '2016-11-17 14:16:29', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">frequently asked questions</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_empty_space][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]<strong>What is permanent make up?</strong>\r\n\r\n&nbsp;\r\n\r\nThis medically developed procedure is a method of implanting color pigments into the skin to create a lasting cosmetic effect.\r\n\r\n&nbsp;\r\n\r\n<strong>Why use permanent make up?</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Permanent make up gives you the freedom to swim, exercise, shower, and even cry- without worrying about your make up smearing or coming off. It can    also save you time in your daily routine.</li>\r\n 	<li>Permanent make up allows you the option to enhance your natural features or to create a dramatic effect. The choice is yours!</li>\r\n 	<li>Permanent make up is perfect for the woman who is allergic to standard cosmetics on the market.</li>\r\n 	<li>It is ideal for women with poor eyesight- a polished look without the daily hassle.</li>\r\n 	<li>It is ideal for cancer or thyroid patients.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What can permanent make up do for me?</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Eyebrows:</strong> Permanent eyebrows will make the brows look fuller and more natural, and add the perfect balance to your face. You will never need to use brow pencil again! Permanent make up can be applied in the hair stroke or solid technique.\r\n\r\n&nbsp;\r\n\r\n<strong>Eyeliner:</strong> Eyeliner is applied in the lash line to enhance your eyelashes and to make your eyes stand out. You choose from a natural look or a dramatic look.\r\n\r\n&nbsp;\r\n\r\n<strong>Lips and lip liner:</strong> Permanent lipstick and lip liner are available in almost any color. You can enhance the shape of your lips, enlarge or reduce the appearance of your lips. Colors can be custom blended. Lip color will fade up to 70% after the first time and some people may not see lip color at all depending on the color that they choose. Lips may have to be done more than once. To see a lot of color in the final result you may want to choose a darker color.\r\n<strong>How long does permanent make up last?</strong>\r\n\r\n&nbsp;\r\n\r\nThe treatment is permanent. It will not wash off. However it will soften with age, sun, skin peel, cleansing lotions and will sometimes need to be re-touched. A retouch will depend on each individual person to how soon they will need to be done.\r\n\r\n&nbsp;\r\n\r\n<strong>What colors are available?</strong>\r\n\r\n&nbsp;\r\n\r\nColor selection today is unlimited, if you don’t find a color on the color chart, a color can be custom blended to suit your needs.\r\n\r\n&nbsp;\r\n\r\n<strong>How long does it take?</strong>\r\n\r\n&nbsp;\r\n\r\nMost sessions take one to two hours. Eyebrow applications may take longer- due to the design time. A retouch (which is included in the original fee ) will take one half hour - one hour.\r\n\r\n&nbsp;\r\n\r\n<strong>Does it hurt?</strong>\r\n\r\n&nbsp;\r\n\r\nA topical numbing cream is applied. It is important that you do NOT use an injection to numb the area as this will cause the pigment to migrate in the skin. Comfort levels vary from person to person.\r\n\r\n&nbsp;\r\n\r\n<strong>Could I have an allergic reaction?</strong>\r\n\r\n&nbsp;\r\n\r\nThere is very little chance of an allergic reaction, the pigments that are used are safe and approved for use on the face. A patch test is administered before proceeding.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it safe?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, this procedure is done under strict sterilization rules.\r\n\r\n&nbsp;\r\n\r\n<strong>Is it a form of tattoo?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, but a tattoo will go to the third layer of skin, and usually uses pelican ink or indigo ink. The permanent make- up goes into the second layer of skin and these pigments will not turn the skin blue or pink like tattoo ink will.\r\n\r\n&nbsp;\r\n\r\n<strong>Can I go back to work the same day?</strong>\r\n\r\n&nbsp;\r\n\r\nYes, most people do return to work the same day. You may have swelling or puffiness. Your eyes will look like you had a good cry after the eyeliner. The lips stay swollen for about three days. The eyebrows have very little swelling. Bruising and swelling may occur differently in each individual; this may last 3-5 days. The intensity of the color will be about 50% darker in the first week or two. Instructions will be given to care for your permanent make up following the procedure.\r\n\r\n&nbsp;\r\n\r\n<strong>What is the difference between a tattoo artist and a permanent make up technician?</strong>\r\n\r\n&nbsp;\r\n\r\nA permanent make up technician has been trained in that particular field, and usually has a background in the beauty or cosmetic industry. A background in the cosmetic or beauty industry is very important to the permanent make-up technician this allows them to have a vast knowledge of the balance and proportioning of the face. Although a tattoo artist may be very talented, if the wrong pigment is used the results could be dissatisfying. The color could turn blue or to an undesirable color, the proper tool or machine is also important due to the fact that the skin on the face is thinner than the rest of your body. The first thing you should look for is if your technician is actually wearing the permanent cosmetic make- up. Ask for references of people done years earlier to be sure they didn’t fade to an unwanted color. Also ask to see diplomas or certifications. Some tattoo artists have also trained in permanent cosmetic make - up, but most haven’t.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2016-11-17 14:16:29', '2016-11-17 14:16:29', '', 10, 'http://permanentmakeupbydeb.com/10-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpo8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2016-12-28 19:08:44', '2016-12-28 19:08:44', '[vc_row row_type="row" use_row_as_full_screen_section="yes" type="full_width" text_align="left" css_animation="" css=".vc_custom_1475080495109{background-color: #6f69b6 !important;}"][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner][vc_column_text]\r\n<h3 style="text-align: center;">Our School</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type="row" use_row_as_full_screen_section="no" type="grid" text_align="left" css_animation=""][vc_column][vc_row_inner row_type="row" type="full_width" use_row_as_full_screen_section_slide="no" text_align="left" css_animation=""][vc_column_inner width="1/4"][vc_empty_space][vc_single_image image="137" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="135" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][vc_empty_space][vc_single_image image="136" img_size="full" alignment="center" style="vc_box_border_circle" border_color="violet" qode_css_animation=""][/vc_column_inner][vc_column_inner width="3/4"][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Advanced Educator School of Beauty</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>Private individualized training with instructors of 25 years experience!</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Small class sizes</li>\r\n 	<li>Complete kit included</li>\r\n 	<li>State of the art equipment</li>\r\n 	<li>Basic through advanced training</li>\r\n 	<li>Nails, Esthetic, Massage, Permanent Make-up Classes</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_column_text]\r\n<h2 style="text-align: center;">Our facility is designed to give the best training in the state of Illinois.</h2>\r\n[/vc_column_text][vc_separator type="normal" color="#6f69b6" border_style="solid" thickness="1px"][vc_empty_space][vc_column_text]<strong>We go beyond the basics.</strong>\r\n\r\n&nbsp;\r\n\r\nWith a staff who each holds a license of at least 30 years, and at least 22 years of teaching experience. Our students get individual attention in a small class setting.\r\n\r\n&nbsp;\r\n\r\nOur Permanent Make up class each current have a 100% success rate.\r\n\r\n&nbsp;\r\n\r\n<strong>Our Students enjoy the absolute best of the beauty industry!</strong>\r\n\r\n&nbsp;\r\n\r\nFor school application contact the owner, Deb Long\r\n208 N. Wood Street\r\nWashington, IL 61571\r\n309-370-1629 or 309-444-9300\r\nEmail: advanceded@hotmail.com[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space][/vc_column][/vc_row]', 'Our School', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2016-12-28 19:08:44', '2016-12-28 19:08:44', '', 8, 'http://permanentmakeupbydeb.com/8-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_css`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=110 ;

--
-- Dumping data for table `wpo8_revslider_css`
--

INSERT INTO `wpo8_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(1, '.tp-caption.medium_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","padding":"2px 4px","border-width":"0px","border-style":"none","background-color":"#888"}', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}'),
(2, '.tp-caption.small_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"700","font-size":"14px","line-height":"20px","font-family":"Arial","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}'),
(3, '.tp-caption.medium_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}'),
(4, '.tp-caption.large_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"700","font-size":"40px","line-height":"40px","font-family":"Arial","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap"},"hover":""}'),
(5, '.tp-caption.very_large_text', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","margin":"0px","white-space":"nowrap","letter-spacing":"-2px"},"hover":""}'),
(6, '.tp-caption.very_big_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"800","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none","padding":"0px 4px","background-color":"#000"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap","padding-top":"1px"},"hover":""}'),
(7, '.tp-caption.very_big_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#000","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","border-width":"0px","border-style":"none","padding":"0px 4px","background-color":"#fff"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap","padding-top":"1px"},"hover":""}'),
(8, '.tp-caption.modern_medium_fat', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#000","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}'),
(9, '.tp-caption.modern_medium_fat_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}'),
(10, '.tp-caption.modern_medium_light', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#000","font-weight":"300","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}'),
(11, '.tp-caption.modern_big_bluebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"800","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","border-width":"0px","border-style":"none","background-color":"#4e5b6c"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","letter-spacing":"0"},"hover":""}'),
(12, '.tp-caption.modern_big_redbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"300","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","border-width":"0px","border-style":"none","background-color":"#de543e"}', '{"idle":{"position":"absolute","text-shadow":"none","padding-top":"1px","margin":"0px","letter-spacing":"0"},"hover":""}'),
(13, '.tp-caption.modern_small_text_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#555","font-size":"14px","line-height":"22px","font-family":"Arial","border-width":"0px","border-style":"none"}', '{"idle":{"position":"absolute","text-shadow":"none","margin":"0px","white-space":"nowrap"},"hover":""}'),
(14, '.tp-caption.boxshadow', '{"translated":5,"type":"text","version":"4"}', 'null', '[]', '{"idle":{"-moz-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","-webkit-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)"},"hover":""}'),
(15, '.tp-caption.black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#000"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(16, '.tp-caption.noshadow', '{"translated":5,"type":"text","version":"4"}', 'null', '[]', '{"idle":{"text-shadow":"none"},"hover":""}'),
(17, '.tp-caption.thinheadline_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"rgba(0,0,0,0.85)","font-weight":"300","font-size":"30px","line-height":"30px","font-family":"\\"Open Sans\\"","background-color":"transparent"}', '{"idle":{"position":"absolute","text-shadow":"none"},"hover":""}'),
(18, '.tp-caption.thintext_dark', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"rgba(0,0,0,0.85)","font-weight":"300","font-size":"16px","line-height":"26px","font-family":"\\"Open Sans\\"","background-color":"transparent"}', '{"idle":{"position":"absolute","text-shadow":"none"},"hover":""}'),
(19, '.tp-caption.largeblackbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#000","padding":"0px 20px","border-radius":"0px"}', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}'),
(20, '.tp-caption.largepinkbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#db4360","padding":"0px 20px","border-radius":"0px"}', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}'),
(21, '.tp-caption.largewhitebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#000","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#fff","padding":"0px 20px","border-radius":"0px"}', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}'),
(22, '.tp-caption.largegreenbg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"color":"#fff","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#67ae73","padding":"0px 20px","border-radius":"0px"}', '{"idle":{"position":"absolute","text-shadow":"none","-webkit-border-radius":"0px","-moz-border-radius":"0px"},"hover":""}'),
(23, '.tp-caption.excerpt', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"36px","line-height":"36px","font-weight":"700","font-family":"Arial","color":"#ffffff","text-decoration":"none","background-color":"rgba(0, 0, 0, 1)","padding":"1px 4px 0px 4px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}', '{"idle":{"text-shadow":"none","margin":"0px","letter-spacing":"-1.5px","width":"150px","white-space":"normal !important","height":"auto"},"hover":""}'),
(24, '.tp-caption.large_bold_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"60px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}'),
(25, '.tp-caption.medium_thin_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"34px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}'),
(26, '.tp-caption.small_thin_grey', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"18px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(117, 117, 117)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":{"text-shadow":"none","margin":"0px"},"hover":""}'),
(27, '.tp-caption.lightgrey_divider', '{"translated":5,"type":"text","version":"4"}', 'null', '{"text-decoration":"none","background-color":"rgba(235, 235, 235, 1)","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}', '{"idle":{"width":"370px","height":"3px","background-position":"initial initial","background-repeat":"initial initial"},"hover":""}'),
(28, '.tp-caption.large_bold_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(29, '.tp-caption.medium_bg_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(52, 73, 94)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(30, '.tp-caption.medium_bold_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(31, '.tp-caption.medium_light_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"21px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(32, '.tp-caption.medium_bg_red', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(227, 58, 12)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(33, '.tp-caption.medium_bold_orange', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(243, 156, 18)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(34, '.tp-caption.medium_bg_orange', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(243, 156, 18)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(35, '.tp-caption.grassfloor', '{"translated":5,"type":"text","version":"4"}', 'null', '{"text-decoration":"none","background-color":"rgba(160, 179, 151, 1)","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}', '{"idle":{"width":"4000px","height":"150px"},"hover":""}'),
(36, '.tp-caption.large_bold_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(37, '.tp-caption.medium_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(38, '.tp-caption.mediumlarge_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"#ffffff","text-decoration":"none","background-color":"transparent","padding":"0px 0px 0px 0px","text-align":"center","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(40, '.tp-caption.medium_bg_asbestos', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(127, 140, 141)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(41, '.tp-caption.medium_light_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(42, '.tp-caption.large_bold_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(44, '.tp-caption.small_light_white', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"17px","line-height":"28px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(45, '.tp-caption.roundedimage', '{"translated":5,"type":"text","version":"4"}', 'null', '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}', '{"idle":[],"hover":""}'),
(46, '.tp-caption.large_bg_black', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"40px","line-height":"40px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(0, 0, 0)","padding":"10px 20px 15px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}', '{"idle":[],"hover":""}'),
(47, '.tp-caption.mediumwhitebg', '{"translated":5,"type":"text","version":"4"}', 'null', '{"font-size":"30px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"rgb(255, 255, 255)","padding":"5px 15px 10px","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(48, '.tp-caption.MarkerDisplay', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ff0000","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0px","0px","0px","0px"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"font-style":"normal","font-family":"Permanent Marker","padding":"0px 0px 0px 0px","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#000000","border-style":"none","border-width":"0px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(49, '.tp-caption.Restaurant-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"color":"#ffffff","font-size":"120px","line-height":"120px","font-weight":"700","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(50, '.tp-caption.Restaurant-Cursive', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"color":"#ffffff","font-size":"30px","line-height":"30px","font-weight":"400","font-style":"normal","font-family":"Nothing you could do","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"color":"#ffffff","font-size":"17px","line-height":"17px","font-weight":"400","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(52, '.tp-caption.Restaurant-Description', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"color":"#ffffff","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(53, '.tp-caption.Restaurant-Price', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0"}', '{"color":"#ffffff","font-size":"30px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(54, '.tp-caption.Restaurant-Menuitem', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"500","easing":"Power2.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"400","font-style":"normal","font-family":"Roboto","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(55, '.tp-caption.Furniture-LogoText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#e6cfa3","color-transparency":"1","font-size":"160px","line-height":"150px","font-weight":"300","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(56, '.tp-caption.Furniture-Plus', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0.5","easing":"Linear.easeNone"}', '{"color":"#e6cfa3","color-transparency":"1","font-size":"20","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"\\"Raleway\\"","padding":["6px","7px","4px","7px"],"text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none","box-shadow":"rgba(0,0,0,0.1) 0 1px 3px"},"hover":""}'),
(57, '.tp-caption.Furniture-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#000000","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"700","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none","letter-spacing":"3px"},"hover":""}'),
(58, '.tp-caption.Furniture-Subtitle', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#000000","color-transparency":"1","font-size":"17px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"\\"Raleway\\"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(59, '.tp-caption.Gym-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"80px","line-height":"70px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(60, '.tp-caption.Gym-Subline', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"5px"},"hover":""}'),
(61, '.tp-caption.Gym-SmallText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"22","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(62, '.tp-caption.Fashion-SmallText', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"12px","line-height":"20px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(63, '.tp-caption.Fashion-BigDisplay', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#000000","color-transparency":"1","font-size":"60px","line-height":"60px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(64, '.tp-caption.Fashion-TextBlock', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#000000","color-transparency":"1","font-size":"20px","line-height":"40px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(65, '.tp-caption.Sports-Display', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"130px","line-height":"130px","font-weight":"100","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"13px"},"hover":""}'),
(66, '.tp-caption.Sports-DisplayFat', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"130px","line-height":"130px","font-weight":"900","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":[""],"hover":""}'),
(67, '.tp-caption.Sports-Subline', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#000000","color-transparency":"1","font-size":"32px","line-height":"32px","font-weight":"400","font-style":"normal","font-family":"\\"Raleway\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"4px"},"hover":""}'),
(68, '.tp-caption.Instagram-Caption', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(69, '.tp-caption.News-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"70px","line-height":"60px","font-weight":"400","font-style":"normal","font-family":"Roboto Slab","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(70, '.tp-caption.News-Subtitle', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"0.65","text-decoration":"none","background-color":"#ffffff","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"solid","border-width":"0px","border-radius":["0","0","0px","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"300","easing":"Power3.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"24px","font-weight":"300","font-style":"normal","font-family":"Roboto Slab","padding":["0","0","0","0"],"text-decoration":"none","background-color":"#ffffff","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(71, '.tp-caption.Photography-Display', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"80px","line-height":"70px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"5px"},"hover":""}'),
(72, '.tp-caption.Photography-Subline', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#777777","color-transparency":"1","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(73, '.tp-caption.Photography-ImageHover', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"0.5","scalex":"0.8","scaley":"0.8","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"1000","easing":"Power3.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"20","line-height":"22","font-weight":"400","font-style":"normal","font-family":"","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"none","border-width":"0px","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(74, '.tp-caption.Photography-Menuitem', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#00ffde","background-transparency":"0.65","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","background-color":"#000000","background-transparency":"0.65","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(75, '.tp-caption.Photography-Textblock', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","speed":"0","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"17px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(76, '.tp-caption.Photography-Subline-2', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"0.35","font-size":"20px","line-height":"30px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":{"letter-spacing":"3px"},"hover":""}');
INSERT INTO `wpo8_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`, `advanced`) VALUES
(77, '.tp-caption.Photography-ImageHover2', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"0.5","scalex":"0.8","scaley":"0.8","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"500","easing":"Back.easeOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"20","line-height":"22","font-weight":"400","font-style":"normal","font-family":"Arial","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"none","border-width":"0px","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(78, '.tp-caption.WebProduct-Title', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#333333","color-transparency":"1","font-size":"90px","line-height":"90px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(79, '.tp-caption.WebProduct-SubTitle', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#999999","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(80, '.tp-caption.WebProduct-Content', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#999999","color-transparency":"1","font-size":"16px","line-height":"24px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600"}', '{"idle":"","hover":""}'),
(81, '.tp-caption.WebProduct-Menuitem', '{"hover":"true","version":"5.0","translated":"5"}', '{"color":"#999999","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","text-align":"left","background-color":"#333333","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(82, '.tp-caption.WebProduct-Title-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"90px","line-height":"90px","font-weight":"100","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"0.35","font-size":"15px","line-height":"20px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(84, '.tp-caption.WebProduct-Content-Light', '{"hover":"false","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"0.65","font-size":"16px","line-height":"24px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(85, '.tp-caption.FatRounded', '{"hover":"true","type":"text","version":"5.0","translated":"5"}', '{"color":"#fff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#d3d3d3","border-transparency":"1","border-style":"none","border-width":"0px","border-radius":["50px","50px","50px","50px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["20px","22px","20px","25px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0.5","border-color":"#d3d3d3","border-transparency":"1","border-style":"none","border-width":"0px","border-radius":["50px","50px","50px","50px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"text-shadow":"none"},"hover":""}'),
(86, '.tp-caption.NotGeneric-Title', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"70px","line-height":"70px","font-weight":"800","font-style":"normal","font-family":"Raleway","padding":"10px 0px 10px 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"[object Object]","hover":""}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"13px","line-height":"20px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"4px","text-align":"left"},"hover":""}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{"hover":"true","translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":"0px 0px 0px 0px","opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power3.easeOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"10px 30px 10px 30px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}'),
(89, '.tp-caption.NotGeneric-Icon', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"default","speed":"300","easing":"Power3.easeOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"400","font-style":"normal","font-family":"Raleway","padding":"0px 0px 0px 0px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0","border-style":"solid","border-width":"0px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{"hover":"true","translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":"0px 0px 0px 0px","opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":"27px 30px 27px 30px","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.15","border-style":"solid","border-width":"1px","border-radius":"0px 0px 0px 0px","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}'),
(91, '.tp-caption.MarkerStyle', '{"translated":5,"type":"text","version":"5.0"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"30px","font-weight":"100","font-style":"normal","font-family":"\\"Permanent Marker\\"","padding":"0 0 0 0","text-decoration":"none","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":"0 0 0 0","z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"text-align":"left","0":""},"hover":""}'),
(92, '.tp-caption.Gym-Menuitem', '{"hover":"true","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"2px","border-radius":["3px","3px","3px","3px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"200","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"20px","line-height":"20px","font-weight":"300","font-style":"normal","font-family":"Raleway","padding":["3px","5px","3px","8px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"#ffffff","border-transparency":"0","border-style":"solid","border-width":"2px","border-radius":["3px","3px","3px","3px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(93, '.tp-caption.Newspaper-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#FFFFFF","background-transparency":"1","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"13px","line-height":"17px","font-weight":"700","font-style":"normal","font-family":"Roboto","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#ffffff","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(94, '.tp-caption.Newspaper-Subtitle', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#a8d8ee","color-transparency":"1","font-size":"15px","line-height":"20px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["0","0","0","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(95, '.tp-caption.Newspaper-Title', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"50px","line-height":"55px","font-weight":"400","font-style":"normal","font-family":"\\"Roboto Slab\\"","padding":["0","0","10px","0"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"50px","line-height":"55px","font-weight":"400","font-style":"normal","font-family":"\\"Roboto Slab\\"","padding":["0","0","10px","0"],"text-decoration":"none","text-align":"center","background-color":"transparent","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(97, '.tp-caption.Hero-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#000000","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(98, '.tp-caption.Video-Title', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#fff","color-transparency":"1","font-size":"30px","line-height":"30px","font-weight":"900","font-style":"normal","font-family":"Raleway","padding":["5px","5px","5px","5px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"1","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"-20%","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(99, '.tp-caption.Video-SubTitle', '{"hover":"false","type":"text","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"0","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"12px","line-height":"12px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["5px","5px","5px","5px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0.35","border-color":"transparent","border-transparency":"1","border-style":"none","border-width":"0","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"-20%","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(100, '.tp-caption.NotGeneric-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"1","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px","text-align":"left"},"hover":""}'),
(101, '.tp-caption.NotGeneric-BigButton', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"14px","line-height":"14px","font-weight":"500","font-style":"normal","font-family":"Raleway","padding":["27px","30px","27px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.15","border-style":"solid","border-width":"1px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(102, '.tp-caption.WebProduct-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#333333","color-transparency":"1","text-decoration":"none","background-color":"#ffffff","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"none","border-width":"2","border-radius":["0","0","0","0"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"16px","line-height":"48px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["0px","40px","0px","40px"],"text-decoration":"none","text-align":"left","background-color":"#333333","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"none","border-width":"2","border-radius":["0","0","0","0"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"1px"},"hover":""}'),
(103, '.tp-caption.Restaurant-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffe081","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"500","font-style":"normal","font-family":"Roboto","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#0a0a0a","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"3px"},"hover":""}'),
(104, '.tp-caption.Gym-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#72a800","background-transparency":"1","border-color":"#000000","border-transparency":"0","border-style":"solid","border-width":"0","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power1.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["13px","35px","13px","35px"],"text-decoration":"none","text-align":"left","background-color":"#8bc027","background-transparency":"1","border-color":"#000000","border-transparency":"0","border-style":"solid","border-width":"0","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"1px"},"hover":""}'),
(105, '.tp-caption.Gym-Button-Light', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#72a800","background-transparency":"0","border-color":"#8bc027","border-transparency":"1","border-style":"solid","border-width":"2px","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Power2.easeInOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"transparent","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"2px","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}'),
(106, '.tp-caption.Sports-Button-Light', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"500","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(107, '.tp-caption.Sports-Button-Red', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"1","border-color":"#000000","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["0px","0px","0px","0px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"500","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"17px","line-height":"17px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["12px","35px","12px","35px"],"text-decoration":"none","text-align":"left","background-color":"#db1c22","background-transparency":"1","border-color":"#db1c22","border-transparency":"0","border-style":"solid","border-width":"2px","border-radius":["0px","0px","0px","0px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"2px"},"hover":""}'),
(108, '.tp-caption.Photography-Button', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"1px","border-radius":["30px","30px","30px","30px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"auto","speed":"300","easing":"Power3.easeOut"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"600","font-style":"normal","font-family":"Raleway","padding":["13px","35px","13px","35px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.25","border-style":"solid","border-width":"1px","border-radius":["30px","30px","30px","30px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":{"letter-spacing":"1px"},"hover":""}'),
(109, '.tp-caption.Newspaper-Button-2', '{"hover":"true","type":"button","version":"5.0","translated":"5"}', '{"color":"#ffffff","color-transparency":"1","text-decoration":"none","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"1","border-style":"solid","border-width":"2","border-radius":["3px","3px","3px","3px"],"opacity":"1","scalex":"1","scaley":"1","skewx":"0","skewy":"0","xrotate":"0","yrotate":"0","2d_rotation":"0","css_cursor":"pointer","speed":"300","easing":"Linear.easeNone"}', '{"color":"#ffffff","color-transparency":"1","font-size":"15px","line-height":"15px","font-weight":"900","font-style":"normal","font-family":"Roboto","padding":["10px","30px","10px","30px"],"text-decoration":"none","text-align":"left","background-color":"#000000","background-transparency":"0","border-color":"#ffffff","border-transparency":"0.5","border-style":"solid","border-width":"2","border-radius":["3px","3px","3px","3px"],"z":"0","skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":"0","yrotate":"0","2d_rotation":"0","2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","parallax":"-"}', '{"idle":"","hover":""}');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_layer_animations`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_navigations`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_sliders`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_slides`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_revslider_static_slides`
--

CREATE TABLE IF NOT EXISTS `wpo8_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_form`
--

CREATE TABLE IF NOT EXISTS `wpo8_rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) COLLATE utf8mb4_unicode_520_ci 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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wpo8_rg_form`
--

INSERT INTO `wpo8_rg_form` (`id`, `title`, `date_created`, `is_active`, `is_trash`) VALUES
(1, 'Contact Us', '2016-09-30 16:40:12', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_form_meta`
--

CREATE TABLE IF NOT EXISTS `wpo8_rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `confirmations` longtext COLLATE utf8mb4_unicode_520_ci,
  `notifications` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpo8_rg_form_meta`
--

INSERT INTO `wpo8_rg_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`, `confirmations`, `notifications`) VALUES
(1, '{"title":"Contact Us","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":1,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","adminOnly":false,"noDuplicates":false,"defaultValue":"","choices":"","conditionalLogic":"","failed_validation":"","productField":"","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":"large","errorMessage":"","inputs":null,"formId":1,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","adminOnly":false,"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":"phone","id":3,"label":"Phone","adminLabel":"","isRequired":true,"size":"large","errorMessage":"","inputs":null,"phoneFormat":"standard","formId":1,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","adminOnly":false,"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":"textarea","id":4,"label":"Message","adminLabel":"","isRequired":true,"size":"medium","errorMessage":"","inputs":null,"formId":1,"description":"","allowsPrepopulate":false,"inputMask":false,"inputMaskValue":"","inputType":"","labelPlacement":"","descriptionPlacement":"","subLabelPlacement":"","placeholder":"","cssClass":"","inputName":"","adminOnly":false,"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.0.7","id":1,"useCurrentUserAsAuthor":true,"postContentTemplateEnabled":false,"postTitleTemplateEnabled":false,"postTitleTemplate":"","postContentTemplate":"","lastPageButton":null,"pagination":null,"firstPageCssClass":null}', NULL, '{"57ee956c3888d":{"id":"57ee956c3888d","name":"Default Confirmation","isDefault":true,"type":"message","message":"Thanks for contacting us! We will get in touch with you shortly.","url":"","pageId":"","queryString":""}}', '{"57ee956c38550":{"isActive":true,"id":"57ee956c38550","name":"Admin Notification","service":"wordpress","event":"form_submission","to":"advanceded@hotmail.com","toType":"email","bcc":"","subject":"New submission from {form_title}","message":"{all_fields}","from":"advanceded@hotmail.com","fromName":"","replyTo":"","routing":null,"conditionalLogic":null,"disableAutoformat":false}}');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_form_view`
--

CREATE TABLE IF NOT EXISTS `wpo8_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) COLLATE utf8mb4_unicode_520_ci 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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=62 ;

--
-- Dumping data for table `wpo8_rg_form_view`
--

INSERT INTO `wpo8_rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES
(1, 1, '2016-10-01 03:01:13', '50.178.95.205', 1),
(2, 1, '2016-10-03 14:30:20', '50.178.95.205', 2),
(3, 1, '2016-10-11 02:50:28', '50.178.95.205', 1),
(4, 1, '2016-10-15 14:54:16', '74.91.26.114', 8),
(5, 1, '2016-10-17 07:46:13', '188.65.117.146', 4),
(6, 1, '2016-10-18 08:55:12', '164.132.161.18', 6),
(7, 1, '2016-10-19 13:02:41', '66.249.65.47', 6),
(8, 1, '2016-10-20 15:05:18', '68.180.228.179', 8),
(9, 1, '2016-10-22 08:03:57', '122.162.97.49', 3),
(10, 1, '2016-10-24 06:46:00', '103.220.210.138', 9),
(11, 1, '2016-10-25 09:39:43', '37.187.56.81', 4),
(12, 1, '2016-10-27 03:55:45', '204.42.26.10', 5),
(13, 1, '2016-10-28 12:25:16', '122.176.12.155', 3),
(14, 1, '2016-10-29 15:50:41', '99.92.77.144', 6),
(15, 1, '2016-10-30 20:31:07', '17.142.156.125', 4),
(16, 1, '2016-10-31 20:40:53', '173.44.48.162', 8),
(17, 1, '2016-11-03 04:16:31', '40.87.70.28', 4),
(18, 1, '2016-11-04 05:30:59', '67.184.66.224', 5),
(19, 1, '2016-11-05 18:44:07', '66.249.65.178', 2),
(20, 1, '2016-11-06 21:47:38', '75.76.48.130', 8),
(21, 1, '2016-11-07 22:03:21', '158.69.228.25', 5),
(22, 1, '2016-11-09 04:01:01', '24.217.85.150', 8),
(23, 1, '2016-11-10 19:26:57', '77.75.76.165', 4),
(24, 1, '2016-11-11 19:55:41', '122.54.196.1', 11),
(25, 1, '2016-11-13 19:43:51', '180.76.15.134', 3),
(26, 1, '2016-11-14 22:45:19', '71.91.217.59', 10),
(27, 1, '2016-11-16 04:45:52', '66.249.65.178', 2),
(28, 1, '2016-11-17 17:13:31', '71.57.43.65', 9),
(29, 1, '2016-11-18 20:57:35', '5.255.250.53', 5),
(30, 1, '2016-11-20 03:57:02', '13.90.209.21', 5),
(31, 1, '2016-11-21 13:16:07', '207.46.13.21', 4),
(32, 1, '2016-11-23 15:18:53', '50.247.182.49', 5),
(33, 1, '2016-11-24 18:36:50', '64.79.100.54', 6),
(34, 1, '2016-11-25 18:39:40', '5.255.250.53', 2),
(35, 1, '2016-11-26 21:19:10', '5.255.250.53', 7),
(36, 1, '2016-11-27 22:10:14', '5.255.250.53', 8),
(37, 1, '2016-11-29 14:22:05', '66.249.65.187', 8),
(38, 1, '2016-11-30 17:31:54', '107.77.83.95', 4),
(39, 1, '2016-12-01 19:32:47', '174.66.85.80', 3),
(40, 1, '2016-12-02 22:28:56', '5.255.250.53', 10),
(41, 1, '2016-12-04 00:10:49', '54.162.177.118', 5),
(42, 1, '2016-12-05 09:15:06', '141.8.143.223', 8),
(43, 1, '2016-12-06 12:05:08', '176.31.126.56', 7),
(44, 1, '2016-12-07 13:47:06', '188.143.232.13', 10),
(45, 1, '2016-12-08 15:51:09', '188.143.232.15', 6),
(46, 1, '2016-12-09 21:47:10', '69.84.207.246', 6),
(47, 1, '2016-12-11 07:54:12', '157.55.39.36', 1),
(48, 1, '2016-12-12 13:36:17', '5.255.250.53', 6),
(49, 1, '2016-12-14 03:45:53', '5.255.250.53', 4),
(50, 1, '2016-12-15 08:43:14', '5.255.250.53', 5),
(51, 1, '2016-12-16 13:37:53', '46.229.168.74', 9),
(52, 1, '2016-12-17 19:46:10', '192.119.246.2', 6),
(53, 1, '2016-12-18 20:37:52', '79.116.27.211', 3),
(54, 1, '2016-12-20 08:11:52', '46.105.100.183', 11),
(55, 1, '2016-12-21 23:33:34', '54.244.63.62', 4),
(56, 1, '2016-12-23 09:20:16', '188.143.232.13', 3),
(57, 1, '2016-12-24 19:04:01', '80.82.65.82', 4),
(58, 1, '2016-12-26 03:27:36', '207.46.13.191', 10),
(59, 1, '2016-12-27 10:21:31', '77.75.76.161', 3),
(60, 1, '2016-12-28 19:47:27', '188.143.232.14', 15),
(61, 1, '2016-12-29 22:48:16', '188.143.232.11', 14);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_incomplete_submissions`
--

CREATE TABLE IF NOT EXISTS `wpo8_rg_incomplete_submissions` (
  `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`uuid`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_lead`
--

CREATE TABLE IF NOT EXISTS `wpo8_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) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=14 ;

--
-- Dumping data for table `wpo8_rg_lead`
--

INSERT INTO `wpo8_rg_lead` (`id`, `form_id`, `post_id`, `date_created`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `payment_method`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`, `status`) VALUES
(1, 1, NULL, '2016-10-24 12:18:24', 0, 0, '103.196.223.27', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(2, 1, NULL, '2016-10-25 20:52:04', 0, 0, '216.125.243.231', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(3, 1, NULL, '2016-11-01 14:57:22', 0, 0, '199.115.116.80', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(4, 1, NULL, '2016-11-07 07:55:00', 0, 0, '63.153.167.103', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(5, 1, NULL, '2016-11-07 22:28:00', 0, 0, '24.217.85.150', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(6, 1, NULL, '2016-11-12 06:47:38', 0, 0, '45.249.69.71', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(7, 1, NULL, '2016-11-18 04:34:22', 0, 0, '103.217.229.39', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(8, 1, NULL, '2016-11-20 18:41:27', 0, 0, '73.210.230.200', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14B100 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(9, 1, NULL, '2016-12-03 17:53:04', 0, 0, '152.132.9.3', 'http://permanentmakeupbydeb.com/contact-us/', '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, NULL, 'active'),
(10, 1, NULL, '2016-12-03 21:59:14', 0, 0, '68.103.107.153', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14B100 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(11, 1, NULL, '2016-12-16 16:55:17', 0, 0, '70.196.150.25', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(12, 1, NULL, '2016-12-27 21:51:09', 0, 0, '50.40.213.52', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active'),
(13, 1, NULL, '2016-12-28 20:58:55', 0, 0, '50.44.107.51', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', 'USD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'active');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_lead_detail`
--

CREATE TABLE IF NOT EXISTS `wpo8_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 COLLATE utf8mb4_unicode_520_ci,
  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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=66 ;

--
-- Dumping data for table `wpo8_rg_lead_detail`
--

INSERT INTO `wpo8_rg_lead_detail` (`id`, `lead_id`, `form_id`, `field_number`, `value`) VALUES
(1, 1, 1, 1.3, 'Jenny'),
(2, 1, 1, 1.6, 'Smith'),
(3, 1, 1, 2, 'jennyseomarketing010@gmail.com'),
(4, 1, 1, 3, '(235) 566-5566'),
(5, 1, 1, 4, 'Re: SEO Proposal\r\n\r\nWebsite Promotion\r\n\r\nHello,\r\n \r\nMy name is Jenny and I represent Creative United LLC which specialises in-SEO-(Google-Rankings)and-Web-Design.\r\n\r\nThe version of your website and SEO-Algorithm is outdated and affecting your outcome on prominent search-engines.\r\nWe can make the necessary changes to improve your rankings in the organic search result and drive more quality visitors to your website.\r\n\r\nWould you be interested in receiving some more details on the prospect at absolutely no-charge-associated.\r\n\r\nPlease let me know if you are interested in improving your website’s ranking on Google.\r\n\r\nEmail us back to get a full Proposal, So please Let me know your Name and Phone no.\r\n\r\nBest regards,\r\n\r\nJenny Smith\r\njennyseomarketing010@gmail.com\r\n\r\nCOMPLETE INTERNET MARKETING SOLUTION \r\nSEO - PPC - SMO - Link Building - Copyright - Web Designing - PHP'),
(6, 2, 1, 1.3, 'Kelli'),
(7, 2, 1, 1.6, 'Swan'),
(8, 2, 1, 2, 'xkellimariex@gmail.com'),
(9, 2, 1, 3, '(309) 838-3458'),
(10, 2, 1, 4, 'I''m interested in upper eyeliner being done.\r\nIs there any information I need to know before I can set up a consultation.'),
(11, 3, 1, 1.3, 'Steve'),
(12, 3, 1, 1.6, 'Mason'),
(13, 3, 1, 2, 'Steve@prontochat.com'),
(14, 3, 1, 3, '(191) 666-0527'),
(15, 3, 1, 4, 'Hi\r\n\r\nMy name is Steve Mason, and I''m with ProntoChat. We are a provider of Live Chat Service. Our industry trained professionals have helped hundreeds  of businesses , increase their website conversion by 30 to 40%.\r\n\r\n\r\nBy looking at your website, I noticed that, your website traffic results are tremendous.\r\n\r\nWHAT IS ProntoChat? When a website visitor goes to your site, they will see an invitation to chat. Once clicked; chat is handled by our industry trained professional to engage visitor into conversation and attain relevant information such as name, email, phone, etc for closure. Hence, converting click into prospect.\r\nOur service willl let you get a hold of around %40 of website traffic which business usually lose just because not having a way to engage and convert them and they move on to the next .We will get you $40 more leads from your webiste.\r\n\r\nSee our service in action:\r\n\r\nkeywestinstituteforplasticsurgery.com/\r\nface-doctor.com/\r\n\r\nThere is absolutely no hassle in getting started - we do all the work for you. There are also no contracts - it is a month-to-month service.\r\nProntoChat is always ready to serve your online visitors 24/7 - 365.\r\nTrial:\r\nWe would like you to try our service FREE for 02 weeks! After the free trial is finished, one of our Sr. Managers will contact you and then you may decide whether you would like to further pursue our service or not.\r\n\r\nIf you have any further questions related to our service, you may call me at (916) 660-5271\r\nI look forward to hearing from you.\r\n\r\n\r\nBest Regards,\r\n Steve Mason\r\nSr Account Manager\r\nPhone: (916) 660-5271 \r\nEmail: Steve@prontochat.com\r\nWeb: prontochat.com'),
(16, 4, 1, 1.3, 'Kristine'),
(17, 4, 1, 1.6, 'Forrest'),
(18, 4, 1, 2, 'luvitworks@gmail.com'),
(19, 4, 1, 3, '(605) 863-1047'),
(20, 4, 1, 4, 'Interested in permanent makeup and skin needling  I currently have a cosmetologist license wanting to add to it thanks much'),
(21, 5, 1, 1.3, 'Bree'),
(22, 5, 1, 1.6, 'Lee'),
(23, 5, 1, 2, 'brilee3109@gmail.com'),
(24, 5, 1, 3, '(618) 316-1330'),
(25, 5, 1, 4, 'Hello. I am from Mt. Vernon, IL and I''m seriously interested in taking the permanent make-up/tattoo course.  I have a few questions. Could you please give me a call at 618-316-1330. Thank you.'),
(26, 6, 1, 1.3, 'Steve'),
(27, 6, 1, 1.6, 'Slattery'),
(28, 6, 1, 2, 'mr.steveslattery@gmail.com'),
(29, 6, 1, 3, '(842) 086-2837'),
(30, 6, 1, 4, 'Hello,\r\n\r\nHow are you? Hope you are fine.\r\n\r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working;  I mean the procedure of working has changed a lot.\r\n\r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n\r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n\r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Word-Press is not installed properly, in the blogs\r\n10. Website Speed Development (Both Mobile and Desktop)\r\nPlease check via Google Developer -\r\nhttps://developers.google.com/speed/pagespeed/ \r\n11. Favicon needs to be changed too.\r\n12. Off –Page SEO work\r\n\r\nLots are pending……………..\r\n\r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n\r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n\r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n\r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this free advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n\r\nMany thanks for your time and consideration,\r\n\r\nLooking forward\r\n\r\nRegards\r\nSteve Slattery\r\n\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n\r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.'),
(31, 7, 1, 1.3, 'Chris'),
(32, 7, 1, 1.6, 'Morris'),
(33, 7, 1, 2, 'mchrismorrischris@gmail.com'),
(34, 7, 1, 3, '(842) 086-2837'),
(35, 7, 1, 4, 'Hello,\r\n\r\nHow are you? Hope you are fine.\r\n\r\nI have been checking your website quite often. It has seen that the main keywords are still not in top 10 rank. You know things of working;  I mean the procedure of working has changed a lot.\r\n\r\nSo I would like to have opportunity to work for you and this time we will bring the keywords to the top 10 spot with guaranteed period.\r\n\r\nThere is no wondering that it is possible now cause, I have found out that there are few things need to be done for better performances (Some we Discuss, in this email). Let me tell you some of them -\r\n\r\n1. Title Tag Optimization\r\n2. Meta Tag Optimization (Description, keyword and etc)\r\n3. Heading Tags Optimization\r\n4. Targeted keywords are not placed into tags\r\n5. Alt / Image tags Optimization\r\n6. Google Publisher is missing\r\n7. Custom 404 Page is missing\r\n8. The Products are not following Structured markup data\r\n9. Word-Press is not installed properly, in the blogs\r\n10. Website Speed Development (Both Mobile and Desktop)\r\nPlease check via Google Developer -\r\nhttps://developers.google.com/speed/pagespeed/ \r\n11. Favicon needs to be changed too.\r\n12. Off –Page SEO work\r\n\r\nLots are pending……………..\r\n\r\nYou can see these are the things that need to be done properly to make the keywords others to get into the top 10 spot in Google Search & your sales Increase.\r\n\r\nAlso there is one more thing to mention that you did thousands of links that time for your website, which are considered as spam after Google roll outs several updates of Panda and penguin. We need to remove them too.\r\n\r\nSir/Madam, please give us a chance to fix these errors and we will give you rank on these keywords.\r\n\r\nPlease let me know if you encounter any problems or if there is anything you need. If this email has reached you by mistake or if you do not wish to take advantage of this free advertising opportunity, please accept my apology for any inconvenience caused and rest assured that you will not be contacted again.\r\n\r\nMany thanks for your time and consideration,\r\n\r\nLooking forward\r\n\r\nRegards\r\nChris Morris\r\n\r\nIf you did not wish to receive this, please reply with "unsubscribe" in the subject line.\r\n\r\nDisclaimer: This is an advertisement and a promotional mail strictly on the guidelines of CAN-SPAM Act of 2003. We have clearly mentioned the source mail-id of this mail and the subject lines and they are in no way misleading in any form. We have found your mail address through our own efforts on the web search and not through any illegal way. If you find this mail unsolicited, please reply with "unsubscribe" in the subject line and we will take care that you do not receive any further promotional mail.'),
(36, 8, 1, 1.3, 'kristin'),
(37, 8, 1, 1.6, 'renfro'),
(38, 8, 1, 2, 'krissieninja@gmail.com'),
(39, 8, 1, 3, '(217) 971-9172'),
(40, 8, 1, 4, 'If there is a packet of information concerning enrollment, can you send it to 2030 e. Lawrence Ave. spfld il'),
(41, 9, 1, 1.3, 'Kelly'),
(42, 9, 1, 1.6, 'Smith'),
(43, 9, 1, 2, 'kellymsmith333@gmail.com'),
(44, 9, 1, 3, '(314) 814-2256'),
(45, 9, 1, 4, 'Hello, I am interested in the training and classes of the permanent cosmetics. I saw you had something about financial aid, what does this include??? I live in St. Louis MO and right now I work in a ER at a Veteran Hospital. I have a lot of tattoos myself and have always loved this industry.'),
(46, 10, 1, 1.3, 'Michelle'),
(47, 10, 1, 1.6, 'donker'),
(48, 10, 1, 2, 'Mdonker79@gmail.com'),
(49, 10, 1, 3, '(316) 680-5072'),
(50, 10, 1, 4, 'I am interested in learning the art of permanent makeup. I live in Kansas, though, and am having a hard time finding a school. Was just wanting more info on this. Thanks.'),
(51, 11, 1, 1.3, 'Regina'),
(52, 11, 1, 1.6, 'George'),
(53, 11, 1, 2, 'Jeanne4566@gmail.com'),
(54, 11, 1, 3, '(318) 452-9037'),
(55, 11, 1, 4, 'Please send me a packet of information on the training and the course outline. Thank you'),
(56, 12, 1, 1.3, 'sarah'),
(57, 12, 1, 1.6, 'clover'),
(58, 12, 1, 2, 'sarahbclover@gmail.com'),
(59, 12, 1, 3, '(618) 559-4641'),
(60, 12, 1, 4, 'I was wanting to inquire more information on your microblading education: cost as well as dates and times\r\n\r\nthank you\r\nsarah'),
(61, 13, 1, 1.3, 'Dena'),
(62, 13, 1, 1.6, 'Walker'),
(63, 13, 1, 2, 'dwalker@winchesterschools.net'),
(64, 13, 1, 3, '(217) 473-9793'),
(65, 13, 1, 4, 'I am interested in attending permanent cosmetic training.  Can you send me needed information ?  Thanks');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_lead_detail_long`
--

CREATE TABLE IF NOT EXISTS `wpo8_rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`lead_detail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_lead_meta`
--

CREATE TABLE IF NOT EXISTS `wpo8_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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `lead_id` (`lead_id`),
  KEY `form_id_meta_key` (`form_id`,`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_rg_lead_notes`
--

CREATE TABLE IF NOT EXISTS `wpo8_rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_term_relationships`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci;

--
-- Dumping data for table `wpo8_term_relationships`
--

INSERT INTO `wpo8_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(13, 2, 0),
(14, 2, 0),
(15, 2, 0),
(16, 2, 0),
(18, 2, 0),
(19, 2, 0),
(20, 2, 0),
(30, 2, 0),
(233, 2, 0),
(28, 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wpo8_term_taxonomy`
--

INSERT INTO `wpo8_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 10);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_termmeta`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_terms`
--

CREATE TABLE IF NOT EXISTS `wpo8_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `wpo8_terms`
--

INSERT INTO `wpo8_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main Menu', 'main-menu', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_usermeta`
--

CREATE TABLE IF NOT EXISTS `wpo8_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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=24 ;

--
-- Dumping data for table `wpo8_usermeta`
--

INSERT INTO `wpo8_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'vedadmin'),
(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, 'wpo8_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'wpo8_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'vc_pointers_backend_editor'),
(13, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:"c75277a272bab16cd4622776338982d8f34a7f76ebb8c1024423007bfb5560e7";a:4:{s:10:"expiration";i:1483123082;s:2:"ip";s:11:"97.76.88.30";s:2:"ua";s:109:"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36";s:5:"login";i:1482950282;}}'),
(15, 1, 'wpo8_dashboard_quick_press_last_post_id', '231'),
(17, 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";}'),
(18, 1, 'metaboxhidden_nav-menus', 'a:8:{i:0;s:28:"add-post-type-portfolio_page";i:1;s:12:"add-post_tag";i:2;s:15:"add-post_format";i:3;s:22:"add-portfolio_category";i:4;s:17:"add-portfolio_tag";i:5;s:25:"add-testimonials_category";i:6;s:19:"add-slides_category";i:7;s:22:"add-carousels_category";}'),
(19, 1, 'wpo8_user-settings', 'libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=1229&edit_element_vcUIPanelLeft=81px&edit_element_vcUIPanelTop=76px&hidetb=1&template_window_vcUIPanelWidth=1344&template_window_vcUIPanelLeft=2px&template_window_vcUIPanelTop=74px'),
(20, 1, 'wpo8_user-settings-time', '1479392185'),
(21, 1, 'nav_menu_recently_edited', '2'),
(22, 1, 'closedpostboxes_page', 'a:1:{i:0;s:26:"qodef-meta-box-page_header";}'),
(23, 1, 'metaboxhidden_page', 'a:5:{i:0;s:16:"commentstatusdiv";i:1;s:11:"commentsdiv";i:2;s:7:"slugdiv";i:3;s:9:"authordiv";i:4;s:29:"qodef-meta-box-page_left_menu";}');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_users`
--

CREATE TABLE IF NOT EXISTS `wpo8_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_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  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wpo8_users`
--

INSERT INTO `wpo8_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'vedadmin', '$P$BM8BPYYnc5TaZ8mTG44FfQQ46QmYj9.', 'vedadmin', 'wp@visualedgedesign.com', '', '2016-08-29 13:18:42', '', 0, 'vedadmin');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfBadLeechers`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfBadLeechers` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfBlockedIPLog`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfBlockedIPLog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT '0',
  `unixday` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`unixday`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpo8_wfBlockedIPLog`
--

INSERT INTO `wpo8_wfBlockedIPLog` (`IP`, `countryCode`, `blockCount`, `unixday`) VALUES
('\0\0\0\0\0\0\0\0\0\0\\P&', 'RO', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0R; ', 'IT', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0>&7', 'GR', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0N', 'RS', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0g ', 'VE', 1, 17164),
('\0\0\0\0\0\0\0\0\0\049n', 'VN', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0', 'CL', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0', 'PL', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0@\n', 'AZ', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0^', 'AR', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0XwD', 'LT', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0''%;', 'PK', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0YV', 'ZA', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0Om<', 'ES', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0j', 'BR', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0V\r', 'TR', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0Wt#', 'RS', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0.y', 'IL', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0Sgi', 'RO', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0T', 'DE', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0Ou\nz', 'RO', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0Ժp', 'JP', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0]''6', 'IT', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0}U', 'KR', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0%;', 'ES', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0^', 'KW', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0/bt', 'US', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0mB~', 'IL', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0z', 'IN', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0SG', 'FR', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0S', 'PL', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0)அ', 'TN', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0i-k', 'MA', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0C', 'HR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0֎L', 'JP', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0B', 'BR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0m`', 'PL', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0{Z+', 'IN', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0)', 'TW', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0^B', 'IT', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0^;', 'AE', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0.t]\Z', 'IL', 1, 17162),
('\0\0\0\0\0\0\0\0\0\07', 'TR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0^I', 'RS', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0V\r', 'TR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0gƊ', 'BD', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0\0tf', 'BR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0w]', 'FJ', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0$G', 'OM', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0\\V+', 'RO', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0X#', 'ZA', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0)಄', 'TN', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0', 'CL', 1, 17161),
('\0\0\0\0\0\0\0\0\0\02F', 'TT', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0mAG*', 'IL', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0Z', 'RS', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0o^G', 'ID', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0p', 'PH', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0%', 'ES', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0', 'IT', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0F', 'CL', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0>@', 'GB', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0iiг', 'DZ', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0''(p', 'PK', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0kA', 'AE', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0W܉', 'PL', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0', 'PK', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0B', 'CA', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0Pb', 'HU', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0X', 'PH', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0Nd', 'QA', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0<z', 'CO', 1, 17158),
('\0\0\0\0\0\0\0\0\0\03o', 'ES', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0<', 'GT', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0J+', 'TR', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0x', 'CI', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0#', 'ID', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0S', 'PL', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0)k', 'DZ', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0^4', 'RO', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0V\r', 'TR', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0_s', 'ES', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0;}', 'TW', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0] .', 'IT', 1, 17157),
('\0\0\0\0\0\0\0\0\0\00', 'RW', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0%S', 'AM', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0V\r', 'TR', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0]W{', 'RS', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0O;', 'RS', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0', 'HK', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0]iR', 'PL', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0', 'US', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0=ϝ3', 'JP', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0G', 'RO', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0!', 'EG', 1, 17157),
('\0\0\0\0\0\0\0\0\0\02', 'ES', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0],S', 'IT', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0ܜ%', 'RS', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0 ', 'MU', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0>^', 'IT', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0g', 'GT', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0m]y', 'RS', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0ȍS', 'BR', 1, 17164),
('\0\0\0\0\0\0\0\0\0\0MQ', 'RO', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0;fb', 'AU', 1, 17163),
('\0\0\0\0\0\0\0\0\0\0a ', 'AR', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0R;', 'NL', 1, 17162),
('\0\0\0\0\0\0\0\0\0\01!<', 'PH', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0_k$', 'AL', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0.P(', 'PS', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0ZЩ', 'ES', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0T\\A', 'HU', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0', 'ID', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0<3|', 'MY', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0LpD', 'US', 1, 17161),
('\0\0\0\0\0\0\0\0\0\05?', 'SA', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0 g', 'FR', 1, 17160),
('\0\0\0\0\0\0\0\0\0\03m', 'KR', 2, 17160),
('\0\0\0\0\0\0\0\0\0\0{-', 'VN', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0', 'GH', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0}u', 'TT', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0\0', 'CA', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0)Jb', 'EG', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0ʝL', 'IN', 1, 17160),
('\0\0\0\0\0\0\0\0\0\0[\\', 'GR', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0j3', 'IN', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0Rg', 'IN', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0p1', 'PH', 1, 17159),
('\0\0\0\0\0\0\0\0\0\00', 'IN', 1, 17159),
('\0\0\0\0\0\0\0\0\0\05', 'DE', 1, 17158),
('\0\0\0\0\0\0\0\0\0\01Ν', 'IN', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0z', 'PG', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0n', 'CL', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0G', 'SA', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0', 'SA', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0pNJ', 'ID', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0ef', 'AU', 1, 17157),
('\0\0\0\0\0\0\0\0\0\0N', 'BW', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0hD', 'US', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0G4&3', 'US', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0iz@', 'NA', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0ɍ', 'MX', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0;[Es', 'IN', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0.ie%', 'FR', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0NO', 'LT', 1, 17165),
('\0\0\0\0\0\0\0\0\0\0"K', 'CA', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0wn', 'CA', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0Mx', 'UA', 1, 17162),
('\0\0\0\0\0\0\0\0\0\0Zi}', 'GB', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0V\r', 'TR', 1, 17158),
('\0\0\0\0\0\0\0\0\0\0ם/', 'MX', 1, 17159),
('\0\0\0\0\0\0\0\0\0\0p', 'PH', 1, 17161),
('\0\0\0\0\0\0\0\0\0\07', 'CO', 1, 17161),
('\0\0\0\0\0\0\0\0\0\0', 'BR', 1, 17157),
('\0\0\0\0\0\0\0\0\0\00%', 'HU', 1, 17160);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfBlocks`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfBlocks` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  `wfsn` tinyint(3) unsigned DEFAULT '0',
  `permanent` tinyint(3) unsigned DEFAULT '0',
  PRIMARY KEY (`IP`),
  KEY `k1` (`wfsn`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpo8_wfBlocks`
--

INSERT INTO `wpo8_wfBlocks` (`IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `wfsn`, `permanent`) VALUES
('\0\0\0\0\0\0\0\0\0\0N', 1483102874, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0hD', 1483100776, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0G4&3', 1483097083, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0iz@', 1483077265, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0ɍ', 1483076731, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0;[Es', 1483074304, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0.ie%', 1483070927, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
('\0\0\0\0\0\0\0\0\0\0NO', 1483062796, 'Blocked by Wordfence Security Network', 0, 0, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfBlocksAdv`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfBlocksAdv` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `blockType` char(2) NOT NULL,
  `blockString` varchar(255) NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `reason` varchar(255) NOT NULL,
  `totalBlocked` int(10) unsigned DEFAULT '0',
  `lastBlocked` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfConfig`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfConfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpo8_wfConfig`
--

INSERT INTO `wpo8_wfConfig` (`name`, `val`, `autoload`) VALUES
('alertOn_critical', 0x31, 'yes'),
('alertOn_update', 0x30, 'yes'),
('alertOn_warnings', 0x31, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x30, 'yes'),
('alertOn_loginLockout', 0x30, 'yes'),
('alertOn_lostPasswdForm', 0x30, 'yes'),
('alertOn_adminLogin', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('liveTrafficEnabled', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('advancedCommentScanning', 0x30, 'yes'),
('checkSpamIP', 0x30, 'yes'),
('spamvertizeCheck', 0x30, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('scheduledScansEnabled', 0x31, 'yes'),
('scansEnabled_public', 0x30, 'yes'),
('scansEnabled_heartbleed', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_options', 0x30, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x30, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x30, 'yes'),
('scansEnabled_dns', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('blockFakeBots', 0x30, 'yes'),
('autoBlockScanners', 0x30, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('other_hideWPVersion', 0x31, 'yes'),
('other_noAnonMemberComments', 0x31, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x31, 'yes'),
('disableCookies', 0x30, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', 0x30, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 0x757064617465734076697375616c6564676564657369676e2e636f6d, 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('apiKey', 0x323437363138333638646437393631396635653363663738643730303639303463633031386463663630373966643766333036373836393065386665326632306537626161316666636264623134666636646238393637326630636233313163626330356464343530636330623239316161366533653338613662366134346662626465316632303135613838613036356532336562643031623261396363396464333532323462396238613137613462333932643437633531386430376236, 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', '', 'yes'),
('whitelisted', '', 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', '', 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', '', 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x3330, 'yes'),
('loginSec_lockoutMins', 0x3330, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_maxFailures', 0x33, 'yes'),
('loginSec_maxForgotPasswd', 0x33, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x323430, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x323430, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x313230, 'yes'),
('max404Crawlers_action', 0x626c6f636b, 'yes'),
('max404Humans', 0x3630, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('maxScanHits', 0x3330, 'yes'),
('maxScanHits_action', 0x626c6f636b, 'yes'),
('blockedTime', 0x33363030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f776663616368652c77702d636f6e74656e742f706c7567696e732f776f726466656e63652f746d70, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0d0a2f6170706c652d746f7563682d69636f6e2a2e706e670d0a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('encKey', 0x37303165353261333131313163333938, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69, 'yes'),
('welcomeClosed', 0x31, 'yes'),
('tourClosed', 0x31, 'yes'),
('betaThreatDefenseFeed', '', 'yes'),
('cbl_action', '', 'yes'),
('cbl_countries', '', 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_loginFormBlocked', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('scanSched', 0x613a303a7b7d, 'yes'),
('schedMode', '', 'yes'),
('totalLoginHits', 0x39323837, 'yes'),
('lastScheduledScanStart', 0x31343833303732383239, 'yes'),
('totalScansRun', 0x313339, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('wf_scanRunning', '', 'yes'),
('wfPeakMemory', 0x3738333631373932, 'yes'),
('wfStatusStartMsgs', 0x613a31383a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b693a31333b733a303a22223b693a31343b733a303a22223b693a31353b733a303a22223b693a31363b733a303a22223b693a31373b733a303a22223b7d, 'yes'),
('wf_summaryItems', 0x613a31363a7b733a31323a22746f74616c506c7567696e73223b693a31303b733a31303a226c617374557064617465223b693a313438333037333035313b733a31313a22746f74616c5468656d6573223b693a323b733a393a22746f74616c44617461223b733a373a2236362e35204d42223b733a31303a22746f74616c46696c6573223b693a353239303b733a393a22746f74616c44697273223b693a313231353b733a31303a226c696e65734f66504850223b693a3535363332333b733a31303a226c696e65734f664a4348223b693a3331303832363b733a31303a22746f74616c5573657273223b693a313b733a31303a22746f74616c5061676573223b733a323a223135223b733a31303a22746f74616c506f737473223b733a313a2231223b733a31333a22746f74616c436f6d6d656e7473223b733a313a2233223b733a31353a22746f74616c43617465676f72696573223b733a313a2231223b733a31313a22746f74616c5461626c6573223b693a35303b733a393a22746f74616c526f7773223b693a32303633303b733a383a227363616e54696d65223b643a313438333037333035312e373138303834303936393038353639333335393337353b7d, 'yes'),
('scanFileProcessing', '', 'yes'),
('wfsd_engine', '', 'no'),
('signatureUpdateTime', 0x31343830333438313335, 'yes'),
('wf_dnsCNAME', '', 'yes'),
('wf_dnsA', 0x7065726d616e656e746d616b65757062796465622e636f6d20706f696e747320746f203137332e3139322e39352e313136, 'yes'),
('wf_dnsMX', 0x6d78312e76697375616c6564676564657369676e2e636f6d, 'yes'),
('wf_dnsLogged', 0x31, 'yes'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('totalLogins', 0x3230, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a383a2276656461646d696e223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a33303a22576564203238746820446563656d62657220402030363a33383a3032504d223b733a323a224950223b733a31313a2239372e37362e38382e3330223b7d, 'yes'),
('emailedIssuesList', 0x613a33353a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223437326365353838633565333431633561663139363965353566366266646364223b733a373a2269676e6f726550223b733a33323a223535336662303232313562383232303562333031363136356432626430303565223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a226533346231336136303037633164636164326166316537343637633836653836223b733a373a2269676e6f726550223b733a33323a223531303539643532663936313635343962663438343734393438383437313530223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a223361353436333865653733643964343861616366316434323964396136343866223b733a373a2269676e6f726550223b733a33323a226464393435623538333433343237366233323735656463306335653665363231223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a226232613033313662613432313365633165613031333233363333653535643530223b733a373a2269676e6f726550223b733a33323a223533643165353531643735366338656330383935353762633630383764626131223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a226332623539613532626465313561363533643262396262343932663731373535223b733a373a2269676e6f726550223b733a33323a223532626264623432626361326433626339616461653034356364343430366530223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223861383538343439386562303334333031613263396363313532643832656536223b733a373a2269676e6f726550223b733a33323a223033346662313738666462376530393633316265316330356638336330313634223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a226338363735623761386133303736626662396237363334373461303537306164223b733a373a2269676e6f726550223b733a33323a223333613764353664623531373263633966316265303161353262366465333034223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a226430336632373861313231353538303163613836323662383432346336633936223b733a373a2269676e6f726550223b733a33323a226630623333656530626161383939333237363939653438643162636565633339223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a223332346166653762343830383564383563343037323865346334343966346134223b733a373a2269676e6f726550223b733a33323a223066663334623331343063316635336633306537646530663934366331373332223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a223932653965653338306566376238323938313466653963306462633636613030223b733a373a2269676e6f726550223b733a33323a226361356564613434666438333732303637383861323235626636616238363961223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a223631333362623732363365346237303966386365636166346636656235666630223b733a373a2269676e6f726550223b733a33323a223566616136306562313936363739646263383864353366343630383438306664223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a223335616631623037386139303961613636383066363434306466623835343163223b733a373a2269676e6f726550223b733a33323a223762646261623864633531363662646333613661303964303766646137343231223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a226130336431346561356635653932386263666665323963356237613738646330223b733a373a2269676e6f726550223b733a33323a226230643837386331663937313337326330633466356365633337613661623564223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a223363333535373062343865633239336135386361646165636463323361373732223b733a373a2269676e6f726550223b733a33323a226433383135313439633735393666626432396634663339336435613839366633223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223738363530633763626362393964383761353066306331366530376335386666223b733a373a2269676e6f726550223b733a33323a223064323838303063326434663366336563616333643336626431313836386162223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a226564343433663639613534393165623634333333656365396537353661343864223b733a373a2269676e6f726550223b733a33323a226164353661303361303765343133356465373235306264613166396330313536223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223865383333663233383662356166343434623239323737656433376330393636223b733a373a2269676e6f726550223b733a33323a223964346163346433636262616265623637333866303332653330303331663766223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223831613735343834373562646264363365636633646564396562363165633462223b733a373a2269676e6f726550223b733a33323a223831613735343834373562646264363365636633646564396562363165633462223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a223636323534353165393461353662316364663438343162613965643835306461223b733a373a2269676e6f726550223b733a33323a223636323534353165393461353662316364663438343162613965643835306461223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a226339653132616265636465613036313532616565643131663761393139666234223b733a373a2269676e6f726550223b733a33323a226339653132616265636465613036313532616565643131663761393139666234223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a226330303930333435623238336631653634326231383731656232363438383665223b733a373a2269676e6f726550223b733a33323a226330303930333435623238336631653634326231383731656232363438383665223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a226566663631383062613961396435383761343839326265616439363832306330223b733a373a2269676e6f726550223b733a33323a226566663631383062613961396435383761343839326265616439363832306330223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a223163316261663636373031333661613037646262383262336362613765623464223b733a373a2269676e6f726550223b733a33323a223163316261663636373031333661613037646262383262336362613765623464223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a226331663934623538663462393231343534383838666161353534333864623834223b733a373a2269676e6f726550223b733a33323a226331663934623538663462393231343534383838666161353534333864623834223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a226635323363306332393633383434643862363933633935376163313863323530223b733a373a2269676e6f726550223b733a33323a226635323363306332393633383434643862363933633935376163313863323530223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a223639383735613165323839626132393936643738623134343837373332626633223b733a373a2269676e6f726550223b733a33323a223639383735613165323839626132393936643738623134343837373332626633223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a226638623163666161626234623861336437333061643061303838336131303032223b733a373a2269676e6f726550223b733a33323a226638623163666161626234623861336437333061643061303838336131303032223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a226564656531303039366437653531366434636566326439343463656235323964223b733a373a2269676e6f726550223b733a33323a226564656531303039366437653531366434636566326439343463656235323964223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a223266373866373463376130643839323936326433613539633231373762383162223b733a373a2269676e6f726550223b733a33323a223266373866373463376130643839323936326433613539633231373762383162223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a226433343232353362333962386263393535326462306231343033656238333934223b733a373a2269676e6f726550223b733a33323a226433343232353362333962386263393535326462306231343033656238333934223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a223730313130326439303735353664643839383863613263343538663839366261223b733a373a2269676e6f726550223b733a33323a223730313130326439303735353664643839383863613263343538663839366261223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a226432633332623064373430353035653738386630633831386565353139633865223b733a373a2269676e6f726550223b733a33323a226432633332623064373430353035653738386630633831386565353139633865223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a226534636533616530653139636162366463393334353936613033343264663131223b733a373a2269676e6f726550223b733a33323a226534636533616530653139636162366463393334353936613033343264663131223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a223835393139363339363962316633323334323338323737396363383831393334223b733a373a2269676e6f726550223b733a33323a223835393139363339363962316633323334323338323737396363383831393334223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a226433613862396462633862373731353239306136396638623036383866663431223b733a373a2269676e6f726550223b733a33323a226433613862396462633862373731353239306136396638623036383866663431223b7d7d, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('totalIPsBlocked', 0x31373331, 'yes'),
('total503s', 0x35343232, 'yes'),
('lastAttackDataSendTime', 0x313438323931363735382e323837393336, 'yes'),
('lastBruteForceDataSendTime', 0x313438333130353838332e303430303030, 'yes'),
('totalIPsLocked', 0x32, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('cbl_cookieVal', 0x35383133373664643336393639, 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('detectProxyNonce', '', 'no'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('detectProxyNextCheck', 0x31343833343634363938, 'no'),
('vulnerabilities_plugin', 0x613a323a7b693a303b613a343a7b733a343a22736c7567223b733a31313a226a735f636f6d706f736572223b733a393a22746f56657273696f6e223b733a333a22352e30223b733a31313a2266726f6d56657273696f6e223b733a343a22342e3132223b733a31303a2276756c6e657261626c65223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31313a2275706472616674706c7573223b733a393a22746f56657273696f6e223b733a393a22322e31322e33302e30223b733a31313a2266726f6d56657273696f6e223b733a393a22322e31322e32372e30223b733a31303a2276756c6e657261626c65223b623a303b7d7d, 'yes'),
('totalCommentsFiltered', 0x32, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfCrawlers`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfCrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wpo8_wfCrawlers`
--

INSERT INTO `wpo8_wfCrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
('\0\0\0\0\0\0\0\0\0\0BAl', '>b0oQ1', 'verified', 1482663473, 'crawl-66-249-65-108.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BAi', '>b0oQ1', 'verified', 1482557729, 'crawl-66-249-65-105.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BZv', '>b0oQ1', 'verified', 1482584522, 'rate-limited-proxy-66-249-90-118.google.com'),
('\0\0\0\0\0\0\0\0\0\0BZz', '>b0oQ1', 'verified', 1482587964, 'rate-limited-proxy-66-249-90-122.google.com'),
('\0\0\0\0\0\0\0\0\0\0BA', '>b0oQ1', 'verified', 1482516650, 'crawl-66-249-65-253.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BAG', '>b0oQ1', 'verified', 1482606981, 'crawl-66-249-65-71.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BA', '>b0oQ1', 'verified', 1483043707, 'crawl-66-249-65-230.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BA', '>b0oQ1', 'verified', 1482518624, 'crawl-66-249-65-192.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BA', '>b0oQ1', 'verified', 1482660786, 'crawl-66-249-65-224.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BAO', '>b0oQ1', 'verified', 1482674213, 'crawl-66-249-65-79.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BZx', '>b0oQ1', 'verified', 1482729981, 'rate-limited-proxy-66-249-90-120.google.com'),
('\0\0\0\0\0\0\0\0\0\0BAK', '>b0oQ1', 'verified', 1482643738, 'crawl-66-249-65-75.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0BAo', '>b0oQ1', 'verified', 1482620273, 'crawl-66-249-65-111.googlebot.com');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfFileMods`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfFileMods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  PRIMARY KEY (`filenameMD5`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpo8_wfFileMods`
--

INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('\n@VyhX&G', 'cckkk6b9kjjxanwd2uuvkgvs4g0lvlc0.php', 0, '0ٟwaRSvFg', '0ٟwaRSvFg'),
('\0+OW+', 'index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%0;sDm\\:['),
('[/9}`:wP', 'license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e1x'),
('޻s3lk', 'readme.01413476bc7b3c358cc9eb93236830a6.html', 0, 'Mf38+5', 'Mf38+5'),
('Kgo#0', 'wp-activate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zx΁o\n'),
('-)75y8cWv', 'wp-admin/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '͆>ѐ6'),
('XH奥(:Z', 'wp-admin/admin-ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TFXIl'),
('!1b݅9*\\', 'wp-admin/admin-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Ԇg]Qkv'),
('KUg0MU/ʇ', 'wp-admin/admin-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F$s:9m%aF'),
('@mOW', 'wp-admin/admin-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`1X\Z'),
(']@\n>ĺYn', 'wp-admin/admin-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>[s+,h'),
(',H(b_FO', 'wp-admin/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nZ74="R4!'),
('	Xt\\4vNI5j', 'wp-admin/async-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ƃDB|<SH'),
('"6\r+K{\Z!a', 'wp-admin/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QC($2('),
('kM̙Ysp', 'wp-admin/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0ÊW0[nʕ'),
('*O-Lτ\r[u', 'wp-admin/css/about-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mz''<a'),
('Unɓb4lZ,I', 'wp-admin/css/about-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gp6l	'),
('A7''C#wSs', 'wp-admin/css/about.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xDWh2'),
('J!2\0', 'wp-admin/css/about.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' \\H\r{c/\0'),
('mn9F6', 'wp-admin/css/admin-menu-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tO=%9oa?#'),
('T]\\g4źuP;', 'wp-admin/css/admin-menu-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lQ̀Ywx޲'),
('"Z0\0ؿeԦp', 'wp-admin/css/admin-menu.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zǒ0'),
('E58yWsO', 'wp-admin/css/admin-menu.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aʭ0x6;'),
('Pa`Xu', 'wp-admin/css/color-picker-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<JpH(D'),
('rW3᥾V', 'wp-admin/css/color-picker-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%(Տ*5Oo'),
('F?C;$H\r\r', 'wp-admin/css/color-picker.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ptd\Z`j\n-V=b'),
('ܡ9u_\\\n9''', 'wp-admin/css/color-picker.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vբ\Z]U#n'),
('J|6}P,\rٛ', 'wp-admin/css/colors/_admin.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3}K`f#İ4=r'),
('ue,"\n	hg.', 'wp-admin/css/colors/_mixins.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E"mz2JǕ<P'),
('=CѠ*TX4', 'wp-admin/css/colors/_variables.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':	k\Z	rLZ'),
('58d`S61K>ۮv', 'wp-admin/css/colors/blue/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q0Iл()'),
('D8hFޛBViR', 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TC94Āq;P'),
('FZYC83E', 'wp-admin/css/colors/blue/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8{x~v~\0a'),
('tm6ۗq.=j', 'wp-admin/css/colors/blue/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M>/UF'),
('L>tN', 'wp-admin/css/colors/blue/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Iהg,)ZYM'),
('juGCtO', 'wp-admin/css/colors/coffee/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zjo{$'),
('q?%rp07q', 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f:3Rv''$'),
('ϴ 3P`#8^Z', 'wp-admin/css/colors/coffee/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2+ 3e|t3~'),
('eCDi!', 'wp-admin/css/colors/coffee/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uC('),
('xIH.9YBO', 'wp-admin/css/colors/coffee/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9~8 z#C0^%a'),
('jmEAXuw>܆', 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',{~Н/!U'),
('Dչ$Oa', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BQ,f\r'),
('H\0ۙhC', 'wp-admin/css/colors/ectoplasm/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J:8Hb'),
('[#ܧ\Z>]<', 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CZ\rʈ׍Y1\\+'),
('MTq&[?>칊\n', 'wp-admin/css/colors/ectoplasm/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q9+"+'),
('q%ű m+', 'wp-admin/css/colors/light/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SQ*֥8%lE'),
('-f4]#"ul', 'wp-admin/css/colors/light/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"h>''Љ^'),
('v{#lb\0}B', 'wp-admin/css/colors/light/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z%Md;u0'),
('9(FRj2n6]', 'wp-admin/css/colors/light/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y) w2'),
('KS+e׎A@', 'wp-admin/css/colors/light/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HG#<^o'),
('L?@.~O', 'wp-admin/css/colors/midnight/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z7UZx6X\r'),
('ᗏ3-4', 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kfTgQ'),
(';bfȖ0x', 'wp-admin/css/colors/midnight/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VdSfL`~'),
('_\rJL#@B', 'wp-admin/css/colors/midnight/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W	ߥ_j'),
('w=ŢO&F', 'wp-admin/css/colors/midnight/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&܍|DW!E4'),
('<(*A]O', 'wp-admin/css/colors/ocean/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`{l)U5W]'),
('{^WC', 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NEƝnlr'),
('Ê5ff;,G!''''-', 'wp-admin/css/colors/ocean/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M\n\Z=r'),
('*Tu\r~m', 'wp-admin/css/colors/ocean/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fQ+}0|z'),
('-Ǹ%w=', 'wp-admin/css/colors/ocean/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z|[l|ٱf%h'),
('j׻q.*;2', 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ɳ	t\0\\'),
('2jL,W\rW$', 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rǖ}8Xg/'),
('y85æb', 'wp-admin/css/colors/sunrise/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P_7jA56y'),
('-+emu"x', 'wp-admin/css/colors/sunrise/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|6j9U"7'),
('SCRCl', 'wp-admin/css/colors/sunrise/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V\Zz	h='),
('W2DG7V', 'wp-admin/css/common-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*Z+d7'),
('XHov', 'wp-admin/css/common-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'My:9+'),
('p96èR', 'wp-admin/css/common.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6MWzd'),
('\rvN[B&SL', 'wp-admin/css/common.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*u-\ZC8'),
('Vk9۴sֿ', 'wp-admin/css/customize-controls-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z߆qwI7'),
('pj֛`w', 'wp-admin/css/customize-controls-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ӒʠrK%g'),
('?\n5H?', 'wp-admin/css/customize-controls.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rMp@"$'),
('.նZg{=', 'wp-admin/css/customize-controls.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q5NRvNxh[]'),
('Oy k	b', 'wp-admin/css/customize-nav-menus-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NcM\0ҿaJ'),
('HAf,$F-', 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=!rSii=!J'),
('AlA~i^uØ', 'wp-admin/css/customize-nav-menus.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OG5/\n\ry'),
('\0]pޑ	\rG', 'wp-admin/css/customize-nav-menus.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TVolfzt.'''),
('NHV}4G', 'wp-admin/css/customize-widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1wg['),
('4T(\\9''3)', 'wp-admin/css/customize-widgets-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G sF\rЖ6Qƌ'),
('6$[O', 'wp-admin/css/customize-widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ҩ^'),
('b|e~', 'wp-admin/css/customize-widgets.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1"@	'),
('5?y<2', 'wp-admin/css/dashboard-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']@V'),
('Ms;'',-E', 'wp-admin/css/dashboard-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KCb\n\Z)T6'),
('KqM{', 'wp-admin/css/dashboard.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nJ,<RE'),
('+.eF', 'wp-admin/css/dashboard.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0=Q"'),
('8@)6yg[ysQR', 'wp-admin/css/deprecated-media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I+ZOtEv'),
('pt_ Y7LKt', 'wp-admin/css/deprecated-media-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[+q5\\ʖV'),
('X"-{$48sx', 'wp-admin/css/deprecated-media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"W*ׁqY4^'),
('4a[I}Hm)', 'wp-admin/css/deprecated-media.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̀0뚀o/|'),
(']"}[YR', 'wp-admin/css/edit-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[K-[|'),
('BH*mzN83', 'wp-admin/css/edit-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x`uD	hH\\pYj'),
('\r::HH:d', 'wp-admin/css/edit.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U#iR"j>pc'),
(',o!zj"', 'wp-admin/css/edit.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2c>TYr\n*'),
('6;I(Hm%f', 'wp-admin/css/farbtastic-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q@!!Ek'),
('OXg]<f@', 'wp-admin/css/farbtastic-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZL	czG0~l0W'),
('«-j=uN\\q''', 'wp-admin/css/farbtastic.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8)}{Ch2U'),
('KnҋD&sRWU(', 'wp-admin/css/farbtastic.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0i)3\\۸/;'),
('OlqCcێ', 'wp-admin/css/forms-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Br4/ʝ'),
('{]\\ֵ	d', 'wp-admin/css/forms-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?;|v"rz'),
('(%#9yn', 'wp-admin/css/forms.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̮n7RjjK'),
('łjDߋ.˖D', 'wp-admin/css/forms.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vʜxud{'),
('kM?uX', 'wp-admin/css/ie-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wE}=D:iD=4'),
('vs%zF', 'wp-admin/css/ie-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-vWM31\ZT'),
('E&VN"N', 'wp-admin/css/ie.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L&p4/\ZO'),
('ѧ_4a!F', 'wp-admin/css/ie.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZIQ 9\ZΛ,'),
('w9=_"h%v', 'wp-admin/css/install-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eJL[p'),
('i-X8V[~E', 'wp-admin/css/install-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{I3Y\0l}@'),
('<9uj!$', 'wp-admin/css/install.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o]hod^Iާ'),
('ʆnD㮖(', 'wp-admin/css/install.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QPq짟+bjQ'),
('''-p-f', 'wp-admin/css/l10n-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iR{峪,D_J'),
('vâ,\\+Q֧', 'wp-admin/css/l10n-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9^y2=F'),
('2Die', 'wp-admin/css/l10n.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ĸP)|qr'),
('H4.\\:#', 'wp-admin/css/l10n.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uֵ} ف0m2n'),
('y%Ǻ~ne"V', 'wp-admin/css/list-tables-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uDQf0LDE\Z'),
('F%C0,', 'wp-admin/css/list-tables-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RNq6U'),
('|jx7(Q}0''', 'wp-admin/css/list-tables.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yst?'),
('kLN\0x6@', 'wp-admin/css/list-tables.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' q;OD~P'),
('A{& V>Νs', 'wp-admin/css/login-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CT"RJ~- '),
('h@Z%RF;ti\\m', 'wp-admin/css/login-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c,?''|F'),
('|jX|fb', 'wp-admin/css/login.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0SkG{'),
('`&锥~K3/d', 'wp-admin/css/login.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	s(8T'),
('r\nb#', 'wp-admin/css/media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_~t..Y &Q'),
('zݿ&X❙6s', 'wp-admin/css/media-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<{K@&E'),
('TDFK1', 'wp-admin/css/media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mb]x{`'),
('%Pb.8Gdt', 'wp-admin/css/media.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u7jku'),
('\Zy8R#Oy', 'wp-admin/css/nav-menus-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ReU'),
('D 2K|&', 'wp-admin/css/nav-menus-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '69^sm9'),
('qhnJj', 'wp-admin/css/nav-menus.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ӳtj5V`'),
('ZWtpNh', 'wp-admin/css/nav-menus.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q=u6F$'),
('.B|xӳE', 'wp-admin/css/press-this-editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FMHv7\ryd'),
('&XB`]"?װ\Z', 'wp-admin/css/press-this-editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=yͣ8|'),
('"jǧ`1', 'wp-admin/css/press-this-editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AF7!mKMxf'),
('|1QAE`1', 'wp-admin/css/press-this-editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',4L7b%2Yj_'),
('HMz@A', 'wp-admin/css/press-this-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dZC݆ݸ'),
(' (T5!hu', 'wp-admin/css/press-this-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hX{F'),
('F|\nMN,8ݪ''', 'wp-admin/css/press-this.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%?qe\rl'),
('.Z{=UuߩAJ*', 'wp-admin/css/press-this.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u\Z~vI`:Zi9'),
('PhrV', 'wp-admin/css/revisions-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'һu/ًB2E'),
('@tR>GHhס', 'wp-admin/css/revisions-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ǝMqO'),
(' a"KwTbc1S', 'wp-admin/css/revisions.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#zBa{6'),
('\nGƙn\Z@1+U]', 'wp-admin/css/revisions.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}0Nwk{P'),
('0rH"YK]T', 'wp-admin/css/site-icon-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' bɹVbPP9'),
('QWsA7d\n', 'wp-admin/css/site-icon-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rb\0{q\n'),
('''=!ZaajUQ', 'wp-admin/css/site-icon.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|U-ͥ<N '),
('n&n!崬', 'wp-admin/css/site-icon.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f3bmɇGdHq'),
('g~w\Zhh', 'wp-admin/css/themes-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';h=LMJ3'),
('5At߂m0iz', 'wp-admin/css/themes-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ܪBD҉ӱ]\00'),
('Rш޿0', 'wp-admin/css/themes.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Bô(zs'),
('fSuBͥ?^yO', 'wp-admin/css/themes.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pEDl4`Q'),
('3vU\Z3P^O ', 'wp-admin/css/widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R""2+}VQ'),
('sEΞqpB', 'wp-admin/css/widgets-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V8gB\0Ig'),
('!HUN&"z', 'wp-admin/css/widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S^sH>yU'),
('E}~M-]a', 'wp-admin/css/widgets.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')k'),
('֗]NRS{qv?', 'wp-admin/css/wp-admin-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tfo,is'),
('$(g(P/', 'wp-admin/css/wp-admin-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ݚ*7"GŪ'),
('d4j2UV$P', 'wp-admin/css/wp-admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '佐5\0!*['),
('j0wE}®R', 'wp-admin/css/wp-admin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v&o0l\Z'),
('?0|5uơ', 'wp-admin/custom-background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6F髎Ewm\Z`'),
('uqg\Z\08hԭ\0', 'wp-admin/custom-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"+ҝap4'),
(';?2S\0p', 'wp-admin/customize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ч<Y<Cvr'),
('p?E^@''PE', 'wp-admin/edit-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N	xe!{7'),
('\rb\\ɍ\Z', 'wp-admin/edit-form-advanced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D9C:ro`3*s'),
('G7\ZI&:x', 'wp-admin/edit-form-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pL	?4R	Bb'),
('\nb-V:|m', 'wp-admin/edit-link-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|A]t_4['),
('%8^V<t', 'wp-admin/edit-tag-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x?N/?A'),
('h)UG@xv	', 'wp-admin/edit-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C|E*iV5'),
('YLah(', 'wp-admin/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=*G/s'),
('1|}dQ', 'wp-admin/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' /0c򅤻'),
('O&r蓏 ', 'wp-admin/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7|4V$\0~'),
('W"Sk:', 'wp-admin/images/align-center-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-r5*J7If'),
('&*dĆָ	H5', 'wp-admin/images/align-center.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	\Zݶ4ydY1e'),
('V9KgoX7', 'wp-admin/images/align-left-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i8O^c'),
('mMtWB', 'wp-admin/images/align-left.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\y0dZo.h'),
('].ooȦM-n	', 'wp-admin/images/align-none-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XC)[-4'),
('MW	:ي', 'wp-admin/images/align-none.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eqd2u\r'),
('vG.gA#r', 'wp-admin/images/align-right-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hl>r]lWx'),
('tnRؔ%^', 'wp-admin/images/align-right.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BOe#l@:P+"v'),
('[QH"pS1Ȫc', 'wp-admin/images/arrows-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Q}ydb#6'),
('E#lL_&ܪ', 'wp-admin/images/arrows.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v$>>Y'),
('DS3.įy};', 'wp-admin/images/browser-rtl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D"ӠA\Z%̝'),
('H06', 'wp-admin/images/browser.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K\\b$F'),
('G9q=ʥ[3?a', 'wp-admin/images/bubble_bg-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R=[;c'),
('QuoPX\0Sڞ', 'wp-admin/images/bubble_bg.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=,(\Z2cV 8'),
('Lt593u^)', 'wp-admin/images/comment-grey-bubble-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TYŝ2s,\rm'),
('ebWA0d', 'wp-admin/images/comment-grey-bubble.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y*''tF'),
('I\\jxg', 'wp-admin/images/date-button-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')R,$k)6Cc'),
('a''@T瑓', 'wp-admin/images/date-button.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.IVď'),
('j%Mɍp)Z', 'wp-admin/images/generic.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''[#98!'),
('\Z{g?3gڢ\Z', 'wp-admin/images/icons32-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%*g'),
('&N,6P', 'wp-admin/images/icons32-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*04G4F	&Zi}"'),
('L Ufu<', 'wp-admin/images/icons32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',P*{>vUf'),
('1WV(26', 'wp-admin/images/icons32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '۬[m9J4\Z'),
('L8\\ݼ+', 'wp-admin/images/imgedit-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',''6Ut'),
('{?\r\n''', 'wp-admin/images/imgedit-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K\\2}Gi;O'),
('4ge>ߝ', 'wp-admin/images/list-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hջIS2ig'),
('Z\nuoK T;e', 'wp-admin/images/list.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>*ӳS'),
(')M^ûoz', 'wp-admin/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-[tPd'),
('\0%3[$x\0.(', 'wp-admin/images/marker.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3*O2/3I2'),
('@;5XVOZ', 'wp-admin/images/mask.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g~"J䩎'),
('@sZ^qv', 'wp-admin/images/media-button-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#WI\\?'),
('1EfQv#)\n0EkQ', 'wp-admin/images/media-button-image.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~WÎ@brճ'),
('a\\c,I"5T#̋', 'wp-admin/images/media-button-music.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']2\\Z/ޕ'),
('NQ"*hzrw|\Z', 'wp-admin/images/media-button-other.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƴk|,O"'),
(')z]!?a', 'wp-admin/images/media-button-video.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rx4Q'),
('a)TMWOoQ|', 'wp-admin/images/media-button.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6@pz^ye'),
('"N߬jj)\0N', 'wp-admin/images/menu-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jG{>^;$'),
('* aF4uvU', 'wp-admin/images/menu-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JZY<iYb'),
('t]ٟuuj', 'wp-admin/images/menu-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qL,_;1/E'),
('@XD\n\nRNt', 'wp-admin/images/menu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r9#dY`	'),
('F 8+)rP', 'wp-admin/images/no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kd$ܟV7'),
('+DFܿTZ[H7', 'wp-admin/images/post-formats-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SlH\\'),
('\0וoxi3%\r+]kg', 'wp-admin/images/post-formats.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K\0%3'),
('n]j7<3ISsQ', 'wp-admin/images/post-formats32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't.E5GN\Zv'),
('œϔ=#6', 'wp-admin/images/post-formats32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WY~O{+_LkE;'),
('?{o_''n', 'wp-admin/images/resize-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e?&h.\n'),
('3!9=6ݡ', 'wp-admin/images/resize-rtl-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ɞ@T0:}'),
('I{?r]7', 'wp-admin/images/resize-rtl.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ےcZY6'),
('~?JIb*׺eC', 'wp-admin/images/resize.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?D$\rXva'),
('\nfY4&L', 'wp-admin/images/se.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ȔB`.}''7:'),
('X:8+˓2>V]8', 'wp-admin/images/sort-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nQ&] 0-'),
('[65+	n9', 'wp-admin/images/sort.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.ˍlHj]'),
('J&_#3Sq', 'wp-admin/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\q9)hdxR]l'),
('fi`=@To', 'wp-admin/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1c~''dvvHq'),
('P1$\\*C', 'wp-admin/images/stars-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A#SMe.^'),
('Fj!Y{.J=,', 'wp-admin/images/stars.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[><k{('),
('VrmKEpj6', 'wp-admin/images/w-logo-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[NW_pw0'),
('Jf3?_rC', 'wp-admin/images/w-logo-white.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nJvۢ~y\\'),
('+gq6^\0', 'wp-admin/images/wheel.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E0 q0m\ZY%VX'),
('%\\MA', 'wp-admin/images/wordpress-logo-white.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qPC-SPD'),
('tZQYz0跫', 'wp-admin/images/wordpress-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ưyo88S`'),
('c"ml Ǟ>o', 'wp-admin/images/wordpress-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N%dgp'),
('ںuM[\r', 'wp-admin/images/wpspin_light-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}3Y(Im'),
('"w%_K\\u', 'wp-admin/images/wpspin_light.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nmh;\Z@'),
('<la,bX,', 'wp-admin/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rT`?J/'),
('mz4LK', 'wp-admin/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')X`1H'),
('M&3\r3CMaQ{', 'wp-admin/images/yes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+7܉\rqZQk'),
('TV\\', 'wp-admin/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.<S\Z''Q'),
('ĳJ\n`|5,HT', 'wp-admin/includes/admin-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rm|>{r'),
('D)bak{', 'wp-admin/includes/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VbZ^%5ޅ'),
('Ҫ*H\n;t', 'wp-admin/includes/ajax-actions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':&;"'),
('ΝH**.ځS', 'wp-admin/includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^Y\r\\.'),
('"wh', 'wp-admin/includes/class-automatic-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ўW&L6'),
('nкvnj=ͮ', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_qp{[W$&6Q'),
(' ''_U;0/<', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ALc.G@m\Z'),
('W7{(;:P?', 'wp-admin/includes/class-bulk-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*oc|\n=?W]YG'),
('jUUX\Z/J/', 'wp-admin/includes/class-core-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2##+KTڞ'),
('M\0c_d', 'wp-admin/includes/class-file-upload-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9lqj|w'),
(':8Iaølm', 'wp-admin/includes/class-ftp-pure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6-KwypV-ҧ'),
('afh=FT:6', 'wp-admin/includes/class-ftp-sockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' s̚;y*'),
('rp.u3zx', 'wp-admin/includes/class-ftp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!|*d'),
(':X@\0{*֯', 'wp-admin/includes/class-language-pack-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/$ot3'),
('g~)~sʞI', 'wp-admin/includes/class-language-pack-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(<HǼ^'),
('"ơ7vs+', 'wp-admin/includes/class-pclzip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YИυWYp'),
('W&ִ )+ڱ', 'wp-admin/includes/class-plugin-installer-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?OuUuF\\f[uS'),
('h/͔jC\0n', 'wp-admin/includes/class-plugin-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']''Me''Q'),
('v)F~q?b', 'wp-admin/includes/class-plugin-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '72D}kPT8Cs'),
('sIqF', 'wp-admin/includes/class-theme-installer-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IdaQvS'),
('H`\\ rYC', 'wp-admin/includes/class-theme-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|p^`L\\'),
('3aDwPq', 'wp-admin/includes/class-theme-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#߼-&'),
('{y"ҵݩ{', 'wp-admin/includes/class-walker-category-checklist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J_eq_5'),
('Qs|cL؜VH)', 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n'),
('ر-_}Zh\n\Z', 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^hS	^[h'),
('!yF]', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E2wXz'),
('Z\ZaYH\0 5~ ', 'wp-admin/includes/class-wp-automatic-updater.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e^TQ.\r'),
('Ye.0s', 'wp-admin/includes/class-wp-comments-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A_j1..u{Y^'),
('%f\\+,\0\\Y', 'wp-admin/includes/class-wp-filesystem-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1\n?@m='),
('hFM<@`%q-', 'wp-admin/includes/class-wp-filesystem-direct.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tx(>\0'),
('6̠,_qu', 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4~A''s.ߧ'),
('PQE|E}7+', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/FH\0!k'),
('j(g~jU#', 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '``s D\Z'),
('v]z3tB', 'wp-admin/includes/class-wp-importer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^)=A@'),
('vA\nGr3C9`', 'wp-admin/includes/class-wp-internal-pointers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'INt#S#A'),
('_(CM69', 'wp-admin/includes/class-wp-links-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rZZIL:'),
('O	S#Yiv', 'wp-admin/includes/class-wp-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ȅƂu+ݰD'),
('Vb(ktW"6(;ƴ', 'wp-admin/includes/class-wp-media-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.(9.w_ci'),
('spe', 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[_öTWL$'),
('wV!', 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']<QK6ڑ'),
('i)33ܥs*', 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2 )'),
('e.PȴNBSx[&', 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '݌G-uaC\noN7'),
('[:q', 'wp-admin/includes/class-wp-plugins-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')7*POʗ'),
('c4L]˞Mc', 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\4ZeN]%D'),
('Gȩ6\0Y', 'wp-admin/includes/class-wp-posts-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yk1@"G'),
('<p\Zo@Sq', 'wp-admin/includes/class-wp-press-this.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i{n@4Z\r'),
('TMl', 'wp-admin/includes/class-wp-screen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yl$k9y$1,'),
('''Mw񑍷\rKj', 'wp-admin/includes/class-wp-site-icon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(\Z";t0'),
('L#/۰*3\r', 'wp-admin/includes/class-wp-terms-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r%ċ?;"2'),
('"ڕK[@G9', 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x+PdUu@Uh'),
('"IFn@a}9', 'wp-admin/includes/class-wp-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mw\rčuei'),
('=@\\JpQm\\6', 'wp-admin/includes/class-wp-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''6\rOV^W'),
('zJXw{!\rF', 'wp-admin/includes/class-wp-upgrader-skins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '743L#('),
('XGzX', 'wp-admin/includes/class-wp-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o`(CB6fC~J'),
('x8[!>X', 'wp-admin/includes/class-wp-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iUXb0'),
('|&;rLs5', 'wp-admin/includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ЗO>\rX'),
('3koW5	k[mq', 'wp-admin/includes/continents-cities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dq.OB6\nf'),
('<	f%nO', 'wp-admin/includes/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"_Mj]Q$o'),
('\\т?$̈́8', 'wp-admin/includes/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y;G_r*\r'),
('?E_)xڅ$', 'wp-admin/includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0r>U"}X'),
('x[e>M', 'wp-admin/includes/edit-tag-messages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*yd|'),
('>AB7Sz!e', 'wp-admin/includes/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'of@dGw50LS'),
('QT*fP.', 'wp-admin/includes/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ļM7̕'''),
('7E#wŧj', 'wp-admin/includes/image-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q\0Ckh4vmj'),
('\0|9ue@', 'wp-admin/includes/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a=_h/'),
('Ah)I\Z]GrE', 'wp-admin/includes/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']([Jq'),
('cwk(43', 'wp-admin/includes/list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aH"&2o8-'),
('R=*dn', 'wp-admin/includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Єeʡh.R'),
('\nqoqZVyX9', 'wp-admin/includes/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l2qlm+?Lv'),
('HýiZU,HL', 'wp-admin/includes/meta-boxes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h^7:8''g`g'),
('1eUMV^', 'wp-admin/includes/misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n(+lrq;j'),
('j<MDd4m', 'wp-admin/includes/ms-admin-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q79l;'),
('7*"{\nK<', 'wp-admin/includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' omߚoµM'),
('f霰f؟|hUL', 'wp-admin/includes/ms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KlQOѰ'),
('(љ\0H<_', 'wp-admin/includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i+A~){#'),
('V׀''hĈ+:', 'wp-admin/includes/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Im΋LPܪ[l'),
('w`M>{', 'wp-admin/includes/noop.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KИd԰/'),
(';pR9+qpծ', 'wp-admin/includes/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N1;:]*Z`'),
('R|Rx/bzn9\0*J', 'wp-admin/includes/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n|\rMې'),
('q"co>2Rh]', 'wp-admin/includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F\ZW^zyT'),
('5V"$$_', 'wp-admin/includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YPkBl%'),
('x^m]̲/L4vU', 'wp-admin/includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7FlAo'),
('ǫ=m/^', 'wp-admin/includes/schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B\r]^^'),
('(v|T— ¥', 'wp-admin/includes/screen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z\0#l;!'),
('Z %/Zz9', 'wp-admin/includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6/1?F,Ȫ0['),
('2@jj\0kӲӘ', 'wp-admin/includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7Fvwܾ'),
('~L*,<:', 'wp-admin/includes/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mCsl\0g'),
(']W/>}<8 VF', 'wp-admin/includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'es{Jܔ'),
('8R6DHq-{:`', 'wp-admin/includes/translation-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FfQ	v~o'),
('Uy/*%;', 'wp-admin/includes/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{5Lq{hᚾ'),
('].1\rPXL', 'wp-admin/includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_G6Zrhqދ'),
('=cه', 'wp-admin/includes/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4D6J2bO=$z	W6K'),
('Q (;ؠ|~R8b', 'wp-admin/includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ѷ*\ry1o'),
('I.$U0]''S_', 'wp-admin/includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TI-1otpi><\ni$'),
('Ѻ"P5^U\Zi', 'wp-admin/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5~T2o7Gi'),
('Bj)qDS', 'wp-admin/install-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dV`1&\Zl'),
('6|;;8Q4k', 'wp-admin/install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wxktQf󵅸'),
('z;j2WD6[V', 'wp-admin/js/accordion.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?=L/%NZ\\\n'),
('^.jT}<I', 'wp-admin/js/accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"kIz-VS\r;h^X'),
('TÇ=w', 'wp-admin/js/bookmarklet.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5jŕC'),
('~79hg$+=\\0', 'wp-admin/js/bookmarklet.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Ϥ+s@,Դ'),
('5\rk', 'wp-admin/js/color-picker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':_W-ZNj'),
('Hl{!D#!', 'wp-admin/js/color-picker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '檐,v([zc*'),
('C/;)ّo', 'wp-admin/js/comment.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0MLE]˜U'),
('Qlg-', 'wp-admin/js/comment.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6\rwġ'),
('w:}VP', 'wp-admin/js/common.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=kGHVA׻'),
('_f $O<o', 'wp-admin/js/common.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c\Z|A\r '),
('d1쵓-;O', 'wp-admin/js/custom-background.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j)Nˈ¨iv#'),
('} yTZHcDJ', 'wp-admin/js/custom-background.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#Y>W e'),
('C\nU', 'wp-admin/js/custom-header.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2\0X`ouf'),
('nvpe}', 'wp-admin/js/customize-controls.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ryul5'),
('dA#*Źo7', 'wp-admin/js/customize-controls.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? 3\r>SdM'),
(':DJ$hǅ\r', 'wp-admin/js/customize-nav-menus.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zh6I'),
('HGh''xR~\n', 'wp-admin/js/customize-nav-menus.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y<qޕZJ'),
(')["JH|jk$', 'wp-admin/js/customize-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n\rEa''AV'),
('fMx	+9U', 'wp-admin/js/customize-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v>ӄWA'),
('ĸ:,p1Hr', 'wp-admin/js/dashboard.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÜAʢ>5'),
('zpKC{\\>', 'wp-admin/js/dashboard.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r3j3Q'),
('`%ֽj''P', 'wp-admin/js/edit-comments.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'פ7h'),
('F''B/4{J{w', 'wp-admin/js/edit-comments.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v"[7v'),
('R5?- S^H', 'wp-admin/js/editor-expand.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?p&$Rp1'),
('IV/6s', 'wp-admin/js/editor-expand.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E\0J&;sv\Z\\y'),
('8=Ia%k~', 'wp-admin/js/editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']Uz\nSM_&S'),
('⣣MOU', 'wp-admin/js/editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z謚已&a@(>'),
(';RyhRxK\r', 'wp-admin/js/farbtastic.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':T2Aq]4'),
('/GΞӶ[ǜC', 'wp-admin/js/gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xϩe9em嵫'),
(' I_X?', 'wp-admin/js/gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N{%3t9Ze&Qw'),
('G_bc.,]&', 'wp-admin/js/image-edit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&1Ջ8}'),
('-Z:E:', 'wp-admin/js/image-edit.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S(m\0>>&ov'),
('%nTߒ	^gXΰ', 'wp-admin/js/inline-edit-post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uG9p'),
('1o%qA', 'wp-admin/js/inline-edit-post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"9#@a'),
('(q4P}5Ozk', 'wp-admin/js/inline-edit-tax.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n`\n%CO%\Z'),
('pl4[e', 'wp-admin/js/inline-edit-tax.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}_4\0a['),
('lFc뒕L', 'wp-admin/js/iris.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u5`@ĦUe߰'),
('i\\=Xh$', 'wp-admin/js/language-chooser.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	PV0tJJ'),
('Z\Zxcyd''', 'wp-admin/js/language-chooser.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h"8Jq	tF'),
('QR"@3vS', 'wp-admin/js/link.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u5ϳt{z'),
('|#԰#{', 'wp-admin/js/link.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F0;3%-'),
('nZ/1T:{&^/n', 'wp-admin/js/media-gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|f8}+&'),
(':%H`!\rZ', 'wp-admin/js/media-gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2 Ғn'),
('^\\XPvS\\{', 'wp-admin/js/media-upload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dkTTy_$m'),
('el5sEúQ', 'wp-admin/js/media-upload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' N=u&MT0	'),
('r(n՞jb"', 'wp-admin/js/media.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mv-[,^XQ\\'),
('מy7mE5O_', 'wp-admin/js/media.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':ۯZZUw}'),
(' It13&', 'wp-admin/js/nav-menu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' \ZZJV'),
('fyħ*!', 'wp-admin/js/nav-menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd#]7ո9?'),
('"\rJ\04''i', 'wp-admin/js/password-strength-meter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(GWnR\00N&)'),
('Ȁ~_qIS', 'wp-admin/js/password-strength-meter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZtJ+I'),
('t6O\raȆf', 'wp-admin/js/plugin-install.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+cSkKњ0'),
('!Y0-z1dm>', 'wp-admin/js/plugin-install.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FREJ\r䉶L/'),
('V댏$x', 'wp-admin/js/post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sB)?tz߁T""'),
('M?,5*K*f', 'wp-admin/js/post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+N1QV4'),
('P''(?+z$', 'wp-admin/js/postbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h֖vѽu'),
('ORrD?', 'wp-admin/js/postbox.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''s{	i'),
('@bHfQ"$S', 'wp-admin/js/press-this.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H\n}x-N8,c)'),
('Ր(@', 'wp-admin/js/press-this.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']GX	'),
('\\9ѕFw', 'wp-admin/js/revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N$]>Mb\nm*yw'),
('ke<F4', 'wp-admin/js/revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M4ߠH.'),
('KW&\0\0K\06G', 'wp-admin/js/set-post-thumbnail.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+QSWm@~Q'),
('TgslFʞLy', 'wp-admin/js/set-post-thumbnail.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8կ!1z['),
('Z/{LtծF$', 'wp-admin/js/svg-painter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/|ĩz'),
('U<?Y,ػ(', 'wp-admin/js/svg-painter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V\Z[*q&'),
('G|$p֠+(', 'wp-admin/js/tags-box.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\raRLwޑd'),
('J1MF<', 'wp-admin/js/tags-box.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5h6'),
('{tE~PA1', 'wp-admin/js/tags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LBfZ</s'),
('fkjNUei4=%', 'wp-admin/js/tags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N®f6\n"tq0'),
('#\\/vXR', 'wp-admin/js/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fWM^;'),
('G6U2\01RJ', 'wp-admin/js/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*9(Ĺ5N{8='),
('+9[BUEe', 'wp-admin/js/updates.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4*N7VNHU'),
('([dBQ', 'wp-admin/js/updates.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' =4+4'),
('''>[·', 'wp-admin/js/user-profile.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%قRA4'),
('HS!; ', 'wp-admin/js/user-profile.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H˟5lH̷'),
('R¥Leq	&', 'wp-admin/js/user-suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3)()ݰ4}\n'),
('X$aB^', 'wp-admin/js/user-suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T\\\\|\r9'),
('RQb7f |~ۓ(', 'wp-admin/js/widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|\r,d9w'),
('Sx4@owN', 'wp-admin/js/widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IG>Xcr&mh'),
('P73o	\0=', 'wp-admin/js/word-count.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@]\\cݪ'),
('Cg}|E', 'wp-admin/js/word-count.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P_J''䓖AE'),
(')f><z0-AUi', 'wp-admin/js/wp-fullscreen-stub.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(2Tq\0W%'),
('"p"-Cw', 'wp-admin/js/wp-fullscreen-stub.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p\nL{AgJ5'),
('v4|><', 'wp-admin/js/xfn.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't+n(k'),
('頻yN<9o\Z<', 'wp-admin/js/xfn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f''(.J9\r^'),
('|Y>	Ɔ', 'wp-admin/link-add.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!q!T	ʢ'),
('B%v6I"Jb4ӡT', 'wp-admin/link-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B4.\0SY6f'),
('~rC', 'wp-admin/link-parse-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J#/|ھI'),
(':{{79', 'wp-admin/link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nAsC5	+'),
('6]jvWk\r3-', 'wp-admin/load-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CTr[ۉC'''),
('W})Ӗ7e}59,', 'wp-admin/load-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+r~Q{'),
('KOȖ93|<', 'wp-admin/maint/repair.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ဣ7[/'),
('J{ֹZi^ùxI', 'wp-admin/media-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7\\?LkF'),
('}', 'wp-admin/media-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';"ik{l4'),
('ÏuL,&Ǒ\r1', 'wp-admin/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>uıVe?UAaZ'),
('$īI^3', 'wp-admin/menu-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nc'),
('\\D >F,', 'wp-admin/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'זg^hZY[');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('W{g- X''=n8', 'wp-admin/moderation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TBYR"4o'),
('vw@HzF', 'wp-admin/ms-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ͯEb6'),
('&ee\n3KvZ', 'wp-admin/ms-delete-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mDrtizU'),
('EV,%,SM=', 'wp-admin/ms-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/Ħý:E'),
('"(}Gr	0V(', 'wp-admin/ms-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''\0}:ㆯ'),
('-18;T/X]', 'wp-admin/ms-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']b$qh'),
('=b6hst', 'wp-admin/ms-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RK$IZ1i%'),
('\\9', 'wp-admin/ms-upgrade-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|&"Sm8hm'),
('kULǡ$', 'wp-admin/ms-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H#f{#ʃ	6G'),
('\rxݍ^\Z<;', 'wp-admin/my-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aIrG3&'),
('Clo', 'wp-admin/nav-menus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+&0k&^jzс'),
('ol>x~I ', 'wp-admin/network/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=SVV'),
('ZQ4\\(܇', 'wp-admin/network/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RNL(	$%BymM'),
('+t%R?', 'wp-admin/network/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8,4,Xu'),
('''ڞ\0;?+VҪ', 'wp-admin/network/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r^Y&;^\Z'),
('uF^GE+c', 'wp-admin/network/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pO~+~1'),
('\0C_\njD@k', 'wp-admin/network/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'srW'),
(']PTkvt8A', 'wp-admin/network/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'At:5{%'),
('[ixTq~Wve', 'wp-admin/network/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?͚GMXZ\ri='),
('p$^dZ', 'wp-admin/network/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kOy_4)\Z'),
('"Sέ`t@', 'wp-admin/network/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A|MM0\0'),
('=}CiHT', 'wp-admin/network/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i&Q\\Ӣ綨'),
('\Za]]A''h', 'wp-admin/network/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˊBUQN'),
('/sC4', 'wp-admin/network/setup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bm>n9z]њ'),
('+G*#f', 'wp-admin/network/site-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' J|QD5;c'),
('yG\\`MR', 'wp-admin/network/site-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ݲNtF'),
('yc0Og)ρMf', 'wp-admin/network/site-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\!.8''uQ/'),
('qhBc92', 'wp-admin/network/site-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*j}3?@'),
('q@/ꦑٞ-M', 'wp-admin/network/site-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2"?HDg'),
('n@AF', 'wp-admin/network/sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ƴw\ZvDbM$'),
('{N2Qu=	', 'wp-admin/network/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OFdmj'),
('h|hEf:Ʊ2~', 'wp-admin/network/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&շ1Up%1=$'),
('!}=`*gZ=', 'wp-admin/network/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm6XFؔO'),
('7|oOUz\0Ef', 'wp-admin/network/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"?}R2{8\\?R'),
('\\(wBI', 'wp-admin/network/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E^!u)u'),
('rhvLk/', 'wp-admin/network/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cnG"UEMn*/$2'),
('\00#9Z4j$', 'wp-admin/network/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1s̶>Ѕc'),
('6K1(}/AX', 'wp-admin/network/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9`O\ZF'),
('	09-bͩW', 'wp-admin/network/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5}=jv_}!'),
('dlPOI', 'wp-admin/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!X\ZU7D'),
('JTV0DoTA［@', 'wp-admin/options-discussion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-1`p̻6qI'),
('o[n3uʹP5', 'wp-admin/options-general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FAo	.fv'),
('\rѪ1s1=`(y', 'wp-admin/options-head.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'an}hI`q\r'),
('\\.1-:', 'wp-admin/options-media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p}Td,:,˔'),
(')t\r,Jڼ', 'wp-admin/options-permalink.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%7rF'),
('ҲE5|ѵCd闼', 'wp-admin/options-reading.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̈́'')7(='),
('L>ٟ#{6p}Y', 'wp-admin/options-writing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ʜdGJ]ץ"C'),
('d(%J@G', 'wp-admin/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '69ƽ&''gΆ4gX%'),
('acCH\r=l@ĸ', 'wp-admin/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QA._*k'),
('xjP!cx', 'wp-admin/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"OH_.'),
('O\\P5{R', 'wp-admin/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n!4LPV@'),
('kzߣboR', 'wp-admin/post-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dWQY0EY'),
('vAdsK]', 'wp-admin/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#6du,`d&'),
('Q`8M8', 'wp-admin/press-this.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"3AuOz'),
('h4#3`-݈"', 'wp-admin/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?>zͩz&'),
('\\\0>+Fb', 'wp-admin/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@\0q`N~͠k'),
('c̎$\n''@\r', 'wp-admin/setup-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n(TGM"D R'),
('|f,2T	', 'wp-admin/term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p΢!;.0\n	\0'),
('&`OQ5Q43', 'wp-admin/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XIk?-aҗd%'),
('\n\rBp̭', 'wp-admin/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ly퀄''3B*'),
('^[Xi	', 'wp-admin/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r=+#J'),
('7s\\]}AAwe1', 'wp-admin/tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z _PO"'),
('!LT3ix', 'wp-admin/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7n8*b?'),
('!o\rAv7e', 'wp-admin/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iYQD<A@\Z'),
('^@ղ{''_92', 'wp-admin/upgrade-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h\r6Wd˻'),
('j7r[,Z', 'wp-admin/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0:I%0\0'),
('&t!0^gbJc,>3', 'wp-admin/upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MW,mhk!'),
('^9(-(Ųy 0q*', 'wp-admin/user/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0ڍKN N-'),
('1s)6ӶCΗ', 'wp-admin/user/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p-R VEo$'),
('~\r\ZK4(#', 'wp-admin/user/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ǀ[K}Z'),
('R;lzO8m<3Nie', 'wp-admin/user/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˹޳Hti.'),
('[ꠏ|Koیb7', 'wp-admin/user/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-xNb'),
('y\0"Q', 'wp-admin/user/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')»gEp'),
('`&X<aQVh\\', 'wp-admin/user/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0yݤ&-'),
('=q\rljA+', 'wp-admin/user/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*zucm	Je'),
('Jh|0`ZpE', 'wp-admin/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vCvvziPa^G0'),
(' *@ADғ=puE', 'wp-admin/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U<=/{UMj'),
('Pizta}a', 'wp-admin/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zWBP5f'),
('ThzPr', 'wp-admin/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZME8x}J.'),
('I:Bs#@', 'wp-blog-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'taMm?%,=tz'),
('Sp>WrYE', 'wp-comments-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/;TDY]6޴4NY'),
('~ťs\01y$L}h', 'wp-config-sample.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I?Ie V'),
('vK;@saU1;	^', 'wp-config.php', 0, '߫bЖ|$', '߫bЖ|$'),
('-^g̺@\0/', 'wp-content/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gD,V=\\bP'),
('f<RTR.WL', 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.plugins.v3.php', 0, '6<iN^Ǐ', '6<iN^Ǐ'),
('VJa''ݓ', 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.themes.v3.php', 0, 'Cy7\n:^F', 'Cy7\n:^F'),
('CÝ̘BP,', 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php', 0, 'VUu;?lk|"e', 'VUu;?lk|"e'),
('FcBM4:U[', 'wp-content/plugins/LayerSlider/classes/class.ls.exportutil.php', 0, 'xΞ&YѪ7%rB', 'xΞ&YѪ7%rB'),
('W<i)+A3', 'wp-content/plugins/LayerSlider/classes/class.ls.importutil.php', 0, 'ä	FI=c#', 'ä	FI=c#'),
('%ܹ^JT', 'wp-content/plugins/LayerSlider/classes/class.ls.posts.php', 0, '.:u	<y\0[ji', '.:u	<y\0[ji'),
('͡!+U_w\Z', 'wp-content/plugins/LayerSlider/classes/class.ls.sliders.php', 0, 'M2z\0c0', 'M2z\0c0'),
('@M~%8uw', 'wp-content/plugins/LayerSlider/classes/class.ls.sources.php', 0, '[oCF`=', '[oCF`='),
('+?YEG]W', 'wp-content/plugins/LayerSlider/classes/index.php', 0, '-c+,', '-c+,'),
('o.4%8z2', 'wp-content/plugins/LayerSlider/config/defaults.php', 0, 'ղgCs.', 'ղgCs.'),
('2AwQ)J.', 'wp-content/plugins/LayerSlider/config/index.php', 0, '-c+,', '-c+,'),
('\rR,KO', 'wp-content/plugins/LayerSlider/config/layer.defaults.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('hʛ葌dRb8', 'wp-content/plugins/LayerSlider/config/plugin.defaults.php', 0, 'JNF|#\Z', 'JNF|#\Z'),
('We86z', 'wp-content/plugins/LayerSlider/config/slide.defaults.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('`&g:h', 'wp-content/plugins/LayerSlider/config/slider.defaults.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('6:3Al@', 'wp-content/plugins/LayerSlider/demos/index.php', 0, '-c+,', '-c+,'),
('XEQ	bQi^\n', 'wp-content/plugins/LayerSlider/demos/transitions.js', 0, '\\r$V9Yٰ', '\\r$V9Yٰ'),
('''\n1q~_%', 'wp-content/plugins/LayerSlider/helpers/admin.ui.tools.php', 0, '^I؂aKe:#', '^I؂aKe:#'),
('$bC)||', 'wp-content/plugins/LayerSlider/helpers/index.php', 0, '-c+,', '-c+,'),
('NŬ\0XN>N', 'wp-content/plugins/LayerSlider/helpers/phpQuery.php', 0, '<;rfq', '<;rfq'),
('tf&|:y-,v(', 'wp-content/plugins/LayerSlider/includes/index.php', 0, '-c+,', '-c+,'),
('6ޗ)8F', 'wp-content/plugins/LayerSlider/includes/slider_markup_html.php', 0, 'ٲfY><ʽ', 'ٲfY><ʽ'),
('vkz5me|ۊ', 'wp-content/plugins/LayerSlider/includes/slider_markup_init.php', 0, 'M}~\0V', 'M}~\0V'),
('˜2,49,', 'wp-content/plugins/LayerSlider/index.php', 0, '-c+,', '-c+,'),
('T	s', 'wp-content/plugins/LayerSlider/layerslider.php', 0, '3[2n\n', '3[2n\n'),
('ˋfl-rN', 'wp-content/plugins/LayerSlider/locales/index.php', 0, '-c+,', '-c+,'),
('<sD\Z', 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/brace-fold.js', 0, '\\wΟCp', '\\wΟCp'),
(':i~WY!Y', 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldcode.js', 0, '蓠Gq~', '蓠Gq~'),
('PсXJ\n:', 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldgutter.js', 0, 'n>nIu%', 'n>nIu%'),
('HЂi TQuj!]', 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/indent-fold.js', 0, 'F,Т{C;', 'F,Т{C;'),
('(X72', 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/xml-fold.js', 0, 'A}D|fA8', 'A}D|fA8'),
('#h2h֍L`P', 'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/active-line.js', 0, 'zzX>7>f', 'zzX>7>f'),
(')ä։y\nxx', 'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/mark-selection.js', 0, 'NNؑv,#pH', 'NNؑv,#pH'),
('(\\Nnl`\n', 'wp-content/plugins/LayerSlider/static/codemirror/lib/codemirror.js', 0, 'Hg!0!8', 'Hg!0!8'),
('7>TӀ\n', 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/css.js', 0, 'g>ZUF', 'g>ZUF'),
('@V`.m,', 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/index.html', 0, '*r<]p', '*r<]p'),
('&%p>̫;', 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss.html', 0, 'ucRd', 'ucRd'),
('ϬO9k=l', 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss_test.js', 0, '"\rGQHJ7mŗ', '"\rGQHJ7mŗ'),
('?l3t!M', 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/test.js', 0, '&6-E)', '&6-E)'),
('O$U6''', 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/htmlembedded.js', 0, 'VEe_\0)X', 'VEe_\0)X'),
('Oا>#FiinE', 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/index.html', 0, '8NQ&>Ih', '8NQ&>Ih'),
('ƌH;y', 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/htmlmixed.js', 0, 'S>MEV', 'S>MEV'),
('x~Y\\Ifג\\', 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/index.html', 0, '4d!c\0la`xؤ', '4d!c\0la`xؤ'),
('\n/.pXx', 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/index.html', 0, 'J,4U-b8"Wz', 'J,4U-b8"Wz'),
('#+z;t', 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/javascript.js', 0, 'Q~+d\n', 'Q~+d\n'),
('Gd|LMUS', 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/test.js', 0, 'vA', 'vA'),
('j¯޹>|$', 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/typescript.html', 0, '́aS:', '́aS:'),
(',^ |hڞ', 'wp-content/plugins/LayerSlider/static/codemirror/mode/meta.js', 0, '<r$f4]ۻ"\n', '<r$f4]ۻ"\n'),
('q\ZI/l/\\)', 'wp-content/plugins/LayerSlider/static/codemirror/mode/php/index.html', 0, 'C2aTQ毯[aîD', 'C2aTQ毯[aîD'),
('S繏', 'wp-content/plugins/LayerSlider/static/codemirror/mode/php/php.js', 0, 'c[ ^*rS', 'c[ ^*rS'),
('׹a;*ϪҮ趌', 'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/index.html', 0, 'S9#`݀A', 'S9#`݀A'),
('\r.7dϦD', 'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/xml.js', 0, 'BPF+	Q<S', 'BPF+	Q<S'),
('-KT', 'wp-content/plugins/LayerSlider/static/js/greensock.js', 0, ')_ߥ\Zd', ')_ߥ\Zd'),
('V~B00Z', 'wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js', 0, '&`\n{<', '&`\n{<'),
('*[QwKU+', 'wp-content/plugins/LayerSlider/static/js/layerslider.transition.gallery.js', 0, 'Zp`dUY+y', 'Zp`dUY+y'),
('"/ZQ((7', 'wp-content/plugins/LayerSlider/static/js/layerslider.transitions.js', 0, 'P:h2|B\n;', 'P:h2|B\n;'),
('^kʜW', 'wp-content/plugins/LayerSlider/static/js/ls-admin-global.js', 0, ',\rE@Kg	w=H', ',\rE@Kg	w=H'),
('A:$X~ue\ZWz96', 'wp-content/plugins/LayerSlider/static/js/ls-admin-slider-builder.js', 0, 'w6ܣc)ci', 'w6ܣc)ci'),
('WyMEnA#', 'wp-content/plugins/LayerSlider/static/js/ls-admin-sliders.js', 0, 'ͳ"FPa', 'ͳ"FPa'),
('*+Zg4QF', 'wp-content/plugins/LayerSlider/static/js/ls-admin-tinymce.js', 0, 'i''Uf`#ڼ', 'i''Uf`#ڼ'),
('ϻU>:X΃{', 'wp-content/plugins/LayerSlider/static/js/ls-admin-transition-builder.js', 0, 'Nr$g-\0,', 'Nr$g-\0,'),
('`ͭЫV_', 'wp-content/plugins/LayerSlider/static/js/minicolors/jquery.minicolors.js', 0, 'W;N]', 'W;N]'),
('0\n{q3tnC', 'wp-content/plugins/LayerSlider/static/js/minicolors/jquery.minicolors.min.js', 0, '{=VxR$\\Ə', '{=VxR$\\Ə'),
('wZ9ޤ/Jr', 'wp-content/plugins/LayerSlider/templates/index.php', 0, '-c+,', '-c+,'),
('훉x:.B}', 'wp-content/plugins/LayerSlider/templates/tmpl-add-slider.php', 0, '5SaMe', '5SaMe'),
('ʖQ:]}?i\0', 'wp-content/plugins/LayerSlider/templates/tmpl-beta-feedback.php', 0, ';%v. g', ';%v. g'),
('aEZ9#"]', 'wp-content/plugins/LayerSlider/templates/tmpl-demo-sliders.php', 0, '48c_PX/', '48c_PX/'),
('`TnV', 'wp-content/plugins/LayerSlider/templates/tmpl-layer-item.php', 0, 'Qlڴg', 'Qlڴg'),
('۾P@\n\\̿', 'wp-content/plugins/LayerSlider/templates/tmpl-layer.php', 0, '$E\ZP{.8?', '$E\ZP{.8?'),
('/X{ƨ(', 'wp-content/plugins/LayerSlider/templates/tmpl-post-options.php', 0, 'vBLv>Y뮕6>x', 'vBLv>Y뮕6>x'),
('ȎɥrWIl', 'wp-content/plugins/LayerSlider/templates/tmpl-share-sheet.php', 0, '7u䈙SmC', '7u䈙SmC'),
('\\c8!%v^', 'wp-content/plugins/LayerSlider/templates/tmpl-slide.php', 0, 'h/.H.YQ', 'h/.H.YQ'),
('ᛃ)"9kơX', 'wp-content/plugins/LayerSlider/templates/tmpl-slider-settings.php', 0, '''@/]91', '''@/]91'),
('3.', 'wp-content/plugins/LayerSlider/templates/tmpl-transition-window.php', 0, '`m1Hv', '`m1Hv'),
('42$MSʑ0k', 'wp-content/plugins/LayerSlider/templates/tmpl-updates-revalidation.php', 0, 'DUHm}%', 'DUHm}%'),
('ԅO#n', 'wp-content/plugins/LayerSlider/tmp/cache/index.php', 0, '-c+,', '-c+,'),
('ƕb0V%[', 'wp-content/plugins/LayerSlider/tmp/index.php', 0, '-c+,', '-c+,'),
('@~AdlG`}', 'wp-content/plugins/LayerSlider/tmp/uploads/index.php', 0, '-c+,', '-c+,'),
('`M%h"', 'wp-content/plugins/LayerSlider/views/index.php', 0, '-c+,', '-c+,'),
('cr-ͯ''ɟ!', 'wp-content/plugins/LayerSlider/views/skin_editor.php', 0, 'u:=)', 'u:=)'),
('RgVϐ;', 'wp-content/plugins/LayerSlider/views/slider_edit.php', 0, '|#{?[uH9', '|#{?[uH9'),
('d$Qk1', 'wp-content/plugins/LayerSlider/views/slider_list.php', 0, '1S3tTqH/', '1S3tTqH/'),
('O_:', 'wp-content/plugins/LayerSlider/views/style_editor.php', 0, 'y{or5~', 'y{or5~'),
('ؐyFYLMi', 'wp-content/plugins/LayerSlider/views/transition_builder.php', 0, ' È3TbCXr]', ' È3TbCXr]'),
('r!7E4', 'wp-content/plugins/LayerSlider/wp/actions.php', 0, 'ng0`&+A', 'ng0`&+A'),
('n\\۱q%L6yC', 'wp-content/plugins/LayerSlider/wp/activation.php', 0, '''RgRO #m9', '''RgRO #m9'),
('ao!3	,g''', 'wp-content/plugins/LayerSlider/wp/compatibility.php', 0, 'yޑĮmޑku2v', 'yޑĮmޑku2v'),
('$yU\\_pt4j', 'wp-content/plugins/LayerSlider/wp/hooks.php', 0, 'Ւ\\:R2 ', 'Ւ\\:R2 '),
('.?\0"_ծWt''', 'wp-content/plugins/LayerSlider/wp/index.php', 0, '-c+,', '-c+,'),
('d\\rz"՘', 'wp-content/plugins/LayerSlider/wp/menus.php', 0, 'P,{9ꪫ\0Pʀ', 'P,{9ꪫ\0Pʀ'),
('TIƛkAt', 'wp-content/plugins/LayerSlider/wp/notices.php', 0, '(i\ZAZ"}jO', '(i\ZAZ"}jO'),
('\Z*bXC', 'wp-content/plugins/LayerSlider/wp/scripts.php', 0, 'ٮptcS', 'ٮptcS'),
('GD2pKJ', 'wp-content/plugins/LayerSlider/wp/shortcodes.php', 0, ':Y4E.v2W', ':Y4E.v2W'),
('[O-_/', 'wp-content/plugins/LayerSlider/wp/tinymce.php', 0, '?W(/b^Ub', '?W(/b^Ub'),
('nI=mP', 'wp-content/plugins/LayerSlider/wp/widgets.php', 0, '\\\0\\Wh', '\\\0\\Wh'),
('zU"&ۘ', 'wp-content/plugins/bulk-page-creator/bulk-page-creator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5?ޔ/\0{n'),
('2VvxX+B', 'wp-content/plugins/bulk-page-creator/my-script.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5\\OzP\nRC/'),
('lOz/cRfZ', 'wp-content/plugins/bulk-page-creator/my-style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd((ںN'),
('C\r} ', 'wp-content/plugins/bulk-page-creator/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l\0^ake),<'),
('U-6$ɭVC', 'wp-content/plugins/bulk-page-creator/screenshot-1.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z/4M"@P>b'),
('ε2\\ux', 'wp-content/plugins/envato-wordpress-toolkit/assets/js/ajax-notification.js', 0, '&L001', '&L001'),
('6<U\nzObj5', 'wp-content/plugins/envato-wordpress-toolkit/includes/class-envato-api.php', 0, 'Ka#éʷ72', 'Ka#éʷ72'),
('J(DqۄG9v:', 'wp-content/plugins/envato-wordpress-toolkit/includes/class-envato-backup.php', 0, '@㻱w', '@㻱w'),
('/Ew`E3\r', 'wp-content/plugins/envato-wordpress-toolkit/includes/class-github-updater.php', 0, 'J̦d(|k', 'J̦d(|k'),
('Lsi<P\0', 'wp-content/plugins/envato-wordpress-toolkit/includes/class-wp-upgrader.php', 0, '͞d\r:]T~AT', '͞d\r:]T~AT'),
('`wBje\0^', 'wp-content/plugins/envato-wordpress-toolkit/index.php', 0, 'Ԑ㧧jA', 'Ԑ㧧jA'),
('e~ґ`b2si', 'wp-content/plugins/gravityforms/common.php', 0, '\n#T#I2])PQ', '\n#T#I2])PQ'),
('>\Z;ٴq', 'wp-content/plugins/gravityforms/css/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('3{1w', 'wp-content/plugins/gravityforms/currency.php', 0, '4mZX', '4mZX'),
('/#', 'wp-content/plugins/gravityforms/entry_detail.php', 0, 'fO;<0&IWm', 'fO;<0&IWm'),
('͸!d\n3\n', 'wp-content/plugins/gravityforms/entry_list.php', 0, 'uh|!R~', 'uh|!R~'),
('>̅L<ЉK5', 'wp-content/plugins/gravityforms/export.php', 0, 'cZxs', 'cZxs'),
('E]U&', 'wp-content/plugins/gravityforms/fonts/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('DBF92', 'wp-content/plugins/gravityforms/form_detail.php', 0, 'cˊuc kBL', 'cˊuc kBL'),
('X5\r', 'wp-content/plugins/gravityforms/form_display.php', 0, 'Gl2_y', 'Gl2_y'),
('3}tܽ', 'wp-content/plugins/gravityforms/form_list.php', 0, 'GO/o[', 'GO/o['),
('Omvs7oP', 'wp-content/plugins/gravityforms/form_settings.php', 0, 'J}ҽ%A ', 'J}ҽ%A '),
('"jYx#', 'wp-content/plugins/gravityforms/forms_model.php', 0, 'ϗT=O5', 'ϗT=O5'),
('NSwP=o&', 'wp-content/plugins/gravityforms/gravityforms.php', 0, '%2h9>b)dk%', '%2h9>b)dk%'),
('L&=j{ka', 'wp-content/plugins/gravityforms/help.php', 0, '-:n{lH-4', '-:n{lH-4'),
('Eٗg>D!H', 'wp-content/plugins/gravityforms/images/datepicker/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('n~ty##la-', 'wp-content/plugins/gravityforms/images/doctypes/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('>sX_K-', 'wp-content/plugins/gravityforms/images/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('@ng߮', 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php', 0, '^U K9|hu', '^U K9|hu'),
('&;w)ؗ7l', 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php', 0, 'cU|doo', 'cU|doo'),
('詖,~nF', 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php', 0, ')=Qᅮ\rf[', ')=Qᅮ\rf['),
('U]<m', 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php', 0, 'Vr/=', 'Vr/='),
('2|"U-2pT', 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php', 0, 'Rpܿf+4:\r;', 'Rpܿf+4:\r;'),
('pT68+Y`', 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php', 0, '_,j|7', '_,j|7'),
('eHT	񂟨\rFc', 'wp-content/plugins/gravityforms/includes/addon/css/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('N~BQ׺', 'wp-content/plugins/gravityforms/includes/addon/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('wbRxd@', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js', 0, '/t@\r痞', '/t@\r痞'),
('J*(f.wiL', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js', 0, '_V/Ws', '_V/Ws'),
('mYr''|͉5', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js', 0, 'PXsoCПWY', 'PXsoCПWY'),
('i\r@}lҏ', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js', 0, '"ܙ[c ', '"ܙ[c '),
('j;_]kM9', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js', 0, '\nHHy-JV', '\nHHy-JV'),
('`#pq):&n', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js', 0, 'uAtn_FbR\nѲ', 'uAtn_FbR\nѲ'),
('$Kl-)%n', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js', 0, 'q*n\nnz', 'q*n\nnz'),
('I C\n]Nq', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js', 0, '](v22 6', '](v22 6'),
('R0b-B\0֋', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.js', 0, 'ۼ岄J&7~', 'ۼ岄J&7~'),
('\\EN+u̓', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.min.js', 0, '߇ORSv1', '߇ORSv1'),
('I]i', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js', 0, 'Jnn"D', 'Jnn"D'),
('lqJ~80', 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js', 0, 'w\r$M=;Aq1', 'w\r$M=;Aq1'),
('#*\Z$}NYq', 'wp-content/plugins/gravityforms/includes/addon/js/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('kekQ/ژMAх', 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js', 0, '1eɱӠ', '1eɱӠ'),
('B\\ײ7ꠗm $', 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js', 0, '~n4KET', '~n4KET'),
('3,\0 4]+I))', 'wp-content/plugins/gravityforms/includes/api.php', 0, 'GB7ALu', 'GB7ALu'),
('8ٛ1Z뺫', 'wp-content/plugins/gravityforms/includes/class-gf-download.php', 0, '3m&bg:', '3m&bg:'),
('\0/K|tA]', 'wp-content/plugins/gravityforms/includes/class-gravity-api.php', 0, '7\\\\Ptmn', '7\\\\Ptmn'),
('4מ~{g9', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php', 0, '%8$F`y', '%8$F`y'),
('\0-z{3R', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php', 0, ')qM', ')qM'),
('?6jT\\##bA', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php', 0, 'v9H#\r', 'v9H#\r'),
('Țxϣ\Z.c+:', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php', 0, '	\0褖JIgW', '	\0褖JIgW'),
('*ڏwX^C', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php', 0, '!؜hby', '!؜hby'),
('Y @`"t;', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php', 0, 'Y-%Figo', 'Y-%Figo'),
('>׬"0 4s', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php', 0, 'ͻpxvaۀ', 'ͻpxvaۀ'),
('ƛ+W	', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php', 0, '.|ZӋB', '.|ZӋB'),
('AE\r% BDn)''', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php', 0, 'bXIJ-"bf^', 'bXIJ-"bf^'),
('-U''iM!5\r', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php', 0, 'p@W[%ԇ#', 'p@W[%ԇ#'),
('Y:', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php', 0, 'C1f', 'C1f'),
('}|.~Y}', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php', 0, '~U@7ɮh1Е', '~U@7ɮh1Е'),
('/ItۮO', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php', 0, 'DiW:JdNxQ', 'DiW:JdNxQ'),
('I}#Ƙx', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php', 0, 'U&&f̪Z', 'U&&f̪Z'),
('{Y	bPqm', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php', 0, '#u)', '#u)'),
('U5\rflr', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php', 0, 'QwwoEa', 'QwwoEa'),
('vWA=ݵ', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php', 0, '䍼0-', '䍼0-'),
('[Q<_8&', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php', 0, 'M=v\0	ǁt*', 'M=v\0	ǁt*'),
('[/(\rrZ', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php', 0, 'vB༻#ͬ', 'vB༻#ͬ'),
(',5}\n?', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php', 0, 'L3b_dݶDB', 'L3b_dݶDB'),
('ex׈Q,', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php', 0, '/\nPǛc7M', '/\nPǛc7M'),
('->=J3ϹE', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php', 0, 'X?(#W0', 'X?(#W0'),
('zq''&\Z-*oUz', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php', 0, '9J2@˟ʸ''', '9J2@˟ʸ'''),
('hEqE*', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php', 0, 'p qIfK', 'p qIfK'),
('s4&\ntJL', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php', 0, 'zs1G1ZUF', 'zs1G1ZUF'),
('EӂrD}7Ț', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php', 0, 'Juum*$ozX', 'Juum*$ozX'),
('W|}E:ʾ1', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php', 0, '0"j|''Y?`', '0"j|''Y?`'),
('RFYT<GhZ0n', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php', 0, 'vg''\rjZ', 'vg''\rjZ'),
('(\rPX_2J', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php', 0, '^2zM,倯scb', '^2zM,倯scb'),
('o^Q''lhoW', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php', 0, 'IX''Xr$)', 'IX''Xr$)'),
('77^%\rBiK', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php', 0, 'XtJ0˓', 'XtJ0˓'),
('S]4v@̢', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php', 0, 'w	j.g¥', 'w	j.g¥'),
('S$ldI%:w', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php', 0, 'XZUҜ/ȟ\rGH|', 'XZUҜ/ȟ\rGH|'),
('9M|rW ', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php', 0, ':"??L;', ':"??L;'),
('ggN7e6-', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php', 0, 'PJs!q1gJU', 'PJs!q1gJU'),
('~l3eǩ', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php', 0, '\Z+hz|', '\Z+hz|'),
('fCxK;S', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php', 0, 'dm7kvjJ', 'dm7kvjJ'),
('ˣގi<n؃4˱', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php', 0, 'JtF(P;s', 'JtF(P;s'),
('H`c4', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php', 0, 'hHԼ Q\n', 'hHԼ Q\n'),
('| \Z>UBpVQc	', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php', 0, '_.	Xu{Q?/', '_.	Xu{Q?/'),
('\Za4W''}~6Ix', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php', 0, '6{ B:', '6{ B:'),
('ZU4 R:', 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php', 0, '"7iU$', '"7iU$'),
('q[AO!', 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php', 0, '4W$f!s{~L', '4W$f!s{~L'),
('ã"=D\nP', 'wp-content/plugins/gravityforms/includes/fields/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('Aخ>dlhhLG', 'wp-content/plugins/gravityforms/includes/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('bN*lFk2', 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php', 0, 'fe''?DU', 'fe''?DU'),
('瑛y^mT', 'wp-content/plugins/gravityforms/includes/locking/css/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('na.|', 'wp-content/plugins/gravityforms/includes/locking/images/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('a|.)>tv', 'wp-content/plugins/gravityforms/includes/locking/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('WzF\0[,*', 'wp-content/plugins/gravityforms/includes/locking/js/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('k;׾9g', 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js', 0, '7->a55`\\ u', '7->a55`\\ u'),
('$K*NK:`', 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js', 0, 'l4c-Tn', 'l4c-Tn'),
('tRzdpł', 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js', 0, '낲vIj', '낲vIj'),
('ヹZc', 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js', 0, '|,x:_', '|,x:_'),
('Ƭ?zTbŕ>', 'wp-content/plugins/gravityforms/includes/locking/js/locking.js', 0, 'Ak{],)[', 'Ak{],)['),
('g@7#>ǌ@', 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js', 0, '?$X0>P&vS\Zk', '?$X0>P&vS\Zk'),
('}(p(J?', 'wp-content/plugins/gravityforms/includes/locking/locking.php', 0, '\Zh/t\r_', '\Zh/t\r_'),
('{Mw`6?:M', 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('JZlzWi', 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php', 0, 'wD޽<[', 'wD޽<['),
('ga%媿wJm', 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php', 0, 'nWdC9 8\Z', 'nWdC9 8\Z'),
('lD[lj5"', 'wp-content/plugins/gravityforms/includes/upload.php', 0, 'v"jՒM,~35', 'v"jՒM,~35'),
(' ]%j%g', 'wp-content/plugins/gravityforms/includes/webapi/css/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('ے,s=E k6g', 'wp-content/plugins/gravityforms/includes/webapi/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('@1-Ŋ5	Rj2', 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js', 0, '<c]kz<', '<c]kz<'),
('\Z%;Uf(U', 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js', 0, 'ݜڦD\n/F', 'ݜڦD\n/F'),
('|&[VhR8\ZPiF', 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js', 0, 'aE=ճ_?_\ntmH', 'aE=ճ_?_\ntmH'),
('6rz\0', 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js', 0, '#[Hϖë', '#[Hϖë'),
('WNf>D', 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js', 0, 'RFԢ/	m', 'RFԢ/	m'),
('(֫j&*i}Ó-Td', 'wp-content/plugins/gravityforms/includes/webapi/js/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('usNQY]0Ln', 'wp-content/plugins/gravityforms/includes/webapi/webapi.php', 0, '܁gG7t:E22/T', '܁gG7t:E22/T'),
('*9MKV', 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php', 0, '(kwf!~', '(kwf!~'),
('uFTv;\Z\\w', 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php', 0, 'Qˉ	\0c+2p', 'Qˉ	\0c+2p'),
('S["taJ', 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php', 0, 'd&i-\ZXí0', 'd&i-\ZXí0'),
('w21^a', 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php', 0, 'EyRmVd', 'EyRmVd'),
('%)2@\n1', 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php', 0, 'A&]8.A\r', 'A&]8.A\r'),
('h\ZW:_P&_', 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php', 0, '5?8bSq5', '5?8bSq5'),
('KI34M{0\0+W', 'wp-content/plugins/gravityforms/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('H$ǌ[Ǳ\\e', 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js', 0, 'OO\rĴ2\\|', 'OO\rĴ2\\|'),
('\nRiFsGfOy', 'wp-content/plugins/gravityforms/js/conditional_logic.js', 0, 'mJhʀ', 'mJhʀ'),
('F-NR'':?<V)#', 'wp-content/plugins/gravityforms/js/conditional_logic.min.js', 0, '~$L=b% [', '~$L=b% ['),
('\\SU{R8T', 'wp-content/plugins/gravityforms/js/datepicker.js', 0, 'bЀuNnr', 'bЀuNnr'),
('~25u=wt', 'wp-content/plugins/gravityforms/js/datepicker.min.js', 0, 'S_w!v!', 'S_w!v!'),
('YvX$`5o', 'wp-content/plugins/gravityforms/js/floatmenu_init.js', 0, 'bi?/ُ', 'bi?/ُ'),
('5r=)nk', 'wp-content/plugins/gravityforms/js/floatmenu_init.min.js', 0, '㾋0*Qoy', '㾋0*Qoy'),
('N	>S߾(', 'wp-content/plugins/gravityforms/js/form_admin.js', 0, 'T;(Aw!f`ƃP', 'T;(Aw!f`ƃP'),
('źtGѫHa', 'wp-content/plugins/gravityforms/js/form_admin.min.js', 0, 'sLaDnD#{/', 'sLaDnD#{/'),
('O.ɡ	;ٓ7', 'wp-content/plugins/gravityforms/js/form_editor.js', 0, 'OLVBfZ', 'OLVBfZ'),
('`3%N2О`\n', 'wp-content/plugins/gravityforms/js/form_editor.min.js', 0, 't.PHN),', 't.PHN),'),
('L(/:j0@', 'wp-content/plugins/gravityforms/js/forms.js', 0, '^-em8,bH\nY', '^-em8,bH\nY'),
('95[;Q|1o3z', 'wp-content/plugins/gravityforms/js/forms.min.js', 0, 'Xj0gbMk5', 'Xj0gbMk5'),
('#_=$Q', 'wp-content/plugins/gravityforms/js/gf_field_filter.js', 0, 'UByyvM', 'UByyvM'),
('?7,\0', 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js', 0, 'b;C-b\\s', 'b;C-b\\s'),
('C\ry;,iu', 'wp-content/plugins/gravityforms/js/gravityforms.js', 0, 'Xd1h''', 'Xd1h'''),
('g\Znퟡj', 'wp-content/plugins/gravityforms/js/gravityforms.min.js', 0, 'i$vļ', 'i$vļ'),
('%X>gKo[', 'wp-content/plugins/gravityforms/js/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('|gZ}	L', 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js', 0, 'oi2t+Q', 'oi2t+Q'),
('4''+x;#PY[', 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js', 0, 'p[R', 'p[R'),
('pPrOSF5', 'wp-content/plugins/gravityforms/js/jquery.json.js', 0, '?~\rԬ*.n~', '?~\rԬ*.n~'),
('_OVGLH', 'wp-content/plugins/gravityforms/js/jquery.json.min.js', 0, 'D#g[I39KR', 'D#g[I39KR'),
('@E\0g>p*ͽ9G', 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js', 0, 'ߪR|ov@~', 'ߪR|ov@~'),
(',!MCJ', 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js', 0, '+s*Н2}5J', '+s*Н2}5J'),
('ķ3+\Zi_', 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js', 0, 'VPWu&cϫn', 'VPWu&cϫn'),
('f2b\nE', 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js', 0, '~jM1?u', '~jM1?u'),
('3lxQ׺8\Z*', 'wp-content/plugins/gravityforms/js/menu.js', 0, '%ҭȥ6t', '%ҭȥ6t'),
('A4{뮬6U>GC', 'wp-content/plugins/gravityforms/js/menu.min.js', 0, '<Hܲ:]', '<Hܲ:]'),
('4P.', 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js', 0, 'EP+~&r>jC', 'EP+~&r>jC'),
('E*4>', 'wp-content/plugins/gravityforms/js/shortcode-ui.js', 0, '~#:', '~#:'),
(',iLvo `3A', 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js', 0, 'titb', 'titb'),
('kf\rw)[3', 'wp-content/plugins/gravityforms/js/tooltip_init.js', 0, ';Ƞ7L7槭r', ';Ƞ7L7槭r'),
('O˂̬otzO)', 'wp-content/plugins/gravityforms/js/tooltip_init.min.js', 0, '0ZhK9ϵ+', '0ZhK9ϵ+'),
('Ϋ\n 1q#J4"I\0', 'wp-content/plugins/gravityforms/js.php', 0, 'Lי1w8\Z', 'Lי1w8\Z'),
('66Dj@', 'wp-content/plugins/gravityforms/languages/index.php', 0, '6L2Ӳk1:B', '6L2Ӳk1:B'),
('}HB-$Těc`', 'wp-content/plugins/gravityforms/notification.php', 0, 'y\0QND', 'y\0QND'),
('rfٽX4;', 'wp-content/plugins/gravityforms/preview.php', 0, ')[k''PUzjcU\Z[-', ')[k''PUzjcU\Z[-'),
('Qmf\r]>\0B!(', 'wp-content/plugins/gravityforms/print-entry.php', 0, 'jC0_Y', 'jC0_Y'),
('в#jެ', 'wp-content/plugins/gravityforms/select_columns.php', 0, '\nT[ɀdǊ0˛w+T', '\nT[ɀdǊ0˛w+T'),
('pKȋ8}', 'wp-content/plugins/gravityforms/settings.php', 0, 'tX{+9', 'tX{+9'),
('_{x{+|', 'wp-content/plugins/gravityforms/tooltips.php', 0, ':{4rbeHH', ':{4rbeHH'),
('GOCEe7', 'wp-content/plugins/gravityforms/update.php', 0, ':ҥD\n,i^', ':ҥD\n,i^'),
('"2qrы', 'wp-content/plugins/gravityforms/widget.php', 0, '!q&o4', '!q&o4'),
('XzC08ȗB', 'wp-content/plugins/gravityforms/xml.php', 0, '5<V''CdV', '5<V''CdV'),
('0*W', 'wp-content/plugins/index.php', 0, 'gD,V=\\bP', 'gD,V=\\bP'),
('Aϴ#_nX', 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js', 0, 'lGTS鿷G', 'lGTS鿷G'),
('H>f>A_|', 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js', 0, '3J_y''/	f'':i', '3J_y''/	f'':i'),
('F1#:/m.i=', 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js', 0, '2f۾', '2f۾'),
('BR?\r~uMg%', 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js', 0, 'rq[)[z7n', 'rq[)[z7n'),
('Sc!%.Kk*t', 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js', 0, 'n-TU	Ϸ', 'n-TU	Ϸ'),
('O#q6KU', 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js', 0, 'L@\0vE', 'L@\0vE'),
('M>sr]\\', 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js', 0, '\r({\n,{|', '\r({\n,{|'),
('t#ݕxgM$', 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js', 0, '>ԜИoNYge', '>ԜИoNYge'),
('My;|	A', 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js', 0, '''kSPWA\ZY.po', '''kSPWA\ZY.po'),
('C\n0uY*XCꢽa', 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js', 0, 'vo	0\0XT', 'vo	0\0XT'),
('U&(f+9ӽ', 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js', 0, 'p^39:\r^', 'p^39:\r^'),
('\nPXl0ҭ5Bqz', 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js', 0, ';gɦWc', ';gɦWc'),
('x)=Dum', 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js', 0, 'pb:S*\\/', 'pb:S*\\/'),
('\rE8\Z/ԢucV[d', 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js', 0, 'H<ͼS', 'H<ͼS'),
(';^I<ըJ(', 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js', 0, 'Ei	', 'Ei	'),
('ݲEb.r', 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js', 0, 'la"ЬdP', 'la"ЬdP'),
('vm!=3', 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js', 0, '+|I^U6\0&ߚ', '+|I^U6\0&ߚ'),
(')róFynշ', 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js', 0, '$1qr]d', '$1qr]d'),
('''1i_HTWs', 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js', 0, 'X?L(m6', 'X?L(m6'),
('߾4+K&V#c', 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js', 0, 'n`)=!.4l', 'n`)=!.4l'),
('Ϟ<?', 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js', 0, 'w:qxo', 'w:qxo'),
('e	O'' kmyٜ', 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js', 0, 'U \0g[㵍', 'U \0g[㵍'),
('\nRe.SG', 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js', 0, '|bt}Lsyjm', '|bt}Lsyjm'),
('u_y5ήUz', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js', 0, '%ȳ%\r1^', '%ȳ%\r1^'),
('NQrӜ46DTe', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js', 0, 'odfځ=[.<9*', 'odfځ=[.<9*'),
('1	%gax}D#	', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js', 0, 'ͥ0\ZF߱UF;', 'ͥ0\ZF߱UF;'),
('''754.S', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js', 0, 'P*s/\\0', 'P*s/\\0'),
('H;\n脯@@', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js', 0, 'чgg\r`bf', 'чgg\r`bf'),
('G(Y)%', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js', 0, '^2J0c)p', '^2J0c)p'),
('v:%ZOb', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js', 0, 'CxM۰', 'CxM۰'),
('+LHU5D', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js', 0, 'J0Ϻ.DN', 'J0Ϻ.DN'),
('b"quǃ', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js', 0, 'Fs)\Z;D\n>g|', 'Fs)\Z;D\n>g|'),
('#5୳r', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js', 0, 'ꃃtBWC8.6', 'ꃃtBWC8.6'),
(';vu%Kli ', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js', 0, '/禅M', '/禅M'),
('ʥ#= ', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js', 0, '8;L@#{>', '8;L@#{>'),
(']P0D~L', 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js', 0, '.}^ J', '.}^ J'),
('sGLg''\\', 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js', 0, '}g2gZSC', '}g2gZSC'),
('w@*!.', 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js', 0, 'CJXl:', 'CJXl:');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('Ӂ*\nglY', 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js', 0, 'Qu2\\]2N~', 'Qu2\\]2N~'),
('\0WBLf\r2', 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js', 0, 'U$UeC', 'U$UeC'),
('!*`^G', 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js', 0, 'W\\޺x)', 'W\\޺x)'),
('*\Zf7b\\', 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js', 0, 'h''Ha', 'h''Ha'),
('Q#U', 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js', 0, '0GϘ,GKFڕ', '0GϘ,GKFڕ'),
('&&{:/):5R', 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js', 0, 'Gւp4', 'Gւp4'),
('RLWp.', 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js', 0, 'w{mFme', 'w{mFme'),
('<r%\0&꘯ᠫ', 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js', 0, '"ooPV?p&QO', '"ooPV?p&QO'),
('XS7L}`t5', 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js', 0, '4$Vc%:-H8(', '4$Vc%:-H8('),
('@gk;l0i', 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js', 0, 'Ƚí7>_-', 'Ƚí7>_-'),
('cmwMͳfA', 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js', 0, 'psċskј', 'psċskј'),
('ʨ\0	diH', 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js', 0, '6pVzy,', '6pVzy,'),
('5jsc>^Or,:f', 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js', 0, 'rߞr@\n~8\n', 'rߞr@\n~8\n'),
('+vb', 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js', 0, '2Hu9dO', '2Hu9dO'),
('8 -1rlk', 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js', 0, '&K%wD{', '&K%wD{'),
('7$^ZwEB[U', 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js', 0, 'O =VA÷', 'O =VA÷'),
('Qf#0Z?', 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js', 0, ':->4', ':->4'),
('үe+f', 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js', 0, '콥n5', '콥n5'),
('lc{\0Ky', 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js', 0, 'kGE`Zb', 'kGE`Zb'),
('#MB#.2"2^', 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js', 0, 'o\r@	8blz', 'o\r@	8blz'),
('	8dӗE`"M	\Z', 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js', 0, '+CZUK', '+CZUK'),
('2:1Q֓o=&	', 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js', 0, '\neU-,', '\neU-,'),
('w9Sԋ:6', 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js', 0, '1~ML/d>', '1~ML/d>'),
('VYϧwc', 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js', 0, '7g\\TuN%U1g', '7g\\TuN%U1g'),
('sg;4SfG:o', 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js', 0, 'RZ}!AO,N', 'RZ}!AO,N'),
('ˎ<\r8#	A)AQ', 'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js', 0, 'X@p>j', 'X@p>j'),
('PS.緂p', 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php', 0, '84`?\r', '84`?\r'),
('"|VΕؖ}Z', 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php', 0, 'Xu(\r94eU,', 'Xu(\r94eU,'),
('%UdI4(', 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php', 0, 'ɷ$=6', 'ɷ$=6'),
('8H\Z7`', 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php', 0, 'rUDPe0e줓', 'rUDPe0e줓'),
('56_Ԫ}\\s/:/zU', 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php', 0, 'a+w7W1M', 'a+w7W1M'),
('''z%*[Kk', 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php', 0, 's`P\r6ޮ', 's`P\r6ޮ'),
('z1oɼ@Ʌa', 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php', 0, '[Z\\|wIW)b~U', '[Z\\|wIW)b~U'),
('%\ZS1\0\nVDV', 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php', 0, ' `YŶ;}jK', ' `YŶ;}jK'),
('~e<l', 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php', 0, 'aq1]O\rH', 'aq1]O\rH'),
(';l?[wr', 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php', 0, 'O[WFlT&', 'O[WFlT&'),
('lÒ-;P''@', 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php', 0, 'B >KEJ', 'B >KEJ'),
('r#', 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php', 0, 'rŦ#(Q', 'rŦ#(Q'),
('j?btB<', 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php', 0, 'f5B[q(\0', 'f5B[q(\0'),
('ۛs5r0~n)', 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php', 0, '˛Y.ݮ6X', '˛Y.ݮ6X'),
('Olig>6(', 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php', 0, 'gΑB(OT', 'gΑB(OT'),
('N6Gotea', 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php', 0, '#~c:D[Yt', '#~c:D[Yt'),
('akgj#Q*', 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php', 0, 'ۻ''^*-$D', 'ۻ''^*-$D'),
('\r\n''''oχMg', 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php', 0, 'e\\= c', 'e\\= c'),
('*f{Krђ|Ѵ', 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php', 0, ']DY7''J\ZGBS<', ']DY7''J\ZGBS<'),
('7&O׽U*}', 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php', 0, 'A00=z', 'A00=z'),
('\\щu<"Yڜ', 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php', 0, 'GD}q0V/E', 'GD}q0V/E'),
('of>}uH[?', 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php', 0, 'ĿO9fXC;Y', 'ĿO9fXC;Y'),
(',#^u', 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php', 0, '"kTM乄va', '"kTM乄va'),
('IRv:Qiah', 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php', 0, 'q	GDH', 'q	GDH'),
('77ޖz', 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php', 0, '|*8HvW(', '|*8HvW('),
('''׊Kggk&UB$!', 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php', 0, '[5jo`', '[5jo`'),
('˳^c ۈJ', 'wp-content/plugins/js_composer/config/content/vc-icon-element.php', 0, 'ps]@7s{', 'ps]@7s{'),
('	OZ̯qq', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php', 0, 'ϥQԷbb\0^5', 'ϥQԷbb\0^5'),
('(+ja>X3a!L', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php', 0, 'pAɹBܝ:''', 'pAɹBܝ:'''),
(']M̕G0_\r', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php', 0, '}7ϲ-V*{[', '}7ϲ-V*{['),
('B%~}x	P', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php', 0, 'Q՟w[X', 'Q՟w[X'),
('\ZȦ2&f1K', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php', 0, '~x)ĵ;/', '~x)ĵ;/'),
('tل\ZqC~', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php', 0, '|K=a-\n', '|K=a-\n'),
('!zhyyn^-}Ƚ', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php', 0, '_nA9!gt֎', '_nA9!gt֎'),
('%{wAPH}', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php', 0, '4 bU`', '4 bU`'),
('uՋlN]NB"c', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php', 0, '}\ntu#קn@', '}\ntu#קn@'),
('טQfD!;{', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php', 0, '4SV(hOUv', '4SV(hOUv'),
('JmO`f', 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php', 0, '<,_E', '<,_E'),
('[4M 4ԅ', 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php', 0, '$@0B.YduV', '$@0B.YduV'),
('X@+8L', 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php', 0, 'sx-mp7', 'sx-mp7'),
(']4Թ-6$"', 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php', 0, '%Qf3è', '%Qf3è'),
('4\n<JH46\\-	', 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php', 0, 'bT((東', 'bT((東'),
('dFI\n]2\nTg', 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php', 0, 'tI(#*p9n', 'tI(#*p9n'),
('\06)EDQXnW', 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php', 0, '5֪sL߯"', '5֪sL߯"'),
('٫x˰Fd]', 'wp-content/plugins/js_composer/config/lean-map.php', 0, '͕4ȟ', '͕4ȟ'),
('n~ԥ~?', 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php', 0, 'o[ǡOe''m}]n', 'o[ǡOe''m}]n'),
('U松\\W\r(p"', 'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php', 0, '}6bJ^a', '}6bJ^a'),
('b?,Qef\\I', 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php', 0, 'Qӻ7߀31`', 'Qӻ7߀31`'),
('jpdr>=E\Z', 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php', 0, '_y kPCΐx', '_y kPCΐx'),
(')M	Ԝ', 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php', 0, '=ofYb', '=ofYb'),
('[K"z', 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php', 0, '!މzZ%', '!މzZ%'),
('0?X8o', 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php', 0, 'ҳ\Z~꒸4]I%O', 'ҳ\Z~꒸4]I%O'),
(':\ZS!3', 'wp-content/plugins/js_composer/config/templates.php', 0, 'hmӢipwM', 'hmӢipwM'),
('^{8=+ITD', 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php', 0, 'ÑCG-5:%_', 'ÑCG-5:%_'),
('S2?>i&qx^', 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php', 0, 'XB,4g9EH', 'XB,4g9EH'),
('msJ{ *{4', 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php', 0, 'm=X46', 'm=X46'),
('8Fgs8\Z', 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php', 0, '.HH?ޥ;7u', '.HH?ޥ;7u'),
('$ad5T', 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php', 0, 'ʹ2h_Ns', 'ʹ2h_Ns'),
('#9v:Hk;Lt', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php', 0, '&SDHs', '&SDHs'),
('"F`;iv"	|I', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php', 0, '6|	ԂB-"c,ӫ', '6|	ԂB-"c,ӫ'),
('<nfoSӝ.*', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php', 0, 'T*\r(#&3', 'T*\r(#&3'),
('JAä#y', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php', 0, '֥	OIv=', '֥	OIv='),
(';v0c', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php', 0, ':eWr', ':eWr'),
('\\qrFg}1`', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php', 0, 'vr:ߏ\nZ.\\4', 'vr:ߏ\nZ.\\4'),
('mr8pr', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php', 0, 'ՅOVdCG', 'ՅOVdCG'),
('Bg*^59', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php', 0, 'Ts\Znw@2a', 'Ts\Znw@2a'),
('FBehq', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php', 0, 'ӤAۓOZ.', 'ӤAۓOZ.'),
('3^8g\nm\0t', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php', 0, 'Bu?vǾ;Ȍ', 'Bu?vǾ;Ȍ'),
('?ǒcܬ*9', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php', 0, '5Zt	zZX4S', '5Zt	zZX4S'),
('ȸRb''W', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php', 0, '.eKh', '.eKh'),
('XYHo$\\h@', 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php', 0, '\ZO\0\0c+,', '\ZO\0\0c+,'),
('nX$H"1', 'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php', 0, ' NPOqq4', ' NPOqq4'),
('ғYz$	\Z+', 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php', 0, '+k[X\Zq!', '+k[X\Zq!'),
('^AUh%K5', 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php', 0, 'Dqݖ+HKEȲ', 'Dqݖ+HKEȲ'),
('|#@A锶|', 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php', 0, '>:I]8߱G', '>:I]8߱G'),
('lXNp?b', 'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php', 0, ',ڰ_܊ְS', ',ڰ_܊ְS'),
('%Q7(\\6', 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php', 0, 'j7V;h=c1', 'j7V;h=c1'),
('Cγ;ssV]^', 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php', 0, '*|Q@H =', '*|Q@H ='),
('+\Z#TK@_', 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php', 0, '`)\0`D(A', '`)\0`D(A'),
('LKJ,Ķ', 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php', 0, '''\nlxl', '''\nlxl'),
('\Zq\\O9F7Ї0', 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php', 0, 'PNs''', 'PNs'''),
('x+)$\ZͫĜd', 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php', 0, 'm.`H)', 'm.`H)'),
('I-i)Pn', 'wp-content/plugins/js_composer/include/autoload/params/hidden.php', 0, 'Q%Po\Z%E*', 'Q%Po\Z%E*'),
('߄%SՉ0', 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php', 0, '''Q$;}MC', '''Q$;}MC'),
('(!]ErvK	U8', 'wp-content/plugins/js_composer/include/autoload/params-to-init.php', 0, '졿(W	>>d', '졿(W	>>d'),
('u6_(]v҅l', 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php', 0, '#0cq8', '#0cq8'),
('%$g3dN3', 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php', 0, 'Hqݮ:&	p', 'Hqݮ:&	p'),
('Dnvow''E;p', 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php', 0, 'Txȗ'',;+^', 'Txȗ'',;+^'),
('ѕl|,:R8s(H', 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php', 0, ',EB!c@W', ',EB!c@W'),
('-"Zc1&?zjEe', 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php', 0, '®fAט3&-|q', '®fAט3&-|q'),
('(r@', 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php', 0, 't\\IP@S', 't\\IP@S'),
('=<E-,@<8', 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php', 0, 'h$C6D\\', 'h$C6D\\'),
('b/(ZI', 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php', 0, 'i=P()`r̎\\ ', 'i=P()`r̎\\ '),
('-QgmU\rO+', 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php', 0, 'kwr.=7B', 'kwr.=7B'),
('*=&r6~p~,)''', 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php', 0, 'k3_"', 'k3_"'),
(';tio', 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php', 0, ':SgWPi5', ':SgWPi5'),
('OZBV', 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php', 0, '}Sr"s9-@', '}Sr"s9-@'),
('$)_!e]x', 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php', 0, 'hmN;.j$''', 'hmN;.j$'''),
('Hz98eVyRs', 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php', 0, 'ypYkÁՈ', 'ypYkÁՈ'),
('ǔ%(Z\n$w', 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php', 0, 'd}	Ѝ̡FD', 'd}	Ѝ̡FD'),
('.Y,=0', 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php', 0, '4n,р^H', '4n,р^H'),
('T+<^d:;Eg(IF', 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php', 0, '6ͥ9⭨|pX', '6ͥ9⭨|pX'),
('W*r%9U', 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php', 0, 'x''e&`։G', 'x''e&`։G'),
('nF37Lߡ', 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php', 0, '^ez7mEМiK}', '^ez7mEМiK}'),
('[4ikGQC	P ', 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php', 0, '6ZuwrL!.', '6ZuwrL!.'),
(',s6+', 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php', 0, '{+a9', '{+a9'),
('i&8$[??', 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php', 0, 'hŽ+&\rI5', 'hŽ+&\rI5'),
('XQ/L\\Y', 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php', 0, '[_ƑG', '[_ƑG'),
('bjGL֒', 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php', 0, '&\ZFw=s', '&\ZFw=s'),
('#|', 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php', 0, '_wڙZa}e', '_wڙZa}e'),
('a,;wVSY,', 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php', 0, '>]̪=swZA', '>]̪=swZA'),
('huPAN\0S~V', 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php', 0, 'XM(zZuɗE', 'XM(zZuɗE'),
('FOt3v', 'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php', 0, 'ElIaFC٤', 'ElIaFC٤'),
('q|:Y*|/', 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php', 0, 'vyޭ*Q+#a', 'vyޭ*Q+#a'),
('@-STYhO', 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php', 0, '+N DIs%-\0', '+N DIs%-\0'),
(')`|''_Ϣy', 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php', 0, '1-W֬`-]w', '1-W֬`-]w'),
('NT80G0', 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php', 0, 'Uhû%\0 q>', 'Uhû%\0 q>'),
('oܱu', 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php', 0, 'JuN_PEԅc#N', 'JuN_PEԅc#N'),
('9̰Zz%u?', 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php', 0, 'q-y\0O', 'q-y\0O'),
('h?h=ِpsj', 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php', 0, '_֡*iQע', '_֡*iQע'),
('>̨ko\\6ӫ', 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php', 0, 'ʋD|gAg''F', 'ʋD|gAg''F'),
('&M"9K:6WSH-', 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php', 0, 'a0pMϢb', 'a0pMϢb'),
('uzFVʥrt`l', 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php', 0, 'M p	#', 'M p	#'),
(')V:v|ߌv', 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php', 0, '(h3\0$WPZr', '(h3\0$WPZr'),
('G3sqٴF`j', 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php', 0, '\ZR6,]ֺ', '\ZR6,]ֺ'),
('#1R\\', 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php', 0, 'k^ǡRW1Y', 'k^ǡRW1Y'),
('WT<7 Y', 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php', 0, 'HEfH,', 'HEfH,'),
('ҍthfw|', 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php', 0, 'gWp@QҴ_e', 'gWp@QҴ_e'),
('ܻC>_K/%m\Z\ns', 'wp-content/plugins/js_composer/include/classes/core/interfaces.php', 0, 'usՋ)!u', 'usՋ)!u'),
('qfH<O;', 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php', 0, '\nqڪ;>@o\0Ut!', '\nqڪ;>@o\0Ut!'),
('Kh''?iY2', 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php', 0, 'x{"[]ġ{<f', 'x{"[]ġ{<f'),
('˪ܚ#A', 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php', 0, 'FΝqtU3', 'FΝqtU3'),
('Hĺ0p''S', 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php', 0, 'HLu&H8$s', 'HLu&H8$s'),
('>^>(', 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php', 0, 'Ӽi`J', 'Ӽi`J'),
('2֮\\ƯD', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php', 0, '/(.:{', '/(.:{'),
('WCGq	8\nat', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php', 0, '馀`$9͒', '馀`$9͒'),
('K.J"oDh', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php', 0, 'ojqh</|!\n', 'ojqh</|!\n'),
('ux@/', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php', 0, '@kAb', '@kAb'),
('-(%¨=Cֹ', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-editor.php', 0, '5{1;E', '5{1;E'),
('vBB\rZ$', 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php', 0, 'ZZjzVR', 'ZZjzVR'),
('<lv1?V', 'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php', 0, 'KPПz֍n', 'KPПz֍n'),
('5*ֶۨp', 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php', 0, 'Tm˯<O΁', 'Tm˯<O΁'),
('C*H䙆[[,', 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php', 0, 'a}+c!r', 'a}+c!r'),
('*0=Nj', 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php', 0, 'W3w3', 'W3w3'),
(';h\ZxSo', 'wp-content/plugins/js_composer/include/classes/shortcodes/example.php', 0, '\r:pfe!I', '\r:pfe!I'),
('̫	u+ĥ\0$)S', 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php', 0, '@LzsTڛj', '@LzsTڛj'),
('рs$Pl@I#', 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php', 0, 'X''b_\ZºAA[x', 'X''b_\ZºAA[x'),
('G&MM\\B\Zτ', 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php', 0, '>\Z̓{\\W', '>\Z̓{\\W'),
('Rհ0F8:wNX6t', 'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php', 0, 'W壬ZH|!', 'W壬ZH|!'),
('9͓˒1L', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php', 0, '/:if\rR', '/:if\rR'),
('n\rb%`q!', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php', 0, '3dB2rk', '3dB2rk'),
('JHl5֩P', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php', 0, '	J/i#&', '	J/i#&'),
('ΗܹM+>l&', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php', 0, '0fJ^F&e', '0fJ^F&e'),
('O+l\0.	', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php', 0, '$1KN6[Rk', '$1KN6[Rk'),
('xұ''h', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php', 0, 'I2K{QHYO', 'I2K{QHYO'),
('.UTF,y{\ZSUr', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php', 0, 'IleVC', 'IleVC'),
('0xF2	`:Oy', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php', 0, '- e9+z+|_', '- e9+z+|_'),
('(;.u\rxU\0V', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php', 0, 'r8)d\nMF', 'r8)d\nMF'),
('A5v		B''pfa', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php', 0, '1Esʊ\0*~[*', '1Esʊ\0*~[*'),
('6Ѝ6/', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php', 0, '-oJ@KN&', '-oJ@KN&'),
('\0ՠޒA(=\0c', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php', 0, '6ٟ''TБ;', '6ٟ''TБ;'),
('_n<guRG^', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php', 0, '}Թ@n2', '}Թ@n2'),
('2\Z\0m', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php', 0, 'rh֞(}zQ', 'rh֞(}zQ'),
('L&I~6\Z\nd', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php', 0, '\\р/ _;,!', '\\р/ _;,!'),
('_B$z.4', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php', 0, '~<lsؚ!', '~<lsؚ!'),
('(ӉDbf&', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php', 0, 'XYذlhhLJ\r@', 'XYذlhhLJ\r@'),
('Mp[Xj', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php', 0, '?yFy', '?yFy'),
('4f93.כ?', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php', 0, 'nImG5', 'nImG5'),
('c~Y1@g', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php', 0, 'c#܆qN', 'c#܆qN'),
('d7XcĨ?', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php', 0, '#@(tFf', '#@(tFf'),
('۹''ZTX!', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php', 0, 'qxўkS9˷', 'qxўkS9˷'),
('2ш*=\\|uJt ', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php', 0, 'i\n9*Xl|G', 'i\n9*Xl|G'),
('8K7d^''t', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php', 0, 'm:\\9^Ol9', 'm:\\9^Ol9'),
('YÒ<L&i.', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php', 0, 'w==B|P', 'w==B|P'),
('ڹ|P', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php', 0, 'ϕWw~Β', 'ϕWw~Β'),
('	4rvHXaKpJ', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php', 0, 'e.B:', 'e.B:'),
('[Jb6gZ#', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php', 0, 'd-T''G[', 'd-T''G['),
('ҫPN"z=4M', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php', 0, 'pxCo֧s', 'pxCo֧s'),
(',I[d"', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php', 0, '\\1ƚ/۞$θ', '\\1ƚ/۞$θ'),
('Ɣ*}g0\n', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php', 0, '-nBʳPgE', '-nBʳPgE'),
('OG>kțz[2{', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php', 0, 'TQXTO<#', 'TQXTO<#'),
('GmԻ&k', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php', 0, '9$V.5n=x9I', '9$V.5n=x9I'),
('nsWe}ٳ', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php', 0, '\0a	J', '\0a	J'),
('>(5-\n9', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php', 0, '@ o $"', '@ o $"'),
('a!xz*yW', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php', 0, ',WuX>:7+K', ',WuX>:7+K'),
('Ci5 }uh;', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php', 0, '1^[4:n9g:', '1^[4:n9g:'),
('ɿjK	2', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php', 0, 'VKFd\r', 'VKFd\r'),
('nX@\n&:', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php', 0, '<x]rڔD7fzV', '<x]rڔD7fzV'),
(';r;lKrȆF', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php', 0, 'xH̛ZE\n', 'xH̛ZE\n'),
('F94\Z`', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php', 0, 'ņ)׹fP#q', 'ņ)׹fP#q'),
('2&.>7&', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php', 0, '+!m+`*', '+!m+`*'),
('r`gmY\\', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php', 0, '/c~qDJ[', '/c~qDJ['),
(':^^\0$4\nv', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php', 0, '(X&w', '(X&w'),
('5v%doZ7L', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php', 0, 'Bq:y;', 'Bq:y;'),
('QܙP5S,z', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php', 0, 'lEOA/}/B', 'lEOA/}/B'),
('ZFK G\\a', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php', 0, '|ztLz,+/', '|ztLz,+/'),
('nIAЁ9k''', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php', 0, 'Ks\n^@6ΔF', 'Ks\n^@6ΔF'),
('<0CoZete*', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php', 0, 'kj}qORq', 'kj}qORq'),
(':\r"ÙyE', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php', 0, '0QT\rU!"X', '0QT\rU!"X'),
('=YOoO2', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php', 0, 'baMz\\9u', 'baMz\\9u'),
('<AŹ\05', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php', 0, '-(}V{wƈtn', '-(}V{wƈtn'),
('G~Y-;j1\0', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php', 0, 'GQ\0L1m', 'GQ\0L1m'),
('yWÌhmo9', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php', 0, '=aIy۔\0 ', '=aIy۔\0 '),
(' 3IACp~	', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php', 0, 'f\n)Ҿ8s', 'f\n)Ҿ8s'),
('/{Tʽۏj', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php', 0, 'p$z	(', 'p$z	('),
('<~(+ ', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php', 0, 'U\ZG>7''0', 'U\ZG>7''0'),
('"ۤH1mu<}', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php', 0, 'b=\\M̆i', 'b=\\M̆i'),
('M}Gqgz(Y', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php', 0, '$%_2Mp', '$%_2Mp'),
('.	@KHYhWs,', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php', 0, '݊kp«b/#)', '݊kp«b/#)'),
('k]lKVI$', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php', 0, '5c]3a', '5c]3a'),
('\Ztj+z_#pl', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php', 0, '.8()\Zgq', '.8()\Zgq'),
('R)_j@\ZnQp', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php', 0, '"ߧo]7?1', '"ߧo]7?1'),
(')YMK:#', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php', 0, 'P,ʭqv''Y', 'P,ʭqv''Y'),
('k\rՅe\\P]2)-', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php', 0, 'QO+#tmN\r', 'QO+#tmN\r'),
('k޷\0;{@<$d', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php', 0, 'd@Ń^/|E1', 'd@Ń^/|E1'),
('R;C_/jlxK', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php', 0, 'BEiElzoJ<', 'BEiElzoJ<'),
('U \0Gq*~', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php', 0, '-?ChF', '-?ChF'),
('=MV*brxf', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php', 0, '*\Z˟ oe˾', '*\Z˟ oe˾'),
('-S&?&C', 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php', 0, 'K''d]_', 'K''d]_'),
(' ىe>Q\Z.y', 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php', 0, '1k+li', '1k+li'),
('{#<kQs', 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php', 0, '+7	w11.', '+7	w11.'),
('y@bTc', 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php', 0, 'xa΁@}*eZ', 'xa΁@}*eZ'),
('2jJeH~$', 'wp-content/plugins/js_composer/include/classes/vendors/class-vc-vendors-manager.php', 0, '0UhuE', '0UhuE'),
('gf_C}', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php', 0, '{am4', '{am4'),
('\ZTiSx-f', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php', 0, '7\r2i6*[', '7\r2i6*['),
('9vz9\rv', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php', 0, 'R0?p[/qW]', 'R0?p[/qW]'),
('8[Mn-m', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php', 0, ']py\0Vc}Mp', ']py\0Vc}Mp'),
('<H-A\n', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php', 0, 'BQK+-<H\Zf', 'BQK+-<H\Zf'),
('ibWxo4j?', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php', 0, '#J.=~/\rA', '#J.=~/\rA'),
('^=釙''Qrx', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php', 0, 'Q2Lughhڕb', 'Q2Lughhڕb'),
('+<OΎG\rX1', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php', 0, 'NyGxcX', 'NyGxcX'),
('%t', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php', 0, 'Ɨ\nH''hDƟ̲', 'Ɨ\nH''hDƟ̲'),
('c6י+', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php', 0, 'k''}0}', 'k''}0}'),
('FFPQ$znc', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php', 0, 'Oh\nbVg"&', 'Oh\nbVg"&'),
('xf^\ZO', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php', 0, 'FP\r~\0|', 'FP\r~\0|'),
('\0͇0z鯯x', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php', 0, 'hxW95`HoZY', 'hxW95`HoZY'),
('''Mf', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php', 0, 'LYU\Zw{~', 'LYU\Zw{~'),
('Qehx.', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php', 0, 'E9׽<gq', 'E9׽<gq'),
('g*e3Tb\0GZ', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php', 0, ''']c@', ''']c@'),
('anZ\0RPH', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php', 0, '0L=V5C', '0L=V5C'),
('\0?[Xd2,3IQ', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php', 0, 'u"I9DϮL\n)', 'u"I9DϮL\n)'),
('<;I', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php', 0, 'C@2U&1^', 'C@2U&1^'),
('Xqɳ葂I', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php', 0, 'lZAeQm', 'lZAeQm'),
('S\0;Skg5]', 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php', 0, '`DD2̤ɕy;]', '`DD2̤ɕy;]'),
('ypnVJm\n®P', 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php', 0, 'q-<q', 'q-<q'),
('(Uk3W,T', 'wp-content/plugins/js_composer/include/helpers/filters.php', 0, '^\rFHAfX ', '^\rFHAfX '),
('ŋQ>Nf3wS''', 'wp-content/plugins/js_composer/include/helpers/helpers.php', 0, 'IPP}XV@', 'IPP}XV@'),
('7ljL\n8b}', 'wp-content/plugins/js_composer/include/helpers/helpers_api.php', 0, '/iōFRwd', '/iōFRwd'),
('	ĨTwYC', 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php', 0, 'QAP4/', 'QAP4/'),
('݌41ѓ', 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php', 0, 'n\\QT\n.?p	', 'n\\QT\n.?p	'),
('y^b\ZTkՑQ', 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php', 0, 'К26+', 'К26+'),
('cW4(z,I', 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php', 0, 'u1feP\r', 'u1feP\r'),
(';:$m>r4', 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php', 0, '\r~O|#b.', '\r~O|#b.'),
('<>xPF', 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php', 0, '>1]`9O', '>1]`9O'),
(' .s"5ԉxcH', 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php', 0, '\\vERz\n<l', '\\vERz\n<l'),
('P_w^!R31q', 'wp-content/plugins/js_composer/include/params/default_params.php', 0, ')Q{VTu,P', ')Q{VTu,P'),
('\0Dd4B`', 'wp-content/plugins/js_composer/include/params/el_id/el_id.php', 0, 'e۲xVl ', 'e۲xVl '),
('܍vz	c*1$n', 'wp-content/plugins/js_composer/include/params/font_container/font_container.php', 0, '\rC*M{Gr', '\rC*M{Gr'),
('EDOuK)\\GS', 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php', 0, 'aj:9q', 'aj:9q'),
(':"i(2Xr', 'wp-content/plugins/js_composer/include/params/hidden/hidden.php', 0, '`V:nc\\', '`V:nc\\'),
('-wm`GgC#', 'wp-content/plugins/js_composer/include/params/href/href.php', 0, '5\ZpoCPV\ZS', '5\ZpoCPV\ZS'),
('|v&I ܋f', 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php', 0, 'PʥĊZ', 'PʥĊZ'),
('ը\nphjia1', 'wp-content/plugins/js_composer/include/params/load.php', 0, '<dJHVEﺮ', '<dJHVEﺮ'),
('\09M)^', 'wp-content/plugins/js_composer/include/params/loop/loop.php', 0, 'l2ۈw*sH', 'l2ۈw*sH'),
('MT{jԙ', 'wp-content/plugins/js_composer/include/params/options/options.php', 0, '6^hyՙ	͋', '6^hyՙ	͋'),
('br,V:TU', 'wp-content/plugins/js_composer/include/params/param_group/param_group.php', 0, '*<v.G}1l', '*<v.G}1l'),
('&Ag2Nq|', 'wp-content/plugins/js_composer/include/params/params.php', 0, 'Aqۋ6-_;', 'Aqۋ6-_;'),
('FL`a)]Z', 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php', 0, 'ue\n;?EoX', 'ue\n;?EoX'),
('ؖ eTwcvo', 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php', 0, '}`\rGtE', '}`\rGtE'),
('Kf\rk6B_)', 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php', 0, 'xԨRY"', 'xԨRY"'),
('C- GNR', 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php', 0, '$NӼa3Ҍ%', '$NӼa3Ҍ%'),
('/f䌴^`4"6', 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php', 0, '\\C\0KSd', '\\C\0KSd'),
('#,b["&', 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php', 0, '7q(eϲH\\', '7q(eϲH\\'),
('9B{''M', 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php', 0, 'b4m}GIP', 'b4m}GIP'),
('a#A&V', 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php', 0, 'U:bOPZm', 'U:bOPZm'),
('H@4g\nK', 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php', 0, '1W2/"1O6Lj=', '1W2/"1O6Lj='),
('dxl', 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php', 0, 'ڃ,yRv!', 'ڃ,yRv!'),
('dRI\0g#', 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php', 0, 'W[o	~5b;', 'W[o	~5b;'),
('3c5䈟', 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php', 0, 'dVOEG/1', 'dVOEG/1'),
('{ٲ͎K3''', 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php', 0, 'Q>+_c-|cB', 'Q>+_c-|cB'),
('n42U4N\ZbtmNl', 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php', 0, '>-azK+gi~0', '>-azK+gi~0'),
('J', 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php', 0, '`&7UL_}Кw', '`&7UL_}Кw'),
('v	<Z]q', 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php', 0, ':4X[,', ':4X[,'),
('O\r~Q', 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php', 0, '2\0E;O7&ޓz', '2\0E;O7&ޓz'),
('ԥ85^QZ', 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php', 0, ']6yt #rH', ']6yt #rH'),
('0cUPePQ', 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php', 0, '4\0(Y}p1%嵿', '4\0(Y}p1%嵿'),
('Uݠd	[\n5', 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php', 0, 'Diz)e', 'Diz)e'),
('Gyİik', 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php', 0, '+9nxsͭV', '+9nxsͭV'),
('"FP` #vK', 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php', 0, 'ZqrrQb棸Lw', 'ZqrrQb棸Lw'),
('''HDΓn\0', 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php', 0, '~熛B~(:', '~熛B~(:'),
('s*v`c', 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php', 0, 'yqelPH*@', 'yqelPH*@'),
('t.2ʜ', 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php', 0, '?%mםs)Ʀ', '?%mםs)Ʀ'),
('BȾjiAbݬ', 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php', 0, 'V.xD\Zot', 'V.xD\Zot'),
(',!!iM)Nb&', 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php', 0, 'H%xd86|', 'H%xd86|'),
('/afw=?\Z6PI', 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php', 0, '*4i;&/', '*4i;&/'),
('\n\r!\Zo>)E', 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php', 0, 'ΛQfԍӵL', 'ΛQfԍӵL'),
(':N !ٍ', 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php', 0, '1!ߚ''', '1!ߚ'''),
('H]W6z#8d', 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt.tpl.php', 0, '~A[ob-Z_', '~A[ob-Z_'),
('Hw\0q!a7Qx8', 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php', 0, '?<󯴝soP\Z`$', '?<󯴝soP\Z`$'),
('tl^im_%', 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php', 0, 'JgYK-4v', 'JgYK-4v'),
('-BP͕5', 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php', 0, 'o tʧW', 'o tʧW'),
('4\n({Ol3', 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php', 0, '.jx۸y4&f', '.jx۸y4&f'),
('o/oYԙ>K&kx', 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php', 0, '/\\"ɍZ5p[', '/\\"ɍZ5p['),
('CT©]*~<', 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php', 0, 'W>7~ӟ2~N	A', 'W>7~ӟ2~N	A'),
('!;+%yxs', 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php', 0, '}VN{ܠOD', '}VN{ܠOD'),
('?Ιq`W>', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php', 0, '8t,g`', '8t,g`'),
('كu4	', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php', 0, '{NzrÝF7\\', '{NzrÝF7\\'),
('\ZO@pB''RK', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_post_settings.tpl.php', 0, 'zT>۳Qļ', 'zT>۳Qļ'),
('uMC9Ocw1(', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php', 0, '.^ЂsR', '.^ЂsR'),
(':+v`8i', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates.tpl.php', 0, '{iD FɄX)_>s', '{iD FɄX)_>s'),
('e/*D]n2', 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php', 0, '[jUH;k\Z:', '[jUH;k\Z:'),
('O@hZȘj|?s', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php', 0, '򥄯W\rit', '򥄯W\rit'),
('Sp͝\\PAAmb', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php', 0, 'Wd.4:õ-', 'Wd.4:õ-'),
('\0Mp\\Dd\0', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php', 0, 'v''*hVH\0', 'v''*hVH\0'),
('o?1-G*g', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php', 0, '\06@#_ .);', '\06@#_ .);'),
('e}QmJT]', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php', 0, 'Srx7c8', 'Srx7c8'),
('j+.F\\', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php', 0, 'Ѩ9u_`bcK0', 'Ѩ9u_`bcK0');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('dX$s\nw]', 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php', 0, '.6nZ"5', '.6nZ"5'),
('M`>H~2G', 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php', 0, '5o''V', '5o''V'),
('GpFK)6i8', 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php', 0, 'ycm21	', 'ycm21	'),
(')W%]!;z', 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php', 0, '/uOvd1', '/uOvd1'),
('r%IZѪ\r٨Ix', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php', 0, 'Ol̊X!S.sӖ', 'Ol̊X!S.sӖ'),
('KoR}', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php', 0, 'ĥt<s', 'ĥt<s'),
('>sHಈ', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php', 0, 'wný\rP1', 'wný\rP1'),
('''#308RUT', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php', 0, 'q*tF|F', 'q*tF|F'),
('i3օ;(', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php', 0, 'E{r{]a{.GF_w', 'E{r{]a{.GF_w'),
('rBY)AP+', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php', 0, 'y~ 9]', 'y~ 9]'),
('lYOIvYJ%', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php', 0, '`#-ݏf}_sK', '`#-ݏf}_sK'),
('P$9e`z@3>', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php', 0, 'ZM''bdZcp', 'ZM''bdZcp'),
('aP	)Ҽ	l', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php', 0, '\nY\n&', '\nY\n&'),
('𿆒¿O&&5/', 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php', 0, 'xc:a#', 'xc:a#'),
('	jz1e?yx', 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php', 0, '=fS#v;', '=fS#v;'),
(';Etzb-', 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php', 0, '1IL-\r+', '1IL-\r+'),
('3Ct/N)DI', 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php', 0, '#`1Ĝ', '#`1Ĝ'),
('ٵ/\n59Jz', 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php', 0, '"9C5"c\0|', '"9C5"c\0|'),
('E,kObnIj', 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php', 0, 'v)DǅbB#', 'v)DǅbB#'),
('[Yˋ%', 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php', 0, 'F\naGB,»', 'F\naGB,»'),
(':7FVB\nbFJri)', 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php', 0, '94<', '94<'),
('yǬ}*K*', 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php', 0, '\\0`cЀ', '\\0`cЀ'),
('ОպP?s䏪', 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php', 0, ']^ஓPU', ']^ஓPU'),
('6>!^`1b', 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php', 0, '\\pgpxMx^l', '\\pgpxMx^l'),
('C\rX', 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php', 0, 'rˬh', 'rˬh'),
(';$-)B;bK;', 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html', 0, 'J*u!mI۞\0RW ', 'J*u!mI۞\0RW '),
('\rUzJӢBE', 'wp-content/plugins/js_composer/include/templates/params/options/templates.html', 0, 'LCoݑ#_=', 'LCoݑ#_='),
('kBO%cS', 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php', 0, 'wj\0S@c', 'wj\0S@c'),
('3~fߧ藃 c', 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php', 0, '\\0T|S', '\\0T|S'),
('X,IϏ­d', 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php', 0, '@F*u=', '@F*u='),
('?Ԃ?o}', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php', 0, '@%AF\\;]`*', '@%AF\\;]`*'),
('О] wjdzKj', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php', 0, 'rMR^4'']&~\ZV', 'rMR^4'']&~\ZV'),
('^\0O)W', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php', 0, 'v''A]', 'v''A]'),
('_|''쟹-\\K0', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php', 0, '2cv6', '2cv6'),
('w6dºbLO', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php', 0, 'h5iJ;e)', 'h5iJ;e)'),
('堯X_wĮ', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php', 0, 'cHHn', 'cHHn'),
('r[(0,8-', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php', 0, 'XOlM}', 'XOlM}'),
('#pGAS;;?', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php', 0, 'I+j3B]', 'I+j3B]'),
('	EdP`T=|', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php', 0, 'WǕU}E', 'WǕU}E'),
('5T?vRK+', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php', 0, '`̳$Z	Ƣ', '`̳$Z	Ƣ'),
('F06<,A-K^', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php', 0, 'ίao+>8~', 'ίao+>8~'),
('yW=Dq}', 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php', 0, '\Z+M!0''i.N', '\Z+M!0''i.N'),
('H0!!~', 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php', 0, 'K,	`{ީZ', 'K,	`{ީZ'),
('z:2mMvKۙu', 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php', 0, 'É va]}X', 'É va]}X'),
('*ge', 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php', 0, 'i|ߨiTfm`', 'i|ߨiTfm`'),
(',Lqm\\jX#.s', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php', 0, ',W-yK|m1-', ',W-yK|m1-'),
('X}\Z	=;!G-', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php', 0, '!wUT', '!wUT'),
('VtQbШ8-', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php', 0, 'XyiZᛢ^', 'XyiZᛢ^'),
('F~D;B,', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php', 0, 'OM	,/', 'OM	,/'),
('4USi)wc', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php', 0, 'Om?H''', 'Om?H'''),
('I''jg[Dm2', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php', 0, 'l>:Z#&ZV', 'l>:Z#&ZV'),
('ҹ)EGTh>', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php', 0, 'g	.*"Oy', 'g	.*"Oy'),
('ڣT-	W', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php', 0, 'w;]v4C~/o"', 'w;]v4C~/o"'),
('W(8w', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php', 0, '׋LX"|', '׋LX"|'),
('),	Y`L"$p', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php', 0, ';qK#z~', ';qK#z~'),
(')2: Iu+', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php', 0, '"hՀg8wMv', '"hՀg8wMv'),
('#W;', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php', 0, 'MYˤ{wi"tT', 'MYˤ{wi"tT'),
('oq1CCt^', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php', 0, '5LFμ0l"', '5LFμ0l"'),
(' }{?d9\\1', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php', 0, 'XN"C|3', 'XN"C|3'),
('_{xX1ELޤs', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php', 0, 'H~iDA', 'H~iDA'),
('׫Wu6Eb', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php', 0, 'B|ȵ''''՞', 'B|ȵ''''՞'),
('M?L#3B(aMg', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php', 0, '<|^/؟gF@l', '<|^/؟gF@l'),
('庖8VyK5Av', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php', 0, 'vC]>X.', 'vC]>X.'),
('%⢕	;W', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php', 0, ';t%Pu', ';t%Pu'),
('l\n.b', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php', 0, '5b0', '5b0'),
('ɒL$/lak|', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php', 0, '?\rv]%YZ', '?\rv]%YZ'),
('-W-F8', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php', 0, 'nq	.K9B.5~', 'nq	.K9B.5~'),
('erf#IW', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php', 0, 'zyӋ8Xr)r', 'zyӋ8Xr)r'),
('jwAsJh\0Z&{/', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php', 0, 'Ai~DhCrcE`;', 'Ai~DhCrcE`;'),
('aȆ^Yʿ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php', 0, 'vD>ߔD\r', 'vD>ߔD\r'),
('a4B\Z>#}', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php', 0, '(Z', '(Z'),
('"ջ>Li?3l', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php', 0, 'Lz#K\\', 'Lz#K\\'),
('8Agxa', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php', 0, '3ѷM޸ 5', '3ѷM޸ 5'),
('ßAo&NŴ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php', 0, '8eEƖpY', '8eEƖpY'),
('Vss:値7', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php', 0, 'bx҈FMߧ', 'bx҈FMߧ'),
('G\r6fLv-', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php', 0, 'ZGՙ?\ZG 5#', 'ZGՙ?\ZG 5#'),
('.oÞ[oD', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php', 0, 'lwn}_!', 'lwn}_!'),
('bHAZχe2ϝ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php', 0, 'KeѼce)l\0', 'KeѼce)l\0'),
('.QJ\n)ޛ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php', 0, '¯W1sH\0&', '¯W1sH\0&'),
('W)DR	x', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php', 0, '0Y\rCX,&{', '0Y\rCX,&{'),
('\r\n2THTU', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php', 0, 'Q\0E>y*~v', 'Q\0E>y*~v'),
('{''f>T''\0SJ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php', 0, 'UKmKU;$', 'UKmKU;$'),
('s@2ʔeO', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php', 0, 'nچJn6DYCUq	', 'nچJn6DYCUq	'),
('k%SٹzfKEc', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php', 0, 'ﯹ΀s$zfH', 'ﯹ΀s$zfH'),
(' #*¸3', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php', 0, 'pe걌	BI', 'pe걌	BI'),
('U+eZCXi', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php', 0, 'AYx{x/d''Z ', 'AYx{x/d''Z '),
(':{_<dF8', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php', 0, '.BXW3":g', '.BXW3":g'),
('I3\nY?', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php', 0, '.Jspz)ZU', '.Jspz)ZU'),
('NY>/q!ws', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php', 0, '>yQdڄ', '>yQdڄ'),
('*gQ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php', 0, 'CKcmr-"', 'CKcmr-"'),
('QI`8mD', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php', 0, '0(ռpi', '0(ռpi'),
('\\R:t<W*', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php', 0, '^؉rzB%Y', '^؉rzB%Y'),
('Wݗ1@6%O)9', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php', 0, '2:eU۬e', '2:eU۬e'),
('!W㎃T\0a@o', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php', 0, 'mYVtbQ', 'mYVtbQ'),
('5(o&!2 ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php', 0, 'uH0:.', 'uH0:.'),
(':t)<u', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php', 0, '"^ЇRQU @2', '"^ЇRQU @2'),
('$Ov\0(', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php', 0, 'ħ}fq~wm^', 'ħ}fq~wm^'),
('\r5xs', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php', 0, 'di4D>', 'di4D>'),
('"u;N^`ا', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php', 0, '6aOE||C\0|', '6aOE||C\0|'),
('@suDR>SC', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php', 0, '$T0Yf.fan', '$T0Yf.fan'),
('j|3L\0"^|秣[', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php', 0, 'E$1df>vO', 'E$1df>vO'),
('(+LW~\0ǣ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php', 0, 'YoE.UOuIlڦ6&', 'YoE.UOuIlڦ6&'),
('D2d4dy', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php', 0, '^!z(a3YMR', '^!z(a3YMR'),
('Uj\rqۛK', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php', 0, 'Q8>kV', 'Q8>kV'),
('Q6B5r?"9', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php', 0, 'PYUh>p', 'PYUh>p'),
('ؼ҇rg3$*%', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php', 0, '7Sbm', '7Sbm'),
('.y}', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php', 0, 'f;ӢEB\n', 'f;ӢEB\n'),
('6ׂ\Zo$T|', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php', 0, '+بsQ62lI', '+بsQ62lI'),
('5hc]_?FRBX', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php', 0, 'U\rO,ť', 'U\rO,ť'),
('gX8ϊ-A.', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php', 0, '(JMK~<ye.3', '(JMK~<ye.3'),
(',Q"t7n', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php', 0, 'o7M|\nmsEy', 'o7M|\nmsEy'),
('^Е뉳mx', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php', 0, '0fUG8', '0fUG8'),
(',݅+[RXX7ۏ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php', 0, 'N=&dмZ-޼sr', 'N=&dмZ-޼sr'),
('yd+0y`(', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php', 0, 'B;ZQ%', 'B;ZQ%'),
('cҽV%$n', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php', 0, ' HyjGs7/~', ' HyjGs7/~'),
(']I2 "?!', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php', 0, '&^]-0pnoT', '&^]-0pnoT'),
('_#1ޟJHpC', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php', 0, 'JGHޖJwd', 'JGHޖJwd'),
('sؽ4j۰XG£', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php', 0, 'ß\rbheP', 'ß\rbheP'),
('k:\rO%g=8ǅ', 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php', 0, '\0Lta4', '\0Lta4'),
('Ϸamo̫', 'wp-content/plugins/js_composer/include/templates/teaser.html.php', 0, 'd"@1-', 'd"@1-'),
('AloF<', 'wp-content/plugins/js_composer/index.php', 0, '?l08K', '?l08K'),
('I\Z%xK%{k1', 'wp-content/plugins/js_composer/js_composer.php', 0, '|_FSNl);u', '|_FSNl);u'),
('S.\\2D	K~aFEz', 'wp-content/plugins/js_composer/vc_classmap.json.php', 0, 'WHz$bL&-', 'WHz$bL&-'),
('U[fRW˜', 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php', 0, '|^IzIa?4#', '|^IzIa?4#'),
('¯\Z^wo.߳|B', 'wp-content/plugins/revslider/admin/assets/css/font/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('0R)/K"', 'wp-content/plugins/revslider/admin/assets/css/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('jw=O5', 'wp-content/plugins/revslider/admin/assets/images/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('fnFBEox', 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('A\0>_*%2', 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('|bn9`>肉', 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('-1oī&L', 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('#X}=8GfƩ', 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('\r{2T\rv0', 'wp-content/plugins/revslider/admin/assets/images/sources/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('RaY/P@.', 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('E:VD2ω', 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('T%K;D!VB', 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('=M"^:', 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('@$)(6Sc)U^', 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
(')>>F&', 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Ǎz\\䁡B', 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Vc}Yl', 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('ª5eTՎ"h', 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('-DNE7', 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Ѽ攺>fbAJJ', 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('7:{~D\Za_Z ', 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('bD\\37Fr2', 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('߾5=0Na	#$', 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('dAYLo', 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('|wCI\ns\Zhɶ', 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('ZhˮUW=1O', 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('4g\r80''U', 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('R;Ej51@', 'wp-content/plugins/revslider/admin/assets/imports/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('"4CZq$Ű', 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('G)TO	yOiY', 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('\na5٦0=Pٞ', 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('{ḶPtJi-^Ye', 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('"	7;', 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('񇻶yKK', 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('6~}pT', 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('՝5FwHfu]', 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('θ&&/0', 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('"\ZNw?T', 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('RxI:T+m>+', 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('E<ʂ\rЬ', 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('dfLN', 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('oq#', 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('8\0hѷsc)Mv.', 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('zq"KNs%&', 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('M\ZM*dfcCj7', 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('/V', 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Qc%g', 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('\nCʡے]zx''$', 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('XK>)T', 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('6"inG\Z', 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('lX՜3&''', 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('b>c}dzB_^Sx-b', 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('g(]\r[ƒu,>', 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Eao\rgܼ]7X', 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('}]', 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('6<XME', 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('_1z*o>', 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('v5-J', 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('4ەY[ū<', 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('_ߖָ\\o+[y', 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('n]|{ QW', 'wp-content/plugins/revslider/admin/assets/index.php', 0, '{J!u?}s', '{J!u?}s'),
('vf@I<Vl', 'wp-content/plugins/revslider/admin/assets/js/admin.js', 0, 'K雀ֈ;"', 'K雀ֈ;"'),
('''E:s$8kN', 'wp-content/plugins/revslider/admin/assets/js/alpha-color-picker.js', 0, ':#S.zOX', ':#S.zOX'),
(',3(wRGok', 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js', 0, 'h*@TB+seѤ', 'h*@TB+seѤ'),
('(X*,Ez', 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js', 0, 'f<%Y)+^', 'f<%Y)+^'),
('mc''W8Ϥ`^', 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('ՙ]8@(', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js', 0, 'y.`zP>Mu', 'y.`zP>Mu'),
('B:''r', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js', 0, '-OuU!4', '-OuU!4'),
('ٛ8Ue=', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js', 0, 'sT\0p;kAd', 'sT\0p;kAd'),
('!sk\rθ''', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js', 0, 'j%蠄\\w%d', 'j%蠄\\w%d'),
('B9gl\r', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('vD\0D☇lU', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js', 0, '%3wN1DM', '%3wN1DM'),
('s{ҭG', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js', 0, ',''rFFNzw', ',''rFFNzw'),
('h++\\l[', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js', 0, 'waV`zBxW', 'waV`zBxW'),
('4PGg:>O', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js', 0, '5dY{Ta>/', '5dY{Ta>/'),
('Zw˩>', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js', 0, '$P&-j', '$P&-j'),
('$G`ZT$6A7', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js', 0, 'W', 'W'),
('ZX~:Qjs', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js', 0, 'P0Ev$yG', 'P0Ev$yG'),
('rq^ﵓ܉cDB', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js', 0, '\\^3w', '\\^3w'),
('#SWN^`OT', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js', 0, '8A_g	sB', '8A_g	sB'),
('d\\\Z+j+i6', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js', 0, 'dN`Fܼ,5', 'dN`Fܼ,5'),
('msZG+I8', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js', 0, 'Sҍ	t#z>', 'Sҍ	t#z>'),
('\r^V/\Z7(Z\n', 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js', 0, 'V6V:m', 'V6V:m'),
('<1+X,U	', 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js', 0, 'Cݱv(搡', 'Cݱv(搡'),
('}~e;!a', 'wp-content/plugins/revslider/admin/assets/js/css_editor.js', 0, 'ţ=Hs', 'ţ=Hs'),
('/Su:lZ', 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js', 0, 'Q[ƟG-S', 'Q[ƟG-S'),
('OO\rss', 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js', 0, 'Y[^B^Am=', 'Y[^B^Am='),
('\nak\r[mT', 'wp-content/plugins/revslider/admin/assets/js/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('HSGveI^:', 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js', 0, 'ZO\r[S|', 'ZO\r[S|'),
('Ae+M&A', 'wp-content/plugins/revslider/admin/assets/js/newvideo.js', 0, 'U+.qD{mvװ', 'U+.qD{mvװ'),
('^A,', 'wp-content/plugins/revslider/admin/assets/js/oldvideo.js', 0, '+Lj\rj	 n', '+Lj\rj	 n'),
('7\nL ', 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js', 0, 'ͥ`\r$m^f#{', 'ͥ`\r$m^f#{'),
('z;pL"c>8', 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js', 0, '7΁o/p(', '7΁o/p('),
(')+\Z?-Յ꯮x%', 'wp-content/plugins/revslider/admin/assets/js/settings.js', 0, 'V?Pg~', 'V?Pg~'),
('*hC}sP\n𞉯', 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js', 0, '\rC''H>"\n^i', '\rC''H>"\n^i'),
(')oQ', 'wp-content/plugins/revslider/admin/assets/js/vc.js', 0, '/:-|4''C[', '/:-|4''C['),
('B_.Jڣ', 'wp-content/plugins/revslider/admin/index.php', 0, '{J!u?}s', '{J!u?}s'),
(')ǿ.#SXxAO', 'wp-content/plugins/revslider/admin/revslider-admin.class.php', 0, 'F?!Iv~', 'F?!Iv~'),
('S?sƛ', 'wp-content/plugins/revslider/admin/views/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('[eQĐzme', 'wp-content/plugins/revslider/admin/views/master-view.php', 0, 'ƹgu%N<.|', 'ƹgu%N<.|'),
('_t$+)J', 'wp-content/plugins/revslider/admin/views/navigation-editor.php', 0, '1 IV3G#', '1 IV3G#'),
('M0!fg6\\', 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php', 0, '/S3fYЇ$ŕ', '/S3fYЇ$ŕ'),
('iYQgV /c	\r', 'wp-content/plugins/revslider/admin/views/slide-editor.php', 0, 'bO>9''jvj&', 'bO>9''jvj&'),
('^T5j-', 'wp-content/plugins/revslider/admin/views/slide-overview.php', 0, 'mB="D\0', 'mB="D\0'),
('VWsp6?5\\', 'wp-content/plugins/revslider/admin/views/slider-editor.php', 0, 'X|	ml.E', 'X|	ml.E'),
('η6|fv剤S~I^', 'wp-content/plugins/revslider/admin/views/slider-overview.php', 0, '5FGznpiM54r', '5FGznpiM54r'),
('@q\ZU;XXv', 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php', 0, '^wDo', '^wDo'),
('~+E^;d', 'wp-content/plugins/revslider/admin/views/system/dialog-global-settings.php', 0, 'dTJW5F:\\|exf', 'dTJW5F:\\|exf'),
(',ysѼÇ', 'wp-content/plugins/revslider/admin/views/system/dialog-video.php', 0, 'pGW)܁J V', 'pGW)܁J V'),
('F$ҕCsL0''', 'wp-content/plugins/revslider/admin/views/system/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('<<[n\\p0', 'wp-content/plugins/revslider/admin/views/system/validation.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('\0"=*L', 'wp-content/plugins/revslider/admin/views/templates/create-slider.php', 0, '<@y԰ߴ*Ϥ', '<@y԰ߴ*Ϥ'),
(' ULtG8E֍N6', 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php', 0, '`DdՓ)', '`DdՓ)'),
('pL~ˬ', 'wp-content/plugins/revslider/admin/views/templates/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('&yN8''%a', 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php', 0, ':-5G\Z', ':-5G\Z'),
('G(x\n^', 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php', 0, '\07am', '\07am'),
('n|2;%	=g', 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php', 0, '\0GG!/', '\0GG!/'),
('zZJ5qVM-', 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php', 0, '0xngj9sj;', '0xngj9sj;'),
('KX\n>', 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php', 0, '"D\Zw).Ny', '"D\Zw).Ny'),
('\r8=%D(C!m', 'wp-content/plugins/revslider/admin/views/templates/slides-list.php', 0, 'Bj%4ҥPV\0', 'Bj%4ҥPV\0'),
('<s\r''', 'wp-content/plugins/revslider/admin/views/templates/slides.php', 0, '|)Rdj,7jn', '|)Rdj,7jn'),
('Bۀ\\{^#V-', 'wp-content/plugins/revslider/admin/views/templates/template-selector.php', 0, ',x;=XY', ',x;=XY'),
('kƸJ3PK4', 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php', 0, 'y;rp"', 'y;rp"'),
('BPrffC5', 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php', 0, 'ᝑf?'',ܓ', 'ᝑf?'',ܓ'),
('RЄlЉ)Ç^?', 'wp-content/plugins/revslider/backup/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('؅ѐYM,wtP߈', 'wp-content/plugins/revslider/includes/extension.class.php', 0, 'L=yJo%e', 'L=yJo%e'),
('+NEjP]/', 'wp-content/plugins/revslider/includes/external-sources.class.php', 0, '@BDtl$', '@BDtl$'),
('!-FP;{\0|NT', 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php', 0, 'f{r_朔', 'f{r_朔'),
('1HMg#K:!', 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php', 0, '.sê\\ۖ', '.sê\\ۖ'),
('''uC*el', 'wp-content/plugins/revslider/includes/framework/base-admin.class.php', 0, 'HKIlHg', 'HKIlHg'),
('upp@Kq(o۔:', 'wp-content/plugins/revslider/includes/framework/base-front.class.php', 0, '*tn8ާH	,', '*tn8ާH	,'),
('DƢX\\bG', 'wp-content/plugins/revslider/includes/framework/base.class.php', 0, '`@/(K,', '`@/(K,'),
('B=|a(jTC', 'wp-content/plugins/revslider/includes/framework/cssparser.class.php', 0, ' >}9D>', ' >}9D>'),
('k&ֿ6+', 'wp-content/plugins/revslider/includes/framework/db.class.php', 0, 'L]q>.F?!f', 'L]q>.F?!f'),
('kK ~Rm', 'wp-content/plugins/revslider/includes/framework/elements-base.class.php', 0, '~N}c	̈7\n', '~N}c	̈7\n'),
('_''&7,', 'wp-content/plugins/revslider/includes/framework/em-integration.class.php', 0, '6{z_', '6{z_'),
('2l]wDnMH', 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php', 0, 'yy{clX`', 'yy{clX`'),
('2{9T,W%!G', 'wp-content/plugins/revslider/includes/framework/functions.class.php', 0, ',Ʋ$9\Z''', ',Ʋ$9\Z'''),
('02t:٬', 'wp-content/plugins/revslider/includes/framework/include-framework.php', 0, 't,0{+t[u', 't,0{+t[u'),
('B+0DFO', 'wp-content/plugins/revslider/includes/framework/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('u3 ˠ', 'wp-content/plugins/revslider/includes/framework/newsletter.class.php', 0, 'uZĈomBk*aX', 'uZĈomBk*aX'),
('Fn%Ɩ|}U8!`', 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php', 0, 'QD0\0', 'QD0\0'),
('FuPɦUh|', 'wp-content/plugins/revslider/includes/framework/update.class.php', 0, ' R<_Zv', ' R<_Zv'),
('ʨ|^6ʹjY}', 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php', 0, 'ֻDhkI`K 1', 'ֻDhkI`K 1'),
('JK@:JpDo', 'wp-content/plugins/revslider/includes/framework/wpml.class.php', 0, 'z\nVFLIkC', 'z\nVFLIkC'),
('"T*WQ8	yHk', 'wp-content/plugins/revslider/includes/globals.class.php', 0, 'HډV?9tn', 'HډV?9tn'),
('܂l*x&ER', 'wp-content/plugins/revslider/includes/googlefonts.php', 0, '''[1>@', '''[1>@'),
('i\n=+i', 'wp-content/plugins/revslider/includes/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('I"+', 'wp-content/plugins/revslider/includes/navigation.class.php', 0, '"gT~NE', '"gT~NE'),
('A}', 'wp-content/plugins/revslider/includes/operations.class.php', 0, 'r<kDTѱjh/', 'r<kDTѱjh/'),
('*''\rO3', 'wp-content/plugins/revslider/includes/output.class.php', 0, 'Jc3*5ŵ', 'Jc3*5ŵ'),
('5+};&', 'wp-content/plugins/revslider/includes/slide.class.php', 0, '.lXƅ]$', '.lXƅ]$'),
('U~WXv_#2', 'wp-content/plugins/revslider/includes/slider.class.php', 0, 'pZ2)^m&=ɺ', 'pZ2)^m&=ɺ'),
('cx>jhIV', 'wp-content/plugins/revslider/includes/template.class.php', 0, '(~BrX', '(~BrX'),
('5ѥb!', 'wp-content/plugins/revslider/includes/tinybox.class.php', 0, 'Q>Fi㽂`Fp', 'Q>Fi㽂`Fp'),
('xְ#ٲ4', 'wp-content/plugins/revslider/includes/widget.class.php', 0, '@Km\0]e௯s ', '@Km\0]e௯s '),
('Gl>GΚ', 'wp-content/plugins/revslider/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('6;#	%l+', 'wp-content/plugins/revslider/languages/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('*eZkV{', 'wp-content/plugins/revslider/public/assets/assets/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('EL/ғ\Z[', 'wp-content/plugins/revslider/public/assets/assets/sources/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('\ri*\\', 'wp-content/plugins/revslider/public/assets/assets/svg/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Jcnaj4П o', 'wp-content/plugins/revslider/public/assets/css/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('0''`c2_', 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('ֵȫX7qc\Z>', 'wp-content/plugins/revslider/public/assets/fonts/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('0q@G6k', 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('KXsS>d', 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('U\ZDȫ΃<[', 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Ó]ɚdQv', 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('<*1%GɫV9)', 'wp-content/plugins/revslider/public/assets/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('e"YSO-.ѩ	', 'wp-content/plugins/revslider/public/assets/js/extensions/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
(')"W%x1e4wOP', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js', 0, '-}2tf', '-}2tf'),
('lJU&\rSϏI', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js', 0, 'wv9j{i.T', 'wv9j{i.T'),
(' }K2N\Z', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js', 0, '*eFxyG\r', '*eFxyG\r'),
('Jp]v#''!', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js', 0, 'XN6x', 'XN6x'),
('F?,e497', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js', 0, ')of+Lܞ', ')of+Lܞ'),
('UjIM{{!', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js', 0, '!,Pi`\\,', '!,Pi`\\,'),
('\nD&B`}', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js', 0, ''')uzQ\0', ''')uzQ\0'),
('H5(Ix&y', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js', 0, 'ٍ6ӛ', 'ٍ6ӛ'),
('y:4).y', 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js', 0, '\rWJR*@', '\rWJR*@'),
('5cNn­W', 'wp-content/plugins/revslider/public/assets/js/extensions/source/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('EqOlͱ[q{,xk', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.actions.js', 0, 'Hb0P<6jF', 'Hb0P<6jF'),
('z,t<H%v', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.carousel.js', 0, 'hKIgy/9(', 'hKIgy/9('),
('i@~3>', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.kenburn.js', 0, 'GϠ5jvHJ', 'GϠ5jvHJ'),
('Bd{\0)?', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.layeranimation.js', 0, ';8/nTQxޡQ5', ';8/nTQxޡQ5'),
('ͪt-W', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.migration.js', 0, 'PO', 'PO'),
('eE}y)wW', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.navigation.js', 0, 'F*pn!p%', 'F*pn!p%'),
('HV\\p''uL\n', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.parallax.js', 0, '{KwXr', '{KwXr'),
('kMxIsU', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.slideanims.js', 0, 'T>'').kSՈʬ', 'T>'').kSՈʬ'),
(')Co\r+qha', 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.video.js', 0, 'p2fM;1G', 'p2fM;1G'),
('\nhjfm8:c', 'wp-content/plugins/revslider/public/assets/js/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('>s0`[K,', 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js', 0, 'FǿoÒ3k', 'FǿoÒ3k'),
('Z۠1^1Q[', 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js', 0, 'GgQKH+i7', 'GgQKH+i7'),
('ti/Y$Ņβ', 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js', 0, '?jgُޛ', '?jgُޛ'),
('hHx1n', 'wp-content/plugins/revslider/public/assets/js/source/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('އ5?>7]S', 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.enablelog.js', 0, 'FǿoÒ3k', 'FǿoÒ3k'),
('-i t6{l3/', 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.revolution.js', 0, '\Z0&GY)%', '\Z0&GY)%'),
('\rBa\ZFDM͟5', 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.tools.min.js', 0, '*/{AȗYhZ', '*/{AȗYhZ'),
('l4Z\\X', 'wp-content/plugins/revslider/public/index.php', 0, 'ُ\0	B~', 'ُ\0	B~'),
('Tw͔\n4Ó0', 'wp-content/plugins/revslider/public/revslider-front.class.php', 0, ' 1SfL4"O_9', ' 1SfL4"O_9'),
('O\\)3P54', 'wp-content/plugins/revslider/release_log.html', 0, ':q4+>SG]', ':q4+>SG]'),
('f2|b5֤', 'wp-content/plugins/revslider/revslider.php', 0, '\0دC*ºU-', '\0دC*ºU-'),
('6\Z#iW?T=', 'wp-content/plugins/revslider/uninstall.php', 0, '^;ZGYSNpK''', '^;ZGYSNpK'''),
('<ӥvS(y', 'wp-content/plugins/select-instagram-feed/lib/instagram-redirect.php', 0, '0ݜǞKⓊ>L', '0ݜǞKⓊ>L'),
('JoQ', 'wp-content/plugins/select-instagram-feed/lib/qode-instagram-api.php', 0, 'W;Xh', 'W;Xh'),
('Ϸ=1LU', 'wp-content/plugins/select-instagram-feed/lib/qode-instagram-helper.php', 0, '6h5#,P)tUw', '6h5#,P)tUw'),
('q\ZZK', 'wp-content/plugins/select-instagram-feed/load.php', 0, 'Y{''0sy', 'Y{''0sy'),
('6Gy''	', 'wp-content/plugins/select-instagram-feed/select-instagram-feed.php', 0, 'xńJR{kXe', 'xńJR{kXe'),
('p8tČ', 'wp-content/plugins/select-instagram-feed/widgets/load.php', 0, 'صXs]D', 'صXs]D'),
('@ś蘅', 'wp-content/plugins/select-instagram-feed/widgets/qode-instagram-widget.php', 0, '	Np$!f*b', '	Np$!f*b'),
('Vx7	˥', 'wp-content/plugins/select-twitter-feed/lib/qode-twitter-api.php', 0, 'w`Pޖif', 'w`Pޖif'),
('%%Ƴ7;', 'wp-content/plugins/select-twitter-feed/lib/qode-twitter-helper.php', 0, 'gyq<R', 'gyq<R'),
('ir#༔ZED', 'wp-content/plugins/select-twitter-feed/lib/twitter-redirect.php', 0, '|ed', '|ed'),
('S͘\ZC?fFq', 'wp-content/plugins/select-twitter-feed/load.php', 0, 'chv9>AbHv/\0*H', 'chv9>AbHv/\0*H'),
('lrsqcT', 'wp-content/plugins/select-twitter-feed/select-twitter-feed.php', 0, 'IXaI%W\\i', 'IXaI%W\\i'),
('akQwG/5', 'wp-content/plugins/select-twitter-feed/shortcodes/load.php', 0, 'Z	8CzZn\Z', 'Z	8CzZn\Z'),
(',{/cNr', 'wp-content/plugins/select-twitter-feed/shortcodes/select-twitter-shortcode.php', 0, '	HLyvZWF', '	HLyvZWF'),
('J?m', 'wp-content/plugins/select-twitter-feed/widgets/load.php', 0, 'BiG\n4', 'BiG\n4'),
('@{q3Ss', 'wp-content/plugins/select-twitter-feed/widgets/qode-twitter-widget.php', 0, 'FvW`Z', 'FvW`Z'),
('%hBAA~)t', 'wp-content/plugins/updraftplus/admin.php', 0, '䃰4SQzÝt', '䃰4SQzÝt'),
('_IxF', 'wp-content/plugins/updraftplus/backup.php', 0, '>MEL,XrGo}', '>MEL,XrGo}'),
('W>i=k+', 'wp-content/plugins/updraftplus/central/bootstrap.php', 0, 'rP-=\noHe', 'rP-=\noHe'),
('_)q!|cH', 'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php', 0, '͹ec_\n5i', '͹ec_\n5i'),
('`Hpֈn''!г', 'wp-content/plugins/updraftplus/central/commands.php', 0, '8Q=>Å.r', '8Q=>Å.r'),
('Ṩ\n-Mu/$Al', 'wp-content/plugins/updraftplus/central/listener.php', 0, '0Gɓ~I ,(5', '0Gɓ~I ,(5'),
('gm P	Yޞ\r', 'wp-content/plugins/updraftplus/central/modules/core.php', 0, '-K}gfR', '-K}gfR'),
(',"\\$-h?y@\\', 'wp-content/plugins/updraftplus/central/modules/updates.php', 0, ':!b4', ':!b4'),
(']6jE8N-SX', 'wp-content/plugins/updraftplus/central/modules/updraftplus.php', 0, 'NftF6t9cl', 'NftF6t9cl'),
('6ōxU', 'wp-content/plugins/updraftplus/central/modules/users.php', 0, 'X''74$H~M', 'X''74$H~M'),
('h}Mv1\ZQlO', 'wp-content/plugins/updraftplus/class-updraftplus.php', 0, 'q/|,o', 'q/|,o'),
('NhUXJGiQ', 'wp-content/plugins/updraftplus/class-zip.php', 0, 'L+(c', 'L+(c');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('q,<wLG"E', 'wp-content/plugins/updraftplus/example-decrypt.php', 0, 'ᒴ1-vC1{J', 'ᒴ1-vC1{J'),
('	pieD.v&p#', 'wp-content/plugins/updraftplus/includes/Dropbox/API.php', 0, 'MR[,oUP', 'MR[,oUP'),
('9Ǽ)ц >', 'wp-content/plugins/updraftplus/includes/Dropbox/Exception.php', 0, 'U$af*on', 'U$af*on'),
('"q܂8a5', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php', 0, 'a}Pl', 'a}Pl'),
('t\\k:+sTΐ', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php', 0, 'X~]\0f', 'X~]\0f'),
('6۰_AŬvR~', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php', 0, 'P(T.5	', 'P(T.5	'),
('Ե@{®}V', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php', 0, 'B=*9XPR;E', 'B=*9XPR;E'),
('UEʓdR|.', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php', 0, 'Wb\\9', 'Wb\\9'),
('y+y.8=UAYmKp', 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php', 0, 'hTОo', 'hTОo'),
('Kmr.Dŧ\\}', 'wp-content/plugins/updraftplus/includes/Dropbox2/API.php', 0, '>{xTN3\rg', '>{xTN3\rg'),
('i?!,j4', 'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php', 0, 'U$af*on', 'U$af*on'),
('Cv4', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php', 0, '%]auA,', '%]auA,'),
('df")=6b', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php', 0, 'X%uWsJ', 'X%uWsJ'),
('EN#CĴ.3', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php', 0, 'P(T.5	', 'P(T.5	'),
('ܷJL>#', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php', 0, 'B=*9XPR;E', 'B=*9XPR;E'),
('V,յ', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php', 0, 'Wb\\9', 'Wb\\9'),
('\n|ˬӜcj`{', 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php', 0, 'hTОo', 'hTОo'),
('\\X\r:l]@H7', 'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php', 0, ']r31Vp=', ']r31Vp='),
('23Qۿ-4', 'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php', 0, 'e\n	jwեM0', 'e\n	jwեM0'),
('|iHr', 'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php', 0, '2|va=ϧ]޼', '2|va=ϧ]޼'),
('eӐD"\\', 'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php', 0, 'HLʘXs)r', 'HLʘXs)r'),
('*\rh}h(', 'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php', 0, '(^A+ Cr', '(^A+ Cr'),
('yk_Uk,e=', 'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php', 0, '!+\\)3a\nc', '!+\\)3a\nc'),
('`%ֆY', 'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php', 0, ';z*N4냗Ʉw@', ';z*N4냗Ʉw@'),
('q8', 'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php', 0, 'Phx3X"6', 'Phx3X"6'),
('2$$K&fw ݪ', 'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php', 0, '\0]''9w', '\0]''9w'),
('Ys\\\nd', 'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php', 0, 'JY^V*JǱ^', 'JY^V*JǱ^'),
('\na08', 'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php', 0, 'Ur*vOxqf', 'Ur*vOxqf'),
('yAoډ', 'wp-content/plugins/updraftplus/includes/Google/Cache/File.php', 0, 'VQ~l<$T', 'VQ~l<$T'),
('bl	-vr$L8', 'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php', 0, 'SG5ޏ}r+', 'SG5ޏ}r+'),
('M1	Zg&''ѫ', 'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php', 0, 'TpF8''٫Ƌ', 'TpF8''٫Ƌ'),
('n/Ρ~Zx~6', 'wp-content/plugins/updraftplus/includes/Google/Client.php', 0, '?mHoA', '?mHoA'),
('}Ob >?2y', 'wp-content/plugins/updraftplus/includes/Google/Collection.php', 0, 'y6x5Mq', 'y6x5Mq'),
(' uFPjkq=k', 'wp-content/plugins/updraftplus/includes/Google/Config.php', 0, 'l!W8աRM]', 'l!W8աRM]'),
('6"ג', 'wp-content/plugins/updraftplus/includes/Google/Exception.php', 0, '1ZK/', '1ZK/'),
('}ġ"Zѝ''', 'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php', 0, '5kkL&ވ', '5kkL&ވ'),
('ixE@VE"', 'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php', 0, 'wOT| th$x', 'wOT| th$x'),
('#SVպ', 'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php', 0, '7gm)0U', '7gm)0U'),
('ZfZS#T', 'wp-content/plugins/updraftplus/includes/Google/Http/REST.php', 0, 'RU"fPJ}', 'RU"fPJ}'),
('uGP3*xOӍe', 'wp-content/plugins/updraftplus/includes/Google/Http/Request.php', 0, 'wc,&0;d', 'wc,&0;d'),
('AT{nN]', 'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php', 0, ';QJ ?`?$2r 8', ';QJ ?`?$2r 8'),
('OHB{(', 'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php', 0, '<jf#-X', '<jf#-X'),
('WԾޥ9)', 'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php', 0, '7԰-}6', '7԰-}6'),
('2WEbeYYi', 'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php', 0, 'n\\<@ ', 'n\\<@ '),
('0߁.8n4k_M', 'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php', 0, '''5y;=5+ҝϰ%', '''5y;=5+ҝϰ%'),
('odeZ', 'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php', 0, 'þ?P||0r', 'þ?P||0r'),
('XUqn\ZҸ''2@', 'wp-content/plugins/updraftplus/includes/Google/Logger/File.php', 0, 'ׁ8_p@}', 'ׁ8_p@}'),
('1D\Zu#O', 'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php', 0, 'ig+ 3', 'ig+ 3'),
(':Jo%', 'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php', 0, '׳π{\\6}', '׳π{\\6}'),
('oM2B0!4S', 'wp-content/plugins/updraftplus/includes/Google/Model.php', 0, 'GWŹx', 'GWŹx'),
('Vߪ8$,Z7', 'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php', 0, '&u\ruX]Ǣ', '&u\ruX]Ǣ'),
('YLKPv"1O', 'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php', 0, '([	igmÎ~6', '([	igmÎ~6'),
('>h!t[Ri/', 'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php', 0, '\n''X^W>G', '\n''X^W>G'),
('[P~$QHi*', 'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php', 0, '\ni"F[-', '\ni"F[-'),
('t]n\r5^˺', 'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php', 0, 'vYWCpX_E', 'vYWCpX_E'),
('7)VQϸrJ', 'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php', 0, '&U=0wb', '&U=0wb'),
('Y[MDjx\nɎ', 'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php', 0, '"WWubL	/', '"WWubL	/'),
('fn~ppkM{', 'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php', 0, 'g%FL', 'g%FL'),
('`T]d', 'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php', 0, 'oqwPSK', 'oqwPSK'),
('](	 +BH', 'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php', 0, 'pzؗ)zy', 'pzؗ)zy'),
('9ڊ$F.{', 'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php', 0, '36!LleD', '36!LleD'),
('絴z:E-$', 'wp-content/plugins/updraftplus/includes/Google/Service/Autoscaler.php', 0, 'Uo;cUVʈh*', 'Uo;cUVʈh*'),
('\0+d6uqّ', 'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php', 0, 'AgD\ry:d', 'AgD\ry:d'),
('z~n(i@', 'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php', 0, '53Da1!Cpj:2', '53Da1!Cpj:2'),
('+gzPR', 'wp-content/plugins/updraftplus/includes/Google/Service/Books.php', 0, '_7Vhv$5L|', '_7Vhv$5L|'),
('cc!BMDdy', 'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php', 0, 'Tm2f', 'Tm2f'),
('ӪYt/{', 'wp-content/plugins/updraftplus/includes/Google/Service/CivicInfo.php', 0, '۟d[=LG19W', '۟d[=LG19W'),
('ㄖk\Z6\Z', 'wp-content/plugins/updraftplus/includes/Google/Service/CloudMonitoring.php', 0, 'P?8`.̰MY', 'P?8`.̰MY'),
('Zgg^A@Y/', 'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php', 0, 'Fb\r໴i', 'Fb\r໴i'),
('?/\ZKca{vk', 'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php', 0, 'PַҧXfo', 'PַҧXfo'),
(''',AW)ʳS', 'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php', 0, 'G\0[! )[vDl', 'G\0[! )[vDl'),
('۱jN{', 'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php', 0, ';M>	3', ';M>	3'),
('{"`[(', 'wp-content/plugins/updraftplus/includes/Google/Service/Container.php', 0, 'U"L;s', 'U"L;s'),
('R!L', 'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php', 0, 'iJi]BSFe4', 'iJi]BSFe4'),
('[|xz=`', 'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php', 0, 'qgNbK2', 'qgNbK2'),
('ieT CӢ', 'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php', 0, '(#mチ8', '(#mチ8'),
('B5A1EAg3k5', 'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php', 0, '}vƈZX_', '}vƈZX_'),
('`.-_jpѸ', 'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php', 0, 'M2	Ծ&`1', 'M2	Ծ&`1'),
('Yg5o', 'wp-content/plugins/updraftplus/includes/Google/Service/Dfareporting.php', 0, 'knT2\Z4', 'knT2\Z4'),
('^tK>Txu', 'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php', 0, 'Y$]j;{N', 'Y$]j;{N'),
('''q{Z>', 'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php', 0, '<<j*', '<<j*'),
('8圄Br!', 'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php', 0, '}ZT{]%', '}ZT{]%'),
(')_@+7C|3.', 'wp-content/plugins/updraftplus/includes/Google/Service/Doubleclicksearch.php', 0, 'qa;T&', 'qa;T&'),
('(i''r>A3', 'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php', 0, 'A6o6QH', 'A6o6QH'),
('6@0^zcJq-', 'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php', 0, 'cE-QJ7Ύ', 'cE-QJ7Ύ'),
('fMդ̭|i;', 'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php', 0, '/3', '/3'),
('QxШNg', 'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php', 0, ',0ճR6OX', ',0ճR6OX'),
('̴=8-!S', 'wp-content/plugins/updraftplus/includes/Google/Service/Fusiontables.php', 0, 'tCRs', 'tCRs'),
('S1J-p"', 'wp-content/plugins/updraftplus/includes/Google/Service/Games.php', 0, '{VsC7{lmH)&d', '{VsC7{lmH)&d'),
('lV,-i', 'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php', 0, 'űXK"$7nJ', 'űXK"$7nJ'),
('}dMǊ8"', 'wp-content/plugins/updraftplus/includes/Google/Service/GamesManagement.php', 0, ':,6\\Lel&v', ':,6\\Lel&v'),
('"ͤ~D9l', 'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php', 0, 'U`ԡt9', 'U`ԡt9'),
(' Z3QhoK', 'wp-content/plugins/updraftplus/includes/Google/Service/Gmail.php', 0, '/|h!ڎ''', '/|h!ڎ'''),
('Ŀ7md[t<', 'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php', 0, '=}Κ/<y', '=}Κ/<y'),
('8Lomf~', 'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php', 0, '\n-ӋGxѠume', '\n-ӋGxѠume'),
('.qBOcUF5', 'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php', 0, '.ڋ=QeeH?', '.ڋ=QeeH?'),
('xt{ܨ>	J', 'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php', 0, 'C/brA', 'C/brA'),
('6)xTzތ\0', 'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php', 0, '*A@rQGXy', '*A@rQGXy'),
('[|NtM*ym{f', 'wp-content/plugins/updraftplus/includes/Google/Service/Manager.php', 0, '|<}Md', '|<}Md'),
('X6R\r/X', 'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php', 0, 'Pnw$P4', 'Pnw$P4'),
('¤b''lz\0', 'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php', 0, 'b]߸A<', 'b]߸A<'),
('*z8nZS', 'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php', 0, 'Iyby4MgcΞ', 'Iyby4MgcΞ'),
('b3(w[9', 'wp-content/plugins/updraftplus/includes/Google/Service/Pagespeedonline.php', 0, '\0Ut6ӐeF', '\0Ut6ӐeF'),
('M:-~d\\w5m', 'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php', 0, '{Ąo^5', '{Ąo^5'),
('qBѷC', 'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php', 0, '4,7Ģl', '4,7Ģl'),
('CCFrP8', 'wp-content/plugins/updraftplus/includes/Google/Service/Prediction.php', 0, 'ҪyO76"ƾ', 'ҪyO76"ƾ'),
('`8q`̘F:', 'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php', 0, '~pc', '~pc'),
('tN0k%^G', 'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php', 0, 'X#\n(pX', 'X#\n(pX'),
('D?=ۊ9\\|\r', 'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php', 0, 'Bsxkr/|j', 'Bsxkr/|j'),
('PbAYɂ', 'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php', 0, '=&\Z̘H', '=&\Z̘H'),
('6BC3cE6', 'wp-content/plugins/updraftplus/includes/Google/Service/Reports.php', 0, 'aBU-K', 'aBU-K'),
('鑕Sl', 'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php', 0, '{\n"A#&', '{\n"A#&'),
('կpQz\Z', 'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php', 0, 'P!^((Ni4', 'P!^((Ni4'),
(']mˍ b', 'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php', 0, 'qVN+X_', 'qVN+X_'),
('Fn/\Z}ac', 'wp-content/plugins/updraftplus/includes/Google/Service/SQLAdmin.php', 0, '^ӡ(=l5ΎU', '^ӡ(=l5ΎU'),
('י;0i^', 'wp-content/plugins/updraftplus/includes/Google/Service/ShoppingContent.php', 0, 'Rm@\n', 'Rm@\n'),
('6;t޲py', 'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php', 0, ';=NPQE평x', ';=NPQE평x'),
('CϠ,Bz/1', 'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php', 0, 'F\niq', 'F\niq'),
('fR9]V#rs', 'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php', 0, 'ha;x.^~}', 'ha;x.^~}'),
('ME4DyTD1', 'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php', 0, 's-hʺ@|', 's-hʺ@|'),
('P2G_', 'wp-content/plugins/updraftplus/includes/Google/Service/Taskqueue.php', 0, 's=a99', 's=a99'),
(';A', 'wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php', 0, '%E[Ys\0ֿ', '%E[Ys\0ֿ'),
('-BfuB+\\', 'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php', 0, 'bw&B\Z(\Z', 'bw&B\Z(\Z'),
('=x\0', 'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php', 0, 'lS4N	P7', 'lS4N	P7'),
('Wu%wwh!o\n8', 'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php', 0, '߼~\0~Wƈ', '߼~\0~Wƈ'),
('Hx8ĩr\\', 'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php', 0, '5G	8!IXC', '5G	8!IXC'),
('_y,F', 'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php', 0, '\n$`g', '\n$`g'),
('n7Sڋ	L', 'wp-content/plugins/updraftplus/includes/Google/Service/YouTubeAnalytics.php', 0, 't`vөH', 't`vөH'),
('c\Z%', 'wp-content/plugins/updraftplus/includes/Google/Service.php', 0, 'ƣyu\rXON,', 'ƣyu\rXON,'),
('8!?Η`t', 'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php', 0, '6SW', '6SW'),
('z!38T_މ:', 'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php', 0, 'p.g?Ѳ9', 'p.g?Ѳ9'),
('\reKg.q', 'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php', 0, 'b48	BI$Z', 'b48	BI$Z'),
('Z=ӓj` ', 'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php', 0, 'qeS4', 'qeS4'),
('M[?ObU6$ޚ', 'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php', 0, '{a"Z*/Df', '{a"Z*/Df'),
('p{UʏКtecC4CDj', 'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php', 0, 'ߘ	zg(', 'ߘ	zg('),
('ٯ]+Wf', 'wp-content/plugins/updraftplus/includes/Google/Utils.php', 0, 'ʻc+#%*a', 'ʻc+#%*a'),
('ŸMȻՠIך', 'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php', 0, 'qz''N', 'qz''N'),
('ٙ[y?m"', 'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php', 0, 'xiH=]', 'xiH=]'),
('*q*6\r6z\\', 'wp-content/plugins/updraftplus/includes/Google/autoload.php', 0, '˪OC$E9AS!', '˪OC$E9AS!'),
('4+ƔI''%c', 'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php', 0, 'V3&L$z~,.v', 'V3&L$z~,.v'),
('b;J/RPN', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php', 0, 'w:p\npWd+', 'w:p\npWd+'),
('ɽA"E?Ɏ', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php', 0, 'q.M};9c', 'q.M};9c'),
('	E{jJ', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php', 0, 'lrWuod^', 'lrWuod^'),
('T G=u(N', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php', 0, 'Pyc6kK', 'Pyc6kK'),
('/\0_v', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php', 0, '%bςV', '%bςV'),
('ܽZ9', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php', 0, '56pι28', '56pι28'),
('n$@B̧', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php', 0, '!>(y_X', '!>(y_X'),
('.m7܏N/M|G', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php', 0, '~\0^Qx', '~\0^Qx'),
('Eйğ|}s0*', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php', 0, '#re0', '#re0'),
('.k񞒥/h/', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php', 0, 'pza/=	', 'pza/=	'),
('CR=a2#0S', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Response.php', 0, '9-wÒx\rv', '9-wÒx\rv'),
('0amW', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php', 0, '2=ooȏ', '2=ooȏ'),
('f^AL''g\0', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php', 0, '\n''W&UP=tݝZ', '\n''W&UP=tݝZ'),
('}D>U{', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2.php', 0, ')."Ia<E', ')."Ia<E'),
(',͈2@L7d', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php', 0, '__|9w?b', '__|9w?b'),
('\n$+', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php', 0, 'EXql 8', 'EXql 8'),
('_[ߙ{', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php', 0, '\r#&''o͝#W', '\r#&''o͝#W'),
('\rCd_', 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php', 0, 'Xs`IwnzXl', 'Xs`IwnzXl'),
('[¸y', 'wp-content/plugins/updraftplus/includes/PEAR/Net/Socket.php', 0, 'E>/EStEY', 'E>/EStEY'),
('0>=3', 'wp-content/plugins/updraftplus/includes/PEAR/Net/URL.php', 0, 'UsW":9', 'UsW":9'),
('|NDJ#', 'wp-content/plugins/updraftplus/includes/PEAR/Net/URL2.php', 0, '"ي)NX6~', '"ي)NX6~'),
('68瀈K\\o	6', 'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php', 0, '7PA|#eP(ʳ', '7PA|#eP(ʳ'),
('''_#m4Hyh', 'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php', 0, 'W`%?8IEk', 'W`%?8IEk'),
('mX`8', 'wp-content/plugins/updraftplus/includes/PEAR/PEAR5.php', 0, '\ZgՀ	7*l8(', '\ZgՀ	7*l8('),
('؆[Br̳$W', 'wp-content/plugins/updraftplus/includes/S3.php', 0, 'W,X3yT<0y', 'W,X3yT<0y'),
('^Psiy/a', 'wp-content/plugins/updraftplus/includes/S3compat.php', 0, '	rIO5n', '	rIO5n'),
('IB=悿9>YQl', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php', 0, 'G8_58p7', 'G8_58p7'),
('KY`', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php', 0, '	/\\#{zKS_', '	/\\#{zKS_'),
('LOXU>mJ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php', 0, ']5n< l', ']5n< l'),
('9o}(0<', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php', 0, 'Z4 ,', 'Z4 ,'),
('-*ٓM5q^ ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php', 0, '<(sG?f', '<(sG?f'),
('WcRR[zpoŸ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php', 0, 'l#\r3', 'l#\r3'),
('(s7', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php', 0, 't,6o@G鼙]', 't,6o@G鼙]'),
(',˸X, MnטG', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php', 0, '86=XVBRM', '86=XVBRM'),
('ߦafu3Pse q', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php', 0, '䎻`ql\ruD!j', '䎻`ql\ruD!j'),
('̹I(ׁ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php', 0, 'e~*̜Jn+', 'e~*̜Jn+'),
('e.Iԋِ\n', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php', 0, ',ܮ)Lj', ',ܮ)Lj'),
('+QEp~BʿSD', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php', 0, 'Ss:`E4F', 'Ss:`E4F'),
('CtwɥBrj', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php', 0, 'r=k]kp', 'r=k]kp'),
('p/!YV\r1lL', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php', 0, '{>U', '{>U'),
('.)BZvְ{}~', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php', 0, '͝У|0@\Z^ú', '͝У|0@\Z^ú'),
('-%TT6]', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php', 0, 'FyЄղa', 'FyЄղa'),
('%ȯ>yc B[', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php', 0, '=@堒59Z4/Zi', '=@堒59Z4/Zi'),
('Hj?֔', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php', 0, '2"]P!\Zy', '2"]P!\Zy'),
('k%c0''', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php', 0, '#}ԉ''=N)', '#}ԉ''=N)'),
('}onN-', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php', 0, '\\RΔbB', '\\RΔbB'),
('W"5{Zh4', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php', 0, 'a:)ް>V7 `', 'a:)ް>V7 `'),
('+MDP3y', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php', 0, 'Sa;O)', 'Sa;O)'),
('vbսfp=2QU', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php', 0, '^|tdnTl<Oy', '^|tdnTl<Oy'),
('.J9ωPP`kW', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php', 0, '?PX_?', '?PX_?'),
('k{WˍO', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php', 0, 'i(XRowr', 'i(XRowr'),
('F́\ne=5!', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php', 0, '8LfjM.n', '8LfjM.n'),
(' c߉|y.', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php', 0, 'e5Ȳ˰13$j', 'e5Ȳ˰13$j'),
('~iTÑJ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php', 0, '1[6#H', '1[6#H'),
('eeOs4w''~ !Ԍ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php', 0, 'Z4Efe', 'Z4Efe'),
('X(M', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php', 0, '^naB?]3~+', '^naB?]3~+'),
('o\\5J', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php', 0, 'j1H''VGSt\\', 'j1H''VGSt\\'),
('hV$Wmpp\0', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php', 0, 'x''ughe)', 'x''ughe)'),
('صd勪_%', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php', 0, '!瞨Z9x', '!瞨Z9x'),
('dϳS _~', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php', 0, 'ed8Th', 'ed8Th'),
('B8Ӵp$\\!', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php', 0, '\rթرgLon', '\rթرgLon'),
('NsLb7/W\r''', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php', 0, 'B~kJ', 'B~kJ'),
('0U~Fv*v4/%sr', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php', 0, '_,n\00>', '_,n\00>'),
('mM^C4@h', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php', 0, '?k4\n:', '?k4\n:'),
('lh2', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php', 0, 'ʐ~pIȰR:|', 'ʐ~pIȰR:|'),
('l˿eGA\Z', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php', 0, ' \r]b', ' \r]b'),
('P8yEA~OK', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php', 0, 'af\rp^?', 'af\rp^?'),
('d4JLo-4NO', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php', 0, 'p;dIfǕUBJ', 'p;dIfǕUBJ'),
('8\rk\rÐ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php', 0, 'd	>?\ZTڷ', 'd	>?\ZTڷ'),
('w@@F %', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php', 0, 'Lp׸ aOFw#(', 'Lp׸ aOFw#('),
('w	snx݆', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php', 0, '~K݃hY\r', '~K݃hY\r'),
('u&	VS>7', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php', 0, '-	/4A''''', '-	/4A'''''),
('$ڋ8e(4', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php', 0, ']z~$\nXJ4', ']z~$\nXJ4'),
('p\\ ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php', 0, 'S''P-eD}MStk', 'S''P-eD}MStk'),
('[粶EIΐΗ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php', 0, 'Kc4٬\nTe', 'Kc4٬\nTe'),
(' j&PD', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php', 0, 'ݑqv6e`z', 'ݑqv6e`z'),
('(gi.W¡nJ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php', 0, ',rs%#P,#', ',rs%#P,#'),
('#Q?EYX', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php', 0, 's3\\\n', 's3\\\n'),
('*ˉ!	OE:]', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php', 0, '\nLmp.&', '\nLmp.&'),
('\n}Å$3U>TY', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php', 0, 'CqܺO9', 'CqܺO9'),
('ۨ_Ez/#', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php', 0, '*8ePkfj)', '*8ePkfj)'),
('z^ R;', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php', 0, 'hmbPYJj}-m', 'hmbPYJj}-m'),
('8lЮur4', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php', 0, 'vPqǲ', 'vPqǲ'),
('L֘_SGtq{:', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php', 0, ']gnjW7U', ']gnjW7U'),
('it&l%TE@', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php', 0, ''');|LF', ''');|LF'),
('''|}\\\rޫ0u', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php', 0, 'b9P0V&X&', 'b9P0V&X&'),
('H&1JO\Z\nFsLټ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php', 0, 'gzP_/j', 'gzP_/j'),
('ix`#62r/', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php', 0, 'Q\rT\ru5,^W', 'Q\rT\ru5,^W'),
('tcˌzF', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php', 0, '	Lq_a~@fa9', '	Lq_a~@fa9'),
(':kGo\Z;dkB', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php', 0, 'b<진bblR''', 'b<진bblR'''),
('OO8eaV ϳ[', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php', 0, '{zG/֋Ӱ:', '{zG/֋Ӱ:'),
('禜iϋfb~G', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php', 0, '89r)y(Ǫ', '89r)y(Ǫ'),
('ȻPVS5', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php', 0, '6)o1Tv', '6)o1Tv'),
('*10+`e2I', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php', 0, 'R^Xy̾t', 'R^Xy̾t'),
('2޺f	pA9g', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php', 0, '_52ud]|', '_52ud]|'),
('xﲅy3', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php', 0, 's݁NWp-`', 's݁NWp-`'),
('\0|,pd]+9', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php', 0, '4?%v0/𡏒4', '4?%v0/𡏒4'),
('`UK+"(Jwe', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php', 0, '	Zi9k5.4', '	Zi9k5.4'),
('|+:\rbzV1b', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php', 0, '+miB8', '+miB8'),
('ɟEg-', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php', 0, '!uv', '!uv'),
(');ȁ 	', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php', 0, 'Ux99', 'Ux99'),
('Y7(fe0&', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php', 0, 'A^tdzz9@', 'A^tdzz9@'),
('=ݯ8=0^V', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php', 0, '+8͝}Ol', '+8͝}Ol'),
(' 3Djȃ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php', 0, '_Am3', '_Am3'),
('GWSXGz$', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php', 0, 'L|\\ |Tb', 'L|\\ |Tb'),
('F&ү-', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php', 0, '!9\Z{I9&', '!9\Z{I9&'),
('(\Zh%e@6E7d', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php', 0, ')~)_}<8|V', ')~)_}<8|V'),
('XDMQP', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php', 0, 'hK\0=S=J', 'hK\0=S=J'),
('jqXW:X', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php', 0, '6h;elc&', '6h;elc&'),
(';=GX', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php', 0, 'փ^:', 'փ^:'),
('R&M9', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php', 0, '4,3~)zw\\', '4,3~)zw\\'),
('؈"42JyCs', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php', 0, '@Jssa@', '@Jssa@'),
(',i	Cz2)n^', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php', 0, '}9^]iJ', '}9^]iJ'),
('2w?U)l', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php', 0, '=B$%bߏ', '=B$%bߏ'),
('4T=\\_''!6', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php', 0, '~T;p@lW', '~T;p@lW'),
('PoPJ\nx', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php', 0, '/Quz߅T8', '/Quz߅T8'),
('-!wZgk', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php', 0, '''Y5͔', '''Y5͔'),
('폸GU$5', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php', 0, '5#$R{We', '5#$R{We'),
('V߷', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php', 0, ':)\rZ:z9(', ':)\rZ:z9('),
('M/ܸ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php', 0, '*ȧo''[Ō''C', '*ȧo''[Ō''C'),
('3aVm,Dh;', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php', 0, '<J=k', '<J=k'),
('WӔ</2v<', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php', 0, ' T0 \\ F', ' T0 \\ F'),
('׼]P-j', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php', 0, '?ԛZ;PM', '?ԛZ;PM'),
('cH＊hOhdS', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php', 0, 'ŴW1bi~$D', 'ŴW1bi~$D'),
('cI%-\n', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php', 0, 'EI&D47s"$', 'EI&D47s"$'),
('\Z<9Lq>=', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php', 0, '/GÑ', '/GÑ'),
('liA3DVWo', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php', 0, '<&`55Ok', '<&`55Ok'),
('X&0ipws', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php', 0, '`Z8&>s', '`Z8&>s'),
('o8\rڗT5L', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php', 0, '|Q-Gأ2.', '|Q-Gأ2.'),
('rZh)9Q', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php', 0, 'W)\\YSE', 'W)\\YSE'),
('w#gJQS', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php', 0, '\\Z!\nX9%', '\\Z!\nX9%'),
('9: \ZtE', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php', 0, 'U݈}UK?i', 'U݈}UK?i'),
('oj@c\0֑', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php', 0, '	D&Qr2!', '	D&Qr2!'),
('m=\0rQR\nʵ', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php', 0, '?߶>Y', '?߶>Y'),
('q6y&A', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php', 0, 'hʠ^}z!<af3L', 'hʠ^}z!<af3L'),
('SpvsP^>', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php', 0, 'ԿtVLZhAƹ', 'ԿtVLZhAƹ'),
(':ErLd:X', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php', 0, 'F]7ܑV4', 'F]7ܑV4'),
('eP&P}f', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php', 0, 'B6Kh[\re<W', 'B6Kh[\re<W'),
('\ZiD-', 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php', 0, 'm݀\r9nK', 'm݀\r9nK'),
(')h2NW-', 'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php', 0, 'm^UrZ(XX', 'm^UrZ(XX'),
(':/Ԕǵ', 'wp-content/plugins/updraftplus/includes/azure-extensions.php', 0, 'x𭜁AZ', 'x𭜁AZ'),
('5Fc?', 'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php', 0, '_4/F(', '_4/F('),
('hɝru', 'wp-content/plugins/updraftplus/includes/class-semaphore.php', 0, 'OOc*d~Pql5ߡg', 'OOc*d~Pql5ߡg'),
('C-4^#yN T', 'wp-content/plugins/updraftplus/includes/class-udrpc.php', 0, '{䎶M3B\Z', '{䎶M3B\Z'),
('U!]ɲ^W.\\', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php', 0, '򘉱#q~O', '򘉱#q~O'),
('\\!&z', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 0, 'v!e(i:hZ', 'v!e(i:hZ'),
('@1uM{', 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php', 0, '&gKdC.ĵ&', '&gKdC.ĵ&'),
('P`D#|H!-u ', 'wp-content/plugins/updraftplus/includes/ftp.class.php', 0, '$YнZ', '$YнZ'),
('Yt\Z6A', 'wp-content/plugins/updraftplus/includes/google-extensions.php', 0, ' CCzX95J', ' CCzX95J'),
('}ǽ', 'wp-content/plugins/updraftplus/includes/jquery.blockUI.js', 0, 's؁49', 's؁49'),
('B''Ll\nABK`?', 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js', 0, 'ª/9T9I', 'ª/9T9I'),
('T\\3S', 'wp-content/plugins/updraftplus/includes/onedrive/client.php', 0, '[.heuXfbb', '[.heuXfbb'),
('(*3)?ץdiCA', 'wp-content/plugins/updraftplus/includes/onedrive/file.php', 0, '>G(i[I	H7', '>G(i[I	H7'),
('j\nh;")<C', 'wp-content/plugins/updraftplus/includes/onedrive/folder.php', 0, 'nϵ]f', 'nϵ]f'),
('#(Hn H61', 'wp-content/plugins/updraftplus/includes/onedrive/object.php', 0, 'u\nW\\c<ީ', 'u\nW\\c<ީ'),
('.rC2^6{DQ&dY', 'wp-content/plugins/updraftplus/includes/onedrive/onedrive.php', 0, '4a$ Ts\r', '4a$ Ts\r'),
('iǝCx+Ʀ&+	', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/AES.php', 0, 'x)0R', 'x)0R'),
('xBO;<', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php', 0, 'bɫmGU>>	', 'bɫmGU>>	'),
('\Z]ޜap2;', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Blowfish.php', 0, '-`E+߼ut', '-`E+߼ut'),
('oFY f-<\Z', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/DES.php', 0, '*<дH,\n5$', '*<дH,\n5$'),
(')kd^_ֹ&', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Hash.php', 0, '{vfbAi''', '{vfbAi'''),
('x堙^CR\Z', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC2.php', 0, '@DWXxe[v', '@DWXxe[v'),
('K*H4dg', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC4.php', 0, '	a<', '	a<'),
('Uww9ξ3kz8', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RSA.php', 0, 'jkYнN9T`', 'jkYнN9T`'),
('3ࣩT', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Random.php', 0, 'mMV3uh', 'mMV3uh'),
('M^.-', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Rijndael.php', 0, 'xrxak\rG', 'xrxak\rG'),
('͓MԘْpZ', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/TripleDES.php', 0, 'iڼM>(', 'iڼM>('),
('Qjl`#/@b@', 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Twofish.php', 0, 'zco/', 'zco/'),
('AB]~!\\z/Ij', 'wp-content/plugins/updraftplus/includes/phpseclib/File/ANSI.php', 0, 'urD]8hfN038r', 'urD]8hfN038r'),
('$u', 'wp-content/plugins/updraftplus/includes/phpseclib/File/ASN1.php', 0, '\n%&p(V', '\n%&p(V'),
('\Zwn.ߦ˳e', 'wp-content/plugins/updraftplus/includes/phpseclib/File/X509.php', 0, 'K-51BTby', 'K-51BTby'),
('W]zgt@h|', 'wp-content/plugins/updraftplus/includes/phpseclib/Math/BigInteger.php', 0, '\Z`y+T', '\Z`y+T'),
('c(ݖƛ\nuЕ', 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SCP.php', 0, 'iΗC?`ђT', 'iΗC?`ђT'),
('DR#Y `<O', 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP/Stream.php', 0, '-_]A0xtM', '-_]A0xtM'),
('Ia+V', 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP.php', 0, 'T)WBŘk[', 'T)WBŘk['),
('@\nA{^BZAع', 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH1.php', 0, '>ZmѯkR;', '>ZmѯkR;'),
('=CqelikY+/', 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH2.php', 0, 'b"x=ibzLF', 'b"x=ibzLF'),
('DbSތ/#y', 'wp-content/plugins/updraftplus/includes/phpseclib/System/SSH/Agent.php', 0, '{BPǐNh]	^', '{BPǐNh]	^'),
('=''Ѩ6!}', 'wp-content/plugins/updraftplus/includes/phpseclib/System/SSH_Agent.php', 0, ';b\r5E', ';b\r5E'),
('kMMcf-,҉#{b', 'wp-content/plugins/updraftplus/includes/phpseclib/bootstrap.php', 0, '5\Z̪[uU', '5\Z̪[uU'),
('?oSʱly', 'wp-content/plugins/updraftplus/includes/select2/select2.min.js', 0, '|UO{i6Ӣ4', '|UO{i6Ӣ4'),
('\0RKo s', 'wp-content/plugins/updraftplus/includes/updraft-admin-ui.js', 0, 'k@KJT', 'k@KJT'),
('H;c)[', 'wp-content/plugins/updraftplus/index.html', 0, 'ݫ0XX(w}Qv', 'ݫ0XX(w}Qv'),
('z\\@VH', 'wp-content/plugins/updraftplus/methods/addon-base.php', 0, 'rKwFuaCQ', 'rKwFuaCQ'),
('{gb$tI', 'wp-content/plugins/updraftplus/methods/azure.php', 0, '|h\\R*', '|h\\R*'),
('.z!\\-Aaj', 'wp-content/plugins/updraftplus/methods/cloudfiles-new.php', 0, '֯Y|mʹ;', '֯Y|mʹ;'),
('ukJ]{VTԥI', 'wp-content/plugins/updraftplus/methods/cloudfiles.php', 0, '>[3ܧYM', '>[3ܧYM'),
('ّ4hI', 'wp-content/plugins/updraftplus/methods/copycom.php', 0, 'U|4`5*T', 'U|4`5*T'),
('xqqc|!', 'wp-content/plugins/updraftplus/methods/dreamobjects.php', 0, ' :HR&H\n', ' :HR&H\n'),
('s2\0e)܋', 'wp-content/plugins/updraftplus/methods/dropbox.php', 0, 'Mx1׎_~ה', 'Mx1׎_~ה'),
('+Tx*0r~', 'wp-content/plugins/updraftplus/methods/email.php', 0, ':QֶFW?P', ':QֶFW?P'),
('`-}i_pB', 'wp-content/plugins/updraftplus/methods/ftp.php', 0, '6]iꄇE.D', '6]iꄇE.D'),
('s\rY0h[8 4~', 'wp-content/plugins/updraftplus/methods/googlecloud.php', 0, 'ύ^Ӂd', 'ύ^Ӂd'),
('f{r#y`#', 'wp-content/plugins/updraftplus/methods/googledrive.php', 0, ';O2I', ';O2I'),
('m<%}W($', 'wp-content/plugins/updraftplus/methods/insufficient.php', 0, 'bpeso/sM<', 'bpeso/sM<'),
('+tabғ', 'wp-content/plugins/updraftplus/methods/onedrive.php', 0, '?>GPW?FqIJ''S', '?>GPW?FqIJ''S'),
('`Pn7\0 ', 'wp-content/plugins/updraftplus/methods/openstack-base.php', 0, 'aP,W@*', 'aP,W@*'),
('NKa]Q/', 'wp-content/plugins/updraftplus/methods/openstack.php', 0, 'b=׸%Ⱥ>', 'b=׸%Ⱥ>'),
('hTԕw\0''F', 'wp-content/plugins/updraftplus/methods/openstack2.php', 0, 'AgM	\\i ', 'AgM	\\i '),
('^dGF%', 'wp-content/plugins/updraftplus/methods/remotesend.php', 0, '5(*ɨĹ"2', '5(*ɨĹ"2'),
('|F(-}ݧ"H', 'wp-content/plugins/updraftplus/methods/s3.php', 0, 'f\Zt/^E`P', 'f\Zt/^E`P'),
('P0Z\nSgd', 'wp-content/plugins/updraftplus/methods/s3generic.php', 0, 'nH~O"akN', 'nH~O"akN'),
('5o%8|֚', 'wp-content/plugins/updraftplus/methods/sftp.php', 0, 'GCeg`J-i]', 'GCeg`J-i]'),
('[I"ūxB^F', 'wp-content/plugins/updraftplus/methods/stream-base.php', 0, 'ꑓ@A۰', 'ꑓ@A۰'),
('hIKr(', 'wp-content/plugins/updraftplus/methods/template.php', 0, '4OYťm#T', '4OYťm#T'),
('m''I"TMW}', 'wp-content/plugins/updraftplus/methods/updraftvault.php', 0, 'bXBQi', 'bXBQi'),
('[xEf7NAAO', 'wp-content/plugins/updraftplus/methods/viaaddon-base.php', 0, '.:Q64hГ', '.:Q64hГ'),
('Jn>c` ', 'wp-content/plugins/updraftplus/methods/webdav.php', 0, 'W\ZQq\rC3L*@D', 'W\ZQq\rC3L*@D'),
('*A1^)͡', 'wp-content/plugins/updraftplus/options.php', 0, 'U#\\-1Y', 'U#\\-1Y'),
('*kK,{JS/d/', 'wp-content/plugins/updraftplus/restorer.php', 0, 'Ӯ\niwe=H', 'Ӯ\niwe=H'),
('i:xAH=\r3N', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php', 0, '2T.?	,w', '2T.?	,w'),
('5Λ\0eo', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php', 0, 'g\ngN1', 'g\ngN1'),
('p >*oȃ', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php', 0, '\r}?@B=l}', '\r}?@B=l}'),
('Ƞf1hf', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php', 0, 'in@\0*-', 'in@\0*-'),
('sE\01J_p0yŹ', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php', 0, ')%(', ')%(');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('*4ЬJRRI<', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php', 0, '8LP_K', '8LP_K'),
(':82EB', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php', 0, '?\\4H@|^γs', '?\\4H@|^γs'),
('Vq(¨a#', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php', 0, 'i)\n"V6[c}', 'i)\n"V6[c}'),
('$n+F*c\Z', 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php', 0, '/B-!y(', '/B-!y('),
('_ʔS\\#w-W', 'wp-content/plugins/updraftplus/udaddons/options.php', 0, '׭T{#6S+Y', '׭T{#6S+Y'),
('LRv1=Ip', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/debug-bar-panel.php', 0, '7TCo', '7TCo'),
('qO$*(', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/debug-bar-plugin.php', 0, '=	#	P!.-\0', '=	#	P!.-\0'),
('>hr_Eo', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/github-checker.php', 0, 'ޑBԷVq2', 'ޑBԷVq2'),
('5bA0IO', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/js/debug-bar.js', 0, 'H_T\rr*.Lt', 'H_T\rr*.Lt'),
('b\0Vɭ5ص\n', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/plugin-update-checker.php', 0, '@D\r֊z,aTlOk?', '@D\r֊z,aTlOk?'),
('#4=	n3:', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/vendor/Parsedown.php', 0, '׃a~]\n?^', '׃a~]\n?^'),
('ꨨDhئ4N', 'wp-content/plugins/updraftplus/udaddons/plugin-updates/vendor/readme-parser.php', 0, '=n`N', '=n`N'),
('5Tr:S pܼ', 'wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php', 0, 'cf施F', 'cf施F'),
('\rۯjo\Zm?	`];', 'wp-content/plugins/updraftplus/updraftplus.php', 0, 'V5Tc0f1', 'V5Tc0f1'),
('#RyGU,', 'wp-content/plugins/updraftplus/vendor/autoload.php', 0, '2Zтu\rrv', '2Zтu\rrv'),
('VJLR(o!Sh+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php', 0, 'ބأW+y|', 'ބأW+y|'),
('J+iJ%', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php', 0, '\Z]<Q{c', '\Z]<Q{c'),
('~-FA&+-?', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php', 0, 'TR]A@+4g', 'TR]A@+4g'),
('=0T\\Ņ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php', 0, 'hwɗZ\Z&c', 'hwɗZ\Z&c'),
('\rIڡXvm', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php', 0, 'EozO=K', 'EozO=K'),
('k٦#CHge̗y', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php', 0, 'ﯕKS+', 'ﯕKS+'),
('O\ZXf͜', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php', 0, '21G$[', '21G$['),
('jnVR=4ʔ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php', 0, '?i]', '?i]'),
('v_I7:W$ֈޅ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php', 0, 'P5+0$!|', 'P5+0$!|'),
('=+n6y!]1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php', 0, 'diTܘ', 'diTܘ'),
('rB.xl', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php', 0, 'k^|KSLsg', 'k^|KSLsg'),
('mG@}bETZ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php', 0, 'GH}l	g', 'GH}l	g'),
('+^$7Y', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php', 0, 'EzziW[Z"|9H', 'EzziW[Z"|9H'),
('JB?!''Ax', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php', 0, '棔5,.ը!', '棔5,.ը!'),
('?j[-~0', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php', 0, 'k#\\tLh;=', 'k#\\tLh;='),
('s_=g"V;', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php', 0, ';l-a۬Z%G|', ';l-a۬Z%G|'),
('Ag#1ԏV]', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php', 0, 'sʙU6aZN', 'sʙU6aZN'),
('n~M#k|', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php', 0, ',8.6', ',8.6'),
('4''g#4ʯ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php', 0, ',8.`PHDևN', ',8.`PHDևN'),
('qC4Ǵ5u''/yd', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php', 0, 'ѠUn!lL1', 'ѠUn!lL1'),
('F ?1aFc"6', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php', 0, '@QI1d\naiP/', '@QI1d\naiP/'),
('9Vͷi=%04(', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php', 0, 'A+)d', 'A+)d'),
('F׽Tr<', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php', 0, 'uHW_++', 'uHW_++'),
('.6<[;So', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php', 0, '-I@=<', '-I@=<'),
('t*ƨ<[', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php', 0, '_nv1', '_nv1'),
('8+X', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php', 0, 'BS2Lo', 'BS2Lo'),
('ݨNVЈ9tfLl', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php', 0, '`qϵ=wf4', '`qϵ=wf4'),
('i94+蝙䋂', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php', 0, '\rҳ', '\rҳ'),
('I[Hm/', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php', 0, 'u, !\n', 'u, !\n'),
('iajKq', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php', 0, '6eC\\XU=', '6eC\\XU='),
('6<l', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php', 0, '`廦*&a>O<', '`廦*&a>O<'),
('Eݽ''`ch#C', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php', 0, ',HiySU~', ',HiySU~'),
('P$qo$Kؤ:H', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php', 0, '!킖(''I0fC', '!킖(''I0fC'),
('~ۛ .Db', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php', 0, 'd\0enjeR>7', 'd\0enjeR>7'),
('o=BK,4mx', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php', 0, 'SvBtO*.m', 'SvBtO*.m'),
('Qq؂noP', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php', 0, '1a5,7׻', '1a5,7׻'),
('f=׼', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php', 0, '_Τd].', '_Τd].'),
('b`sX Y', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php', 0, 'ںmʸ]', 'ںmʸ]'),
('nH*|wg', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php', 0, 'ZVVBSy9-u,:', 'ZVVBSy9-u,:'),
('/m>I#vnk', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php', 0, 'R@={}QV{&\r', 'R@={}QV{&\r'),
('''A\0UZjt4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php', 0, '@Y6㎚7', '@Y6㎚7'),
('c', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php', 0, '	d<WhJU', '	d<WhJU'),
('Tc==g#I', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php', 0, ';M༄Л2o', ';M༄Л2o'),
('gdCZ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php', 0, ',ktN0+Я', ',ktN0+Я'),
('9"@RZ4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php', 0, ')G熵\Z"', ')G熵\Z"'),
('>7L', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php', 0, 'iBʷA.\\Ӗ ', 'iBʷA.\\Ӗ '),
('4V#7JNZ"o', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php', 0, '><v艗$sHt$', '><v艗$sHt$'),
('z\0EtV', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php', 0, 'iv)4JQ{[]@', 'iv)4JQ{[]@'),
('BesA53', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php', 0, '	-C_+', '	-C_+'),
('e?sH8', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php', 0, 'S"NRz7', 'S"NRz7'),
(',ʓCn+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php', 0, 'GH6mw=', 'GH6mw='),
('];\0 `")ӶL', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php', 0, 'd}Cf=Fc%', 'd}Cf=Fc%'),
('fv!(0Dgkx-1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php', 0, '1ԓ\\YdoM', '1ԓ\\YdoM'),
('\n?0#t^|`', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php', 0, '|̫&dDԤk', '|̫&dDԤk'),
('''PAww5bW', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php', 0, '[<aua_%P', '[<aua_%P'),
('$M=m', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php', 0, 'vk:M', 'vk:M'),
(':CtD4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php', 0, ':snb', ':snb'),
('[oE))sZaE', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php', 0, 'VYug&9(', 'VYug&9('),
('$@yѡ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php', 0, '.D\Zf1?Ӿ', '.D\Zf1?Ӿ'),
('r|81=', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php', 0, '}ؙ+oߦ&', '}ؙ+oߦ&'),
('W''#A[7<9', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php', 0, 'CMU;d򫳅1', 'CMU;d򫳅1'),
('R\r\rxl]e', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php', 0, '=iJwXB+', '=iJwXB+'),
('eG"J', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php', 0, '9"tUB\rGT', '9"tUB\rGT'),
('#82嘨\r	Ѝ`', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php', 0, '>=@Xee', '>=@Xee'),
('Jn;MS6O\ZFr', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php', 0, 'o s}\0R', 'o s}\0R'),
('}Y}Yy', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php', 0, '\\[F)3', '\\[F)3'),
('Mw^rL<+Dd', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php', 0, 'l`\rtiqZ', 'l`\rtiqZ'),
('bp=Z\\Qڿ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php', 0, 'zRV6#.1', 'zRV6#.1'),
('|D)v8', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php', 0, '''$^sl.2;\n/', '''$^sl.2;\n/'),
('BnNJG', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php', 0, '>Ɛ', '>Ɛ'),
('L$IOn;\rZ ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php', 0, '11Ja\0\Z', '11Ja\0\Z'),
(']k2-4+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php', 0, ')@8E[̴_t', ')@8E[̴_t'),
('4xyKt4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php', 0, '߫ؔ^U=', '߫ؔ^U='),
('f\\ i	v ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php', 0, '\Zm=jiZOW', '\Zm=jiZOW'),
(':rpg{1JK', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php', 0, 'fpaf"_l ', 'fpaf"_l '),
('y{fPG͕', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php', 0, 'IV{B.', 'IV{B.'),
('O3$(aoZe', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php', 0, 'W݅+-', 'W݅+-'),
('	]X', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php', 0, 'YTCge˨', 'YTCge˨'),
('xB|þ\r.[;q', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php', 0, '"20WRZ', '"20WRZ'),
('9w|.', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php', 0, '.Wk3	N', '.Wk3	N'),
('-7;v`!(', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php', 0, '?\rLޕ', '?\rLޕ'),
('f*	$!}_*N`=', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php', 0, 'w:gGAyt', 'w:gGAyt'),
('ȐhufDvé3', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php', 0, 'ύ`4C', 'ύ`4C'),
('*q0utGf', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php', 0, 'eTM+)y7', 'eTM+)y7'),
('L)D-?k', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php', 0, 's򺰧)9сI5', 's򺰧)9сI5'),
('"\r8s8ޘ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php', 0, 'hv4bpڞ', 'hv4bpڞ'),
('Ѩ>p', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php', 0, 'ځ|A0g~b', 'ځ|A0g~b'),
('U	sSR+4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php', 0, 'K#4k]', 'K#4k]'),
('R2|jn', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php', 0, '\\30P', '\\30P'),
('\njW;!', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php', 0, 'k0\ZhxV''x', 'k0\ZhxV''x'),
('_\nxK[L?\Za', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php', 0, '4\\YBǶ#Io', '4\\YBǶ#Io'),
('C〿Ib', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php', 0, 'Zj%,Y$D#9K', 'Zj%,Y$D#9K'),
('Eoj]Vۜ\0', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php', 0, 'A;VMu3>Z', 'A;VMu3>Z'),
('eǋƳc{*!K', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php', 0, ';֩Z@h''M', ';֩Z@h''M'),
('	U;`d?m', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php', 0, 'H"jvo', 'H"jvo'),
('?ooX"!\0~', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php', 0, '\r/T8y+%!', '\r/T8y+%!'),
('NJkgbs', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php', 0, '}Fe(,S8', '}Fe(,S8'),
('ϴ@AHL®5M', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php', 0, 'ҀkhM86', 'ҀkhM86'),
('j	vM@RJW', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php', 0, '6M$|6e]Uś\r*', '6M$|6e]Uś\r*'),
('<$-ԇ\0', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php', 0, '` Rrt', '` Rrt'),
('mKm_:Ի', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php', 0, 'p@Ғ /', 'p@Ғ /'),
('?˓nQg', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php', 0, 'n:Ki6', 'n:Ki6'),
('S''F', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php', 0, 'vf1|2y>', 'vf1|2y>'),
('ِ3V7a', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php', 0, '"q=IJ:Ac', '"q=IJ:Ac'),
('}p={NuhH', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php', 0, '.x5FNxB', '.x5FNxB'),
('\Z.93#@&v', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php', 0, '+8U3VZ,=', '+8U3VZ,='),
('DmIvB[', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php', 0, 'SU\rьlz8\\', 'SU\rьlz8\\'),
('ޤI\Z(ִ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php', 0, 'GbM۪8nB46', 'GbM۪8nB46'),
('\Z(Q^ʰ,nwЩt', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php', 0, 'G\rM.> ^h', 'G\rM.> ^h'),
('VѰU9+5ep', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php', 0, 'AսL	9F˵', 'AսL	9F˵'),
('4`	fc%p', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php', 0, '~S{Oիxg%>', '~S{Oիxg%>'),
('-.8U`u*', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php', 0, '0.!8GRBw', '0.!8GRBw'),
('{7ժpA', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php', 0, 'p"+o6x	', 'p"+o6x	'),
('7QDPSl<', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php', 0, '=^9tP\Z#''Ì', '=^9tP\Z#''Ì'),
('%kyKK1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php', 0, ',|c\\yGGO', ',|c\\yGGO'),
('KuԊE%Z', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php', 0, 'zBؾj', 'zBؾj'),
('$`.Ob	', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php', 0, '$1e)', '$1e)'),
('ηWC<g-PBk', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php', 0, '}ɹ_!o^(', '}ɹ_!o^('),
('(ͫ8?t#3TH', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php', 0, 'lA0_', 'lA0_'),
('F|.$#', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php', 0, '!axv^uK8\n', '!axv^uK8\n'),
('I[\0}i	', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php', 0, '''N@ZtTa', '''N@ZtTa'),
('Oqo%9t', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php', 0, 'Z8a֞', 'Z8a֞'),
('Z{rZ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php', 0, '٠k,"9G=', '٠k,"9G='),
('"͹*>\r.3qH', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php', 0, '2ӿnYcfp', '2ӿnYcfp'),
('fTu};r!', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php', 0, 'HӤ@@jA ', 'HӤ@@jA '),
('1''V"57', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php', 0, 'ow''k', 'ow''k'),
('g!''ERK+cVsr', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php', 0, 'f/At:M%', 'f/At:M%'),
('[	cC`ĆN76V', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php', 0, '66]N<%g->ȭ', '66]N<%g->ȭ'),
('M֓_-?>\n', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php', 0, 'Ϛ~3D@mԔ', 'Ϛ~3D@mԔ'),
('u!,Mw1Yե', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php', 0, 'NjOf=$=&ƚ', 'NjOf=$=&ƚ'),
('wO+oz', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php', 0, '\\1~<fo/', '\\1~<fo/'),
('N`@j<.%', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php', 0, '|S}-:ZFA^', '|S}-:ZFA^'),
('&Ӛ2n`', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php', 0, 'j'':\rcGxA', 'j'':\rcGxA'),
('*ɜ;5/P32', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php', 0, '\rƝ\ZP', '\rƝ\ZP'),
('*`z//;', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php', 0, 'C\nF\\|', 'C\nF\\|'),
('Iy+VB"J20J', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php', 0, '(ߊvİ}!', '(ߊvİ}!'),
('''~\n>鋅%', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php', 0, 'fC/˿^ .`&', 'fC/˿^ .`&'),
('0XӍ̨Rzc', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php', 0, '^EݫʗZ', '^EݫʗZ'),
('O4zb>.{V', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php', 0, 'c[a@YQmiX', 'c[a@YQmiX'),
('%[?XI]eJ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php', 0, 'DіNN', 'DіNN'),
('POY', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php', 0, '<=<Y', '<=<Y'),
('J[/ϘoߢBX', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php', 0, 'u0ʛyb8a', 'u0ʛyb8a'),
('+>qFh[(t]q', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php', 0, '8hW?KAif~^', '8hW?KAif~^'),
('P fz''%]UG#', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php', 0, 'w{7*)l', 'w{7*)l'),
('\r58O	DLu6x', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php', 0, '\\C3Qm<`', '\\C3Qm<`'),
('\r"1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php', 0, 'vi5P\r\n(J', 'vi5P\r\n(J'),
('U%3vgI', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php', 0, '2o3vBۋ', '2o3vBۋ'),
('r)m''Qtt', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php', 0, 'V#g1', 'V#g1'),
('Mcجخ;	', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php', 0, '&Ma\n|/	YY', '&Ma\n|/	YY'),
('ҺEV', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php', 0, '8wLgR9ZqL\r', '8wLgR9ZqL\r'),
('H`Jg2J', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php', 0, 'S=I\ngk|', 'S=I\ngk|'),
('Ɓ̊e,ck', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php', 0, 'I,#0@', 'I,#0@'),
('1_''Qs08@', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php', 0, 'd)L2*if', 'd)L2*if'),
('.@yx[&M', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php', 0, 'yrENq(*K.', 'yrENq(*K.'),
('/+gUY*', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php', 0, '(DJBÿrPVT', '(DJBÿrPVT'),
('lHe@ϑ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php', 0, 'f/@>M\0GXm', 'f/@>M\0GXm'),
('ͮLQBfq', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php', 0, '$p#\ZX3*a', '$p#\ZX3*a'),
('{D3+cC5$', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php', 0, '5ΠPDq2', '5ΠPDq2'),
('&ioDT8I', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php', 0, 'DhQk', 'DhQk'),
('H=6ܹXZ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php', 0, 'Y<aZZ[K', 'Y<aZZ[K'),
('h-=	o:', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php', 0, '2]z`ϵE,', '2]z`ϵE,'),
('*N7Ɨ\n!', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php', 0, 'W0qxi!8', 'W0qxi!8'),
('lXPciy6', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php', 0, '("f]h0"Ѹ''N', '("f]h0"Ѹ''N'),
('K~16', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php', 0, 'tCn`', 'tCn`'),
('4ar', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php', 0, 'DYr\r;f', 'DYr\r;f'),
('PSpR', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php', 0, '9\\Lfxf,fG', '9\\Lfxf,fG'),
('7?߽oi(?', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php', 0, 'LIH\r', 'LIH\r'),
('}#\Zgc', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php', 0, '71IL̷b', '71IL̷b'),
('nBP-`"6)', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php', 0, 'j\rO.}q^8', 'j\rO.}q^8'),
('7pE48Ƙa0\Z', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php', 0, '?>\rgJա', '?>\rgJա'),
('D\r֤a3', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php', 0, '㘲\r3a&G[', '㘲\r3a&G['),
('\\Wm7''/}BHl', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php', 0, '</0Su?e3', '</0Su?e3'),
('fx=<', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php', 0, 'IpZUatom', 'IpZUatom'),
('^?Vks3Q6\Zr', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php', 0, '8^$_Z\0s', '8^$_Z\0s'),
('}Df6]\n4YǸ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php', 0, 'ؙftn o''', 'ؙftn o'''),
('a.~Nr$d"J', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php', 0, 'u!\Z/uÑ', 'u!\Z/uÑ'),
('[xbҊ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php', 0, '@+FC!L\nI', '@+FC!L\nI'),
('\ZOTi A1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php', 0, '<n"\0DR>d', '<n"\0DR>d'),
('?UGo^T', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php', 0, 'PH|xjY', 'PH|xjY'),
('&B&eb', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php', 0, ';UMX++=', ';UMX++='),
('|׵\\O+X', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php', 0, 'ggqۧc̕', 'ggqۧc̕'),
(' At', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php', 0, 'PẁC~}?5p', 'PẁC~}?5p'),
('7HҜOYC4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php', 0, 'xD3K402fȕ', 'xD3K402fȕ'),
(' ߒSǽ9Z?', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php', 0, 'yڛWҰ?߫', 'yڛWҰ?߫'),
('þ1\r6}', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php', 0, '''!,@m!W+', '''!,@m!W+'),
('ǩVߪB', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php', 0, 'kPV?JLQe2', 'kPV?JLQe2'),
('<ճlb) j', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php', 0, 'hgtIʳ*', 'hgtIʳ*'),
('X6\Z~T*K', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php', 0, '}rv5~Y2G|', '}rv5~Y2G|'),
('YYm\\DT4', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php', 0, 'Qv3Q\\V', 'Qv3Q\\V'),
('JWQ&%Xn#!-2', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php', 0, 'ثDޕ;L]', 'ثDޕ;L]'),
('#$PTL zl', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php', 0, 'ms0_ɵp', 'ms0_ɵp'),
('s@C4 	9', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php', 0, '+jY\Zr|x', '+jY\Zr|x'),
('˽AVzd{9`\n', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php', 0, 'qK+p̴', 'qK+p̴'),
('ژpǛ$', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php', 0, 'I*Iʫ6X', 'I*Iʫ6X'),
('8L)s0ӣx{J', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php', 0, ':v.\rQ', ':v.\rQ'),
('@7o;{ ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php', 0, '+M`c}', '+M`c}'),
('@@ʹgc@Ϙs', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php', 0, 'સv,6c', 'સv,6c'),
('\n%̽5ꢊ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php', 0, 'aFN1<˝ޝn', 'aFN1<˝ޝn'),
(';wO?0ښB\Z}a', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php', 0, '	b)ɐ9h]', '	b)ɐ9h]'),
('or1sw2S1', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php', 0, '%삆U|Ȃ D', '%삆U|Ȃ D'),
('dk[D&	D%N', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php', 0, '#9xzFI3', '#9xzFI3'),
('@Ck5V82tF;B', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php', 0, '+ty"WoM?', '+ty"WoM?'),
('-"9"J%xm.', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php', 0, '3.''2\Z@UP', '3.''2\Z@UP'),
('֫ɚیr97*', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php', 0, 'b]`NU7$', 'b]`NU7$'),
('QC', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php', 0, 'D\\TwkclJ', 'D\\TwkclJ'),
('cq}adx', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php', 0, 'N[	m|`,', 'N[	m|`,'),
('l@Ďm+]l;', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php', 0, ' y<"PϮEE', ' y<"PϮEE'),
('9t~`M3Kor', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php', 0, ',jV|eͻkf', ',jV|eͻkf'),
(',2BLh>3', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php', 0, '=-YJV-tI', '=-YJV-tI'),
('<5u*+R=_+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php', 0, ':0Zކ\Z', ':0Zކ\Z'),
('B=*O/>', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php', 0, '7G`E3o 5C?', '7G`E3o 5C?'),
('vΙlH$1<', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php', 0, 'Zz\Zp^"8>', 'Zz\Zp^"8>'),
('&*45	;8H', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php', 0, 'ݬM42+', 'ݬM42+'),
('[oTNhh$|', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php', 0, 'pA"ǣ|', 'pA"ǣ|'),
('J{-mR"', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php', 0, '	WNa	/m^', '	WNa	/m^'),
('@UB\0@[Wq', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php', 0, ')cF_%', ')cF_%'),
('mh١6[w?a', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php', 0, 'ː[Z?\r\Z$', 'ː[Z?\r\Z$'),
('1ZBHxh; g', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php', 0, '\\>y2]', '\\>y2]'),
(' Z', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php', 0, ')ipJe-', ')ipJe-'),
('X#	\r\rp\r', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php', 0, '\Z@P#2', '\Z@P#2'),
('*B3ss$7\Z)\r[', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php', 0, '=u5FJ/+D', '=u5FJ/+D'),
('R}<[(1!', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php', 0, '|="`(r', '|="`(r'),
('{y\r\rT1\n>', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php', 0, 'RJ꾽r\0', 'RJ꾽r\0'),
('Iiu񅬔7', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php', 0, '$l̅!8!', '$l̅!8!'),
('(Ιztc', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php', 0, 'BEpc', 'BEpc'),
('^7}$)t4BW', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php', 0, 'Pkr\\ܚ', 'Pkr\\ܚ'),
('?z;_', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php', 0, 'k6r;HpjԪ', 'k6r;HpjԪ'),
('eY/	nc,T', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php', 0, ')27@n\nHG;', ')27@n\nHG;'),
('I''nI''', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php', 0, 'Af\\$ep5P;', 'Af\\$ep5P;'),
('dTF/p/l', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php', 0, 'pN3\ri', 'pN3\ri'),
('\rRl0+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php', 0, 'EHLrhƣF_Yb', 'EHLrhƣF_Yb'),
('B#|5*޻I҇/', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php', 0, '!i}ط]', '!i}ط]'),
('3Fj$ِl:]', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php', 0, '	%؄!la', '	%؄!la'),
('A&n6~9o+ F', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php', 0, '))\rb?', '))\rb?'),
('xir8zb#', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php', 0, 'fs#G8^', 'fs#G8^'),
('%v[8+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php', 0, 'qI{\0(0TM"&', 'qI{\0(0TM"&'),
('𧩏1ĶP', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php', 0, 'WfQ[[', 'WfQ[['),
('Z	F#\Z+I8>', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php', 0, 'g34VN߳-', 'g34VN߳-'),
('ZKpJP[', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php', 0, 'a!fʟD', 'a!fʟD'),
('ꙺUҹ4"#*Y', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php', 0, ' 7[Ud', ' 7[Ud'),
('GE3?D', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php', 0, '8+<Wx/G', '8+<Wx/G'),
('\Z }%;|ɝ3w', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php', 0, '?! |k,[N\0', '?! |k,[N\0'),
('[g0A\\qԥS3f', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php', 0, 'Ưk''f\0	|Ha', 'Ưk''f\0	|Ha'),
('Pc/o5,', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php', 0, 'wDFӉ6', 'wDFӉ6'),
('3YSV', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php', 0, ')5=SV;', ')5=SV;'),
('WAYV+', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php', 0, 'ϓ|g~$', 'ϓ|g~$'),
('{L', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php', 0, 'mU{', 'mU{'),
(':=c\\Zϑ`KBC', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php', 0, '`}VtPSapw#', '`}VtPSapw#'),
('P!.Xb%:PJ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php', 0, '+>ZQ', '+>ZQ'),
('RیyfºbjV', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php', 0, 'D1<H-Z', 'D1<H-Z'),
('tjrn1NE', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php', 0, '6}YNm}', '6}YNm}'),
('[gn_rpx', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php', 0, '˨\\.Zd	H', '˨\\.Zd	H'),
('Q5PAd', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php', 0, '''rz+2以G', '''rz+2以G'),
('\0,Qlx ^CQ', 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php', 0, 'Tܷè")!i', 'Tܷè")!i'),
('xճ=,=', 'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php', 0, '~1ηP *.', '~1ηP *.'),
('b<SKz;K\n', 'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php', 0, ',L-;!-', ',L-;!-'),
('8cDHz万q0', 'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php', 0, '5FLlQy', '5FLlQy'),
('A?OyA/Z<', 'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php', 0, '\\I&\Zu5ە', '\\I&\Zu5ە'),
(']=\r65', 'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php', 0, 'p@5%4K7', 'p@5%4K7'),
('cx~9*Ru', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 0, '<MWz', '<MWz'),
('x\nԇt,,:n', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 0, 'eꮲI56{4U', 'eꮲI56{4U'),
('J@p[+;', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 0, '(IY', '(IY'),
('V)-Vd', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 0, '"ȍbxw)Q', '"ȍbxw)Q'),
('?>hkx/m', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 0, 'yp?m}', 'yp?m}'),
('BrIu)b', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 0, '`|2j?3', '`|2j?3'),
('4pٺgv猔#', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 0, 'oX>>LZ4\\', 'oX>>LZ4\\'),
('о.k', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 0, 's	׵Fa>', 's	׵Fa>'),
('*y4b=^_0', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 0, 'xw+;axjt|', 'xw+;axjt|'),
('9 Lk_', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 0, 'qw<\Z-60', 'qw<\Z-60'),
('QUWܕ味', 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 0, 't>XQ!V', 't>XQ!V'),
('Oj~ּk86', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 0, 'WDKXa', 'WDKXa'),
('otp4u', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 0, 'յk!&', 'յk!&'),
('口SfF\\', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 0, ',1@b9', ',1@b9'),
('WV\rI~', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 0, 'XEm3+O^[(u', 'XEm3+O^[(u'),
('Qyqmr', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 0, 'T]^P\0k	n', 'T]^P\0k	n'),
('xsgrS', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 0, 'CVsybo3`>j#', 'CVsybo3`>j#'),
('P}L3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 0, 'q)XMԭ`@Fv', 'q)XMԭ`@Fv'),
('$2(j,Ѷ?h', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 0, '`?2K4t', '`?2K4t'),
('==xD>*y3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 0, '\0#%', '\0#%'),
('\Zad8p', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 0, 'qӨ''=]', 'qӨ''=]'),
('#FĚn', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 0, '(#hW_Ev[29!}', '(#hW_Ev[29!}'),
('\0빤>ߡb', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 0, '.$E5s{m', '.$E5s{m'),
('ʘGʥo`D', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 0, '?O$+dz\0\0', '?O$+dz\0\0'),
('(#D(4ڛf', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 0, '.ʹoCc*Yq', '.ʹoCc*Yq'),
('3y0K bxu', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 0, '\nl)sc', '\nl)sc'),
('7?/qm.', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 0, 'bʼ:Qs', 'bʼ:Qs'),
('C\ZO"v![', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 0, 'ӑqhj!$:EB', 'ӑqhj!$:EB'),
('Fj8\n97T', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 0, 'ҙ[e9\rT', 'ҙ[e9\rT');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('F1	ٛ)H', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 0, 'CڥK*Z|4t', 'CڥK*Z|4t'),
('v竸6Kڐ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 0, 'j&y"@tQ', 'j&y"@tQ'),
('<6ˤhlb>R_', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 0, 'a|	XŤD5Su[~', 'a|	XŤD5Su[~'),
('CDE', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 0, '}RDjƻd@', '}RDjƻd@'),
('\ncn$8:n#j.', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 0, 'sB.QoWkG_', 'sB.QoWkG_'),
('arqAb@r', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 0, '*I\\V:rd', '*I\\V:rd'),
(']L<|<2V=T', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 0, '[&E\rR37Cg,', '[&E\rR37Cg,'),
('7#i/74ZB', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 0, 'Ngb<g[', 'Ngb<g['),
(']"!29mD7', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 0, '$HLj 	[', '$HLj 	['),
('w.YsT]6]]r', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 0, '9%	(²', '9%	(²'),
('y]|Q', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 0, ' Mߌu.<', ' Mߌu.<'),
('qp|<\0*"=l', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 0, ' 7o-&hR=', ' 7o-&hR='),
('iy91a*s3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 0, 'tVLmm8b-{e', 'tVLmm8b-{e'),
('n+zohsW', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 0, 'vFό:p&`', 'vFό:p&`'),
('RĢAYH', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 0, 'P_:)q`{#', 'P_:)q`{#'),
('\Zs)`', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 0, '!3,S''', '!3,S'''),
('0%v+BɌ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 0, '>bY	PHV', '>bY	PHV'),
('P$u匨((]oRd', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 0, 'ۨ0k~l<J4', 'ۨ0k~l<J4'),
('&	4|xun', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 0, 'TfXO''0x', 'TfXO''0x'),
('(\ni	0', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 0, '\05;ZW', '\05;ZW'),
('̤3kM62D]', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 0, '6Ԧ#hlܞs', '6Ԧ#hlܞs'),
('HL[k%̸qp', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 0, 'U\nfvQ_x%c', 'U\nfvQ_x%c'),
('@)z', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 0, '-%5vF\0*', '-%5vF\0*'),
('k;f5k', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 0, '@l7	3;5sS', '@l7	3;5sS'),
('F; !~l^m', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 0, 'Ll8_6$-	Hg', 'Ll8_6$-	Hg'),
('qšbb53', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 0, '%xqZlZ<?s', '%xqZlZ<?s'),
('"!O\0[]\04<', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 0, 'u~i84YkC', 'u~i84YkC'),
('H/%,/6', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 0, 'ڊI_\rtW0', 'ڊI_\rtW0'),
('դi_玝ΚD\r4', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 0, 'xW }t]-', 'xW }t]-'),
('B((ƹݵ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 0, '\rQlW$', '\rQlW$'),
('#dbiV<', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 0, '^}NYs}7', '^}NYs}7'),
('\ro(>R8Gts', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 0, 'Ɣ/\\m[~q)', 'Ɣ/\\m[~q)'),
('}RR^6n,xŁ-I', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 0, '.5}ֲ&6j(~', '.5}ֲ&6j(~'),
('T))jG|I	Qq', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 0, 'ʰL@j\nn', 'ʰL@j\nn'),
('٬OƤ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 0, '\\$tkW', '\\$tkW'),
('@s@/fDS', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 0, '/OAIΗP', '/OAIΗP'),
(')\\EA&b', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 0, 'Y\0leԄ1,}\r', 'Y\0leԄ1,}\r'),
('Fuйs`!', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 0, 'r{_d]أ	To', 'r{_d]أ	To'),
('|+7>!ܨr?M', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 0, '}d	', '}d	'),
('^^[(J@`5i', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 0, '&!K<UZʛ', '&!K<UZʛ'),
('C'';Mb5\Z', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 0, 'Sl', 'Sl'),
('VWo/\\HY', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 0, 'D@<(xHm', 'D@<(xHm'),
('4P\0ze8zB', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 0, 'oSO', 'oSO'),
('~HN6|', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 0, '[Hޥ0i5', '[Hޥ0i5'),
('Zt\\\0!>\nTIAt', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 0, 'tNJS8', 'tNJS8'),
('\Z%OH%p', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 0, '_.@ap', '_.@ap'),
('.[=\nc0', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 0, 'RG0n\ny\nh', 'RG0n\ny\nh'),
('q', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 0, 'Z4ۡ(g[', 'Z4ۡ(g['),
('䋊V!2d-\n', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 0, '(Eɿ''j+.T}', '(Eɿ''j+.T}'),
('Н_O%^\0)Ł', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 0, 'Wq{:|e&M', 'Wq{:|e&M'),
('Y5g', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 0, '\\/]dCHo-', '\\/]dCHo-'),
('.\\_kfHO', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 0, 'ஃLz*Bg', 'ஃLz*Bg'),
('︀ܹXu_J', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 0, 'k2bQ-?a', 'k2bQ-?a'),
('\\LlA*', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 0, '}9mZ', '}9mZ'),
('\\WdϞ+\nnW', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 0, ' &ʾ\0"d', ' &ʾ\0"d'),
('0^\r', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 0, 'æY-[~ ', 'æY-[~ '),
('lic`V-,', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 0, ';7:ǐY\n,', ';7:ǐY\n,'),
('xb\rrW', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 0, 'nhaw*', 'nhaw*'),
('qXo9F+_', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 0, 'CǡhF.I`', 'CǡhF.I`'),
('4R	:|WTӶBb', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 0, 'l	''Cٽ', 'l	''Cٽ'),
('+>h )', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 0, ')o<Yb\\f', ')o<Yb\\f'),
('/UREǬ6', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 0, 'gjGm*fYE\\T', 'gjGm*fYE\\T'),
('[]cim]Z42', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 0, ']/p=}qd	;', ']/p=}qd	;'),
('X12mƇr', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 0, '&&4K', '&&4K'),
('''tZ<.ն', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 0, 'n\Zl-cNX''*7', 'n\Zl-cNX''*7'),
('[x%0hN,z', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 0, 'tTnJxx', 'tTnJxx'),
('=K3p*=2l', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 0, 's,sqԟ\0߭b?', 's,sqԟ\0߭b?'),
('LGE$74', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 0, '2,E4lCA', '2,E4lCA'),
('RK1Z&A', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 0, '0_s7=Iǚ', '0_s7=Iǚ'),
('Hr>''=y', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 0, 'kNc*&bԏ9F', 'kNc*&bԏ9F'),
('GK\n-', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 0, '	BPKS0', '	BPKS0'),
('bFD\n;+', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 0, 'u3UGT>-', 'u3UGT>-'),
('I扙m|h', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 0, '	z).N<QWT', '	z).N<QWT'),
('ڊE5^d;', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 0, '+~P3', '+~P3'),
(';n7Ϸ2', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 0, '~#[hoD', '~#[hoD'),
('\ZUcsچH{=', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 0, '~jmd', '~jmd'),
('zFGUk&', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 0, '~\rUFb{iI˦', '~\rUFb{iI˦'),
('\n19o', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 0, '}(/D.OUtk(', '}(/D.OUtk('),
('j\\hյ\Z', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 0, 'EW!"`h2', 'EW!"`h2'),
('J?<B<kI', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 0, '%r(Z2jvۿ', '%r(Z2jvۿ'),
('aGQ7E', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 0, '|\\؏Ͷjh/4', '|\\؏Ͷjh/4'),
('kvcу}1', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 0, 'yF_\0W7ψ', 'yF_\0W7ψ'),
('GNП>e-1vk.de', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 0, 'gIz.FV:%', 'gIz.FV:%'),
('OEA:)(N.ɹ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 0, 'TM*c4E-''a', 'TM*c4E-''a'),
('MlN# x', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 0, 'IpF߷o', 'IpF߷o'),
('PB)^.L*', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 0, 'U\Z+@D1', 'U\Z+@D1'),
('nQC_$', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 0, 'V_k\0yĴ', 'V_k\0yĴ'),
('Da\\', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 0, '\nŶYpAkb߉0', '\nŶYpAkb߉0'),
('^Jb]ryM', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 0, '~p_\ZGr 4]', '~p_\ZGr 4]'),
('>A1@a?,', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 0, 'Fq͚|#lf', 'Fq͚|#lf'),
('n0_ڃ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 0, 'ڲ9c%4k(A5', 'ڲ9c%4k(A5'),
('@tQ.}խla+', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 0, ',O/ݷ)', ',O/ݷ)'),
('j!iOگA^', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 0, '?So\0\Zq9', '?So\0\Zq9'),
('x	Ptw\r', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 0, 'l|1aSÉ8', 'l|1aSÉ8'),
('NSw''Vey', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 0, '8WYl@\n', '8WYl@\n'),
('ӠQVժ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 0, 'O qYYsi', 'O qYYsi'),
('AF؅+6U', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 0, 'Ś!^۴+EB', 'Ś!^۴+EB'),
('>}^ۛj', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 0, ' ⁀*νjDX', ' ⁀*νjDX'),
('ۉvD{', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 0, 'ef\rh2+\Z1Ԍ(', 'ef\rh2+\Z1Ԍ('),
('*قI8AR', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 0, 'ˌ:Z-', 'ˌ:Z-'),
('^''6ْ{DwBz', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 0, 'kt', 'kt'),
(':v{V~,', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 0, '&=_r2', '&=_r2'),
('*C.\\zx1', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 0, 'Sÿ1.k', 'Sÿ1.k'),
('aBr9d1', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 0, '.څR`uDLHP', '.څR`uDLHP'),
('b]$vn\rE', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 0, 'RR͔%', 'RR͔%'),
('b~no4', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 0, '5Խ18/|o/', '5Խ18/|o/'),
('\\݊;9vC@sԭ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 0, '\n/h>', '\n/h>'),
('\\h~vgdvS', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 0, '8H].̇n"В9', '8H].̇n"В9'),
('p`vDX}', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 0, 'z\0ݽDhĻ%', 'z\0ݽDhĻ%'),
('03VAtx]', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 0, 'bt,p7bT', 'bt,p7bT'),
('$''XRѥʶ۠', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 0, 'DCiun550g', 'DCiun550g'),
('dփ4ױM/', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 0, '\Z3]^\0sm', '\Z3]^\0sm'),
('Ք{۪55ͥ\\', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 0, 'EJs@qNB>0', 'EJs@qNB>0'),
('#.ɷLc', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 0, '[Qf{B9A', '[Qf{B9A'),
('š_1]99)}', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 0, 'a^q-5EZCRA', 'a^q-5EZCRA'),
('AqR', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 0, ';0K=2g@͍', ';0K=2g@͍'),
('%1<qWf	&١', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 0, '^F<)ҿ՜l', '^F<)ҿ՜l'),
('L*̕$G', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 0, '&/{h4x2', '&/{h4x2'),
('SdRI*⌈G9O', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 0, 'sY(XwK7', 'sY(XwK7'),
('QGgXkq;j', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 0, '_e㙩ͮ+', '_e㙩ͮ+'),
('`C*r', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 0, 'p~\\''acl', 'p~\\''acl'),
('\nΌbm0!1', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 0, 'rܜG#i=ö/<', 'rܜG#i=ö/<'),
('GQΚͣ`A''', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 0, '⩩mPyS', '⩩mPyS'),
('ΡfWyL,YU', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 0, 'w5y؝w]bg', 'w5y؝w]bg'),
('>q^8č/Q', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 0, ')ETQFu', ')ETQFu'),
('^pI|\0_yfѹ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 0, 'M9a''', 'M9a'''),
('%,R_ۀF', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 0, '2aC?\rfqn', '2aC?\rfqn'),
('s<B){KgO', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 0, 'g;5JDc', 'g;5JDc'),
('.RF4	jyn', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 0, '''Xw<hJLڏ', '''Xw<hJLڏ'),
('4xI:uoQ.''', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 0, '/>!LG', '/>!LG'),
('D=xX6ت', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 0, '[t.ޱƳuu8{', '[t.ޱƳuu8{'),
('^輹L&L:', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 0, 'jzm#Ir\ny', 'jzm#Ir\ny'),
('43ko3q1W', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 0, '5j>?~[-{', '5j>?~[-{'),
('WbLU^,=@', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 0, '&3f=g-\n', '&3f=g-\n'),
('d2[*^Mtlc', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 0, 'Ez{8;j\Za', 'Ez{8;j\Za'),
('%O6O8', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 0, '9CZg', '9CZg'),
('@Hd3&ʩ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 0, 'eHs\rORif', 'eHs\rORif'),
('*YF	N7F`7	', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 0, '{(A,d1B', '{(A,d1B'),
('ʨv.p', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 0, 'dIJ>\\', 'dIJ>\\'),
(',L+AO8a=', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 0, '!+vmٷ޲|', '!+vmٷ޲|'),
('/?\rhg;E&T', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 0, '~S5>,oV.ϡle', '~S5>,oV.ϡle'),
('Ii軼\Za', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 0, '_mAB\rM%FQ', '_mAB\rM%FQ'),
('5qn`s~n˝', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 0, 'ݢyi1+Ɛ^', 'ݢyi1+Ɛ^'),
('Dl)4-0', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 0, '''\\/	v', '''\\/	v'),
('W)YG0Aւ?J\Z', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 0, 'e U\n~ɹ', 'e U\n~ɹ'),
('$ltyu;R3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 0, 'Sdu\0Nkga', 'Sdu\0Nkga'),
('wDs.}P4H', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 0, ',iS''d', ',iS''d'),
('''"(̟BҬZ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 0, 'h~gx#}u', 'h~gx#}u'),
('zԤХE''64', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 0, 'ibZKhdL\\', 'ibZKhdL\\'),
('{(zM', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 0, '^ުz)~c', '^ުz)~c'),
('LTn3T+]Op&', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 0, '8v0~ۜ߭R$', '8v0~ۜ߭R$'),
('[2:S?/j', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 0, 'OA''9''+;姗ax', 'OA''9''+;姗ax'),
('&	Jko', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 0, '3n.nPh=', '3n.nPh='),
('\r~/t1jIe*', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 0, 'p)]zj', 'p)]zj'),
('\\,p4T', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 0, 'OjjbwX3', 'OjjbwX3'),
('aGj>', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 0, '\rUQGjD5_;', '\rUQGjD5_;'),
('*\ZJ\ZX7n', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 0, '-\\AbQ*wDD', '-\\AbQ*wDD'),
('}Dx">. qq', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 0, 'n\nz!w><T', 'n\nz!w><T'),
('*K)]pȡ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 0, '`r?}\\', '`r?}\\'),
('$)J\r`?3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 0, 'DEW''&', 'DEW''&'),
('7ThSm{\r]', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 0, 'hPmpC3V', 'hPmpC3V'),
('9w', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 0, 'E!fD]rKԚ', 'E!fD]rKԚ'),
('ߪnnp|', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 0, 'mYQy', 'mYQy'),
('%eݍw|', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 0, '"lѼ)&L{6gG', '"lѼ)&L{6gG'),
('/E?', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 0, 't>e=8', 't>e=8'),
('+}>c,-', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 0, '	:gJď', '	:gJď'),
('vڝvJ3', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 0, '%k7ۻ+', '%k7ۻ+'),
('./CA\0v', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 0, 'jJI`\rLw', 'jJI`\rLw'),
('>9.p;ql', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 0, ']D.,Xe', ']D.,Xe'),
(' qqUzA~"', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 0, '\ZJ@M/e_L', '\ZJ@M/e_L'),
('Mtm@0IU*T', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 0, 'UUx3Je)&', 'UUx3Je)&'),
('\0XnS#5MJ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 0, 'Kȅ{G߭', 'Kȅ{G߭'),
('vq5B@Pf]6Hha', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 0, '1ͩ#3', '1ͩ#3'),
('?U\\|R΢', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 0, 'C2O?LJ."', 'C2O?LJ."'),
('k-ow&<}}', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 0, 'ƫY\\Ӥ7iIчU', 'ƫY\\Ӥ7iIчU'),
('0', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 0, '\nAjJm8W^IM', '\nAjJm8W^IM'),
('D"enC[`', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 0, '#)^sP$', '#)^sP$'),
('$};/ꃲ{1', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 0, '>{O<܅b1', '>{O<܅b1'),
('dd!\n''0+', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 0, '/"W.r`xD', '/"W.r`xD'),
('jxҁl\\G', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 0, '72c,Y', '72c,Y'),
('g\nVT+5', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 0, 'SO6-7#h\r', 'SO6-7#h\r'),
('#;bM[sF,J', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 0, 'es!\Z', 'es!\Z'),
('7Ҏ)5?_\\', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 0, '''$Cd"}|k@', '''$Cd"}|k@'),
('gn\Z@', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 0, 'pyud#΁S$5', 'pyud#΁S$5'),
('_3t cT!X', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 0, 'xNwy[8', 'xNwy[8'),
('i뽼i?=', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 0, '+	qL+Sm', '+	qL+Sm'),
('H$`\rDG|BY', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 0, 'EVI%wF', 'EVI%wF'),
('\r\nٽl''wR7[', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 0, 'Yc٬D[nDK', 'Yc٬D[nDK'),
('ԗBLYЄd', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 0, 'Bmu\ZU@', 'Bmu\ZU@'),
('/[H3}[F(', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 0, 'S5»9', 'S5»9'),
('=܀AjAc', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 0, 'W9Pڠ&B', 'W9Pڠ&B'),
('|js', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 0, '{<B[224;͎=', '{<B[224;͎='),
('*ɬ~|$', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 0, 'pvRGUy\r	f', 'pvRGUy\r	f'),
('%hi\r\0IV', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 0, '"1:o8c', '"1:o8c'),
('KV	llhkukI', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 0, 'pjmɑ>gGT', 'pjmɑ>gGT'),
('YB3$', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 0, 'X:4tqnhm', 'X:4tqnhm'),
('Z(aK1''Ẏ', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 0, 'W.h.C^d', 'W.h.C^d'),
('k$`1.Jr.u', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 0, '^{oq>', '^{oq>'),
(']KU%9-7)', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 0, '4''Sh]8B?=', '4''Sh]8B?='),
(']H߹v;	TLc9', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 0, '$iMrIa&#', '$iMrIa&#'),
('s(#</4\0', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 0, ',(^N4', ',(^N4'),
('eZ|˸	v*', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 0, ',&e5jƛR ', ',&e5jƛR '),
('i3,"uĉZ4"E', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 0, 'kBGbw>!+', 'kBGbw>!+'),
('!QKbY.&', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 0, 'ow&kc', 'ow&kc'),
('g??a\\-', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 0, '\rp=þk\n', '\rp=þk\n'),
('00ɝ4ɥ^u', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 0, 'I&殀!!T."', 'I&殀!!T."'),
('Clpt.', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 0, '	sHYӨ*', '	sHYӨ*'),
('\Zb@k.i.p', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 0, 'Bb=x\ZS', 'Bb=x\ZS'),
('"soƯaa晐', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 0, '$H7RE~', '$H7RE~'),
('5^Uy#x\rIHt', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 0, 'lN6Y)K/R', 'lN6Y)K/R'),
('z[R5v3x', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 0, 'ghGi\0*T"\n}', 'ghGi\0*T"\n}'),
('ðJ:KqS7Iv', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 0, 'ge_d٬\n', 'ge_d٬\n'),
('Ƽ®p}tQ$N', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 0, 'WVѐFQ#ԂB', 'WVѐFQ#ԂB'),
('T(Tved$f', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 0, '1\0!', '1\0!'),
('٪#|1\\2Um', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 0, '2,ANS[', '2,ANS['),
('[gPYϖD', 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 0, 'v-HXH/0D', 'v-HXH/0D'),
('\Zg+o9/bv', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 0, '|A;rГ\r', '|A;rГ\r'),
('O', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 0, '}/X5$9/e', '}/X5$9/e'),
('S\rUk~Fb+s', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 0, 'Uq..\0', 'Uq..\0'),
('|[f', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 0, ';vWe\0', ';vWe\0'),
('7"zZJNs', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 0, '[:lO	t,ij', '[:lO	t,ij'),
('{6UP\r$P', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 0, '8j&}ZQf', '8j&}ZQf'),
('A9G]D#M#q{', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 0, 'mυl|	z', 'mυl|	z'),
('yK:x}0JFm', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 0, 'Y#tA!Ǿ[', 'Y#tA!Ǿ['),
(')\n/]\n5J''', 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 0, '6L52$pEN$dX', '6L52$pEN$dX'),
('܂&:/\0"_HF_', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 0, 'w|ZTs>Yՠ', 'w|ZTs>Yՠ'),
('I}9Lg', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 0, '-PV=lAY', '-PV=lAY'),
('4puDI', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 0, '~eoVU-', '~eoVU-'),
('GƦ<-', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 0, 'DKUIjwB', 'DKUIjwB'),
('Juami"d', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 0, 'ץ/%#kvF_(', 'ץ/%#kvF_('),
('a)[+o91a\Z)', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 0, '8.LLp^', '8.LLp^'),
('۩^*%ANiA', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 0, 'w"Q3C\\', 'w"Q3C\\'),
('0_j}8IAh', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 0, '2uMf', '2uMf'),
('aóhG^i', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 0, '*cwmĎf', '*cwmĎf'),
('uӨ+̧xTd', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 0, '3i&j%9ݜ2', '3i&j%9ݜ2'),
('nFu}҉', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 0, '4<k5M''_D', '4<k5M''_D'),
('\0''rO5,8B', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 0, 'f6''Z mˡI', 'f6''Z mˡI'),
('cҤ|.L~', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 0, 'r2:&t~m', 'r2:&t~m'),
('3kN%_IT', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 0, 'JЃː&D}', 'JЃː&D}'),
('NRi|CW', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 0, 'ߝECMI`', 'ߝECMI`'),
('#>Cjӈb!', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 0, 'hvM?0qh', 'hvM?0qh'),
('S?5L!	*', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 0, 'W{]m	emH', 'W{]m	emH'),
(')	wJa^(', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 0, '$u9$hoy%', '$u9$hoy%'),
('a''[~p', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 0, 'Ց\\:vø', 'Ց\\:vø'),
('&K&ڄXg', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 0, 'dwU@71	,5', 'dwU@71	,5'),
('J[dEb', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 0, 'j\0+6}F\Zٽv3', 'j\0+6}F\Zٽv3'),
('\Ze\n/]\Z1', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 0, 'uU''x~1ÞK', 'uU''x~1ÞK'),
('y)wQ!\03`M', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 0, 'bB!~-Ȇ٭', 'bB!~-Ȇ٭'),
('gD	S', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 0, 'nCiS<:Ӹ', 'nCiS<:Ӹ'),
('j@u', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 0, 'tԞBޓr7', 'tԞBޓr7'),
('Oc[''ɭ}G', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 0, '4Șz3(', '4Șz3('),
('_185', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 0, ',7fS''G''C', ',7fS''G''C'),
('LVr@sRC}', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 0, 'Jc1z{''/@EHl>', 'Jc1z{''/@EHl>'),
('u\\itz+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 0, 'U ,26LM', 'U ,26LM'),
('Zʧ#cg/~', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 0, 'oجѢ3;]T\Z]', 'oجѢ3;]T\Z]'),
('gRN', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 0, ' ⮆<_jS<J', ' ⮆<_jS<J'),
('cОM', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 0, 'FY?ʊ1s/', 'FY?ʊ1s/'),
('2:]\Z<Atb\0,', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 0, '	t2npU^', '	t2npU^'),
(':RL?&=', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 0, ';yCh}V~>Y', ';yCh}V~>Y'),
('^^\\ .޻v\\', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 0, '*soTP29",]n', '*soTP29",]n'),
('l\nVgƪ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 0, '`Ku', '`Ku'),
('CdQ}s_Z $', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 0, '=e@M=&;', '=e@M=&;'),
('~y\0dx![>&', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 0, ')z<a 0x"', ')z<a 0x"'),
('[t>mк0', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 0, '`Ov', '`Ov'),
('[$ַYN;d"', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 0, 'Nmulv:', 'Nmulv:'),
('UT}^C	<+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 0, '~j"W ', '~j"W '),
('nL@H9`', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 0, '+%DV=\r~\rL', '+%DV=\r~\rL'),
('U^$lD=Y', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 0, 'XoS\\,J''e', 'XoS\\,J''e'),
('!''\Z^SUJo', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 0, 'ji\Zm LZ	D', 'ji\Zm LZ	D'),
('#3J:qɭ_', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 0, 'P^ZF{t_K', 'P^ZF{t_K'),
('Kߨ)@\Z-', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 0, ''']{xN}', ''']{xN}'),
('u1>Jel6', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 0, 'pm/d^\rJNo', 'pm/d^\rJNo'),
('ڌ\\D2f&c', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 0, '!ą,\\kTw', '!ą,\\kTw'),
('UpHs,M\r*a', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 0, '3D0ɺ''1>M', '3D0ɺ''1>M'),
('Q.izU/Q>', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 0, '9#w>ò7~<?', '9#w>ò7~<?'),
(')»F&ڮh', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 0, '/{܇AK&', '/{܇AK&'),
('LwfxΘM', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 0, 'שa_}Gֶl', 'שa_}Gֶl'),
('d\\oܕκZ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 0, '{LƲ(', '{LƲ('),
('vzZqr\\@', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 0, 'n,(O', 'n,(O'),
('01ޟs', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 0, ' \rVjԈQa', ' \rVjԈQa'),
('Ţ%8vs6', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 0, 'ztKi\ZIAW', 'ztKi\ZIAW'),
('\r!ޗL0', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 0, 'q59,\rE[9+', 'q59,\rE[9+'),
('6BT	8ѝ8', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 0, 'kth*-x8', 'kth*-x8'),
('R~P}*cI:', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 0, '6+5I燋Vp[', '6+5I燋Vp['),
('IA@fAb', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 0, 'BZI^', 'BZI^'),
('b]a255la', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 0, 'a\n3p*~\ne=\r', 'a\n3p*~\ne=\r'),
('&C|\rUC8', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 0, 'ri4Db-${\\I;', 'ri4Db-${\\I;'),
('\0OiVi`]', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 0, '/I;FAr', '/I;FAr'),
('ՐWB"Q', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 0, 'W+^?ŚЦt"', 'W+^?ŚЦt"'),
('.t9kst7r', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 0, '\ZaJyN_', '\ZaJyN_'),
('i些b6eg', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 0, 'aMZX	K', 'aMZX	K'),
(';X!\0k.', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 0, '\nͣMİ97y;', '\nͣMİ97y;');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('ڛ!{EM$', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 0, 'K7hh.:k', 'K7hh.:k'),
(']E4jd)(\Zx+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 0, 'Ԝ-+GJ垸', 'Ԝ-+GJ垸'),
('v(>1{L6', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 0, '&\0t\0Cng', '&\0t\0Cng'),
('j\n9?KCgO5', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 0, '	hI09*wQ', '	hI09*wQ'),
('35SZ;׎x%@', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 0, '>1}nafZc(', '>1}nafZc('),
('	˦3;e"', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 0, '\Z1M	gՎ\r', '\Z1M	gՎ\r'),
('9 Á!m', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 0, 'qGlX\ZpJ', 'qGlX\ZpJ'),
('$\0Slaşq|''', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 0, '`imq\r{l\Z', '`imq\r{l\Z'),
('G0YVr޼*', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 0, ';&γe!xh>', ';&γe!xh>'),
('\n¢#ȮU', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 0, '7Js?K', '7Js?K'),
('p:7j!=b#3M', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 0, 'B}6K~S', 'B}6K~S'),
('<n|ޫ0);z', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 0, '|G -As', '|G -As'),
('@b$YD!A', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 0, '|N"g)RH', '|N"g)RH'),
('<ajYwr', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 0, '&p	NK', '&p	NK'),
('Սs0LBO0&A', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 0, 'R[h\r}$z', 'R[h\r}$z'),
('U|Jy>߄cc', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 0, 'V;Ǎc{', 'V;Ǎc{'),
('p*1E''J-S', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 0, 'k$b\0R', 'k$b\0R'),
('~c5R"@2', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 0, 'Vi.()v4', 'Vi.()v4'),
('n|MOs', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 0, ']\\B{0G', ']\\B{0G'),
('cKK{7ⴔ)', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 0, 'l{A(F', 'l{A(F'),
('FSNfZ"u', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 0, '8)wd', '8)wd'),
('h5oC[֒\\˘^Vq7', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 0, '/"΃Yp&F`', '/"΃Yp&F`'),
('H\0E6@', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 0, '(M+Cmk>Bh', '(M+Cmk>Bh'),
('%^p', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 0, 'K6-Sh"t0˹w', 'K6-Sh"t0˹w'),
('(BY]2\\~Ky', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 0, '''JWf*', '''JWf*'),
('<;H=t~bc:', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 0, 'ąK?↖\\b', 'ąK?↖\\b'),
('Wf&[Oص?Sȏ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 0, './*Mi͗', './*Mi͗'),
('eRWUʖhr', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 0, 'pR);\Z`زy8', 'pR);\Z`زy8'),
('tx^z', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 0, '|JtvnUn%%k', '|JtvnUn%%k'),
('-\0a[Q>', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 0, 'nq\0M_0K', 'nq\0M_0K'),
('J2<\\8Z%', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 0, 'cG<ӈ޼/', 'cG<ӈ޼/'),
('b//)A1', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 0, ';RcP\ZM', ';RcP\ZM'),
('lG_Jt', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 0, 'e`o>HLRU', 'e`o>HLRU'),
('G9\0&&', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 0, 'i#҃{9N溵', 'i#҃{9N溵'),
('UbxBUA[m`J', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 0, '=5\n-~(bjg]Z}(', '=5\n-~(bjg]Z}('),
('??#$K', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 0, '<}\rBƕ70q', '<}\rBƕ70q'),
('}_pHD<', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 0, '\n8&i"', '\n8&i"'),
('>͙xft\n', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 0, '2E!EsGe?_', '2E!EsGe?_'),
('}a][ܪ^', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 0, 'KS+2HAN', 'KS+2HAN'),
('_9w[o', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 0, '7`"pq!Y\\', '7`"pq!Y\\'),
('B](P˶', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 0, '4yEM3f', '4yEM3f'),
('6#-y', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 0, 'f^;.#x!n', 'f^;.#x!n'),
('tNZ3Ҿ°', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 0, 'M8\\3<nBeo', 'M8\\3<nBeo'),
('<ae7z*', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 0, 'Q"HqyDMB', 'Q"HqyDMB'),
('o%@g)`M', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 0, '<8l%W9O', '<8l%W9O'),
('<U֒-\Z/k\Z?Z', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 0, '*4k<M', '*4k<M'),
('(+,VvP', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 0, 'P^oձ,c', 'P^oձ,c'),
('hOM->J-Q:', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 0, '˃$f', '˃$f'),
('%4>]\Zw', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 0, 'Ő%uHI', 'Ő%uHI'),
('x(-MmWL2', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 0, 'FQ:X', 'FQ:X'),
('4*6k\\,Yhv', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 0, '#5m7`Y,o¾v', '#5m7`Y,o¾v'),
('PnyK', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 0, '>ǯɇ"Q\Z, ', '>ǯɇ"Q\Z, '),
('BGF@k+ѓ<s+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 0, '>~@Jb.', '>~@Jb.'),
('l''yK~K ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 0, '֙\rCӳ]E', '֙\rCӳ]E'),
('<\\g	F', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 0, '#,ZE', '#,ZE'),
('j@PrF͊馕', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 0, ',<B>_C#', ',<B>_C#'),
('fOߠ%bi\Z', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 0, '\nKTq', '\nKTq'),
('~["+\Zqu', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 0, 'G	&"˸', 'G	&"˸'),
('Z;s~X', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 0, 'ERtH@GqVV\Zc', 'ERtH@GqVV\Zc'),
('<Y{䕾]$j', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 0, 'N(ڢP6ʚ', 'N(ڢP6ʚ'),
('fYûmEgxD', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 0, 'l3T&qK.', 'l3T&qK.'),
('!CaP-%v"`', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 0, '~%D ;CF', '~%D ;CF'),
('؂i>Ǯd', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 0, '?㽷Ƶ븆', '?㽷Ƶ븆'),
('gJӯE--+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 0, '*+_@{4Gc', '*+_@{4Gc'),
('w6?k_+R', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 0, 'C@\\dP', 'C@\\dP'),
('Aǟ8;%\0Eg', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 0, '(\Ze\nExqX', '(\Ze\nExqX'),
('>E~\0擾W', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 0, '#@~;#hZ&QI', '#@~;#hZ&QI'),
(']9Qo.\nO', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 0, '_7:-UMkJe', '_7:-UMkJe'),
('7W_%9Z', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 0, 'tCD|i', 'tCD|i'),
('~#\rϳ1e', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 0, 'ٚF870F', 'ٚF870F'),
('ЋVjLMzثѺ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 0, '\rB^}<CO"', '\rB^}<CO"'),
('oxƗW7', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 0, 't*#5/''', 't*#5/'''),
('Mϩ,ҁXGK', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 0, 'ڵ@q''=', 'ڵ@q''='),
('ǂM}GA', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 0, '7ESe<', '7ESe<'),
('vP6)U3ah', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 0, 'Pxe%Ȁ8', 'Pxe%Ȁ8'),
('[\r1K8', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 0, '8*آsz!', '8*آsz!'),
('2 =5a~+,''j', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 0, '#7@>"B*', '#7@>"B*'),
(')t*b<[', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 0, 'ƕ-p%\nrk', 'ƕ-p%\nrk'),
('aKvꬩFF', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 0, 'x쑡p6JXr0I', 'x쑡p6JXr0I'),
('f/,\\!\n\n', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 0, 'q*+"2t', 'q*+"2t'),
('1LgzB<', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 0, '9#z#X(', '9#z#X('),
('XQ:Iqա0cr', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 0, 'z$+_', 'z$+_'),
('eckO*]', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 0, 'D}ΤwSo!fp', 'D}ΤwSo!fp'),
('ɱ0,x(!c', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 0, 'ҝI\n R', 'ҝI\n R'),
('h#ٕQY-ai', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 0, 'p.͋S4;ɭC+s', 'p.͋S4;ɭC+s'),
('0jYr\r[{\0', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 0, '|\0%ql', '|\0%ql'),
('?_t׺P', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 0, 'ۂth0Ht{', 'ۂth0Ht{'),
('ļ	Y|pt4(', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 0, 'RTU', 'RTU'),
('.7f[', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 0, 'xE)*o^d?', 'xE)*o^d?'),
(')knVmGe', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 0, 'Bi\r:\r@P', 'Bi\r:\r@P'),
('yvfsYb', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 0, '<^Pj%^6{', '<^Pj%^6{'),
('Б!t$0v&$8', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 0, '}\Zyb7#', '}\Zyb7#'),
('H	)', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 0, 'kZohݏa', 'kZohݏa'),
('<&laL(4V^+', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 0, '"sC>X', '"sC>X'),
('\n(ٓh', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 0, 'sF߳Mi/', 'sF߳Mi/'),
('Qٳ4f|\nN', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 0, 'N?dLt', 'N?dLt'),
('(]Ex{<3', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 0, 'ŀ޷v,Z3kCD', 'ŀ޷v,Z3kCD'),
('~\rr㴄}\\*', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 0, 'JbK$C', 'JbK$C'),
('HF]w?yvy', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 0, 'Lo_YҼ', 'Lo_YҼ'),
('lLXiUv8F', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 0, '!-0\r#`1U=b$71', '!-0\r#`1U=b$71'),
('Hbh519', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 0, '[Օ#5Mm:i', '[Օ#5Mm:i'),
('AuPsaUs"', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 0, '_ASx', '_ASx'),
('\0m`!st\0P\0 ', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 0, 'Kzs>靡', 'Kzs>靡'),
('JvOB Ri<', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 0, '%>ߗH)RM', '%>ߗH)RM'),
('拳ĉ3no9', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 0, 'J<ӧsvL%', 'J<ӧsvL%'),
('\\Q^z7Kb\nh^', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 0, '͒#\rcN', '͒#\rcN'),
('1\ng4F.Ke', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 0, 'WåHx', 'WåHx'),
('$q|#"	ҹ<', 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 0, 'ĵ֜Pb', 'ĵ֜Pb'),
('d@Qۅ-Y', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 0, ' >!h0', ' >!h0'),
('> jꈬZRÏ0', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 0, 'hD}%^pӟ?', 'hD}%^pӟ?'),
('AÙ} ', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 0, '	ZU\\#En(P', '	ZU\\#En(P'),
('N3I՛;$', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 0, '^{Fc`n~hcF', '^{Fc`n~hcF'),
('D''iQI', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 0, 'ٌF]\rm', 'ٌF]\rm'),
('t$0	,]b&', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php', 0, ';!.C', ';!.C'),
('Jwޏ.?', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 0, '-S Nv', '-S Nv'),
(',㺢z] !0Y', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 0, ';ed*~E;w<L6', ';ed*~E;w<L6'),
(',Z\nK(', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 0, 'dT̚d', 'dT̚d'),
('e&cay~k!', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 0, 'FIzR)1}v^\n', 'FIzR)1}v^\n'),
('3+oY	', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 0, 'Ĩh2=8', 'Ĩh2=8'),
('("j|}۠`', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php', 0, '⠅Bős\n4', '⠅Bős\n4'),
('u̞dDyV]#', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php', 0, 'np\\>$^zr+', 'np\\>$^zr+'),
('$''KMIj', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php', 0, 'eDUA~T"_', 'eDUA~T"_'),
('+sЪzjзb', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php', 0, '6#mp.Ӟ!', '6#mp.Ӟ!'),
('x=B+R', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php', 0, ':z5', ':z5'),
('m]*E*', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php', 0, 'V!:p>E', 'V!:p>E'),
('be`j', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php', 0, 'ncR:6', 'ncR:6'),
('L8{Ii)', 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php', 0, 'n P5!<ѥ֍', 'n P5!<ѥ֍'),
('<86KoX', 'wp-content/plugins/wordfence/css/activity-report-widget.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rmEdb'),
('!@A;1)SJb', 'wp-content/plugins/wordfence/css/colorbox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jR S7M'),
('ŷN	\0f\ZT', 'wp-content/plugins/wordfence/css/diff.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"y14Z'),
('a|\n|@X\nfM\r', 'wp-content/plugins/wordfence/css/dt_table.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[f\Z}I+o'),
('5ZoҮ<', 'wp-content/plugins/wordfence/css/fullLog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Wjw˄}'),
('!0tT( ', 'wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f\\KKGлSA'),
('LW]=\0;:', 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_1997c7_40x100.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j\ZKȚ-"a{*0'),
('?>\0%lD[T', 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^F"I~\0GͲ'),
('Qc$26.i', 'wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ');7/EwAg'),
('nmq\0@pFd*', 'wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0(5&3lh)W'),
('P⩣-ƅi', 'wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm8O@d8<Qž'),
('Ŗ/PIcD=Y', 'wp-content/plugins/wordfence/css/images/ui-icons_222222_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':<Thzģ *ˌ'),
('E0fۿoi\r"&', 'wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ōo8%'),
('M$!\\z', 'wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u3<j'),
('MJdB.*', 'wp-content/plugins/wordfence/css/images/ui-icons_fff_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aa+JD$2J'),
('jo+s78', 'wp-content/plugins/wordfence/css/iptraf.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+	<dq7^'),
('?$ O;>ե', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')ef#`P~7n'),
('WN	b%9pY&', 'wp-content/plugins/wordfence/css/jquery-ui.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N3(-M\r'),
('h{nV"0', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\@1D?'),
('rti. :vV&', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{_#S'),
('oaw5h@+w\r', 'wp-content/plugins/wordfence/css/main.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ӻ>D~wK'),
('sYX㞗', 'wp-content/plugins/wordfence/css/phpinfo.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<`,7Ju\0'),
('J	4/|	', 'wp-content/plugins/wordfence/css/select2.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XN|7Z(C'),
('9`翭!b!', 'wp-content/plugins/wordfence/css/wordfenceBox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^+C.f'),
('様7^b"', 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hgi>'),
('׮Fps4', 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']H'),
('^yG=ڜFg;3á', 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RCTy?'),
('$8.VpjB@', 'wp-content/plugins/wordfence/images/flags/.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4.M:<K0ܟή'),
('\r:Uˣ', 'wp-content/plugins/wordfence/images/flags/a1.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4.M:<K0ܟή'),
('\nƥuoefan', 'wp-content/plugins/wordfence/images/flags/a2.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4.M:<K0ܟή'),
('''}H WԜ\n{', 'wp-content/plugins/wordfence/images/flags/ad.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+\Z tV[E؜K'),
('T.d8y', 'wp-content/plugins/wordfence/images/flags/ae.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '74%E''M}l'),
(';cS#nv', 'wp-content/plugins/wordfence/images/flags/af.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5{dQÜ'),
('b`Ҥ-17@', 'wp-content/plugins/wordfence/images/flags/ag.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\$, '),
('/', 'wp-content/plugins/wordfence/images/flags/ai.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7֖*솼'),
('PvdI4u', 'wp-content/plugins/wordfence/images/flags/al.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':\reݴOojDO'),
('~pE*TE4', 'wp-content/plugins/wordfence/images/flags/am.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$/cC\\&P%'),
(';-#n9|?=', 'wp-content/plugins/wordfence/images/flags/an.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ڇ0sw1Z'),
('yn6Kz9G', 'wp-content/plugins/wordfence/images/flags/ao.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Am$٧wh'),
('NCW', 'wp-content/plugins/wordfence/images/flags/ap.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^d\rٍ_P'),
('u\ra"\rW', 'wp-content/plugins/wordfence/images/flags/aq.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uw 釚d'),
('ᯰӦ0ncm', 'wp-content/plugins/wordfence/images/flags/ar.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l˼Ucph\ZK'),
(':Pb4	u', 'wp-content/plugins/wordfence/images/flags/as.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_W^5F^'),
('QB xMBa', 'wp-content/plugins/wordfence/images/flags/at.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e"O;'),
('Q2''-O94', 'wp-content/plugins/wordfence/images/flags/au.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r/CsY'),
('MSk쥘\n', 'wp-content/plugins/wordfence/images/flags/aw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3uyju3'),
('GT!A', 'wp-content/plugins/wordfence/images/flags/ax.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fuwb̅(w\r'),
('.B99&i', 'wp-content/plugins/wordfence/images/flags/az.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?"7^`}]@'),
('Sm$\\xH4', 'wp-content/plugins/wordfence/images/flags/ba.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TDX,Jy$'),
('pA^s%', 'wp-content/plugins/wordfence/images/flags/bb.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',4u\n߯?g'),
('HE1&Y', 'wp-content/plugins/wordfence/images/flags/bd.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(U!¸!s'),
('\0IJ-$', 'wp-content/plugins/wordfence/images/flags/be.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a٣\Z%z'),
('{_9έe', 'wp-content/plugins/wordfence/images/flags/bf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cY8i3'),
(')\Zcq&#,O', 'wp-content/plugins/wordfence/images/flags/bg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '},zd@@^'),
('E58BC)Js', 'wp-content/plugins/wordfence/images/flags/bh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@T&V'),
('>X@Pd~R', 'wp-content/plugins/wordfence/images/flags/bi.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ڴBp+Ğ'),
('b32N?RVMCR''', 'wp-content/plugins/wordfence/images/flags/bj.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N,X\nlY%_'),
('3yuE1wĎ', 'wp-content/plugins/wordfence/images/flags/bm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|	9eX'),
(' -A&W', 'wp-content/plugins/wordfence/images/flags/bn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zD(+J'),
('gMBM}ޭ!', 'wp-content/plugins/wordfence/images/flags/bo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&7_ |>)'),
('U}5&`J[u:', 'wp-content/plugins/wordfence/images/flags/br.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mH%WQ['),
('ƄH3H׏!', 'wp-content/plugins/wordfence/images/flags/bs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XsYI}T'),
('ޞQ,n', 'wp-content/plugins/wordfence/images/flags/bt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KiKu<_պv%'),
('f+WKZ"', 'wp-content/plugins/wordfence/images/flags/bv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ҒTǯWF5~'),
('g˺3C,', 'wp-content/plugins/wordfence/images/flags/bw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E.g;z'),
('kQcd', 'wp-content/plugins/wordfence/images/flags/by.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_6\rAv'),
('eG=U\\l', 'wp-content/plugins/wordfence/images/flags/bz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ߠe^ze'),
(',܎<9Tj`', 'wp-content/plugins/wordfence/images/flags/ca.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"J+/<6('),
('Y*M$', 'wp-content/plugins/wordfence/images/flags/cc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÒ;+R@'),
('/ȯȩsc"ҧ', 'wp-content/plugins/wordfence/images/flags/cd.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wjmk'),
('tpo"|:U%', 'wp-content/plugins/wordfence/images/flags/cf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*t)M؋F)'),
('`X[r횎E', 'wp-content/plugins/wordfence/images/flags/cg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UXB''#Tw{'),
('^,^戉8', 'wp-content/plugins/wordfence/images/flags/ch.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7_\ZeM\r'),
('e>Y9S&', 'wp-content/plugins/wordfence/images/flags/ci.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hzPF+dy&'),
('܉]je*:p', 'wp-content/plugins/wordfence/images/flags/ck.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sάiԛ'),
('/t;/b4!"&', 'wp-content/plugins/wordfence/images/flags/cl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h1ܮ8'),
('Q;꼡ʿ', 'wp-content/plugins/wordfence/images/flags/cm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ThWFCJ'),
('Z%na?\Z/', 'wp-content/plugins/wordfence/images/flags/cn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F[MZN8'),
('Sd:jr-IF', 'wp-content/plugins/wordfence/images/flags/co.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7"}ˀ'),
('Q	1ޕb PSWr', 'wp-content/plugins/wordfence/images/flags/cr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"q컔m.'),
('B¾CJB', 'wp-content/plugins/wordfence/images/flags/cs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zm@\nn#'),
('\nKnEH[_t\Z', 'wp-content/plugins/wordfence/images/flags/cu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ѻ7ν-T\nĤ'),
('[hi&.E\r5S', 'wp-content/plugins/wordfence/images/flags/cv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5`	xJBW'),
('q>%<HB%G', 'wp-content/plugins/wordfence/images/flags/cw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P%:''_zfh'),
('o(Q<ڐ(', 'wp-content/plugins/wordfence/images/flags/cx.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':	B2'),
('6j41]o', 'wp-content/plugins/wordfence/images/flags/cy.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ȕ2csry8<%\Z,R'),
('vðMv:i', 'wp-content/plugins/wordfence/images/flags/cz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0yS(18#'),
('zknQm|Ǹtk', 'wp-content/plugins/wordfence/images/flags/de.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nNbK'),
('{tvOz׳', 'wp-content/plugins/wordfence/images/flags/dj.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g-6~$ݑ'),
('sF"tOߓ;_*.', 'wp-content/plugins/wordfence/images/flags/dk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZDn~WMտM'),
('&gHi(', 'wp-content/plugins/wordfence/images/flags/dm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_\r&.S%V[\Z5YR'),
('tw*>', 'wp-content/plugins/wordfence/images/flags/do.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V:EGaXz'),
('jkQ0''', 'wp-content/plugins/wordfence/images/flags/dz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h9X'),
('6KVuN\05', 'wp-content/plugins/wordfence/images/flags/ec.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A$͊z	'),
('qYH"', 'wp-content/plugins/wordfence/images/flags/ee.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZVFY3\ZXL('),
('AmK:`G', 'wp-content/plugins/wordfence/images/flags/eg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't{-/9ME-"'),
('IB׹71T,', 'wp-content/plugins/wordfence/images/flags/eh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';[eAuK'),
('^[確X#', 'wp-content/plugins/wordfence/images/flags/england.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5[W,''o'),
('޽s㝢@1i:\Z', 'wp-content/plugins/wordfence/images/flags/er.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AQ	uVo'),
('61JKgO 8 ', 'wp-content/plugins/wordfence/images/flags/es.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f).>''ԵR	w'),
('ǸK*u҃Av', 'wp-content/plugins/wordfence/images/flags/et.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T\rP\0%'),
('>A\rD\0x7', 'wp-content/plugins/wordfence/images/flags/eu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2#ϫhks'),
('M:OGdy ;', 'wp-content/plugins/wordfence/images/flags/fam.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P	a7\Z<h#'),
('스>j1^', 'wp-content/plugins/wordfence/images/flags/fi.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Kqi+'),
(';%X[r\\f', 'wp-content/plugins/wordfence/images/flags/fj.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$n =}<^(]\0'),
('\\I:ڲEXWO', 'wp-content/plugins/wordfence/images/flags/fk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TI]Q\n1'),
('opUf1TeR', 'wp-content/plugins/wordfence/images/flags/fm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tm''Jt?'),
('h`_J#S_,R', 'wp-content/plugins/wordfence/images/flags/fo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e^KIV'),
('Yօ4:+X[Z\Z', 'wp-content/plugins/wordfence/images/flags/fr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%}2K'),
(':"̏%^@j<', 'wp-content/plugins/wordfence/images/flags/ga.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ed\Z'),
('{µ6\n!ĵ', 'wp-content/plugins/wordfence/images/flags/gb.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ig*\Z'),
('t;Q<er', 'wp-content/plugins/wordfence/images/flags/gd.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?B~̚WVr.9'),
('bu/~Iք9', 'wp-content/plugins/wordfence/images/flags/ge.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h!4:R'),
('voFXc%m/', 'wp-content/plugins/wordfence/images/flags/gf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$-[SD]'),
('%S|O@su', 'wp-content/plugins/wordfence/images/flags/gg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '**Ot3̇h'),
(',M9[Iv-Q', 'wp-content/plugins/wordfence/images/flags/gh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7KzxnFn'),
('5.;l', 'wp-content/plugins/wordfence/images/flags/gi.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rVeOK*a\\'),
('&iN$JoFr-', 'wp-content/plugins/wordfence/images/flags/gl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(kt5*\ril'),
('\\&Ĩfo݈gW', 'wp-content/plugins/wordfence/images/flags/gm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1{Y0]'),
('1(\\Ioh', 'wp-content/plugins/wordfence/images/flags/gn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{>zI	'),
('a#n2fl\\	', 'wp-content/plugins/wordfence/images/flags/gp.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ըm g'),
('vOԟφ:Dpg', 'wp-content/plugins/wordfence/images/flags/gq.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '؟.Ծj)q"'),
('-PU\r[E', 'wp-content/plugins/wordfence/images/flags/gr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l\rCu-{'),
('^EjFρޅ0', 'wp-content/plugins/wordfence/images/flags/gs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b pHsC}'),
('Pƈv$', 'wp-content/plugins/wordfence/images/flags/gt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''vq#\0@'),
('FY$\\8^X', 'wp-content/plugins/wordfence/images/flags/gu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Xãy̆@'),
('9^+tk', 'wp-content/plugins/wordfence/images/flags/gw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Mj++ONzp'),
('n8횃', 'wp-content/plugins/wordfence/images/flags/gy.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '**"G|u'),
('hDUX\r|', 'wp-content/plugins/wordfence/images/flags/hk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rYFf̆U7'),
('sߡkб', 'wp-content/plugins/wordfence/images/flags/hn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1EP+v'),
('kH|', 'wp-content/plugins/wordfence/images/flags/hr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '37'),
('%J''Lٸ', 'wp-content/plugins/wordfence/images/flags/ht.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!!wղHT?'),
('L \r+q|h|', 'wp-content/plugins/wordfence/images/flags/hu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&";d>]pG@!d'),
('3\nV>O9Ǫ	 N', 'wp-content/plugins/wordfence/images/flags/id.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't3m'),
('݌)ƫ%Z', 'wp-content/plugins/wordfence/images/flags/ie.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O&-q9fFx'),
('=5@N%md', 'wp-content/plugins/wordfence/images/flags/il.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UPO\nFz'),
(':6M$΢]pm', 'wp-content/plugins/wordfence/images/flags/im.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':K,}0Rs'),
('ݘ`b1tX\ZZ K/', 'wp-content/plugins/wordfence/images/flags/in.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sY'),
('Q~jJD', 'wp-content/plugins/wordfence/images/flags/io.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rҲWWr'),
('Rp5Si', 'wp-content/plugins/wordfence/images/flags/iq.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!\ns7'),
('/k\n啗ˁ8+', 'wp-content/plugins/wordfence/images/flags/ir.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'knoT''{K['),
('q۩	e', 'wp-content/plugins/wordfence/images/flags/is.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`)ǷhE'),
('X2,IEd{<', 'wp-content/plugins/wordfence/images/flags/it.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!%Xb̣'),
('A<?׎cQ', 'wp-content/plugins/wordfence/images/flags/je.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r;O0]4j'),
('7=$=h', 'wp-content/plugins/wordfence/images/flags/jm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nrmϓ6fk"'),
('\\vvڡwx^4C1', 'wp-content/plugins/wordfence/images/flags/jo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ӎ1W'),
('R)ԡ`Pgٴޮ^', 'wp-content/plugins/wordfence/images/flags/jp.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^4>BDY'),
('pZV_	]l{', 'wp-content/plugins/wordfence/images/flags/ke.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oE5JUIW>sZ'),
('o<I}\n{`s', 'wp-content/plugins/wordfence/images/flags/kg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '򸥬\rͧ5'),
('=Gٗ\0C', 'wp-content/plugins/wordfence/images/flags/kh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C&}r@sHLO'),
(']g> ӡ', 'wp-content/plugins/wordfence/images/flags/ki.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[#0+Ag'),
('-.ze8', 'wp-content/plugins/wordfence/images/flags/km.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v2j\ZI@	N\\'),
('ST+)Μ<Ce2\r', 'wp-content/plugins/wordfence/images/flags/kn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Hp("I['),
('iY:\0$z]', 'wp-content/plugins/wordfence/images/flags/kp.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8[!zLEt'),
('&K,h_R', 'wp-content/plugins/wordfence/images/flags/kr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 're`1j?;f'),
('W3|xӕr֜', 'wp-content/plugins/wordfence/images/flags/kw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Lݺaft5'),
('bhָ{-w(', 'wp-content/plugins/wordfence/images/flags/ky.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '늤>@|gH3'),
('\nos{8oY?', 'wp-content/plugins/wordfence/images/flags/kz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z߀9\r'),
('tI@,([', 'wp-content/plugins/wordfence/images/flags/la.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZrΐB\0/>~i'),
('Ө::ǞFA', 'wp-content/plugins/wordfence/images/flags/lb.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H(W8JW'),
('a?X@', 'wp-content/plugins/wordfence/images/flags/lc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fFnmU%\\'),
('`rA', 'wp-content/plugins/wordfence/images/flags/li.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~[k"4{;'),
('Nu.N3XT', 'wp-content/plugins/wordfence/images/flags/lk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FqO.aA'),
('Yf nرy', 'wp-content/plugins/wordfence/images/flags/lr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J:x^b;#uc'),
('$Z<0aeNT', 'wp-content/plugins/wordfence/images/flags/ls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'txE&ʮm\rn'),
('m}+s]', 'wp-content/plugins/wordfence/images/flags/lt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5.%Vzl'),
('9Arm\rX', 'wp-content/plugins/wordfence/images/flags/lu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ڡyn7x'),
('^L9ZY3q', 'wp-content/plugins/wordfence/images/flags/lv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Cm|._'),
('hMxh''', 'wp-content/plugins/wordfence/images/flags/ly.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C̲ۨb#~<Q'),
('?zO{9&~=v', 'wp-content/plugins/wordfence/images/flags/ma.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+~ɢ̓PxU'),
('nIA	R6	}\Z\n', 'wp-content/plugins/wordfence/images/flags/mc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(	FVyǱ.m'),
('/?[xL"N', 'wp-content/plugins/wordfence/images/flags/md.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ok=ha'),
('<^^i6Ե5', 'wp-content/plugins/wordfence/images/flags/me.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZsL5Uʢ'),
('M["\\:P', 'wp-content/plugins/wordfence/images/flags/mg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ě|d>'),
('xxPyܪ1', 'wp-content/plugins/wordfence/images/flags/mh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KQ:CYM'),
(' >eHb\0', 'wp-content/plugins/wordfence/images/flags/mk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0\n-o'),
('%J!Ӧ[,}VǕ', 'wp-content/plugins/wordfence/images/flags/ml.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V1~ex'),
(']Zs@~OQ', 'wp-content/plugins/wordfence/images/flags/mm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uk0IZAfށo'),
('ߥ䓿~;Q2D', 'wp-content/plugins/wordfence/images/flags/mn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C'']jn`'),
('f<u@ܭ', 'wp-content/plugins/wordfence/images/flags/mo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fO};ë1'),
('br>', 'wp-content/plugins/wordfence/images/flags/mp.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '冒;A&n='),
('*_LfV}xfN', 'wp-content/plugins/wordfence/images/flags/mq.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?H\n \rp;IE'),
('@$"\rf(7U&', 'wp-content/plugins/wordfence/images/flags/mr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%{m\\x'),
('kF3lt', 'wp-content/plugins/wordfence/images/flags/ms.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ޛyǨxW'),
('&L!}Vm `', 'wp-content/plugins/wordfence/images/flags/mt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RdZP|iQމ{'),
('֮xb=4@ t%', 'wp-content/plugins/wordfence/images/flags/mu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ph''A(l'),
('	[0079xv', 'wp-content/plugins/wordfence/images/flags/mv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{)jJ{lz'),
('(wZBNڸ]NSS5', 'wp-content/plugins/wordfence/images/flags/mw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';R1ߴQJv'),
('Zv8~`֬_', 'wp-content/plugins/wordfence/images/flags/mx.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\?aҫK/ҋ'),
('aS\ZM[h}#H', 'wp-content/plugins/wordfence/images/flags/my.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_Zf '),
('JgV#OY', 'wp-content/plugins/wordfence/images/flags/mz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"4ȭ7'),
('q\0.޷\Z`-', 'wp-content/plugins/wordfence/images/flags/na.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1=Xu4'),
('SQT#kNw', 'wp-content/plugins/wordfence/images/flags/nc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nOxm|'),
(',#N2m\\bj', 'wp-content/plugins/wordfence/images/flags/ne.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̭BInC s~'),
('zDZ؉Jp', 'wp-content/plugins/wordfence/images/flags/nf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5E5h'),
('HuQ{y	W$ ', 'wp-content/plugins/wordfence/images/flags/ng.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A3[EN"рY'),
('d4.m4עV)', 'wp-content/plugins/wordfence/images/flags/ni.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ԏ,fT'),
('fЭJ6-u]', 'wp-content/plugins/wordfence/images/flags/nl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kɞl\r'),
('v%Q*[Gw', 'wp-content/plugins/wordfence/images/flags/no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ҒTǯWF5~'),
('MCSڒ%,<''L', 'wp-content/plugins/wordfence/images/flags/np.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.]H2{'),
('i8LO尞sL<', 'wp-content/plugins/wordfence/images/flags/nr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7\ZԶ|'),
(''')qZzs1<L', 'wp-content/plugins/wordfence/images/flags/nu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(mß,G'),
('''yx\Zu@\\', 'wp-content/plugins/wordfence/images/flags/nz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H/ ^"q\\t&'),
('<ʍ8P\0\\=\0+', 'wp-content/plugins/wordfence/images/flags/om.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z,;YO]&'),
('L[LA$8);', 'wp-content/plugins/wordfence/images/flags/pa.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*\nrg@<n'),
('(MR;oTPE', 'wp-content/plugins/wordfence/images/flags/pe.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<<$,E+<(');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('3\Z~s㸆18)/', 'wp-content/plugins/wordfence/images/flags/pf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9}=T{f\\'),
('ʱ''AK"d;3', 'wp-content/plugins/wordfence/images/flags/pg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ɂ%X;{Eҳ]'),
('_&O~9RG', 'wp-content/plugins/wordfence/images/flags/ph.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ل@ܥ){v'),
('`ڮ/ZE\0]܋3P', 'wp-content/plugins/wordfence/images/flags/pk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p,k'),
('"m韟o', 'wp-content/plugins/wordfence/images/flags/pl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's풑-'),
('>%pm', 'wp-content/plugins/wordfence/images/flags/pm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',\nKFN'),
(':ZW_*if', 'wp-content/plugins/wordfence/images/flags/pn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's;;Nn䩘'),
('iCXI\n3', 'wp-content/plugins/wordfence/images/flags/pr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IdMNhJ#'),
('3癗@<', 'wp-content/plugins/wordfence/images/flags/ps.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bHVzk1j'),
('ve_a̴1', 'wp-content/plugins/wordfence/images/flags/pt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T:x'),
('¹S2%=er>', 'wp-content/plugins/wordfence/images/flags/pw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V0\0L'),
('!gۇC;F\ZT', 'wp-content/plugins/wordfence/images/flags/py.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E\nE)\ZM'),
('TiqTl}', 'wp-content/plugins/wordfence/images/flags/qa.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E2́|n'),
('O:23F`,(2', 'wp-content/plugins/wordfence/images/flags/re.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ph,,i-\r'),
('Ԡ$ֽ*:ܥ', 'wp-content/plugins/wordfence/images/flags/ro.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5VZʹ_݋'),
('?mf\\-h8T', 'wp-content/plugins/wordfence/images/flags/rs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nPe\ZS<_'),
('FsT&''|', 'wp-content/plugins/wordfence/images/flags/ru.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q?p2^%k\Z#'),
('xʈp>kOz', 'wp-content/plugins/wordfence/images/flags/rw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ł/T_nQE*Pk'),
('d#a8-', 'wp-content/plugins/wordfence/images/flags/sa.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W\\LbUCh5V'),
('zlG>?~m', 'wp-content/plugins/wordfence/images/flags/sb.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l<)J+'),
('˲J0\\V4', 'wp-content/plugins/wordfence/images/flags/sc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@l+^+9U'),
('?bU,I', 'wp-content/plugins/wordfence/images/flags/scotland.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y5bG&'),
('/jSACJF', 'wp-content/plugins/wordfence/images/flags/sd.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ڶ-,p'),
('v\Z))`o', 'wp-content/plugins/wordfence/images/flags/se.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']eFB/$Iri'),
('	^d7[xC', 'wp-content/plugins/wordfence/images/flags/sg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ӳjXfƚ i'),
('tO$ҥh\r\Z', 'wp-content/plugins/wordfence/images/flags/sh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>G	{nդ['),
('& 6Ӿ1S', 'wp-content/plugins/wordfence/images/flags/si.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rϕ5`}䋅%{'),
('WuRPbIH', 'wp-content/plugins/wordfence/images/flags/sk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x3i2fV.V]G'),
('7+8dc@$', 'wp-content/plugins/wordfence/images/flags/sl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.B`u,&$1'),
('潂mF=H{O,', 'wp-content/plugins/wordfence/images/flags/sm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@7fߧ84,e'),
('nZ&YwLV<', 'wp-content/plugins/wordfence/images/flags/sn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '컯uIڍt'),
('e:̳ ', 'wp-content/plugins/wordfence/images/flags/so.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wc@y;W&KH'),
('&YMRz0vAo2', 'wp-content/plugins/wordfence/images/flags/sprite-des-128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LmFQr'),
('N-#Z3k8T', 'wp-content/plugins/wordfence/images/flags/sprite-des-16.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3JEE4M`kf'),
('H&=b', 'wp-content/plugins/wordfence/images/flags/sprite-des-256.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U5!B<R2|B'),
('ZbWe`', 'wp-content/plugins/wordfence/images/flags/sprite-des-32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#5Paf'''),
('៵@~G52', 'wp-content/plugins/wordfence/images/flags/sprite-des-64.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+\n4F6.\\j	$R'),
('fUڬQ7l', 'wp-content/plugins/wordfence/images/flags/sprite-des.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9VΙT3uq"'),
('P)3t;ޯ', 'wp-content/plugins/wordfence/images/flags/sprite-des2.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MdTWcp,'),
('w}%euV', 'wp-content/plugins/wordfence/images/flags/sprite2.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '} oĘ_2'),
('̹9BFht,<F', 'wp-content/plugins/wordfence/images/flags/sprite2.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm3;'),
('o2-bt\rd', 'wp-content/plugins/wordfence/images/flags/sr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AapL<zu'),
('\\?+VQa@l', 'wp-content/plugins/wordfence/images/flags/st.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RK{< '),
('n94cok', 'wp-content/plugins/wordfence/images/flags/sv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v8mkDa\0S6'),
(',?hgchˡX@', 'wp-content/plugins/wordfence/images/flags/sy.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<6F_.6E=TN'),
('5ݵCt4A', 'wp-content/plugins/wordfence/images/flags/sz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':9Y/X9'),
('V69sC!?', 'wp-content/plugins/wordfence/images/flags/tc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G/	QJ'),
(']uFa>', 'wp-content/plugins/wordfence/images/flags/td.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9l0#8;6'),
(']A6p}0v3L', 'wp-content/plugins/wordfence/images/flags/tf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')v=^4sʉ<'),
('@`uf''', 'wp-content/plugins/wordfence/images/flags/tg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vto^h'),
('DNC|\\Kd7', 'wp-content/plugins/wordfence/images/flags/th.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-(o)o'),
('?~"S%ɞ', 'wp-content/plugins/wordfence/images/flags/tj.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WnXd,Djn'),
('\0mU#', 'wp-content/plugins/wordfence/images/flags/tk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X~kdi\\'),
('qU6JΣUI>', 'wp-content/plugins/wordfence/images/flags/tl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B\\X[;O\0w9 4'),
('hW(g_,rGk', 'wp-content/plugins/wordfence/images/flags/tm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}kԶϯ1t6'),
('Igbm,asYp)A9', 'wp-content/plugins/wordfence/images/flags/tn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3eez'),
('ry)v|r', 'wp-content/plugins/wordfence/images/flags/to.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j''K^ejJ'),
('\Z5VyƎ', 'wp-content/plugins/wordfence/images/flags/tr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_Js^R'),
('S-5-pau', 'wp-content/plugins/wordfence/images/flags/tt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r3tk9Vk'),
('!A;HW', 'wp-content/plugins/wordfence/images/flags/tv.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eKgМl'),
('"\nk"cjiV(', 'wp-content/plugins/wordfence/images/flags/tw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l7}aEY3QT'),
('<*)1Yg', 'wp-content/plugins/wordfence/images/flags/tz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']#Dft>>'),
(']혏dT''J', 'wp-content/plugins/wordfence/images/flags/ua.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@sJ'),
('.8{''O2ixCQ', 'wp-content/plugins/wordfence/images/flags/ug.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r+YkSI-@^7n'),
(':Cc*-|a4', 'wp-content/plugins/wordfence/images/flags/uk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(1lfB'),
('yc%:o', 'wp-content/plugins/wordfence/images/flags/um.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=G\0	-k[ԇ'),
('}3(7f\rKd', 'wp-content/plugins/wordfence/images/flags/us.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŁBb/''x'),
('\\/W"-Τ1q', 'wp-content/plugins/wordfence/images/flags/uy.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rCӳAL)'),
('f''"Y˱V', 'wp-content/plugins/wordfence/images/flags/uz.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^zlvYi6)6|c4;'),
('!z4', 'wp-content/plugins/wordfence/images/flags/va.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r)p؂\Zt3\0'),
('gx8PMo', 'wp-content/plugins/wordfence/images/flags/vc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jF"{|0'),
('ʱ1wB_/', 'wp-content/plugins/wordfence/images/flags/ve.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Utv9Hu\Z*a\\P'),
('Sp*ǁa', 'wp-content/plugins/wordfence/images/flags/vg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~U}\0$ը\0u~'),
('`m[鴡ƿj', 'wp-content/plugins/wordfence/images/flags/vi.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(~)NSϢԡ'),
('۾S)9', 'wp-content/plugins/wordfence/images/flags/vn.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P᳗vwܶPTo'),
(' S hnUdx', 'wp-content/plugins/wordfence/images/flags/vu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' u%k{m͢(u'),
('ε`tvS', 'wp-content/plugins/wordfence/images/flags/wales.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Co{v'),
('D#Ia4*xM,', 'wp-content/plugins/wordfence/images/flags/wf.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/c  k=O'),
('`O(G7`	M@', 'wp-content/plugins/wordfence/images/flags/ws.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L\0N=HOsT'),
('~OU', 'wp-content/plugins/wordfence/images/flags/xk.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']Gl}$5I'),
(',7m=i0`@*\\', 'wp-content/plugins/wordfence/images/flags/ye.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4\07CK{DY)'),
('ݏ97X<Թ/j\\', 'wp-content/plugins/wordfence/images/flags/yt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ʉrT\0h'),
('[kXt9Nt', 'wp-content/plugins/wordfence/images/flags/za.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pCh"ڟ.3'),
('y51\\m>G', 'wp-content/plugins/wordfence/images/flags/zm.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n|Ϸ{>c-R'),
('!xsC	ph^:&', 'wp-content/plugins/wordfence/images/flags/zw.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	MQ>qQ\r'),
('.E[Jlx', 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M_Z?N)Ҋ:5'),
('\0hKf\0', 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\0/3e4e'),
('窒u\rZJW+', 'wp-content/plugins/wordfence/images/help.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$N;''M Y'),
('٘"Pܞ,', 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:m𙗣P'),
(''' oS', 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mwߴtꍓ''\ns'),
('y&aA7]Dm', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%B\ng2;'),
('4=', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ʖѴ~fi'),
('j&V164', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r9 #{'),
('(x*J,LÛn<K', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kw``|}$G'),
('6[f9? _', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J&ɌԔQ<'),
(']*J', 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jEH).'),
('`%{+', 'wp-content/plugins/wordfence/images/icons/error128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':%7!.'),
('z5*\ZADZCkj', 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uO{:qcV'''),
('Ρ~ߓ:eo', 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ğch4"'),
(';`$r$=', 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pGIt*Np='),
('X@%1Ci', 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm]a\\$'),
('?z6aDz', 'wp-content/plugins/wordfence/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:m𙗣P'),
('Kjh', 'wp-content/plugins/wordfence/images/loading_background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''2p\nKX'),
('ﾘQ)B\n,', 'wp-content/plugins/wordfence/images/loading_large.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y{ObUW~Y˙'),
('s♼{DR[k1I', 'wp-content/plugins/wordfence/images/logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''9%(wdh'),
('V,U3', 'wp-content/plugins/wordfence/images/rr_premium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"3 ,2'),
('#9\rPuLk0kU', 'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')\r\0)5'),
('QoH*(', 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',I+ƾ='),
('lXwB*XW', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Oɧ*X9e'),
('?Yvq_ۮXO', 'wp-content/plugins/wordfence/images/sort_both.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%BQxSV.D'),
('7c.$P!"򹚆', 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<j_ˊR2'),
('xy!q).ˉ"', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm͟r 9'),
(':mwvK\rZ~', 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y~F,N8zO2'),
('FOۣg', 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ۯIuU'),
('jڿt1u}', 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v^IN/g@\\u'),
('E(zRA1;eNqD3', 'wp-content/plugins/wordfence/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2eª\\og'),
('7<LU39TU3Əs', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4B;0f=Si6'),
('"[Q	', 'wp-content/plugins/wordfence/js/admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ج\n3'),
(',{HĬq', 'wp-content/plugins/wordfence/js/admin.liveTraffic.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#,3\0hdD'),
('[Q"ABb.Q:', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\#kzI]'),
('wA/	ĉ\\q', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4?JǃG`\nNxl'),
('EN06', 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aGz׳'),
('h~x`h~?', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ԹXp`me<'),
('a\Zcr2', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\}"7ڷDZ'),
('˄v+nG', 'wp-content/plugins/wordfence/js/jquery.tools.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':-Eՠx$B'),
('He0|F0$ؕ', 'wp-content/plugins/wordfence/js/knockout-3.3.0.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_B8lc^'),
('XiU1`]', 'wp-content/plugins/wordfence/js/perf.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uQ"wFR@p'),
('}05MZ', 'wp-content/plugins/wordfence/js/select2.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' bG.iTRU'),
('y/dzQg', 'wp-content/plugins/wordfence/js/tourTip.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g>읐1:}'),
('R1?YVDt', 'wp-content/plugins/wordfence/lib/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Iz~i,L'),
('''FEAvQMv', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>\r5]xVI''i'),
('y1-/fIנ', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±tT2y%p'),
('-n$.#g%}', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'puQ: *'),
('`c0\\3', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O"%éODZj'),
('ۖJBwC|Mv', 'wp-content/plugins/wordfence/lib/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R|$V;P'),
('&)-â\ZΙp', 'wp-content/plugins/wordfence/lib/GeoIP.dat', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c\\]\Z	'),
('gRT6KX\Z', 'wp-content/plugins/wordfence/lib/GeoIPv6.dat', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wHy'''),
('J![W6ݧ', 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N݄\ntҍ'),
('Kߺb', 'wp-content/plugins/wordfence/lib/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?HY/2?T'),
('SP;^ƭzI', 'wp-content/plugins/wordfence/lib/conntest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j"r\r'),
('fNdL', 'wp-content/plugins/wordfence/lib/cronview.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WjۚمO'),
('Ƿ\nH', 'wp-content/plugins/wordfence/lib/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lx>zKKb['),
('6Ri*5æ', 'wp-content/plugins/wordfence/lib/dbview.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Ded:]'),
(')\0e_5=', 'wp-content/plugins/wordfence/lib/diffResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IYY8\\@6d''r#'),
('#\n/PZ~h', 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FB!@f-A'),
('Fe	57[', 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')]A+7/4HҸ'),
('t+N-̒', 'wp-content/plugins/wordfence/lib/email_passwdChanged.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IwKmKa{į;'),
('''?h	}Y\0IG', 'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*GsWcȐ3'),
('^u}G', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' E28.63R'),
('RLSf,@L=.', 'wp-content/plugins/wordfence/lib/menu_activity.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\Z!$N'),
('+01', 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C*~=/e'),
('H`HǛO.ViC', 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|2®ZKIh`!j|'),
('\0^9Nt"tu', 'wp-content/plugins/wordfence/lib/menu_diagnostic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',5N_~DCh'),
('WM{h(', 'wp-content/plugins/wordfence/lib/menu_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ZY৻>FY`&'),
('Kz=G8i', 'wp-content/plugins/wordfence/lib/menu_passwd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'puMGһ>3b'),
('->]2j', 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R@*؄e'),
('6cI	@۞o', 'wp-content/plugins/wordfence/lib/menu_scan.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7Autͽ`Ib'),
(' *s\\Oil', 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v5'').h_-'),
('|B5Y', 'wp-content/plugins/wordfence/lib/menu_sitePerf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a2ѽju҄ᴺ'),
('A	!fYj=	qQ|H', 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I_i߶lR4'),
('n4ۆx', 'wp-content/plugins/wordfence/lib/menu_twoFactor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HOyGT)T`'),
('\0$$J', 'wp-content/plugins/wordfence/lib/menu_waf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T/V\ZFd@{'),
('Ŋ`7Ta', 'wp-content/plugins/wordfence/lib/menu_whois.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4	7R]hE@'),
('#>҆Kl', 'wp-content/plugins/wordfence/lib/pageTitle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HhI!S??k'),
('~ӤwJ̼.', 'wp-content/plugins/wordfence/lib/schedWeekEntry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D1D1 .V'),
('F{A', 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZiTT2kU}٤'),
('M~^x;', 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A{Uz['),
('LR7QToG|{', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/{g/C)'),
('ٵ\nhJxdvԃ]', 'wp-content/plugins/wordfence/lib/wf503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(7H'),
('2]hqu:T6EU', 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!^J)d'),
('#疭ۭv"M', 'wp-content/plugins/wordfence/lib/wfAction.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@_>js'),
('Ɇ8pŻѵV', 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm`1"YpJ+$'),
('ދ1Fa', 'wp-content/plugins/wordfence/lib/wfArray.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'emyVM\Z'),
('-=QCwtnL#', 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q?SXl4Z>'),
('XJp', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '))Kϻ'),
('1]M|KFZ', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}M슱_#9'),
('ґ-\r{,', 'wp-content/plugins/wordfence/lib/wfCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(1b"3:!`kt'),
('Z4<n?e', 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D\ZO*=`'),
('B6[sM', 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']hF3k;u'),
('8ÛZEQ$}UPT', 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LU/m`A\Z'),
('xβЦA	<', 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wk|)4+'),
('J^\Z7uGk+', 'wp-content/plugins/wordfence/lib/wfDB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c''w8YXx;'),
('l9=h,>&', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n1jh(Hks"'),
('F\ZC1P', 'wp-content/plugins/wordfence/lib/wfDict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*6Att#'),
('A0ff` Kǁ}', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '켘~d[!LA/9'),
('=9))\\', 'wp-content/plugins/wordfence/lib/wfGeoIP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3(*"m`>k\Z'),
('q5@*=&\\X', 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';!ȍ4QX#'),
('PM\ZI̸ݭY`r', 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OVFaDV44ܪ'),
('ikCT,', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ia|0\n5a'),
('jsw2pqS', 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''TRHxҙT'),
('ؠ]fP', 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"yxer"'),
('w+"+$^', 'wp-content/plugins/wordfence/lib/wfLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`yC&/"Wq'),
('\\h RX<C', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G,ΰڏ'),
('mqPoD0*L', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FEW"*7GJ'),
('^k֪Dv6R', 'wp-content/plugins/wordfence/lib/wfRate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|\\XE\nW\0'),
('ތt+\\+XaZU', 'wp-content/plugins/wordfence/lib/wfScan.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's~K^!hw\n_'),
('6XԪ4[_=t', 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>X@"(aD'),
('bHzfWgw', 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V\0>=l;qlw'),
('hLJHX#0', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h\r>[?RgTe'),
('e\\1tƋ<	', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4lcVC'),
('Q49LzJ', 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q7龢׿!H\0'),
('eŐnA', 'wp-content/plugins/wordfence/lib/wfView.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '⇲*!P''|%\Z'),
('v{Cҧ4I', 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	qNK80O'),
('ݡ=NxK`*', 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V@]}QB_^'),
('kHm1`0ѹ_', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '""[WTl~q'),
('X-4J_3', 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n7ܩ4''i9UH'),
('z|*6S\\53', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(,XP]C'),
('h<]OpNCƴ', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BKHgI!^उ'),
('vFI2hn', 'wp-content/plugins/wordfence/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W~ŷTܡ'),
(';Lt׬Cɣ', 'wp-content/plugins/wordfence/tmp/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Iz~i,L'),
('=S6aXo,2', 'wp-content/plugins/wordfence/vendor/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f\\o	jk_'),
('_k4!*}݄ ', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>BaXwa;'),
('0&Y', 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JJ˭9FN=O'),
('"0rN1M#', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EӤ㭇Mg'),
('t!\Z%\n', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5,}vĨ3G)'),
('s˱Y*uO', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':\0>}LQ\0'),
('~Ӹbc\Z$@$*', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c@qxy=`'),
(']mٲ	▭', 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OfI8xE\Z'),
('{Pzҹaeӧ9', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K!೚Rlq`'),
('~iI;ݭ]AS', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x-;<B'),
('nvZYV', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~''r''T_'),
('BJOzD', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZTַ?*=቎v%'),
('Pdc3', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kYs\Z칱u'),
('^Q6lJ!	ͦ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JaD5Hr'),
('߹V="#n	', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I	=~i'),
('rMܴ-\nS', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rcmmjik'),
('X/\0	', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2Hs=F᭝\nnH'),
('n09jv8"', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/gȅ%nW!'),
('ҭ_VlKg!p1', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*P)ȵ'),
('!O4bCRRfO', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1BWiN*'),
('c[b]ݽJF', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q:6\\ȅ[z'),
('СqD֚?iX', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3BifJ	%'),
('''`F̔~Ė', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}Jg!fyL'),
('<xB', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#xcʋzYE'),
('8K ?O]ʹY', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZlY^[F\r2xʻ'),
('Aػ#"j', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zoo>Uw('),
('Q6K4H', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '뱝R|$d'),
('j)nQ8ޮD', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NIf'),
('\r#Dje]w', 'wp-content/plugins/wordfence/views/marketing/rightrail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':j˭RLW#g'),
('T??:q׮Pah''', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g(\nCJFt@'),
('HcIJ%H', 'wp-content/plugins/wordfence/views/reports/activity-report-email.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'he:sұxk'),
('Nd#R+r\0s[', 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zh \\m4܂\rF'),
('֋8[0ʊ', 'wp-content/plugins/wordfence/views/waf/debug.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '؍Ga_&#b'),
('Ha+̰I', 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-?{zRty'),
('6>l\rѲY', 'wp-content/plugins/wordfence/waf/wfWAFGeoIP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm#pà''w|fXu'),
('\0D`8Rɲ%', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L;,Cp'),
('%7娳', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f9E3\Zr1<'),
('E#-v376Ť', 'wp-content/plugins/wordfence/wordfence.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z@;`0z#'),
('J}FE\09', 'wp-content/themes/index.php', 0, 'gD,V=\\bP', 'gD,V=\\bP'),
('N@*ju|L', 'wp-content/themes/stockholm/404.php', 0, '>7OE)mzt', '>7OE)mzt'),
('P	;\r)m', 'wp-content/themes/stockholm/archive.php', 0, 't*7ѩ?', 't*7ѩ?'),
('ײ]r\rd@=:1b', 'wp-content/themes/stockholm/blog-animated.php', 0, 'O<J=', 'O<J='),
('Kp	s,}s/Dp', 'wp-content/themes/stockholm/blog-centered.php', 0, '֠mTLlC', '֠mTLlC'),
('Kw>EG,Ʀ*', 'wp-content/themes/stockholm/blog-chequered.php', 0, 'WȔCu', 'WȔCu'),
('w1q"X\nR', 'wp-content/themes/stockholm/blog-large-image-whole-post.php', 0, '~L%-=J´', '~L%-=J´'),
('ՉNޖ_c9', 'wp-content/themes/stockholm/blog-large-image.php', 0, 'Hug>d<V(', 'Hug>d<V('),
('3)|?', 'wp-content/themes/stockholm/blog-masonry-full-width.php', 0, '<.MlfMo', '<.MlfMo'),
('etf 0rH{ߒ', 'wp-content/themes/stockholm/blog-masonry.php', 0, 's.6LI', 's.6LI'),
(':*-ƅĪ<`', 'wp-content/themes/stockholm/blog-pinterest-full-width.php', 0, 'Y@Fnun', 'Y@Fnun'),
('{|j"6օMN', 'wp-content/themes/stockholm/category.php', 0, '>lf㹧!5mH', '>lf㹧!5mH'),
('wbw	*xʺ\0j0)', 'wp-content/themes/stockholm/comments.php', 0, ':zU@֢Κ,', ':zU@֢Κ,'),
('S_`$|\\D{', 'wp-content/themes/stockholm/contact-page.php', 0, 'A\nYB%1i/', 'A\nYB%1i/'),
('^̋_xfgv', 'wp-content/themes/stockholm/css/custom_css.php', 0, '!jMAB.0U\Z', '!jMAB.0U\Z'),
('gcA@6*D', 'wp-content/themes/stockholm/css/elegant-icons/index.html', 0, '^3{F@', '^3{F@'),
('0_ǦyˏLJ', 'wp-content/themes/stockholm/css/linear-icons/demo-files/demo.js', 0, ')=CLI^@I߫', ')=CLI^@I߫'),
('NMR1HOZ', 'wp-content/themes/stockholm/css/linear-icons/demo.html', 0, 'mY{^v', 'mY{^v'),
('@%w8\\', 'wp-content/themes/stockholm/css/style_dynamic.php', 0, '6ap*a', '6ap*a'),
('	sUYE', 'wp-content/themes/stockholm/css/style_dynamic_responsive.php', 0, '''ațp7', '''ațp7'),
('KSM˻[=J}|', 'wp-content/themes/stockholm/extendvc/extend-vc.php', 0, 'ʜ9W7\rW', 'ʜ9W7\rW'),
('ت6nh^', 'wp-content/themes/stockholm/footer.php', 0, 'ЫSe>\0', 'ЫSe>\0'),
('59Jno[oG?', 'wp-content/themes/stockholm/framework/admin/assets/js/bootstrap.min.js', 0, '~B;!b*\rHo-', '~B;!b*\rHo-'),
('}|ᆆd[N՘bz', 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-instagram-disconnect.js', 0, '.Ԡ&upe;', '.Ԡ&upe;'),
('T^Ga', 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-twitter-connect.js', 0, 'b*yÌ{ܖ', 'b*yÌ{ܖ'),
('FI_<t`H', 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-ui/jquery.nouislider.min.js', 0, ')%72ӀCmwy', ')%72ӀCmwy'),
('''[tDXVV', 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-ui/qodef-ui.js', 0, '^8''', '^8'''),
('`S48j9E̋$', 'wp-content/themes/stockholm/framework/admin/meta-boxes/carousels/map.php', 0, '5X7yT', '5X7yT'),
('n^89LUZ', 'wp-content/themes/stockholm/framework/admin/meta-boxes/page/map.php', 0, 'k#kɌ	', 'k#kɌ	'),
('yz8	ER', 'wp-content/themes/stockholm/framework/admin/meta-boxes/portfolio/map.php', 0, 'bSx6{pӡ', 'bSx6{pӡ'),
('!	5L]"F', 'wp-content/themes/stockholm/framework/admin/meta-boxes/post/map.php', 0, '15I,ؙ7o', '15I,ؙ7o'),
('q0kt۴5J1a', 'wp-content/themes/stockholm/framework/admin/meta-boxes/qode-meta-boxes-setup.php', 0, '͇ZcYt9', '͇ZcYt9'),
('&ݍ"	JW', 'wp-content/themes/stockholm/framework/admin/meta-boxes/slides/map.php', 0, '(=1Hgn', '(=1Hgn'),
('!7C&y', 'wp-content/themes/stockholm/framework/admin/meta-boxes/testimonials/map.php', 0, 'ac~V㵹gj', 'ac~V㵹gj'),
('l[tf=n!<', 'wp-content/themes/stockholm/framework/admin/options/10.general/map.php', 0, 'JscȎ\0:9', 'JscȎ\0:9'),
('a@MNC p^)O', 'wp-content/themes/stockholm/framework/admin/options/100.social/map.php', 0, 'rgfOLqOt', 'rgfOLqOt'),
('V1kzV\r8', 'wp-content/themes/stockholm/framework/admin/options/110.error404/map.php', 0, '6zn\n=DHU', '6zn\n=DHU'),
('mn#Y/Lk', 'wp-content/themes/stockholm/framework/admin/options/120.contact/map.php', 0, '!Gjyו&', '!Gjyו&'),
('hFXǦ5K', 'wp-content/themes/stockholm/framework/admin/options/130.parallax/map.php', 0, 'Rs:\0Xr', 'Rs:\0Xr'),
('~ڝz$t\0z', 'wp-content/themes/stockholm/framework/admin/options/140.contentbottom/map.php', 0, 'pma+\rɵ', 'pma+\rɵ'),
('HE*%', 'wp-content/themes/stockholm/framework/admin/options/144.visualcomposer/map.php', 0, 'f6ɚ>02K2', 'f6ɚ>02K2'),
('2T&VN!HE]', 'wp-content/themes/stockholm/framework/admin/options/150.woocommerce/map.php', 0, '"q$-j Ք', '"q$-j Ք'),
('w$޾%ҏʴo', 'wp-content/themes/stockholm/framework/admin/options/160.reset/map.php', 0, 'eyY"S_L', 'eyY"S_L'),
('yLJ(A', 'wp-content/themes/stockholm/framework/admin/options/170.gravityforms/map.php', 0, '/122P', '/122P'),
('qC6f@"', 'wp-content/themes/stockholm/framework/admin/options/20.logo/map.php', 0, ':1$)A2k-', ':1$)A2k-'),
('ig(_>@3', 'wp-content/themes/stockholm/framework/admin/options/30.header/map.php', 0, '&%`ܖ6a', '&%`ܖ6a'),
('z?\n&''x[', 'wp-content/themes/stockholm/framework/admin/options/40.footer/map.php', 0, 'HY''x?q', 'HY''x?q'),
('J+iX}]U', 'wp-content/themes/stockholm/framework/admin/options/50.title/map.php', 0, '	Bu_iZ.UE', '	Bu_iZ.UE'),
('\0Eњ}pf.p', 'wp-content/themes/stockholm/framework/admin/options/60.fonts/map.php', 0, '? ٶtqS=>', '? ٶtqS=>'),
('\rlDgه', 'wp-content/themes/stockholm/framework/admin/options/70.elements/map.php', 0, '4p$\\Hߜh', '4p$\\Hߜh'),
('gc\\EO', 'wp-content/themes/stockholm/framework/admin/options/75.sidebar/map.php', 0, '${z^$', '${z^$'),
('c \0S#ruL''XY', 'wp-content/themes/stockholm/framework/admin/options/80.blog/map.php', 0, 'y8', 'y8'),
('\Zj]S.D|', 'wp-content/themes/stockholm/framework/admin/options/90.portfolio/map.php', 0, 'D~,Fb{/@J', 'D~,Fb{/@J'),
('P_Diټs', 'wp-content/themes/stockholm/framework/admin/options/95.slider/map.php', 0, ' 5{{bQ', ' 5{{bQ'),
('@^QW%"&C5', 'wp-content/themes/stockholm/framework/admin/options/qode-options-setup.php', 0, 'X;\n~', 'X;\n~'),
('P\ZU)Lhb', 'wp-content/themes/stockholm/framework/lib/google-fonts.php', 0, 'Vv', 'Vv'),
('dou\nRqճ', 'wp-content/themes/stockholm/framework/lib/qode.common.php', 0, 'DyN傎K', 'DyN傎K'),
('cˮqX=yu-', 'wp-content/themes/stockholm/framework/lib/qode.framework.php', 0, 'HW6\rqkc', 'HW6\rqkc'),
('g9*; .H=', 'wp-content/themes/stockholm/framework/lib/qode.functions.php', 0, '_6ygo1!Bo(', '_6ygo1!Bo('),
('^`oC!G\r=', 'wp-content/themes/stockholm/framework/lib/qode.layout.php', 0, ';0sr', ';0sr'),
('1g#~', 'wp-content/themes/stockholm/framework/qode-framework.php', 0, 'QB#5~*x', 'QB#5~*x'),
('XFdf', 'wp-content/themes/stockholm/full_screen.php', 0, 'a&&h', 'a&&h'),
('S0dq=M_', 'wp-content/themes/stockholm/full_width.php', 0, '\rb]1.9', '\rb]1.9'),
('Q\\働5iO', 'wp-content/themes/stockholm/functions.php', 0, 'wx82*<\0', 'wx82*<\0'),
('d ӫͰl"', 'wp-content/themes/stockholm/header.php', 0, '.κo-$OTb-', '.κo-$OTb-'),
('ԉ>SQ\0;}OA0hP', 'wp-content/themes/stockholm/home.php', 0, '1_D||[', '1_D||['),
('"=-B>Ҷ', 'wp-content/themes/stockholm/includes/ajax_mail.php', 0, 'vYJ\\8K%z', 'vYJ\\8K%z'),
('it\ZP.^/', 'wp-content/themes/stockholm/includes/comment/comment.php', 0, 'ṞYfӜ&]a;', 'ṞYfӜ&]a;'),
('66ȸO', 'wp-content/themes/stockholm/includes/custom-fields-post-formats.php', 0, '0?le7s', '0?le7s'),
('S\rj=<', 'wp-content/themes/stockholm/includes/elegant_icons/elegant-icons.php', 0, '(v.A>', '(v.A>'),
('@	b|R', 'wp-content/themes/stockholm/includes/font_awesome/font-awesome.php', 0, 'P2uB {:', 'P2uB {:'),
('''#y;', 'wp-content/themes/stockholm/includes/header/qode-header-filters.php', 0, 'l:\0\\Jd^', 'l:\0\\Jd^'),
('SQ41CwȂh', 'wp-content/themes/stockholm/includes/header/qode-header-functions.php', 0, '?Dfe^P', '?Dfe^P'),
(':b,G', 'wp-content/themes/stockholm/includes/import/class.wordpress-importer.php', 0, 'TY(9`O9/8`', 'TY(9`O9/8`'),
('ڶun&ݐF0/', 'wp-content/themes/stockholm/includes/import/parsers.php', 0, 'H*\\J̌\0', 'H*\\J̌\0'),
('TZx', 'wp-content/themes/stockholm/includes/import/qode-import.php', 0, 'j60]a\Z\r', 'j60]a\Z\r'),
('7\0	b', 'wp-content/themes/stockholm/includes/linear_icons/linear-icons.php', 0, 'B<el{', 'B<el{'),
('F!W؉6 w', 'wp-content/themes/stockholm/includes/nav_menu/edit_custom_walker.php', 0, 'h"\Z-P', 'h"\Z-P'),
('ŀ*\\KT@', 'wp-content/themes/stockholm/includes/nav_menu/qode-menu.php', 0, 'xFhۊn Mj', 'xFhۊn Mj'),
('䑾;ʼ$Z''', 'wp-content/themes/stockholm/includes/pagination/pagination.php', 0, '?#8l ', '?#8l '),
('xp䤶D:k>', 'wp-content/themes/stockholm/includes/plugins/class-tgm-plugin-activation.php', 0, 'J᪨p)d}[4', 'J᪨p)d}[4'),
('kKڃ"]Ԯ', 'wp-content/themes/stockholm/includes/plugins/envato-wordpress-toolkit.php', 0, 'Cu\0PWob', 'Cu\0PWob'),
('xOVj\n', 'wp-content/themes/stockholm/includes/plugins/layer-slider.php', 0, '\nDXO.q?', '\nDXO.q?'),
('(S\\:K', 'wp-content/themes/stockholm/includes/plugins/revolution-slider.php', 0, '-\Z"h&U', '-\Z"h&U'),
('FCc\nׇۘ݅s%', 'wp-content/themes/stockholm/includes/plugins/select-instagram-feed.php', 0, '\Z7-B}QC', '\Z7-B}QC'),
('_''-?_L?>', 'wp-content/themes/stockholm/includes/plugins/select-twitter-feed.php', 0, 'Ad>xp', 'Ad>xp'),
('/9&f7P\nVI', 'wp-content/themes/stockholm/includes/plugins/visual-composer.php', 0, 'aB>kBْ', 'aB>kBْ'),
('xʋKkQ', 'wp-content/themes/stockholm/includes/qode-breadcrumbs.php', 0, '[ASba', '[ASba'),
('z	tf՗M\n7Y', 'wp-content/themes/stockholm/includes/qode-custom-post-types.php', 0, 'rⅈ2`zy/Y$cC', 'rⅈ2`zy/Y$cC'),
('@XmUId', 'wp-content/themes/stockholm/includes/qode-custom-taxonomy-field.php', 0, 'Ɋ*΂''', 'Ɋ*΂'''),
('b{~8nv4]ҫ', 'wp-content/themes/stockholm/includes/qode-like.php', 0, 'b̧JS+iRO', 'b̧JS+iRO'),
('#(1*', 'wp-content/themes/stockholm/includes/qode-loading-spinners.php', 0, '+OCD.', '+OCD.'),
('ToĎ9K(d', 'wp-content/themes/stockholm/includes/qode-portfolio-functions.php', 0, '0L]?(', '0L]?('),
('\01|', 'wp-content/themes/stockholm/includes/qode-product-list.php', 0, 'e,716<', 'e,716<'),
('ֹ9dSDxN', 'wp-content/themes/stockholm/includes/qode_carousel/qode-carousel.php', 0, 'A.5', 'A.5'),
('<]G', 'wp-content/themes/stockholm/includes/recaptchalib.php', 0, 'ԝg?\r-', 'ԝg?\r-'),
('k%''TA2G,l', 'wp-content/themes/stockholm/includes/shortcodes/qode_circles.php', 0, '\\Hi$7Vfޣ', '\\Hi$7Vfޣ'),
(')Mp20H', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes.js', 0, 'mfL,a', 'mfL,a'),
('Qx,S=-', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_accordion.php', 0, 'APM۰rt', 'APM۰rt'),
('ETYm}', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_action.php', 0, '5\r@NBfG', '5\r@NBfG'),
('2d-%TK', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_animated_icons_with_text.php', 0, 'Z/o0o݆xd_', 'Z/o0o݆xd_'),
('Mi8o7ӿ[', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_blockquotes.php', 0, '2S$jD''P', '2S$jD''P'),
('`R.m=5h`', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_button.php', 0, 'ۿ4Nz=H:', 'ۿ4Nz=H:'),
('</fFK%~', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_clients.php', 0, 'KP;som+`j', 'KP;som+`j'),
('C]1K', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_counter.php', 0, 'Q`"	k]mrL', 'Q`"	k]mrL'),
('~&Tќ:yg~,', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_cover_boxes.php', 0, '_6<a(2F', '_6<a(2F'),
('U;Db-z', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_dropcaps.php', 0, 'c#iHd\0q6', 'c#iHd\0q6'),
(']p*''RTϛ', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_elements_animation.php', 0, 'l*]X9/TLR', 'l*]X9/TLR'),
('W}lÌZnzl', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_expandable.php', 0, '೯ƣH)娃', '೯ƣH)娃'),
('SVކnz', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_highlights.php', 0, '8\0cCIqaiNLr\n', '8\0cCIqaiNLr\n'),
('#gEyk', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icon_list_item.php', 0, 'cH"k/LՆ', 'cH"k/LՆ'),
('zziԗ2$\ZU', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icons.php', 0, '5Q1Fm,l;Q', '5Q1Fm,l;Q'),
(':&D\n\ni', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icons_text.php', 0, 's1/sSp\\t', 's1/sSp\\t'),
('TOp', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_hover.php', 0, '?[L5', '?[L5'),
('3FP]%^֮s<', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_with_text.php', 0, '''¡j`i4', '''¡j`i4'),
('dEM8E2;', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_with_text_over.php', 0, 'xu=Tl\Z\\', 'xu=Tl\Z\\'),
('LG-\Z:8Ʀ"', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_interactive_banners.php', 0, '[1_\\\0', '[1_\\\0'),
('\Z''()]', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_latest_post.php', 0, 'D蔯FPvbj', 'D蔯FPvbj'),
('\Z\n^6w[2', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_line_graph.php', 0, 'x`gv.}V)', 'x`gv.}V)'),
('\0*\nF\0ߵ', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_message.php', 0, 'lk&6', 'lk&6'),
('e%6ZA', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart.php', 0, 'K_?&]V', 'K_?&]V'),
('b(EI%絋', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart2.php', 0, 'y%wd<YU\0I陂', 'y%wd<YU\0I陂');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('-[v)', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart3.php', 0, 'y%wd<YU\0I陂', 'y%wd<YU\0I陂'),
('u/PVJFN', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart_with_icon.php', 0, 'M''ïoa@X쥞a', 'M''ïoa@X쥞a'),
('gSyWTP', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_popup.html', 0, 'i},', 'i},'),
('eIfOh5', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_portfolio_list.php', 0, '6dS({g', '6dS({g'),
('u5V|bI*Et(	', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_portfolio_slider.php', 0, 'SwIhO\\', 'SwIhO\\'),
('LHcCO#|\\`)', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_horizontal.php', 0, '$$K|\Z', '$$K|\Z'),
('*w1%8&Ɂ', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_icon.php', 0, '5g:ccv', '5g:ccv'),
('+l\0*uatMD', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_vertical.php', 0, ' *^5H$?l', ' *^5H$?l'),
('/]aJmQ|,ق;', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_qode_carousel.php', 0, 'kI(]k>6j0', 'kI(]k>6j0'),
('ϜSrBu#&#', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_row.php', 0, 'sK=t*\n~', 'sK=t*\n~'),
('x]l`4ŭhbP', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_section.php', 0, 'ܤ5 -h6q^;', 'ܤ5 -h6q^;'),
('3!=%+_3', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_separator.php', 0, 'OG`߀[XM#*', 'OG`߀[XM#*'),
(',7\0$o؁ t', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_separator_with_text.php', 0, 'ϫV[FGd', 'ϫV[FGd'),
('UTfx^_y[i', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_social_icon.php', 0, 'ɓTlǙh', 'ɓTlǙh'),
('3T#f~', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_tabs.php', 0, '_ovl:<0', '_ovl:<0'),
('u!9y<&PŜi,v', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_team.php', 0, 'Z+\02aij', 'Z+\02aij'),
('<e', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_testimonials.php', 0, '_%o]m', '_%o]m'),
('y4aثZ', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_unordered_list.php', 0, '/cb*ݡa1', '/cb*ݡa1'),
('lc\\1(v', 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_video.php', 0, '`[{T/-?"', '`[{T/-?"'),
('|9{-C', 'wp-content/themes/stockholm/includes/shortcodes/shortcodes.php', 0, 'N3C\0.Ld', 'N3C\0.Ld'),
('`A`', 'wp-content/themes/stockholm/includes/sidebar/qode-custom-sidebar.php', 0, 'z\0b', 'z\0b'),
('>}%p+''', 'wp-content/themes/stockholm/includes/sidebar/sidebar.php', 0, '|P{^YV2', '|P{^YV2'),
('2\rh&', 'wp-content/themes/stockholm/includes/title/qode-title-filters.php', 0, '7ݝeXğ', '7ݝeXğ'),
('td4â', 'wp-content/themes/stockholm/includes/title/qode-title-functions.php', 0, 'KAy>/=o"', 'KAy>/=o"'),
('\\BOZpjk', 'wp-content/themes/stockholm/index.php', 0, 'Cs;![EԏT', 'Cs;![EԏT'),
('i</CLCW', 'wp-content/themes/stockholm/js/Chart.min.js', 0, '҉?^\\?ziTA-', '҉?^\\?ziTA-'),
('f\nT%Hfj', 'wp-content/themes/stockholm/js/SmoothScroll.js', 0, 'x-SD', 'x-SD'),
('tzvrVN6', 'wp-content/themes/stockholm/js/admin/colorpicker.js', 0, 'A+No\Z݀w9', 'A+No\Z݀w9'),
('{$:eSL++', 'wp-content/themes/stockholm/js/admin/default.js', 0, 'n`44>4P', 'n`44>4P'),
('\r)SD\r~\Z|', 'wp-content/themes/stockholm/js/admin/qode_sidebar.js', 0, ')MS', ')MS'),
(';	=o14T2', 'wp-content/themes/stockholm/js/ajax.js', 0, 'SY\\u]39+', 'SY\\u]39+'),
('˖Tui>Swݧ', 'wp-content/themes/stockholm/js/ajax.min.js', 0, '|t+TH', '|t+TH'),
('꼒v\0-=v\nPs', 'wp-content/themes/stockholm/js/bootstrap.carousel.js', 0, '^U*\Z', '^U*\Z'),
(';hS4YLy)''', 'wp-content/themes/stockholm/js/custom_js.js', 0, '$U.yM5*', '$U.yM5*'),
('&cTVKr=H', 'wp-content/themes/stockholm/js/custom_js.php', 0, 'F`?L*)XdV', 'F`?L*)XdV'),
('R+_4', 'wp-content/themes/stockholm/js/default.js', 0, '+XHhӪo', '+XHhӪo'),
(',5$7Vl=', 'wp-content/themes/stockholm/js/default.min.js', 0, '̀qu	9', '̀qu	9'),
('#D`oH3H', 'wp-content/themes/stockholm/js/default_dynamic.js', 0, '''nl[D >&sNX', '''nl[D >&sNX'),
('ѯn^=s(', 'wp-content/themes/stockholm/js/default_dynamic.php', 0, '*܌q', '*܌q'),
('jm_Y\0+L$^', 'wp-content/themes/stockholm/js/doubletaptogo.js', 0, '{DHĎ\Zo|E', '{DHĎ\Zo|E'),
('vxK[`}H', 'wp-content/themes/stockholm/js/html5.js', 0, '+j܏q', '+j܏q'),
('W:*iB', 'wp-content/themes/stockholm/js/jplayer.min.js', 0, 'Ca5''!!', 'Ca5''!!'),
('ǰxAU罐\0-^{', 'wp-content/themes/stockholm/js/jquery-1.10.2.min.js', 0, 'rf+sO', 'rf+sO'),
('t"]C', 'wp-content/themes/stockholm/js/jquery.appear.js', 0, '8"Hf', '8"Hf'),
('{NAIј/', 'wp-content/themes/stockholm/js/jquery.carouFredSel-6.2.1.js', 0, 'p\rY`^*i	Y', 'p\rY`^*i	Y'),
('0ګPM5!', 'wp-content/themes/stockholm/js/jquery.countdown.min.js', 0, '^OF]F', '^OF]F'),
('ݨ.3X1KeJ6', 'wp-content/themes/stockholm/js/jquery.easing.1.3.js', 0, 'eDw=~/B', 'eDw=~/B'),
('leszK', 'wp-content/themes/stockholm/js/jquery.fitvids.js', 0, 't\n硥ޛ', 't\n硥ޛ'),
('SB[H?$ar', 'wp-content/themes/stockholm/js/jquery.flexslider-min.js', 0, 'CJXl:', 'CJXl:'),
('A-g39', 'wp-content/themes/stockholm/js/jquery.fullPage.min.js', 0, '*̓|&X', '*̓|&X'),
('_`_\\AX', 'wp-content/themes/stockholm/js/jquery.hoverIntent.min.js', 0, 'ϡ`GFg', 'ϡ`GFg'),
('ӑdÀ_[	(', 'wp-content/themes/stockholm/js/jquery.isotope.min.js', 0, 'U$UeC', 'U$UeC'),
('	4V<6N', 'wp-content/themes/stockholm/js/jquery.justifiedGallery.min.js', 0, '{\rK^8\ZDW', '{\rK^8\ZDW'),
('\0{-x`ݴ', 'wp-content/themes/stockholm/js/jquery.mousewheel.min.js', 0, '%\03u7,', '%\03u7,'),
('FM\\ⱪzB', 'wp-content/themes/stockholm/js/jquery.nicescroll.min.js', 0, 'w=ue', 'w=ue'),
('8:c,;23ts', 'wp-content/themes/stockholm/js/jquery.plugin.min.js', 0, 'h|ko', 'h|ko'),
('ġX''9d\Zq', 'wp-content/themes/stockholm/js/jquery.prettyPhoto.js', 0, '<wP<9	X0Ƴ', '<wP<9	X0Ƴ'),
('tIzE4c', 'wp-content/themes/stockholm/js/jquery.stylish-select.min.js', 0, 'ؽ,U$I', 'ؽ,U$I'),
('$Mn=خY', 'wp-content/themes/stockholm/js/jquery.touchSwipe.min.js', 0, 'P~^.f', 'P~^.f'),
('~`kݷe`', 'wp-content/themes/stockholm/js/jquery.waitforimages.js', 0, '1r\n4', '1r\n4'),
('aoN2vs', 'wp-content/themes/stockholm/js/lemmon-slider.js', 0, 'A7s4	lGwܿL', 'A7s4	lGwܿL'),
('(jewsJ', 'wp-content/themes/stockholm/js/modernizr-2.6.2.min.js', 0, 'B0j''4z', 'B0j''4z'),
('ALN{Ő-&o', 'wp-content/themes/stockholm/js/owl.carousel.min.js', 0, 'iN}^&גyZj', 'iN}^&גyZj'),
('l4VȭQ6F', 'wp-content/themes/stockholm/js/plugins.js', 0, '.M>nV', '.M>nV'),
('wcUԙp|Q', 'wp-content/themes/stockholm/js/qode-like.js', 0, 'ͫpV\\bxV\ZVr', 'ͫpV\\bxV\ZVr'),
('-nD´QO1wW', 'wp-content/themes/stockholm/js/select2.min.js', 0, 'MQqqO!', 'MQqqO!'),
('j,*`'')', 'wp-content/themes/stockholm/js/skrollr.js', 0, '3m\0!@G(', '3m\0!@G('),
('%@`pa݇z`\Z6', 'wp-content/themes/stockholm/js/toolbar.js', 0, ' [\\Aa)Ԩ$', ' [\\Aa)Ԩ$'),
('uHy+\r', 'wp-content/themes/stockholm/js/waypoints.min.js', 0, 'psjrwx', 'psjrwx'),
('إ+,Q~#', 'wp-content/themes/stockholm/js/woocommerce.js', 0, '\ZwJMi/;5', '\ZwJMi/;5'),
('qkvƚ2s=A', 'wp-content/themes/stockholm/landing.php', 0, 'Vo5;(=D$7', 'Vo5;(=D$7'),
('Pt2hҔ\\Ez', 'wp-content/themes/stockholm/page.php', 0, 'Mm]Sn!8dQ	', 'Mm]Sn!8dQ	'),
('>k74LrŹf<\r', 'wp-content/themes/stockholm/search.php', 0, 'raWx]shP)', 'raWx]shP)'),
('\0dz93', 'wp-content/themes/stockholm/searchform.php', 0, '̍ug9?s0.se', '̍ug9?s0.se'),
('.Y]''z', 'wp-content/themes/stockholm/sidebar.php', 0, '\0:]d2:g7-<b', '\0:]d2:g7-<b'),
('#c5ęDK,', 'wp-content/themes/stockholm/single-portfolio_page.php', 0, 'H⚩arz', 'H⚩arz'),
('S\rE\nixL2E?', 'wp-content/themes/stockholm/single.php', 0, 'y+0fz8Y*2<', 'y+0fz8Y*2<'),
('r[:\\:]S', 'wp-content/themes/stockholm/templates/blog/blog-structure.php', 0, '8@k"Ŵ', '8@k"Ŵ'),
('F(ba %-V.9', 'wp-content/themes/stockholm/templates/blog/blog_animated-loop.php', 0, '[IAxt', '[IAxt'),
('x;]Yh}', 'wp-content/themes/stockholm/templates/blog/blog_centered-loop.php', 0, '4qʢj:;v=', '4qʢj:;v='),
('t*@{فFZ.Y;', 'wp-content/themes/stockholm/templates/blog/blog_chequered-loop.php', 0, ',e-NwB\Z', ',e-NwB\Z'),
('nS9֨Ky', 'wp-content/themes/stockholm/templates/blog/blog_large_image-loop.php', 0, 'τP}cx}pBL', 'τP}cx}pBL'),
('ʢ6Nްe', 'wp-content/themes/stockholm/templates/blog/blog_large_image_whole_post-loop.php', 0, 'OUEq&>H', 'OUEq&>H'),
(')D+r%Ϋ''6', 'wp-content/themes/stockholm/templates/blog/blog_masonry-loop.php', 0, 'Ot\\pjvk\0N', 'Ot\\pjvk\0N'),
('\Z)*}_', 'wp-content/themes/stockholm/templates/blog/blog_pinterest-loop.php', 0, 'lobJy	?', 'lobJy	?'),
('ηiM3', 'wp-content/themes/stockholm/templates/blog/blog_search-loop.php', 0, 'z3dD/gb', 'z3dD/gb'),
('iAt2+', 'wp-content/themes/stockholm/templates/blog/blog_single-loop.php', 0, '̻q`ܨ<VD', '̻q`ܨ<VD'),
('Uj%nG*!', 'wp-content/themes/stockholm/templates/blog/masonry-filter.php', 0, '1l?\ZI{\0%5', '1l?\ZI{\0%5'),
('տ[L]w~=', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-categories.php', 0, 'ɌdU7ډd', 'ɌdU7ډd'),
('[ xÍ:\\Yw', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-comments.php', 0, 'EL|"ݽ', 'EL|"ݽ'),
('-)^|', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-content.php', 0, '"J=Y0%', '"J=Y0%'),
('9Ega~', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-custom-fields.php', 0, 'dmd3b\nC', 'dmd3b\nC'),
('Yee>R\\', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-date.php', 0, '{ψ-BwRC', '{ψ-BwRC'),
('"VǊlw', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-navigation.php', 0, '0֡^2\rML', '0֡^2\rML'),
('mkӖe\n', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-social.php', 0, '"	c8D*J(Ȃ', '"	c8D*J(Ȃ'),
('zlBӖHH!}', 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-tags.php', 0, '{(`K|^,', '{(`K|^,'),
(']7ubm`տq', 'wp-content/themes/stockholm/templates/portfolio/portfolio-big-images.php', 0, '%ӋfQGe=:[E', '%ӋfQGe=:[E'),
(':`BS', 'wp-content/themes/stockholm/templates/portfolio/portfolio-big-slider.php', 0, 'd[/ơ{dMK', 'd[/ơ{dMK'),
('4}c%', 'wp-content/themes/stockholm/templates/portfolio/portfolio-custom.php', 0, '%֙N', '%֙N'),
('"aYO8E>EIw', 'wp-content/themes/stockholm/templates/portfolio/portfolio-fixed-left.php', 0, 'U8"hH-\0D^ǐ', 'U8"hH-\0D^ǐ'),
('S.\Zhjmr4*', 'wp-content/themes/stockholm/templates/portfolio/portfolio-fixed-right.php', 0, '|7E=i4at', '|7E=i4at'),
('-oX /}', 'wp-content/themes/stockholm/templates/portfolio/portfolio-full-width-custom.php', 0, '0YR\rPbn+', '0YR\rPbn+'),
('⥸(wW֙V', 'wp-content/themes/stockholm/templates/portfolio/portfolio-fullscreen-slider.php', 0, 'yYTy_', 'yYTy_'),
('MQLa\\', 'wp-content/themes/stockholm/templates/portfolio/portfolio-fullwidth-slider.php', 0, '6bʒD8u&', '6bʒD8u&'),
('eKRx%;kı', 'wp-content/themes/stockholm/templates/portfolio/portfolio-gallery-right.php', 0, 'm$`S>	?Z', 'm$`S>	?Z'),
('RfD9,s(', 'wp-content/themes/stockholm/templates/portfolio/portfolio-gallery.php', 0, 'U?iJ', 'U?iJ'),
('\nw.c\\r]c', 'wp-content/themes/stockholm/templates/portfolio/portfolio-masonry-gallery.php', 0, '!9]Uu|', '!9]Uu|'),
('̚g#莵lU', 'wp-content/themes/stockholm/templates/portfolio/portfolio-small-images.php', 0, 'SAV]-y6.8`', 'SAV]-y6.8`'),
('GŢ<^Vl', 'wp-content/themes/stockholm/templates/portfolio/portfolio-small-slider.php', 0, 'd0B@:', 'd0B@:'),
('x]d>', 'wp-content/themes/stockholm/templates/portfolio/portfolio-structure.php', 0, 'YCcJ&b\Z', 'YCcJ&b\Z'),
('@.i̕4~', 'wp-content/themes/stockholm/templates/portfolio/portfolio.php', 0, 'Oy kZ]', 'Oy kZ]'),
('pG"ςDe.%', 'wp-content/themes/stockholm/templates/product-list/simple-loop.php', 0, 'l4LGhO*|', 'l4LGhO*|'),
('`0~*VJ', 'wp-content/themes/stockholm/templates/product-list/standard-loop.php', 0, 'l,xjH 5q', 'l,xjH 5q'),
('?*^;k:', 'wp-content/themes/stockholm/title.php', 0, '`#Ώl|60', '`#Ώl|60'),
('̪\ZbyD', 'wp-content/themes/stockholm/toolbar.php', 0, 'Zw\nu|7', 'Zw\nu|7'),
('\Z;ޞYV?s~', 'wp-content/themes/stockholm/vc_templates/animated_icon_with_text.php', 0, '\\Lş?2', '\\Lş?2'),
('íxp޳\0t|', 'wp-content/themes/stockholm/vc_templates/animated_icons_with_text.php', 0, 'A_>_lIje', 'A_>_lIje'),
('52^O4', 'wp-content/themes/stockholm/vc_templates/qode_circle.php', 0, 'WA\Zm\n9{(`', 'WA\Zm\n9{(`'),
('ϐV$Wc', 'wp-content/themes/stockholm/vc_templates/qode_circles.php', 0, 'Z3(o<2t/q', 'Z3(o<2t/q'),
('6/fo9|-A	', 'wp-content/themes/stockholm/vc_templates/qode_elements_holder.php', 0, '8ih܉	ą#&\r', '8ih܉	ą#&\r'),
('w^GP)', 'wp-content/themes/stockholm/vc_templates/qode_elements_holder_item.php', 0, 'Tz]Fs.b', 'Tz]Fs.b'),
('ɍgQB=5ҋ', 'wp-content/themes/stockholm/vc_templates/qode_pricing_list.php', 0, 'G٧~R;ۺy9\\(', 'G٧~R;ۺy9\\('),
('Yt?2+%T.r', 'wp-content/themes/stockholm/vc_templates/qode_pricing_list_item.php', 0, '>r;G', '>r;G'),
('?:;9b', 'wp-content/themes/stockholm/vc_templates/qode_pricing_table.php', 0, 'NeۻU', 'NeۻU'),
('F{{r\0a)Z)UR', 'wp-content/themes/stockholm/vc_templates/qode_pricing_tables.php', 0, '.m/\\WG7d', '.m/\\WG7d'),
('h3cRʯ	wzh', 'wp-content/themes/stockholm/vc_templates/vc_accordion.php', 0, 'dSɧ`', 'dSɧ`'),
('Fk-\0`SG3', 'wp-content/themes/stockholm/vc_templates/vc_accordion_tab.php', 0, '`8SuZ', '`8SuZ'),
('!\rY ʏ[F', 'wp-content/themes/stockholm/vc_templates/vc_column_text.php', 0, '&13m}e3', '&13m}e3'),
('!dc	7iq', 'wp-content/themes/stockholm/vc_templates/vc_gallery.php', 0, 'ݏ&u5?', 'ݏ&u5?'),
('%_p+r]', 'wp-content/themes/stockholm/vc_templates/vc_row.php', 0, '@bH0?\rb', '@bH0?\rb'),
('o6j{49', 'wp-content/themes/stockholm/vc_templates/vc_row_inner.php', 0, '>6%6na(.\\', '>6%6na(.\\'),
('$(%CCaG', 'wp-content/themes/stockholm/vc_templates/vc_separator.php', 0, 'b~2', 'b~2'),
('Qkux+rf{u`\0', 'wp-content/themes/stockholm/vc_templates/vc_single_image.php', 0, '.{3y{^kp', '.{3y{^kp'),
('|0%Ůe5p', 'wp-content/themes/stockholm/vc_templates/vc_tab.php', 0, 'kZe^ɢ', 'kZe^ɢ'),
('ިGu#Eno', 'wp-content/themes/stockholm/vc_templates/vc_tabs.php', 0, '>hn`2\0-', '>hn`2\0-'),
('._9	♞', 'wp-content/themes/stockholm/vc_templates/vc_text_separator.php', 0, 'QM>_w|', 'QM>_w|'),
('OeȒ(', 'wp-content/themes/stockholm/widgets/call_to_action_widget.php', 0, 'V/[ATo', 'V/[ATo'),
('\r:\0EJdef', 'wp-content/themes/stockholm/widgets/woocommerce-dropdown-cart.php', 0, '}ĚaPbǛu', '}ĚaPbǛu'),
('sL,|RcQyV', 'wp-content/themes/stockholm/woocommerce/cart/cart-empty.php', 0, '\Z\ZϦ50koq/E', '\Z\ZϦ50koq/E'),
('BBrH6\niH', 'wp-content/themes/stockholm/woocommerce/cart/cart-shipping.php', 0, 'p`7wX', 'p`7wX'),
('N9d2K*6', 'wp-content/themes/stockholm/woocommerce/cart/cart-totals.php', 0, 'Vu=f\\F', 'Vu=f\\F'),
('Wt4GV׉ʼ', 'wp-content/themes/stockholm/woocommerce/cart/cart.php', 0, '&NvmAFVG	', '&NvmAFVG	'),
('QrnwI8~ym', 'wp-content/themes/stockholm/woocommerce/cart/shipping-calculator.php', 0, '#u1E', '#u1E'),
('S{.gM9', 'wp-content/themes/stockholm/woocommerce/checkout/form-coupon.php', 0, 'Al~3Dλ', 'Al~3Dλ'),
('\r\Z6s	ׁKbN', 'wp-content/themes/stockholm/woocommerce/checkout/thankyou.php', 0, 'E>~-k2Q', 'E>~-k2Q'),
('_gnK', 'wp-content/themes/stockholm/woocommerce/content-product.php', 0, '5wFH]5', '5wFH]5'),
('scw', 'wp-content/themes/stockholm/woocommerce/content-single-product.php', 0, 'k!u3шH', 'k!u3шH'),
('eihb8Pzs', 'wp-content/themes/stockholm/woocommerce/global/form-login.php', 0, '{3\\\\y', '{3\\\\y'),
('}xkFK\\r(RϤ', 'wp-content/themes/stockholm/woocommerce/global/quantity-input.php', 0, '''{7xn[', '''{7xn['),
('gCv\nrDd:M', 'wp-content/themes/stockholm/woocommerce/loop/add-to-cart.php', 0, '>2	9]2i͚9', '>2	9]2i͚9'),
('^`Yדޟp.S9', 'wp-content/themes/stockholm/woocommerce/loop/loop-start.php', 0, 'h@ǉB|Ȥ', 'h@ǉB|Ȥ'),
('vXϣMJ2NYF2', 'wp-content/themes/stockholm/woocommerce/loop/pagination.php', 0, 'QA#N3ġ{f', 'QA#N3ġ{f'),
('\rPv^Zϝ`?', 'wp-content/themes/stockholm/woocommerce/loop/rating.php', 0, 'rP/N', 'rP/N'),
('''Ol̟ߣ', 'wp-content/themes/stockholm/woocommerce/loop/result-count.php', 0, 'lH!C{y*窟sv', 'lH!C{y*窟sv'),
('<6|6<Fo?', 'wp-content/themes/stockholm/woocommerce/loop/sale-flash.php', 0, 'ޯ&xXG', 'ޯ&xXG'),
('^HS\nБRWh', 'wp-content/themes/stockholm/woocommerce/myaccount/form-change-password.php', 0, 'kT&NDHЙ{', 'kT&NDHЙ{'),
('a]a', 'wp-content/themes/stockholm/woocommerce/myaccount/form-login.php', 0, ':,PZ=G', ':,PZ=G'),
('499B', 'wp-content/themes/stockholm/woocommerce/myaccount/form-lost-password.php', 0, 'Ӑ\\dZ=_\0}', 'Ӑ\\dZ=_\0}'),
('kN("7:1', 'wp-content/themes/stockholm/woocommerce/myaccount/my-address.php', 0, 'zYQ5(h[', 'zYQ5(h['),
('+zD!1>^B', 'wp-content/themes/stockholm/woocommerce/myaccount/my-orders.php', 0, '҂.S6MOY', '҂.S6MOY'),
('J̚mN$hwވ', 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/external.php', 0, '#a0R۳', '#a0R۳'),
('M7IsrRQ''', 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/grouped.php', 0, 'G#L-]&j', 'G#L-]&j'),
('BGZR]', 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/simple.php', 0, 'xDUVǌ', 'xDUVǌ'),
('8,aP*r', 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/variable.php', 0, 'WHC)[iϼ', 'WHC)[iϼ'),
('Gn_W', 'wp-content/themes/stockholm/woocommerce/single-product/meta.php', 0, 'lXO #ux', 'lXO #ux'),
('9sĝė.', 'wp-content/themes/stockholm/woocommerce/single-product/related.php', 0, 'z@\0', 'z@\0'),
('q''C򹱍ði#*', 'wp-content/themes/stockholm/woocommerce/single-product/sale-flash.php', 0, '`SS@u""', '`SS@u""'),
('3Z!CJ', 'wp-content/themes/stockholm/woocommerce/single-product/tabs/additional-information.php', 0, 'XFO]D;', 'XFO]D;'),
('s5*tUv*', 'wp-content/themes/stockholm/woocommerce/single-product/tabs/description.php', 0, '% #EkDG', '% #EkDG'),
('J@Ý^', 'wp-content/themes/stockholm/woocommerce/single-product/tabs/tabs.php', 0, 'qZEWV8$', 'qZEWV8$'),
('y}Oih_', 'wp-content/themes/stockholm/woocommerce/single-product/title.php', 0, 'Av(AJeFκT', 'Av(AJeFκT'),
('OfXw$S?', 'wp-content/themes/stockholm/woocommerce/single-product/up-sells.php', 0, 'I`ߩqk#', 'I`ߩqk#'),
('.n#D3h=', 'wp-content/themes/stockholm/woocommerce/woocommerce_configuration.php', 0, '$$خQַR', '$$خQַR'),
('e$@@', 'wp-content/themes/stockholm/woocommerce.php', 0, '8r*X_r', '8r*X_r'),
('_RHQ2{nTZ', 'wp-content/themes/stockholm-child/functions.php', 0, 'Kw6B|', 'Kw6B|'),
('NVr>l', 'wp-content/updraft/index.html', 0, 'vET-1l0h', 'vET-1l0h'),
('7\\n5.夊/~', 'wp-content/updraft/plugins-old/akismet/_inc/akismet.js', 0, '()Ě7SqQe', '()Ě7SqQe'),
('0ixPS˞;K', 'wp-content/updraft/plugins-old/akismet/_inc/form.js', 0, '''4l*&i', '''4l*&i'),
('d|:g]l<', 'wp-content/updraft/plugins-old/akismet/akismet.php', 0, '=hГGt', '=hГGt'),
('5]4988pe', 'wp-content/updraft/plugins-old/akismet/class.akismet-admin.php', 0, 'cΙ=6^', 'cΙ=6^'),
('K~h%r', 'wp-content/updraft/plugins-old/akismet/class.akismet-cli.php', 0, '+ZyJŎ;M*[G', '+ZyJŎ;M*[G'),
('*vd~? ', 'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php', 0, 'ٱzPټS', 'ٱzPټS'),
('N''r3L\ZN', 'wp-content/updraft/plugins-old/akismet/class.akismet.php', 0, '1"\r*q(9', '1"\r*q(9'),
('5''4D(B', 'wp-content/updraft/plugins-old/akismet/index.php', 0, 'h PZݢ`Ef', 'h PZݢ`Ef'),
('TQťB4n;Q', 'wp-content/updraft/plugins-old/akismet/views/config.php', 0, 'gŨu)', 'gŨu)'),
('k=hM ', 'wp-content/updraft/plugins-old/akismet/views/get.php', 0, 'MWBNT', 'MWBNT'),
('l}3(s=F', 'wp-content/updraft/plugins-old/akismet/views/notice.php', 0, 'kJ#5!i9Х', 'kJ#5!i9Х'),
('_kȸ  QbYȤ', 'wp-content/updraft/plugins-old/akismet/views/start.php', 0, 'q̡O`٠W8', 'q̡O`٠W8'),
('TR', 'wp-content/updraft/plugins-old/akismet/views/stats.php', 0, 'waVP*aĄ', 'waVP*aĄ'),
('wҵB!\Z.\Z', 'wp-content/updraft/plugins-old/akismet/views/strict.php', 0, 'N$+CU', 'N$+CU'),
('q8k^F5f', 'wp-content/updraft/plugins-old/akismet/wrapper.php', 0, 'Z&M\rLBE#', 'Z&M\rLBE#'),
('+g', 'wp-content/updraft/plugins-old/hello.php', 0, 'RbAot!_~', 'RbAot!_~'),
('=UQO', 'wp-content/updraft/plugins-old/index.php', 0, 'gD,V=\\bP', 'gD,V=\\bP'),
('ҥɃDq_', 'wp-content/updraft/plugins-old/updraftplus/addons/migrator.php', 0, '\\`&>դ"', '\\`&>դ"'),
('+ܒj*}\0	S', 'wp-content/updraft/plugins-old/updraftplus/admin.php', 0, 'y(!Lqv)Y', 'y(!Lqv)Y'),
('ϭ!:c2tp', 'wp-content/updraft/plugins-old/updraftplus/backup.php', 0, 'xp\Z^7', 'xp\Z^7'),
('o̐', 'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php', 0, '$s̡LI7', '$s̡LI7'),
('8&|Ώ', 'wp-content/updraft/plugins-old/updraftplus/central/commands.php', 0, '2a]S	', '2a]S	'),
('[K*Dkҿh>$:wh', 'wp-content/updraft/plugins-old/updraftplus/central/core-commands.php', 0, 'e!z8qD', 'e!z8qD'),
('aaQۊ ', 'wp-content/updraft/plugins-old/updraftplus/central/listener.php', 0, 'YamlA3-$ɢ', 'YamlA3-$ɢ'),
('ٛ,`Fd#', 'wp-content/updraft/plugins-old/updraftplus/central/updraftplus-commands.php', 0, '5)ɱEL?', '5)ɱEL?'),
('is6c&*!o2', 'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php', 0, 'smrPl$MC', 'smrPl$MC'),
('KZc\n36', 'wp-content/updraft/plugins-old/updraftplus/class-zip.php', 0, '"<6/HQHZe', '"<6/HQHZe'),
('͹m`˜mQ', 'wp-content/updraft/plugins-old/updraftplus/example-decrypt.php', 0, 'ᒴ1-vC1{J', 'ᒴ1-vC1{J'),
('&!+ rP34', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/API.php', 0, 'g$Hأ֭\\', 'g$Hأ֭\\'),
(']d^Đ֗', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/Exception.php', 0, 'U$af*on', 'U$af*on'),
('8ny''''jP}>zJ', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php', 0, '[	=ΏpIxG\\', '[	=ΏpIxG\\'),
('zzAr;k0;', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php', 0, 'GlQ5''', 'GlQ5'''),
('&^ʥe#g', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php', 0, 'њ65Yu]', 'њ65Yu]'),
('r7=\n="2\\QX', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php', 0, 'B=*9XPR;E', 'B=*9XPR;E'),
('Y(L>vݮ,', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php', 0, 'Wb\\9', 'Wb\\9'),
('A˛9A', 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php', 0, '+qn<G', '+qn<G'),
('AދuIx', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php', 0, ']r31Vp=', ']r31Vp='),
('GBp63ђ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php', 0, 'e\n	jwեM0', 'e\n	jwեM0'),
('qd$]eCׅZ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php', 0, '2|va=ϧ]޼', '2|va=ϧ]޼'),
('E\09=u''\0`', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php', 0, 'HLʘXs)r', 'HLʘXs)r'),
('1m2U', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php', 0, '(^A+ Cr', '(^A+ Cr'),
(':\rd:|)x', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php', 0, '!+\\)3a\nc', '!+\\)3a\nc'),
('WbK>"_', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php', 0, ';z*N4냗Ʉw@', ';z*N4냗Ʉw@'),
('@6	7(\nw', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php', 0, 'Phx3X"6', 'Phx3X"6'),
('#:I\r\r (', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php', 0, '\0]''9w', '\0]''9w'),
('\rQ/Ap"p+', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php', 0, 'JY^V*JǱ^', 'JY^V*JǱ^'),
('aLDd', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php', 0, 'Ur*vOxqf', 'Ur*vOxqf'),
(',UeZz ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php', 0, 'VQ~l<$T', 'VQ~l<$T'),
('aZcw\\D-<', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php', 0, 'SG5ޏ}r+', 'SG5ޏ}r+'),
('R -}ǜd', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php', 0, 'TpF8''٫Ƌ', 'TpF8''٫Ƌ'),
('7`e|Ay', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php', 0, '?mHoA', '?mHoA'),
('C-*T$', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php', 0, 'y6x5Mq', 'y6x5Mq'),
('I`L+2ؽQ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php', 0, 'l!W8աRM]', 'l!W8աRM]'),
('`yVuOk,k&', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php', 0, '1ZK/', '1ZK/'),
('\ZܣM蟒=v', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php', 0, '5kkL&ވ', '5kkL&ވ'),
('C	cHk`XC', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php', 0, 'wOT| th$x', 'wOT| th$x'),
(')>\ZpG\Z3}&', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php', 0, '7gm)0U', '7gm)0U'),
(';dؼ|XZ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php', 0, 'RU"fPJ}', 'RU"fPJ}'),
('6'':B0AEπ-/', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php', 0, 'wc,&0;d', 'wc,&0;d'),
('-MVєїa', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php', 0, ';QJ ?`?$2r 8', ';QJ ?`?$2r 8'),
('z-''9-B_elR', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php', 0, '<jf#-X', '<jf#-X'),
('Rd]|N8/}', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php', 0, '7԰-}6', '7԰-}6'),
('W$5j"{_7', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php', 0, 'n\\<@ ', 'n\\<@ '),
('oX{;\n r', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php', 0, '''5y;=5+ҝϰ%', '''5y;=5+ҝϰ%'),
(']1B8g', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php', 0, 'þ?P||0r', 'þ?P||0r'),
('<5xsut\\hӏG', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php', 0, 'ׁ8_p@}', 'ׁ8_p@}'),
('Ny/f`7\0c', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php', 0, 'ig+ 3', 'ig+ 3'),
('IWF5tPs', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php', 0, '׳π{\\6}', '׳π{\\6}'),
('!\Zf㔒m:', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php', 0, 'GWŹx', 'GWŹx'),
('t}B6O[݄3)%', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php', 0, '&u\ruX]Ǣ', '&u\ruX]Ǣ'),
('Xf(6n^U', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php', 0, '([	igmÎ~6', '([	igmÎ~6'),
('F]w҉d|Pw\0', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php', 0, '\n''X^W>G', '\n''X^W>G'),
('Yz''ίݘ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSenseHost.php', 0, '\ni"F[-', '\ni"F[-'),
('E4F `rK', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Admin.php', 0, 'vYWCpX_E', 'vYWCpX_E'),
('xF?l]İ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php', 0, '&U=0wb', '&U=0wb'),
('G(*#V@yPyy', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php', 0, '"WWubL	/', '"WWubL	/'),
('K$BTnT', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php', 0, 'g%FL', 'g%FL'),
('yxGqrgqnb', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php', 0, 'oqwPSK', 'oqwPSK'),
('\0{_9.,=E', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php', 0, 'pzؗ)zy', 'pzؗ)zy'),
('HOл_', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php', 0, '36!LleD', '36!LleD'),
('Ѕ8:\099', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Autoscaler.php', 0, 'Uo;cUVʈh*', 'Uo;cUVʈh*'),
('Sv+d;c', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Bigquery.php', 0, 'AgD\ry:d', 'AgD\ry:d'),
('!"19p-', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Blogger.php', 0, '53Da1!Cpj:2', '53Da1!Cpj:2'),
('"bB=O', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Books.php', 0, '_7Vhv$5L|', '_7Vhv$5L|'),
('5TBf}2/c', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php', 0, 'Tm2f', 'Tm2f'),
(' )V`FXNV', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php', 0, '۟d[=LG19W', '۟d[=LG19W'),
('Ǌ3?+^', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php', 0, 'P?8`.̰MY', 'P?8`.̰MY'),
('6*7aT]\n]r', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php', 0, 'Fb\r໴i', 'Fb\r໴i'),
(',+Q^d6ny', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php', 0, 'PַҧXfo', 'PַҧXfo'),
('g/Vetgief', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php', 0, 'G\0[! )[vDl', 'G\0[! )[vDl'),
('bΠc		GM', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php', 0, ';M>	3', ';M>	3'),
(']ÔnJ\rM7', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php', 0, 'U"L;s', 'U"L;s'),
('kν:+Mq&', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php', 0, 'iJi]BSFe4', 'iJi]BSFe4'),
('7b0Gz	', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php', 0, 'qgNbK2', 'qgNbK2'),
('Ҫ֪35uS', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dataflow.php', 0, '(#mチ8', '(#mチ8'),
('"IZUi', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php', 0, '}vƈZX_', '}vƈZX_'),
('$B]wQ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php', 0, 'M2	Ծ&`1', 'M2	Ծ&`1'),
('gѤqFs', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dfareporting.php', 0, 'knT2\Z4', 'knT2\Z4'),
('	wg\\h]i\Z', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php', 0, 'Y$]j;{N', 'Y$]j;{N'),
('㐍/O''To\\g2t', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php', 0, '<<j*', '<<j*'),
('z|.n3sI', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/DoubleClickBidManager.php', 0, '}ZT{]%', '}ZT{]%'),
('DXQ8=8|m', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php', 0, 'qa;T&', 'qa;T&'),
('7 pϺSO+', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php', 0, 'A6o6QH', 'A6o6QH'),
('QC&TRP', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php', 0, 'cE-QJ7Ύ', 'cE-QJ7Ύ'),
('Xb\nkޘ~h', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php', 0, '/3', '/3'),
('5>dG', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php', 0, ',0ճR6OX', ',0ճR6OX'),
('W\\[i*ab,(', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php', 0, 'tCRs', 'tCRs'),
('W60\\`D', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php', 0, '{VsC7{lmH)&d', '{VsC7{lmH)&d'),
('maU;EnHQղ8', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php', 0, 'űXK"$7nJ', 'űXK"$7nJ'),
('XTW@ڹZW', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php', 0, ':,6\\Lel&v', ':,6\\Lel&v'),
('2_j''hI', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Genomics.php', 0, 'U`ԡt9', 'U`ԡt9'),
('CR(LNDdr!j', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php', 0, '/|h!ڎ''', '/|h!ڎ'''),
('Z%9t=', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php', 0, '=}Κ/<y', '=}Κ/<y'),
('iIO\Zڢrx', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php', 0, '\n-ӋGxѠume', '\n-ӋGxѠume'),
('{Vr\0Z*', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php', 0, '.ڋ=QeeH?', '.ڋ=QeeH?'),
('o[i~<*݁NlRF', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Licensing.php', 0, 'C/brA', 'C/brA'),
('@jG,\\7?', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php', 0, '*A@rQGXy', '*A@rQGXy'),
('|nv;W;k`', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php', 0, '|<}Md', '|<}Md'),
('dHU', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php', 0, 'Pnw$P4', 'Pnw$P4'),
('1<U\\u', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php', 0, 'b]߸A<', 'b]߸A<'),
('l&HdGH vjJ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php', 0, 'Iyby4MgcΞ', 'Iyby4MgcΞ'),
('~4:${V', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php', 0, '\0Ut6ӐeF', '\0Ut6ӐeF'),
('2Q²yCV', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php', 0, '{Ąo^5', '{Ąo^5'),
('<yg@0	h', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php', 0, '4,7Ģl', '4,7Ģl'),
('k^;@Ch!%', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php', 0, 'ҪyO76"ƾ', 'ҪyO76"ƾ'),
('_ܪ\n[', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php', 0, '~pc', '~pc'),
('KΎڐH3&5', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php', 0, 'X#\n(pX', 'X#\n(pX'),
('hgy.80', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapool.php', 0, 'Bsxkr/|j', 'Bsxkr/|j'),
('C	bN/', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapoolupdater.php', 0, '=&\Z̘H', '=&\Z̘H'),
('H\n7PBl~e', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php', 0, 'aBU-K', 'aBU-K'),
('d/2b8(M', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php', 0, '{\n"A#&', '{\n"A#&'),
('gSv~{b#', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php', 0, 'P!^((Ni4', 'P!^((Ni4'),
('P"m_IN', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php', 0, 'qVN+X_', 'qVN+X_'),
('C	fj_݂', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php', 0, '^ӡ(=l5ΎU', '^ӡ(=l5ΎU'),
('֔i.Nz&By', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/ShoppingContent.php', 0, 'Rm@\n', 'Rm@\n'),
('Bj}$''\r', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php', 0, ';=NPQE평x', ';=NPQE평x'),
('t 	'')9?', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Spectrum.php', 0, 'F\niq', 'F\niq'),
('IBZ,0/', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php', 0, 'ha;x.^~}', 'ha;x.^~}'),
('O$\Z	oOB', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php', 0, 's-hʺ@|', 's-hʺ@|'),
('),/6.b?]4', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Taskqueue.php', 0, 's=a99', 's=a99'),
('#x&"nӮT', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php', 0, '%E[Ys\0ֿ', '%E[Ys\0ֿ'),
('\ncgq?', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php', 0, 'bw&B\Z(\Z', 'bw&B\Z(\Z'),
('}0dKOя', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php', 0, 'lS4N	P7', 'lS4N	P7'),
('9\0Sg\ZMފ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php', 0, '߼~\0~Wƈ', '߼~\0~Wƈ'),
('ʘHLg', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webmasters.php', 0, '5G	8!IXC', '5G	8!IXC'),
('mn٠\nSs֕=o', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTube.php', 0, '\n$`g', '\n$`g'),
('Xe&¬s:', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php', 0, 't`vөH', 't`vөH'),
('\nE|@''4ޘ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php', 0, 'ƣyu\rXON,', 'ƣyu\rXON,'),
('G*wbӰhI', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php', 0, '6SW', '6SW'),
('"NR', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php', 0, 'p.g?Ѳ9', 'p.g?Ѳ9'),
('ئ0j<̎', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php', 0, 'b48	BI$Z', 'b48	BI$Z'),
('YZqLGa:', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php', 0, 'qeS4', 'qeS4'),
('}MO-KFKÂ', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php', 0, '{a"Z*/Df', '{a"Z*/Df'),
('%f}ROF', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php', 0, 'ߘ	zg(', 'ߘ	zg('),
('X)ikxmgBR', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php', 0, 'ʻc+#%*a', 'ʻc+#%*a'),
('$TCyFA>z', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php', 0, 'qz''N', 'qz''N'),
('%ZmYI>~K''', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php', 0, 'xiH=]', 'xiH=]'),
(';!nh?l', 'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php', 0, '˪OC$E9AS!', '˪OC$E9AS!'),
('݄y][''ұNj', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Archive/Tar.php', 0, 'V3&L$z~,.v', 'V3&L$z~,.v'),
('ϙɳIUL͛D', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request/Listener.php', 0, 'w:p\npWd+', 'w:p\npWd+'),
('N?d;o\n<', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php', 0, 'q.M};9c', 'q.M};9c'),
('jWw	Hڙ_)*.', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php', 0, 'lrWuod^', 'lrWuod^'),
('-`wҦj9\rO', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php', 0, 'Pyc6kK', 'Pyc6kK'),
('Ky3@y\n%', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php', 0, '%bςV', '%bςV'),
('[8<jŉ\Zky', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php', 0, '56pι28', '56pι28'),
('YC\0@%X	-', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php', 0, '!>(y_X', '!>(y_X'),
('nH\nt(V', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php', 0, '~\0^Qx', '~\0^Qx'),
('zgrTNOc,m', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php', 0, '#re0', '#re0'),
('`~!\\:D', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php', 0, 'pza/=	', 'pza/=	'),
('̳BT(QD$', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Response.php', 0, '9-wÒx\rv', '9-wÒx\rv'),
('~+EU-5M[', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php', 0, '2=ooȏ', '2=ooȏ'),
(';G\0&\\f|j', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php', 0, '\n''W&UP=tݝZ', '\n''W&UP=tݝZ'),
('O\\٧Dv\ZTy', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2.php', 0, ')."Ia<E', ')."Ia<E'),
('P)\Zsp9^', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php', 0, '4(^1un"<iNU', '4(^1un"<iNU'),
('//X(\0', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php', 0, 'EXql 8', 'EXql 8'),
('T etiY', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php', 0, '\r#&''o͝#W', '\r#&''o͝#W'),
('ϸpj\Z,', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php', 0, 'Xs`IwnzXl', 'Xs`IwnzXl'),
(' 5-HH(ގ', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/Socket.php', 0, 'e''d;aN=)_l', 'e''d;aN=)_l'),
('Fv\\', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL.php', 0, 'UsW":9', 'UsW":9'),
('te\0-).', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL2.php', 0, '"ي)NX6~', '"ي)NX6~'),
('bZPh)Z,T', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php', 0, '7PA|#eP(ʳ', '7PA|#eP(ʳ'),
('ˍ6}*|6Og)f', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR.php', 0, 'W`%?8IEk', 'W`%?8IEk'),
('\Z2v[a', 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR5.php', 0, '\ZgՀ	7*l8(', '\ZgՀ	7*l8('),
('hȎ^󍏔~', 'wp-content/updraft/plugins-old/updraftplus/includes/S3.php', 0, 'P(_', 'P(_'),
('M3 W^w', 'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php', 0, 'u5O330N!', 'u5O330N!'),
('Q{t$!7EX', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php', 0, 'G8_58p7', 'G8_58p7'),
('k;a9', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php', 0, '	/\\#{zKS_', '	/\\#{zKS_'),
('''\nCldL', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php', 0, ']5n< l', ']5n< l');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('R8:-f%ЋGk1', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php', 0, 'Z4 ,', 'Z4 ,'),
('rrҠ@"0qYR', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php', 0, '<(sG?f', '<(sG?f'),
('ٴg', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php', 0, 'l#\r3', 'l#\r3'),
('B\\4%p#', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php', 0, 't,6o@G鼙]', 't,6o@G鼙]'),
('(g+JH`N', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php', 0, '86=XVBRM', '86=XVBRM'),
('O5le3QFb', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php', 0, '䎻`ql\ruD!j', '䎻`ql\ruD!j'),
('Qike0r', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php', 0, 'e~*̜Jn+', 'e~*̜Jn+'),
('	[ґdNpC', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php', 0, ',ܮ)Lj', ',ܮ)Lj'),
(',ƀ\Zv:!0ը\Z', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php', 0, 'Ss:`E4F', 'Ss:`E4F'),
('\r\n\\Tp+N;e', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php', 0, 'r=k]kp', 'r=k]kp'),
('Am2:`cΙ=2', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php', 0, '{>U', '{>U'),
('.㋲Ih', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php', 0, '͝У|0@\Z^ú', '͝У|0@\Z^ú'),
('# J/ݩ-', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php', 0, 'FyЄղa', 'FyЄղa'),
('}7nMXr', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php', 0, '=@堒59Z4/Zi', '=@堒59Z4/Zi'),
('ȕ j6', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php', 0, '2"]P!\Zy', '2"]P!\Zy'),
('u=Y)V34h5E&', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php', 0, '#}ԉ''=N)', '#}ԉ''=N)'),
('՘ծطG+Ws', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php', 0, '\\RΔbB', '\\RΔbB'),
('6Z[Oas*q>l', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php', 0, 'a:)ް>V7 `', 'a:)ް>V7 `'),
('KK>/]FR', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php', 0, 'Sa;O)', 'Sa;O)'),
('Qϵ	!er5', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php', 0, '^|tdnTl<Oy', '^|tdnTl<Oy'),
('\Z@qsg J$t', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php', 0, '?PX_?', '?PX_?'),
('?b_X> LG', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php', 0, 'i(XRowr', 'i(XRowr'),
('=;L-v', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php', 0, '8LfjM.n', '8LfjM.n'),
('UNƕ\rͯO|GS', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php', 0, 'e5Ȳ˰13$j', 'e5Ȳ˰13$j'),
('¯qz\Z5p', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php', 0, '1[6#H', '1[6#H'),
('W%HfiV4', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php', 0, 'Z4Efe', 'Z4Efe'),
('#锒-i\0΁[', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php', 0, '^naB?]3~+', '^naB?]3~+'),
('˷ٰp_A_\r', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php', 0, 'j1H''VGSt\\', 'j1H''VGSt\\'),
('OH.)*eB?', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php', 0, 'x''ughe)', 'x''ughe)'),
(']OJ2-', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php', 0, '!瞨Z9x', '!瞨Z9x'),
('iȾ=1gJ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php', 0, 'ed8Th', 'ed8Th'),
('!"ؕQ喨u', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php', 0, '\rթرgLon', '\rթرgLon'),
('hP9oxY%', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php', 0, 'B~kJ', 'B~kJ'),
('X8Dʶ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php', 0, '_,n\00>', '_,n\00>'),
('\nʿTs<,͑^', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php', 0, '?k4\n:', '?k4\n:'),
('̟\0q'']ա', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php', 0, 'ʐ~pIȰR:|', 'ʐ~pIȰR:|'),
('6o?dbP', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php', 0, ' \r]b', ' \r]b'),
('iaYGHtρ)', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php', 0, 'af\rp^?', 'af\rp^?'),
('\n,~%', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php', 0, 'p;dIfǕUBJ', 'p;dIfǕUBJ'),
('\0cg;\nUQ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php', 0, ':OK	\0M*X', ':OK	\0M*X'),
('kq{ǣ?_\0', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php', 0, 'Lp׸ aOFw#(', 'Lp׸ aOFw#('),
('ni?RSL', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php', 0, '~K݃hY\r', '~K݃hY\r'),
('i&:@99', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php', 0, '-	/4A''''', '-	/4A'''''),
('f=SQy8&l,h', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php', 0, ']z~$\nXJ4', ']z~$\nXJ4'),
('I>:v62ݷ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php', 0, 'S''P-eD}MStk', 'S''P-eD}MStk'),
('0\0ÍmB', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php', 0, 'Kc4٬\nTe', 'Kc4٬\nTe'),
('EhOkD	w', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php', 0, 'ݑqv6e`z', 'ݑqv6e`z'),
('(˫)w:', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php', 0, ',rs%#P,#', ',rs%#P,#'),
('Sl:Wj''`Rf', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php', 0, 's3\\\n', 's3\\\n'),
('ŗY2aEJ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php', 0, '\nLmp.&', '\nLmp.&'),
('m"u', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php', 0, 'CqܺO9', 'CqܺO9'),
('$-jIVX', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php', 0, '*8ePkfj)', '*8ePkfj)'),
('(m\\xX;', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php', 0, 'hmbPYJj}-m', 'hmbPYJj}-m'),
('Em鶽]', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php', 0, 'vPqǲ', 'vPqǲ'),
('jŋ2زI8D', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php', 0, ']gnjW7U', ']gnjW7U'),
('Jx@.[|H', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php', 0, ''');|LF', ''');|LF'),
('xs"胩x!', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php', 0, 'b9P0V&X&', 'b9P0V&X&'),
('6ƄXZU', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php', 0, 'gzP_/j', 'gzP_/j'),
('>^v<b:)bE_', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php', 0, 'Q\rT\ru5,^W', 'Q\rT\ru5,^W'),
('\0t 9TFS', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php', 0, '	Lq_a~@fa9', '	Lq_a~@fa9'),
('cp९F;OZ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php', 0, 'b<진bblR''', 'b<진bblR'''),
('ױ4.7', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php', 0, '{zG/֋Ӱ:', '{zG/֋Ӱ:'),
('kGzd7A\\bA', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php', 0, '89r)y(Ǫ', '89r)y(Ǫ'),
('(gw', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php', 0, '6)o1Tv', '6)o1Tv'),
('\nksԔ4', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php', 0, 'R^Xy̾t', 'R^Xy̾t'),
('R8D^Kf', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php', 0, '_52ud]|', '_52ud]|'),
('+,œI04o`', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php', 0, 's݁NWp-`', 's݁NWp-`'),
('y<pO/', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php', 0, '4?%v0/𡏒4', '4?%v0/𡏒4'),
('mڽ/g9Ξ6', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php', 0, '	Zi9k5.4', '	Zi9k5.4'),
('u<@G#\rD', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php', 0, '+miB8', '+miB8'),
('iv', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php', 0, '!uv', '!uv'),
('u/ucÖ', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php', 0, 'Ux99', 'Ux99'),
('Jc@\0RYïSXD', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php', 0, 'A^tdzz9@', 'A^tdzz9@'),
('#m;NF;)', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php', 0, '+8͝}Ol', '+8͝}Ol'),
('Y\0Ȫ럛Q', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php', 0, '_Am3', '_Am3'),
('0=Lƅ~.WXY', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php', 0, 'L|\\ |Tb', 'L|\\ |Tb'),
(')1ğl\nA', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php', 0, '!9\Z{I9&', '!9\Z{I9&'),
('jԠ7:[', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php', 0, ')~)_}<8|V', ')~)_}<8|V'),
('N-E\03um', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php', 0, 'hK\0=S=J', 'hK\0=S=J'),
('Zm3x8', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php', 0, '6h;elc&', '6h;elc&'),
(';a1,Wl-yTY1', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php', 0, 'փ^:', 'փ^:'),
('_ou7', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php', 0, '4,3~)zw\\', '4,3~)zw\\'),
('Y7OIn\\u\\', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php', 0, '@Jssa@', '@Jssa@'),
('쪙Q2fii6\nF', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php', 0, '}9^]iJ', '}9^]iJ'),
('jPMȻl:~', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php', 0, '=B$%bߏ', '=B$%bߏ'),
('=ޢ۵jy{', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php', 0, '~T;p@lW', '~T;p@lW'),
('_[w\Z9tmmBm', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php', 0, '/Quz߅T8', '/Quz߅T8'),
('J\rn;?҂', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php', 0, '''Y5͔', '''Y5͔'),
('ahL\\lt\0}Hh', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php', 0, '5#$R{We', '5#$R{We'),
('-	5\nT', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php', 0, ':)\rZ:z9(', ':)\rZ:z9('),
('ڣEdDd M6D', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php', 0, 'j<', 'j<'),
('s8<bՔT', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php', 0, '<J=k', '<J=k'),
('[s.k', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php', 0, ' T0 \\ F', ' T0 \\ F'),
('t?=;qmՕŻ]o', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php', 0, '?ԛZ;PM', '?ԛZ;PM'),
('aY7OO.4pp', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php', 0, 'ŴW1bi~$D', 'ŴW1bi~$D'),
('Ci=}\rӏj9V', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php', 0, 'EI&D47s"$', 'EI&D47s"$'),
('ï`V', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php', 0, '/GÑ', '/GÑ'),
('S\\Q#\0nO$', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php', 0, '<&`55Ok', '<&`55Ok'),
('P矤ox,p', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php', 0, '`Z8&>s', '`Z8&>s'),
('&\Z.S\0gk', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php', 0, '|Q-Gأ2.', '|Q-Gأ2.'),
(')S\rxk6', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php', 0, 'W)\\YSE', 'W)\\YSE'),
('_#e`cG=', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php', 0, '\\Z!\nX9%', '\\Z!\nX9%'),
('gg''B4', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php', 0, 'U݈}UK?i', 'U݈}UK?i'),
('B933|@', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php', 0, '	D&Qr2!', '	D&Qr2!'),
('л3,\npre', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php', 0, '?߶>Y', '?߶>Y'),
('yРٱ-I', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php', 0, 'hʠ^}z!<af3L', 'hʠ^}z!<af3L'),
(';y4ӣW\r\n', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php', 0, 'ԿtVLZhAƹ', 'ԿtVLZhAƹ'),
('wc1sI', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php', 0, 'F]7ܑV4', 'F]7ܑV4'),
('%\n/i', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php', 0, 'B6Kh[\re<W', 'B6Kh[\re<W'),
('Ȥ"5W_', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php', 0, 'm݀\r9nK', 'm݀\r9nK'),
('.ɖi^', 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php', 0, 'm^UrZ(XX', 'm^UrZ(XX'),
('"+s;JQyf]n', 'wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php', 0, 'x𭜁AZ', 'x𭜁AZ'),
('\\ِ5KT7', 'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php', 0, '_4/F(', '_4/F('),
('$sq', 'wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php', 0, 'OOc*d~Pql5ߡg', 'OOc*d~Pql5ߡg'),
('N,mT?\\*V', 'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php', 0, 'HĤHtnK&', 'HĤHtnK&'),
('샧[\ZZ*lk', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php', 0, '򘉱#q~O', '򘉱#q~O'),
('b޲}', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php', 0, 'v!e(i:hZ', 'v!e(i:hZ'),
('|M>yF', 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php', 0, '&gKdC.ĵ&', '&gKdC.ĵ&'),
('W{T?@+i;', 'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php', 0, 'ݙvtLlꂭnw', 'ݙvtLlꂭnw'),
('fv\nX\n"-d2', 'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php', 0, ' CCzX95J', ' CCzX95J'),
('%cAzY,#', 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js', 0, 's؁49', 's؁49'),
('Ut>L"[', 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js', 0, '8ULa<oPĖ', '8ULa<oPĖ'),
('ԁѠ_3', 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php', 0, 'ץ2!U9\r', 'ץ2!U9\r'),
('BTMe$ix', 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/file.php', 0, '>G(i[I	H7', '>G(i[I	H7'),
('s[VGJ#7)', 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/folder.php', 0, 'nϵ]f', 'nϵ]f'),
('bBFF=T9', 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/object.php', 0, 'u\nW\\c<ީ', 'u\nW\\c<ީ'),
(':/Q}ZTq', 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/onedrive.php', 0, '4a$ Ts\r', '4a$ Ts\r'),
('hݹ2w$F6', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/AES.php', 0, 'x)0R', 'x)0R'),
('\rQ	ˎ+Bv2', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Base.php', 0, 'k#Ps\0', 'k#Ps\0'),
('h\nd|;R', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Blowfish.php', 0, 'Yd\n<7', 'Yd\n<7'),
('+d#U	5\\', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/DES.php', 0, 'Z:_E9q', 'Z:_E9q'),
('UmR=X,', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Hash.php', 0, 'X<a9@C`', 'X<a9@C`'),
('v>G6dspsg0', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RC2.php', 0, 'iLVF/`c', 'iLVF/`c'),
('y7w{Dm~{', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RC4.php', 0, '\ZFͦ`̡''', '\ZFͦ`̡'''),
('cd{#Uu:2r', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RSA.php', 0, 'Œ%`<^3', 'Œ%`<^3'),
('+!&ZdgaVк', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Random.php', 0, 'mMV3uh', 'mMV3uh'),
('{n\nxi}', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Rijndael.php', 0, '6_o8m7fXo2', '6_o8m7fXo2'),
('oAHkJ', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/TripleDES.php', 0, 'lQdTa$h(&', 'lQdTa$h(&'),
('YB=iA@*t', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Twofish.php', 0, '4g', '4g'),
('''}AL\0i', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/ANSI.php', 0, 'cpE>}', 'cpE>}'),
(':~cƦ%\nD', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/ASN1.php', 0, 'M&|=E', 'M&|=E'),
('щ >uB5K', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/X509.php', 0, '%Ѐ*', '%Ѐ*'),
('Z0;ɳN', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Math/BigInteger.php', 0, '-LSFJ', '-LSFJ'),
('h&:|P', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SCP.php', 0, '\rY4s', '\rY4s'),
('!ҽ`c_g&', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SFTP/Stream.php', 0, 'Cf?$0Tf#f:', 'Cf?$0Tf#f:'),
('<oyNAwJUC', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SFTP.php', 0, 'H+)ᨬ%<\r', 'H+)ᨬ%<\r'),
('ٶw\Z;#\0Y', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SSH1.php', 0, '~HqA̽/\0S<h', '~HqA̽/\0S<h'),
('obřNjdf', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SSH2.php', 0, 'kƜQ"A', 'kƜQ"A'),
('ؙ<X5Xߨhj5', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/System/SSH/Agent.php', 0, 'd\\AꅰN=ym', 'd\\AꅰN=ym'),
('ѩ''̕u', 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/System/SSH_Agent.php', 0, ';b\r5E', ';b\r5E'),
('y&@7o[', 'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js', 0, 'aXtɹ%', 'aXtɹ%'),
('nKmEz', 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-ui.js', 0, '>S`', '>S`'),
('7w+?V.', 'wp-content/updraft/plugins-old/updraftplus/index.html', 0, 'ݫ0XX(w}Qv', 'ݫ0XX(w}Qv'),
('3`4$܄Y', 'wp-content/updraft/plugins-old/updraftplus/methods/addon-base.php', 0, 'rKwFuaCQ', 'rKwFuaCQ'),
('tEGg:Z/.j', 'wp-content/updraft/plugins-old/updraftplus/methods/azure.php', 0, '|h\\R*', '|h\\R*'),
('֓˕}?', 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php', 0, '0Mv', '0Mv'),
('tz^L(r+P', 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php', 0, '>[3ܧYM', '>[3ܧYM'),
('){H΄`r[', 'wp-content/updraft/plugins-old/updraftplus/methods/copycom.php', 0, 'U|4`5*T', 'U|4`5*T'),
('ETݻQմs', 'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php', 0, ' :HR&H\n', ' :HR&H\n'),
('s@;ٸeg', 'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php', 0, 'Ù,)4~', 'Ù,)4~'),
('P9m4w_y0', 'wp-content/updraft/plugins-old/updraftplus/methods/email.php', 0, '+^G_jSO', '+^G_jSO'),
('Y:f7', 'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php', 0, '(%g#O|#', '(%g#O|#'),
('[Slm!.i', 'wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php', 0, 'ύ^Ӂd', 'ύ^Ӂd'),
('Rssv".', 'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php', 0, '`rn浾~D~k', '`rn浾~D~k'),
('PP', 'wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php', 0, 'bpeso/sM<', 'bpeso/sM<'),
(']B,Zv{', 'wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php', 0, '?>GPW?FqIJ''S', '?>GPW?FqIJ''S'),
('r/;ٜ6KśO', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php', 0, '+F$C8', '+F$C8'),
('Y1QptKarPg', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack.php', 0, 'b=׸%Ⱥ>', 'b=׸%Ⱥ>'),
('/5\\o''1X', 'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php', 0, '\n`n-+ 9p', '\n`n-+ 9p'),
('föiFIÉ8', 'wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php', 0, 'iIhxc&', 'iIhxc&'),
('h+Ms', 'wp-content/updraft/plugins-old/updraftplus/methods/s3.php', 0, 'rE{O1@', 'rE{O1@'),
('j|5:ʐ', 'wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php', 0, 'nH~O"akN', 'nH~O"akN'),
('78Į(w;\ZS', 'wp-content/updraft/plugins-old/updraftplus/methods/sftp.php', 0, 'GCeg`J-i]', 'GCeg`J-i]'),
('G.ã\0ܞަ', 'wp-content/updraft/plugins-old/updraftplus/methods/stream-base.php', 0, '0"Czsd6', '0"Czsd6'),
('Y6O9G,6[$', 'wp-content/updraft/plugins-old/updraftplus/methods/template.php', 0, '4OYťm#T', '4OYťm#T'),
('!_', 'wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php', 0, '0NsE|1', '0NsE|1'),
('V|zK EYl', 'wp-content/updraft/plugins-old/updraftplus/methods/viaaddon-base.php', 0, 'gO/\r{', 'gO/\r{'),
('zdq3aGI`\n?', 'wp-content/updraft/plugins-old/updraftplus/methods/webdav.php', 0, 'W\ZQq\rC3L*@D', 'W\ZQq\rC3L*@D'),
('ÖdLnm', 'wp-content/updraft/plugins-old/updraftplus/options.php', 0, 'l\ZE_%.', 'l\ZE_%.'),
('HwQ]*/F	x', 'wp-content/updraft/plugins-old/updraftplus/restorer.php', 0, 'G`}2v}b', 'G`}2v}b'),
('/Fs&Fr', 'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php', 0, '׭T{#6S+Y', '׭T{#6S+Y'),
('3q6>o2Y4g', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/debug-bar-panel.php', 0, '7TCo', '7TCo'),
('zv@7_', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/debug-bar-plugin.php', 0, '=	#	P!.-\0', '=	#	P!.-\0'),
('B{1I\rk(;unt9z', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/github-checker.php', 0, 'ޑBԷVq2', 'ޑBԷVq2'),
('''jQ|ZjEf', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/js/debug-bar.js', 0, 'H_T\rr*.Lt', 'H_T\rr*.Lt'),
('27ir(a', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/plugin-update-checker.php', 0, '@D\r֊z,aTlOk?', '@D\r֊z,aTlOk?'),
('TpI5KBYv', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/vendor/Parsedown.php', 0, '׃a~]\n?^', '׃a~]\n?^'),
(',UٽO	|', 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/vendor/readme-parser.php', 0, '=n`N', '=n`N'),
('/./Sf[Cg+', 'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php', 0, 'o?(ۄ&_', 'o?(ۄ&_'),
('qT sQ', 'wp-content/updraft/plugins-old/updraftplus/updraftplus.php', 0, 'e:"BT\Z', 'e:"BT\Z'),
('''Xv_', 'wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php', 0, '2Zтu\rrv', '2Zтu\rrv'),
('9HMVN', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php', 0, 'ބأW+y|', 'ބأW+y|'),
('9ڊ4nC', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php', 0, '\Z]<Q{c', '\Z]<Q{c'),
('-7ue|d(', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php', 0, 'TR]A@+4g', 'TR]A@+4g'),
('*~iKZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php', 0, 'hwɗZ\Z&c', 'hwɗZ\Z&c'),
('^&e )q', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php', 0, 'EozO=K', 'EozO=K'),
('"$qNĲeގd', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php', 0, 'ﯕKS+', 'ﯕKS+'),
('ijy!6', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php', 0, '21G$[', '21G$['),
('S*&', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php', 0, '?i]', '?i]'),
('^`1/&G$	]', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php', 0, 'P5+0$!|', 'P5+0$!|'),
('-hxbLLLvU(', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php', 0, 'diTܘ', 'diTܘ'),
('D?m', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php', 0, 'k^|KSLsg', 'k^|KSLsg'),
('B]mZK_hn', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php', 0, 'GH}l	g', 'GH}l	g'),
('浈AE>P', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php', 0, 'EzziW[Z"|9H', 'EzziW[Z"|9H'),
('rʌ4M#t"', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php', 0, '棔5,.ը!', '棔5,.ը!'),
('''xiHbhx/f', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php', 0, 'k#\\tLh;=', 'k#\\tLh;='),
('''M7o(1V''', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php', 0, ';l-a۬Z%G|', ';l-a۬Z%G|'),
('ãkocm7]', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php', 0, 'sʙU6aZN', 'sʙU6aZN'),
('1۲\0דZz{', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php', 0, ',8.6', ',8.6'),
('\Z/}D5XP\\z	', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php', 0, ',8.`PHDևN', ',8.`PHDևN'),
('~v5%+aB<', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php', 0, 'ѠUn!lL1', 'ѠUn!lL1'),
('kNE?)%~Sc', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php', 0, '@QI1d\naiP/', '@QI1d\naiP/'),
('py wXݒK''', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php', 0, 'A+)d', 'A+)d'),
('p#nzWCIP:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php', 0, 'uHW_++', 'uHW_++'),
('Άʟq"Q#5S34', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php', 0, '-I@=<', '-I@=<'),
('U(ⴥJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php', 0, '_nv1', '_nv1'),
('t;p%H.qU~m#c', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php', 0, 'BS2Lo', 'BS2Lo'),
('+twBC', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php', 0, '`qϵ=wf4', '`qϵ=wf4'),
('GZ*}|', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php', 0, '\rҳ', '\rҳ'),
('S2߲]c\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php', 0, 'u, !\n', 'u, !\n'),
('c˦*\0ǚ%m', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php', 0, '6eC\\XU=', '6eC\\XU='),
('eQ<@,tEJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php', 0, '`廦*&a>O<', '`廦*&a>O<'),
('_Mj1~{ٔ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php', 0, ',HiySU~', ',HiySU~'),
('+@2!c5!', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php', 0, '!킖(''I0fC', '!킖(''I0fC'),
('(.Wb v(G#Q', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php', 0, 'd\0enjeR>7', 'd\0enjeR>7'),
(';|O<uXz|ܖ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php', 0, 'SvBtO*.m', 'SvBtO*.m'),
('k{k%$A§', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php', 0, '1a5,7׻', '1a5,7׻'),
('DwOҞ[\ZL,', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php', 0, '_Τd].', '_Τd].'),
('O"jEL(~:~', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php', 0, 'ںmʸ]', 'ںmʸ]'),
('3dVmν``U', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php', 0, 'ZVVBSy9-u,:', 'ZVVBSy9-u,:'),
('MELk', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php', 0, 'R@={}QV{&\r', 'R@={}QV{&\r'),
(':!FnPB&', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php', 0, '@Y6㎚7', '@Y6㎚7'),
('ǾnK}S', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php', 0, '	d<WhJU', '	d<WhJU'),
('i\nuW', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php', 0, ';M༄Л2o', ';M༄Л2o'),
('wR[z/', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php', 0, ',ktN0+Я', ',ktN0+Я'),
('?uY', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php', 0, ')G熵\Z"', ')G熵\Z"'),
('݉wykE8I', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php', 0, 'iBʷA.\\Ӗ ', 'iBʷA.\\Ӗ '),
('\\#^DU˨}', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php', 0, '><v艗$sHt$', '><v艗$sHt$'),
('WYw{z=04s', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php', 0, 'iv)4JQ{[]@', 'iv)4JQ{[]@'),
('ȱsn~\rv"B', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php', 0, '	-C_+', '	-C_+'),
('W(w\\w|', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php', 0, 'S"NRz7', 'S"NRz7'),
(':by>$?X_', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php', 0, 'GH6mw=', 'GH6mw='),
('\ZUz/', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php', 0, 'd}Cf=Fc%', 'd}Cf=Fc%'),
('|>''B^', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php', 0, '1ԓ\\YdoM', '1ԓ\\YdoM'),
('''}8*ɌG_o$Y', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php', 0, '|̫&dDԤk', '|̫&dDԤk'),
('B/*a''ۂ>4fu', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php', 0, '[<aua_%P', '[<aua_%P'),
(' ي}~S', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php', 0, 'vk:M', 'vk:M'),
('bQIc>n$!ZYI', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php', 0, ':snb', ':snb'),
('Id`6dRT0', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php', 0, 'VYug&9(', 'VYug&9('),
('=zi%NDp', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php', 0, '.D\Zf1?Ӿ', '.D\Zf1?Ӿ'),
(']7U,sN', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php', 0, '}ؙ+oߦ&', '}ؙ+oߦ&'),
('˧V2o|\n -', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php', 0, 'CMU;d򫳅1', 'CMU;d򫳅1'),
('\r+6', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php', 0, '=iJwXB+', '=iJwXB+'),
('ԗp;Ml2rJ;3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php', 0, '9"tUB\rGT', '9"tUB\rGT'),
('jxLƠ_~', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php', 0, '>=@Xee', '>=@Xee'),
('BTIbNʡa3b', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php', 0, 'o s}\0R', 'o s}\0R'),
('7{vـy\n_', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php', 0, '\\[F)3', '\\[F)3'),
(',\r=A', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php', 0, 'l`\rtiqZ', 'l`\rtiqZ'),
(']/[* 9', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php', 0, 'zRV6#.1', 'zRV6#.1'),
('dQ74o5o', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php', 0, '''$^sl.2;\n/', '''$^sl.2;\n/'),
('"S}:?1', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php', 0, '>Ɛ', '>Ɛ'),
('ǠbeF]K', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php', 0, '11Ja\0\Z', '11Ja\0\Z'),
('տbv,B_B?jXZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php', 0, ')@8E[̴_t', ')@8E[̴_t'),
('ptzr	l', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php', 0, '߫ؔ^U=', '߫ؔ^U='),
('-ף\n(;nb#', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php', 0, '\Zm=jiZOW', '\Zm=jiZOW'),
('	\rj05', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php', 0, 'fpaf"_l ', 'fpaf"_l '),
('6ʢ홍d4:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php', 0, 'IV{B.', 'IV{B.'),
('>u@̌Cvq', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php', 0, 'W݅+-', 'W݅+-'),
('?J50x..Qe', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php', 0, 'YTCge˨', 'YTCge˨'),
('bN챿Az', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php', 0, '"20WRZ', '"20WRZ'),
('xPrMП', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php', 0, '.Wk3	N', '.Wk3	N'),
('8fb~8tB', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php', 0, '?\rLޕ', '?\rLޕ'),
('s12R o', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php', 0, 'w:gGAyt', 'w:gGAyt'),
(';6^ON^[', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php', 0, 'ύ`4C', 'ύ`4C'),
('viEQlX-P', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php', 0, 'eTM+)y7', 'eTM+)y7'),
('cZf<#N', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php', 0, 's򺰧)9сI5', 's򺰧)9сI5'),
(':W$ל', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php', 0, 'hv4bpڞ', 'hv4bpڞ'),
('>U+,i)''', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php', 0, 'ځ|A0g~b', 'ځ|A0g~b'),
('«?ӳ(4b', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php', 0, 'K#4k]', 'K#4k]'),
('FYփn', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php', 0, '\\30P', '\\30P'),
('Ct|7P', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php', 0, 'k0\ZhxV''x', 'k0\ZhxV''x'),
('[zuHSpT', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php', 0, '4\\YBǶ#Io', '4\\YBǶ#Io'),
(' PєPT', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php', 0, 'Zj%,Y$D#9K', 'Zj%,Y$D#9K'),
(''',>!By?', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php', 0, 'A;VMu3>Z', 'A;VMu3>Z'),
('#**arUp', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php', 0, ';֩Z@h''M', ';֩Z@h''M'),
('>׍P\rjP@', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php', 0, 'H"jvo', 'H"jvo'),
('Y\\o>\0D%!@', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php', 0, '\r/T8y+%!', '\r/T8y+%!'),
('2-@6L^7', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php', 0, '}Fe(,S8', '}Fe(,S8'),
('҉4f`Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php', 0, 'ҀkhM86', 'ҀkhM86'),
('; \nKLe\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php', 0, '6M$|6e]Uś\r*', '6M$|6e]Uś\r*'),
('<ځoLŷڠ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php', 0, '` Rrt', '` Rrt'),
('Tv;/P(', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php', 0, 'p@Ғ /', 'p@Ғ /'),
('\014ӻ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php', 0, 'n:Ki6', 'n:Ki6'),
('S? QNy?mLI', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php', 0, 'vf1|2y>', 'vf1|2y>'),
('o6*@Xp|', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php', 0, '"q=IJ:Ac', '"q=IJ:Ac'),
('َ~I:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php', 0, '.x5FNxB', '.x5FNxB'),
('7Oi6۬', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php', 0, '+8U3VZ,=', '+8U3VZ,='),
('&EHb)k', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php', 0, 'SU\rьlz8\\', 'SU\rьlz8\\'),
('6by5EQE', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php', 0, 'GbM۪8nB46', 'GbM۪8nB46'),
('^\n', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php', 0, 'G\rM.> ^h', 'G\rM.> ^h'),
('lS/@?\n+', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php', 0, 'AսL	9F˵', 'AսL	9F˵');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('3|pvY`N@&6', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php', 0, '~S{Oիxg%>', '~S{Oիxg%>'),
('Z1D67', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php', 0, '0.!8GRBw', '0.!8GRBw'),
('eQMg1b7I$', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php', 0, 'p"+o6x	', 'p"+o6x	'),
('@8rz', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php', 0, '=^9tP\Z#''Ì', '=^9tP\Z#''Ì'),
('dZiY03(~M', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php', 0, ',|c\\yGGO', ',|c\\yGGO'),
('uby3%up_', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php', 0, 'zBؾj', 'zBؾj'),
('am8!n(Ƥ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php', 0, '$1e)', '$1e)'),
('Z,yA', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php', 0, '}ɹ_!o^(', '}ɹ_!o^('),
('┵͠r32Q[', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php', 0, 'lA0_', 'lA0_'),
('Tٟ^*87', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php', 0, '!axv^uK8\n', '!axv^uK8\n'),
('2cnW:Ic', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php', 0, '''N@ZtTa', '''N@ZtTa'),
('M|12.6D', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php', 0, 'Z8a֞', 'Z8a֞'),
('<fwb)ӱҘ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php', 0, '٠k,"9G=', '٠k,"9G='),
('	@ƹ_h*e3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php', 0, '2ӿnYcfp', '2ӿnYcfp'),
('+;Y z+Z^', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php', 0, 'HӤ@@jA ', 'HӤ@@jA '),
('q@ C3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php', 0, 'ow''k', 'ow''k'),
('lqY((', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php', 0, 'f/At:M%', 'f/At:M%'),
('<mIjf[', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php', 0, '66]N<%g->ȭ', '66]N<%g->ȭ'),
('!|''%''%', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php', 0, 'Ϛ~3D@mԔ', 'Ϛ~3D@mԔ'),
('3D@Xq񮼵a', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php', 0, 'NjOf=$=&ƚ', 'NjOf=$=&ƚ'),
('H/\Z%x!4WF:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php', 0, '\\1~<fo/', '\\1~<fo/'),
('Yc`TgM', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php', 0, '|S}-:ZFA^', '|S}-:ZFA^'),
('&c)>"|E', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php', 0, 'j'':\rcGxA', 'j'':\rcGxA'),
('yǗm~T', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php', 0, '\rƝ\ZP', '\rƝ\ZP'),
('?:@XAV', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php', 0, 'C\nF\\|', 'C\nF\\|'),
('Q`;Η-?', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php', 0, '(ߊvİ}!', '(ߊvİ}!'),
('g<Q8m&!i', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php', 0, 'fC/˿^ .`&', 'fC/˿^ .`&'),
('#)#gW}', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php', 0, '^EݫʗZ', '^EݫʗZ'),
('+dӒ-', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php', 0, 'c[a@YQmiX', 'c[a@YQmiX'),
('\nT*Û]Z>h', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php', 0, 'DіNN', 'DіNN'),
('1$ʐª#y', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php', 0, '<=<Y', '<=<Y'),
('P+!r~j	/t', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php', 0, 'u0ʛyb8a', 'u0ʛyb8a'),
('"^)D''Ց', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php', 0, '8hW?KAif~^', '8hW?KAif~^'),
('J[a$J3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php', 0, 'w{7*)l', 'w{7*)l'),
('\Z\nG/k!', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php', 0, '\\C3Qm<`', '\\C3Qm<`'),
('\\UxRSR', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php', 0, 'vi5P\r\n(J', 'vi5P\r\n(J'),
('\nIzK8)u', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php', 0, '2o3vBۋ', '2o3vBۋ'),
(':Ivo_Sxk%', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php', 0, 'V#g1', 'V#g1'),
('Y8}+n"lR', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php', 0, '&Ma\n|/	YY', '&Ma\n|/	YY'),
('&y6"f*b٘b', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php', 0, '8wLgR9ZqL\r', '8wLgR9ZqL\r'),
('b#S^i', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php', 0, 'S=I\ngk|', 'S=I\ngk|'),
('>lµ`<', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php', 0, 'I,#0@', 'I,#0@'),
('%}D/X|:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php', 0, 'd)L2*if', 'd)L2*if'),
('yc׶\ZVl', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php', 0, 'yrENq(*K.', 'yrENq(*K.'),
('Z"NCTRe\n', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php', 0, '(DJBÿrPVT', '(DJBÿrPVT'),
('\00UL+2q', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php', 0, 'f/@>M\0GXm', 'f/@>M\0GXm'),
('$ZsE:', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php', 0, '$p#\ZX3*a', '$p#\ZX3*a'),
('SOd', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php', 0, '5ΠPDq2', '5ΠPDq2'),
('\r=`e={dQO\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php', 0, 'DhQk', 'DhQk'),
('$l}|]d-bmR', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php', 0, 'Y<aZZ[K', 'Y<aZZ[K'),
('yq&PJb,#{', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php', 0, '2]z`ϵE,', '2]z`ϵE,'),
('7,Q<\\_?', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php', 0, 'W0qxi!8', 'W0qxi!8'),
('_NR\Z_b', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php', 0, '("f]h0"Ѹ''N', '("f]h0"Ѹ''N'),
('c;)1oi', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php', 0, 'tCn`', 'tCn`'),
('QW.}f3N', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php', 0, 'DYr\r;f', 'DYr\r;f'),
('~92ǔńJ.', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php', 0, '9\\Lfxf,fG', '9\\Lfxf,fG'),
('i%eMd$''mV', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php', 0, 'LIH\r', 'LIH\r'),
('ȷR~H6}`Ɍ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php', 0, '71IL̷b', '71IL̷b'),
('¢(|iB<', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php', 0, 'j\rO.}q^8', 'j\rO.}q^8'),
('cf,ůg', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php', 0, '?>\rgJա', '?>\rgJա'),
('xIK\rT{', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php', 0, '㘲\r3a&G[', '㘲\r3a&G['),
('%\rE~,4f,', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php', 0, '</0Su?e3', '</0Su?e3'),
('Q}v݉iN', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php', 0, 'IpZUatom', 'IpZUatom'),
('{B.POX?cq;', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php', 0, '8^$_Z\0s', '8^$_Z\0s'),
('#O8T~E6', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php', 0, 'ؙftn o''', 'ؙftn o'''),
('O#	r''', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php', 0, 'u!\Z/uÑ', 'u!\Z/uÑ'),
('iKREIK_', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php', 0, '@+FC!L\nI', '@+FC!L\nI'),
(')W HH', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php', 0, '<n"\0DR>d', '<n"\0DR>d'),
('\0ch', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php', 0, 'PH|xjY', 'PH|xjY'),
('@h;`P6qn),#a', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php', 0, ';UMX++=', ';UMX++='),
('$nMuIY', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php', 0, 'ggqۧc̕', 'ggqۧc̕'),
('4OHpBC', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php', 0, 'PẁC~}?5p', 'PẁC~}?5p'),
('1N|eܓø2R4*', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php', 0, 'xD3K402fȕ', 'xD3K402fȕ'),
('d]=Q͗cn', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php', 0, 'yڛWҰ?߫', 'yڛWҰ?߫'),
('̐g}~y\r3ag', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php', 0, '''!,@m!W+', '''!,@m!W+'),
('3[M', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php', 0, 'kPV?JLQe2', 'kPV?JLQe2'),
('Q{	N478Ie', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php', 0, 'hgtIʳ*', 'hgtIʳ*'),
('+\Zi/a&e{ǚ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php', 0, '}rv5~Y2G|', '}rv5~Y2G|'),
('5sВ,I?', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php', 0, 'Qv3Q\\V', 'Qv3Q\\V'),
('+Jea:_,', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php', 0, 'ثDޕ;L]', 'ثDޕ;L]'),
('Zib{8', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php', 0, 'ms0_ɵp', 'ms0_ɵp'),
('"L@$Mz', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php', 0, '+jY\Zr|x', '+jY\Zr|x'),
('\n#N"r', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php', 0, 'qK+p̴', 'qK+p̴'),
('grNhΐp', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php', 0, 'I*Iʫ6X', 'I*Iʫ6X'),
('#F<	', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php', 0, ':v.\rQ', ':v.\rQ'),
('{Z> jN?^', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php', 0, '+M`c}', '+M`c}'),
('M_U7Oq', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php', 0, 'સv,6c', 'સv,6c'),
('(P\00ӈ''6W87', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php', 0, 'aFN1<˝ޝn', 'aFN1<˝ޝn'),
('ߘPz+:d', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php', 0, '	b)ɐ9h]', '	b)ɐ9h]'),
('ͧG$1#dmҫ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php', 0, '%삆U|Ȃ D', '%삆U|Ȃ D'),
('O''[{?q', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php', 0, '#9xzFI3', '#9xzFI3'),
('CZK~x', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php', 0, '+ty"WoM?', '+ty"WoM?'),
('Omu!JrU', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php', 0, '3.''2\Z@UP', '3.''2\Z@UP'),
('4Ca)	BH', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php', 0, 'b]`NU7$', 'b]`NU7$'),
('Qҧᜀc^M', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php', 0, 'D\\TwkclJ', 'D\\TwkclJ'),
(',GU>]T', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php', 0, 'N[	m|`,', 'N[	m|`,'),
('r*Ы''|', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php', 0, ' y<"PϮEE', ' y<"PϮEE'),
('}L^|(', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php', 0, ',jV|eͻkf', ',jV|eͻkf'),
('Dt\r>', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php', 0, '=-YJV-tI', '=-YJV-tI'),
('x_\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php', 0, ':0Zކ\Z', ':0Zކ\Z'),
('~䣀ޮSk`', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php', 0, '7G`E3o 5C?', '7G`E3o 5C?'),
('AV4Q-&&9', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php', 0, 'Zz\Zp^"8>', 'Zz\Zp^"8>'),
('OTMM;8ot', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php', 0, 'ݬM42+', 'ݬM42+'),
('''7I+W熡', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php', 0, 'pA"ǣ|', 'pA"ǣ|'),
('+Pa5|gq j', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php', 0, '	WNa	/m^', '	WNa	/m^'),
('_ f_k', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php', 0, ')cF_%', ')cF_%'),
('`N', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php', 0, 'ː[Z?\r\Z$', 'ː[Z?\r\Z$'),
('SZ?<4', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php', 0, '\\>y2]', '\\>y2]'),
('c5И7U', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php', 0, ')ipJe-', ')ipJe-'),
('\ry? ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php', 0, '\Z@P#2', '\Z@P#2'),
('ּУ1O', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php', 0, '=u5FJ/+D', '=u5FJ/+D'),
('P+ǌNw#e,', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php', 0, '|="`(r', '|="`(r'),
('Ot).5܇3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php', 0, 'RJ꾽r\0', 'RJ꾽r\0'),
('tao\Zb?', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php', 0, '$l̅!8!', '$l̅!8!'),
('MPEL8ߕ{z', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php', 0, 'BEpc', 'BEpc'),
('\Z:|H7HC?\r', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php', 0, 'Pkr\\ܚ', 'Pkr\\ܚ'),
('`48+^U', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php', 0, 'k6r;HpjԪ', 'k6r;HpjԪ'),
('O@ZodeWJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php', 0, ')27@n\nHG;', ')27@n\nHG;'),
('EcrM\0bߙ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php', 0, 'Af\\$ep5P;', 'Af\\$ep5P;'),
('JRtk', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php', 0, 'pN3\ri', 'pN3\ri'),
('Xzmy˵', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php', 0, 'EHLrhƣF_Yb', 'EHLrhƣF_Yb'),
('kY7&/z]', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php', 0, '!i}ط]', '!i}ط]'),
('YiI&Ge\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php', 0, '	%؄!la', '	%؄!la'),
('j&J؇P,^>', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php', 0, '))\rb?', '))\rb?'),
('/8E[χ7J', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php', 0, 'fs#G8^', 'fs#G8^'),
('H̔KųYP3', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php', 0, 'qI{\0(0TM"&', 'qI{\0(0TM"&'),
('BNCk-Oa', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php', 0, 'WfQ[[', 'WfQ[['),
('^Iʝm|', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php', 0, 'g34VN߳-', 'g34VN߳-'),
('&Th	l>\n͠VT', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php', 0, 'a!fʟD', 'a!fʟD'),
('˒!~5w03rX', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php', 0, ' 7[Ud', ' 7[Ud'),
(')L6ޭ4.', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php', 0, '8+<Wx/G', '8+<Wx/G'),
('Amݧv', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php', 0, '?! |k,[N\0', '?! |k,[N\0'),
('\rC\\i', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php', 0, 'Ưk''f\0	|Ha', 'Ưk''f\0	|Ha'),
('`2P2z', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php', 0, 'wDFӉ6', 'wDFӉ6'),
('apm+ne', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php', 0, ')5=SV;', ')5=SV;'),
(')ؽΣN3(x', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php', 0, 'ϓ|g~$', 'ϓ|g~$'),
(',\n''$J', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php', 0, 'mU{', 'mU{'),
('x*pֵ', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php', 0, '`}VtPSapw#', '`}VtPSapw#'),
('''\ZA,\r)a-', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php', 0, '+>ZQ', '+>ZQ'),
('cauBz#', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php', 0, 'D1<H-Z', 'D1<H-Z'),
(':9*$T	p\\|j', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php', 0, '6}YNm}', '6}YNm}'),
('_JfE1D\n\ZTt', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php', 0, '˨\\.Zd	H', '˨\\.Zd	H'),
('N5f貅:r=', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php', 0, '''rz+2以G', '''rz+2以G'),
('>\rڭep!g<', 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php', 0, 'Tܷè")!i', 'Tܷè")!i'),
('y·+4', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php', 0, '~1ηP *.', '~1ηP *.'),
('z}snzzu', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php', 0, ',L-;!-', ',L-;!-'),
('I<)21', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php', 0, '5FLlQy', '5FLlQy'),
('h􋄠,]e', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php', 0, '\\I&\Zu5ە', '\\I&\Zu5ە'),
('\n!<eѰa2', 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php', 0, 'p@5%4K7', 'p@5%4K7'),
('ODh]\n5', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php', 0, '<MWz', '<MWz'),
('ho4{F]?͢s?_', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php', 0, 'eꮲI56{4U', 'eꮲI56{4U'),
('\ny_&L߁*=B', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php', 0, '(IY', '(IY'),
('nBp~b)', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php', 0, '"ȍbxw)Q', '"ȍbxw)Q'),
('.}`ȕ6jS<8', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php', 0, 'yp?m}', 'yp?m}'),
('߂P-', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php', 0, '`|2j?3', '`|2j?3'),
('vCSlN^a', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php', 0, 'oX>>LZ4\\', 'oX>>LZ4\\'),
('q[ed-]', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php', 0, 's	׵Fa>', 's	׵Fa>'),
('.M_eT', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php', 0, 'xw+;axjt|', 'xw+;axjt|'),
(',ESA:', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php', 0, 'qw<\Z-60', 'qw<\Z-60'),
('w=>zϗS6', 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php', 0, 't>XQ!V', 't>XQ!V'),
('JKz7"na8', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php', 0, 'WDKXa', 'WDKXa'),
('h˕Ȍ\0?0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', 0, 'յk!&', 'յk!&'),
('weLé', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php', 0, ',1@b9', ',1@b9'),
('shzQ̒	u', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', 0, 'XEm3+O^[(u', 'XEm3+O^[(u'),
(',偮-y', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', 0, 'T]^P\0k	n', 'T]^P\0k	n'),
('4[=H', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', 0, 'CVsybo3`>j#', 'CVsybo3`>j#'),
('{nFN(l', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', 0, 'q)XMԭ`@Fv', 'q)XMԭ`@Fv'),
('Npe)țvG=ޮ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', 0, '`?2K4t', '`?2K4t'),
('ͧ`=.\r', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', 0, '\0#%', '\0#%'),
('0FU㿦`0d', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', 0, 'qӨ''=]', 'qӨ''=]'),
('gWӏNtG&', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', 0, '(#hW_Ev[29!}', '(#hW_Ev[29!}'),
('DЪ8ː0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', 0, '.$E5s{m', '.$E5s{m'),
('"pBN=ФZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', 0, '?O$+dz\0\0', '?O$+dz\0\0'),
('®''M>6\r6rÒ\n', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', 0, '.ʹoCc*Yq', '.ʹoCc*Yq'),
('%o''eв', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', 0, '\nl)sc', '\nl)sc'),
('WS~IJ^wc}', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', 0, 'bʼ:Qs', 'bʼ:Qs'),
('}" v?p', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', 0, 'ӑqhj!$:EB', 'ӑqhj!$:EB'),
('FJL҇\Z/', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', 0, 'ҙ[e9\rT', 'ҙ[e9\rT'),
('Ω~~', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', 0, 'CڥK*Z|4t', 'CڥK*Z|4t'),
('$dE\n]', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', 0, 'j&y"@tQ', 'j&y"@tQ'),
('.VX}";\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', 0, 'a|	XŤD5Su[~', 'a|	XŤD5Su[~'),
('~,)15=$-', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', 0, '}RDjƻd@', '}RDjƻd@'),
('e\0S!f', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', 0, 'sB.QoWkG_', 'sB.QoWkG_'),
('4([Ww6', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', 0, '*I\\V:rd', '*I\\V:rd'),
('\n8@@Qm`XD', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', 0, '[&E\rR37Cg,', '[&E\rR37Cg,'),
('"Vv?K', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', 0, 'Ngb<g[', 'Ngb<g['),
('G2+p:v^', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php', 0, '$HLj 	[', '$HLj 	['),
('l2Xɤ|', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php', 0, '9%	(²', '9%	(²'),
('lh-vccG-V', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', 0, ' Mߌu.<', ' Mߌu.<'),
('=ö%hwY', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', 0, ' 7o-&hR=', ' 7o-&hR='),
('C/\ZW\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', 0, 'tVLmm8b-{e', 'tVLmm8b-{e'),
('0~ﺷKz', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', 0, 'vFό:p&`', 'vFό:p&`'),
('E[#(Ӈ]qZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', 0, 'P_:)q`{#', 'P_:)q`{#'),
('^܉b\r+䬇\n', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', 0, '!3,S''', '!3,S'''),
('@ՊH=[3[z''', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', 0, '>bY	PHV', '>bY	PHV'),
('az9i_֨Π=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', 0, 'ۨ0k~l<J4', 'ۨ0k~l<J4'),
(']#|>~A$+~', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', 0, 'TfXO''0x', 'TfXO''0x'),
('n6f', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php', 0, '\05;ZW', '\05;ZW'),
(':ODt-\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', 0, '6Ԧ#hlܞs', '6Ԧ#hlܞs'),
('~N\0zS3%', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', 0, 'U\nfvQ_x%c', 'U\nfvQ_x%c'),
('؂fvZ"', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php', 0, '-%5vF\0*', '-%5vF\0*'),
('"77R''H\\T', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', 0, '@l7	3;5sS', '@l7	3;5sS'),
('."¹WP', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', 0, 'Ll8_6$-	Hg', 'Ll8_6$-	Hg'),
('ք)pAΆ]5$', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', 0, '%xqZlZ<?s', '%xqZlZ<?s'),
('#S KG1 ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', 0, 'u~i84YkC', 'u~i84YkC'),
('r\Z(\0$-', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', 0, 'ڊI_\rtW0', 'ڊI_\rtW0'),
('/!NAZ3{Ghx', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', 0, 'xW }t]-', 'xW }t]-'),
('*	RIU', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', 0, '\rQlW$', '\rQlW$'),
('\r1cMv', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', 0, '^}NYs}7', '^}NYs}7'),
('Ջt_J\0%', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', 0, 'Ɣ/\\m[~q)', 'Ɣ/\\m[~q)'),
('ژanC', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', 0, '.5}ֲ&6j(~', '.5}ֲ&6j(~'),
('S룶ޣ7l"aI{', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', 0, 'ʰL@j\nn', 'ʰL@j\nn'),
('g!h', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 0, '\\$tkW', '\\$tkW'),
('*b.c9ᶷg\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', 0, '/OAIΗP', '/OAIΗP'),
('bM|漊zO_ɚ3', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', 0, 'Y\0leԄ1,}\r', 'Y\0leԄ1,}\r'),
('1TlSQQo', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', 0, 'r{_d]أ	To', 'r{_d]أ	To'),
('M9y;?#P6Y/D', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', 0, '}d	', '}d	'),
('y-V', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', 0, '&!K<UZʛ', '&!K<UZʛ'),
('퓇p\\@:w[', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', 0, 'Sl', 'Sl'),
('L0VdvZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', 0, 'D@<(xHm', 'D@<(xHm'),
('%eg([R', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', 0, 'oSO', 'oSO'),
('&oar.wsK', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', 0, '[Hޥ0i5', '[Hޥ0i5'),
('8e$', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 0, 'tNJS8', 'tNJS8'),
(':ꃖR]RNN', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', 0, '_.@ap', '_.@ap'),
('$\\s0G>}N', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', 0, 'RG0n\ny\nh', 'RG0n\ny\nh'),
('|k4_f},X', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', 0, 'Z4ۡ(g[', 'Z4ۡ(g['),
('#K	QB', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 0, '(Eɿ''j+.T}', '(Eɿ''j+.T}'),
('@`Iw5)2', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', 0, 'Wq{:|e&M', 'Wq{:|e&M'),
('2̿>j¬y', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', 0, '\\/]dCHo-', '\\/]dCHo-'),
('U\0yetÓ0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', 0, 'ஃLz*Bg', 'ஃLz*Bg'),
('_dԢDxJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', 0, 'k2bQ-?a', 'k2bQ-?a'),
('XO', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', 0, '}9mZ', '}9mZ'),
('J+^:', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', 0, ' &ʾ\0"d', ' &ʾ\0"d'),
('7V%)wB.', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', 0, 'æY-[~ ', 'æY-[~ '),
('r9"Agknl', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', 0, ';7:ǐY\n,', ';7:ǐY\n,'),
('H)HyP', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', 0, 'nhaw*', 'nhaw*'),
('\0uƚ&XЩ-', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', 0, 'CǡhF.I`', 'CǡhF.I`'),
('c̼n8|\Z$', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', 0, 'l	''Cٽ', 'l	''Cٽ'),
('EcxD!B', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', 0, ')o<Yb\\f', ')o<Yb\\f'),
('k}K''ў', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', 0, 'gjGm*fYE\\T', 'gjGm*fYE\\T'),
('_^瓊PlE', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 0, ']/p=}qd	;', ']/p=}qd	;'),
('!ٌt,\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', 0, '&&4K', '&&4K'),
('X-i5)O ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 0, 'n\Zl-cNX''*7', 'n\Zl-cNX''*7'),
('eR8\Z<', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php', 0, 'tTnJxx', 'tTnJxx'),
('T2dg"z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', 0, 's,sqԟ\0߭b?', 's,sqԟ\0߭b?'),
('[ Qg', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', 0, '2,E4lCA', '2,E4lCA'),
(',ݍBMȤ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', 0, '0_s7=Iǚ', '0_s7=Iǚ'),
('Rv;{e͉-', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php', 0, 'kNc*&bԏ9F', 'kNc*&bԏ9F'),
('Oǿ+\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', 0, '	BPKS0', '	BPKS0'),
('dL.[¼=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', 0, 'u3UGT>-', 'u3UGT>-'),
('Ү\nny', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', 0, '	z).N<QWT', '	z).N<QWT'),
('X1+.>@>L', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', 0, '+~P3', '+~P3'),
('z$k*\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', 0, '~#[hoD', '~#[hoD'),
('Y\nkg$\r,', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', 0, '~jmd', '~jmd'),
(')z3Hjv o', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', 0, '~\rUFb{iI˦', '~\rUFb{iI˦'),
('z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', 0, '}(/D.OUtk(', '}(/D.OUtk('),
('^J~\r\\^*=oA', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', 0, 'EW!"`h2', 'EW!"`h2'),
('.jO0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', 0, '%r(Z2jvۿ', '%r(Z2jvۿ'),
('JgȻf#.ۚ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', 0, '|\\؏Ͷjh/4', '|\\؏Ͷjh/4'),
('^\0K', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', 0, 'yF_\0W7ψ', 'yF_\0W7ψ'),
('뇻TolZ+H', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', 0, 'gIz.FV:%', 'gIz.FV:%'),
('lץ\r00j8m', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', 0, 'TM*c4E-''a', 'TM*c4E-''a'),
('0''ە@', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', 0, 'IpF߷o', 'IpF߷o'),
('g70VU`Iz', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', 0, 'U\Z+@D1', 'U\Z+@D1'),
('Y!L}>wA8D', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', 0, 'V_k\0yĴ', 'V_k\0yĴ'),
('pO:tL}+oJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', 0, '\nŶYpAkb߉0', '\nŶYpAkb߉0'),
('cz<A6c', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', 0, '~p_\ZGr 4]', '~p_\ZGr 4]'),
('GEzkņ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', 0, 'Fq͚|#lf', 'Fq͚|#lf'),
('`jT;K', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', 0, 'ڲ9c%4k(A5', 'ڲ9c%4k(A5'),
('L6?NZaV', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', 0, ',O/ݷ)', ',O/ݷ)'),
('c)]^', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', 0, '?So\0\Zq9', '?So\0\Zq9'),
('yA?ZfMeK]e4', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', 0, 'l|1aSÉ8', 'l|1aSÉ8'),
('-AF\0DN', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', 0, '8WYl@\n', '8WYl@\n'),
('	2gf4Gq', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 0, 'O qYYsi', 'O qYYsi'),
('x=}#', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', 0, 'Ś!^۴+EB', 'Ś!^۴+EB'),
('TߔH]="', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 0, ' ⁀*νjDX', ' ⁀*νjDX'),
('ͤfJϥ7', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', 0, 'ef\rh2+\Z1Ԍ(', 'ef\rh2+\Z1Ԍ('),
('U5u', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', 0, 'ˌ:Z-', 'ˌ:Z-'),
('w\nvv9hv[x1', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', 0, 'kt', 'kt'),
('6?p<!y[cvk', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 0, '&=_r2', '&=_r2'),
('\Zsx&ha''', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 0, 'Sÿ1.k', 'Sÿ1.k'),
('Ra4Z/\0"2F', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', 0, '.څR`uDLHP', '.څR`uDLHP'),
('#xt3!R', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', 0, 'RR͔%', 'RR͔%'),
('ueC_,ém', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 0, '5Խ18/|o/', '5Խ18/|o/');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('˶Q}l\\ذ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 0, '\n/h>', '\n/h>'),
('Wtwqk>i.', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 0, '8H].̇n"В9', '8H].̇n"В9'),
('m)4x*', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 0, 'z\0ݽDhĻ%', 'z\0ݽDhĻ%'),
('G''ȶS[', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 0, 'bt,p7bT', 'bt,p7bT'),
('0&(Th', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 0, 'DCiun550g', 'DCiun550g'),
('1\r\0^*.n/9', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 0, '\Z3]^\0sm', '\Z3]^\0sm'),
('+N;$&\Zg\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 0, 'EJs@qNB>0', 'EJs@qNB>0'),
('S5Av9wDmR', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 0, '[Qf{B9A', '[Qf{B9A'),
('0nxL', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', 0, 'a^q-5EZCRA', 'a^q-5EZCRA'),
('QB)J=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', 0, ';0K=2g@͍', ';0K=2g@͍'),
('&3ۈHP4f', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', 0, '^F<)ҿ՜l', '^F<)ҿ՜l'),
('\rV0Z#}xvi+', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', 0, '&/{h4x2', '&/{h4x2'),
('i*\n1,)[', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', 0, 'sY(XwK7', 'sY(XwK7'),
('- ?̰', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', 0, '_e㙩ͮ+', '_e㙩ͮ+'),
('	7@8KFP[', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', 0, 'p~\\''acl', 'p~\\''acl'),
('p^ybg&g', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', 0, 'rܜG#i=ö/<', 'rܜG#i=ö/<'),
(',(b3h(e|', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', 0, '⩩mPyS', '⩩mPyS'),
('@ݬ|x7:m', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', 0, 'w5y؝w]bg', 'w5y؝w]bg'),
('G:):`N', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', 0, ')ETQFu', ')ETQFu'),
('R2E&\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', 0, 'M9a''', 'M9a'''),
('\063M}', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', 0, '2aC?\rfqn', '2aC?\rfqn'),
('؅\rJY~-MVS', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', 0, 'g;5JDc', 'g;5JDc'),
('mlrH08]', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', 0, '''Xw<hJLڏ', '''Xw<hJLڏ'),
('H29?81=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', 0, '/>!LG', '/>!LG'),
('bY5UR', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', 0, '[t.ޱƳuu8{', '[t.ޱƳuu8{'),
('8;R̳}Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', 0, 'jzm#Ir\ny', 'jzm#Ir\ny'),
('r#}ӒkO', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', 0, '5j>?~[-{', '5j>?~[-{'),
('gc_NG', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', 0, '&3f=g-\n', '&3f=g-\n'),
('1M:C\r6}a^', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', 0, 'Ez{8;j\Za', 'Ez{8;j\Za'),
('=j7\n0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', 0, '9CZg', '9CZg'),
('%,H6>1', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', 0, 'eHs\rORif', 'eHs\rORif'),
('aWXֽ٣#>#', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', 0, '{(A,d1B', '{(A,d1B'),
('NO}R)sь;', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', 0, 'dIJ>\\', 'dIJ>\\'),
('Nzhs', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', 0, '!+vmٷ޲|', '!+vmٷ޲|'),
('<aݐz7', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', 0, '~S5>,oV.ϡle', '~S5>,oV.ϡle'),
('z=vU*ݜ_<5D', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', 0, '_mAB\rM%FQ', '_mAB\rM%FQ'),
('P.S\0}Kh', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', 0, 'ݢyi1+Ɛ^', 'ݢyi1+Ɛ^'),
('-A?MT0;9WBk', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', 0, '''\\/	v', '''\\/	v'),
('jA7|if(', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', 0, 'e U\n~ɹ', 'e U\n~ɹ'),
('-,n\n>>kg', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', 0, 'Sdu\0Nkga', 'Sdu\0Nkga'),
('fsIB=r>g', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', 0, ',iS''d', ',iS''d'),
('FyhǽN', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php', 0, 'h~gx#}u', 'h~gx#}u'),
('g[uBGizsE3G', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', 0, 'ibZKhdL\\', 'ibZKhdL\\'),
('[a#', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', 0, '^ުz)~c', '^ުz)~c'),
('\\s/{(L̵', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', 0, '8v0~ۜ߭R$', '8v0~ۜ߭R$'),
('LM.%VYd', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', 0, 'OA''9''+;姗ax', 'OA''9''+;姗ax'),
('}VJO`M5/\r', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', 0, '3n.nPh=', '3n.nPh='),
('e`\rղa', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', 0, 'p)]zj', 'p)]zj'),
('CR"l5u<y{', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', 0, 'OjjbwX3', 'OjjbwX3'),
('\niB4''Պ^+', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', 0, '\rUQGjD5_;', '\rUQGjD5_;'),
('lN;Vvd', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', 0, '-\\AbQ*wDD', '-\\AbQ*wDD'),
('V~Rݡݤyx @', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 0, 'n\nz!w><T', 'n\nz!w><T'),
('PA\r?^>', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', 0, '`r?}\\', '`r?}\\'),
('	y[^?Y', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', 0, 'DEW''&', 'DEW''&'),
('n0s(Ú\\]<f', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 0, 'hPmpC3V', 'hPmpC3V'),
('Nw5e浳\\Uxu', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 0, 'E!fD]rKԚ', 'E!fD]rKԚ'),
('I)葍K@4I', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 0, 'mYQy', 'mYQy'),
('缂ac', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 0, '"lѼ)&L{6gG', '"lѼ)&L{6gG'),
('Wt[?ĦHƣ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 0, 't>e=8', 't>e=8'),
(']%l9L', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 0, '	:gJď', '	:gJď'),
('@[saPEߦ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 0, '%k7ۻ+', '%k7ۻ+'),
('jcR*Y߉ ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 0, 'jJI`\rLw', 'jJI`\rLw'),
('r~\0+B {4<', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 0, ']D.,Xe', ']D.,Xe'),
('3r3`&4', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 0, '\ZJ@M/e_L', '\ZJ@M/e_L'),
('A|\nUjR/', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 0, 'UUx3Je)&', 'UUx3Je)&'),
('u×zb/', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 0, 'Kȅ{G߭', 'Kȅ{G߭'),
('~\Z<M`GO{N', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 0, '1ͩ#3', '1ͩ#3'),
('|-\r7	d@l', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 0, 'C2O?LJ."', 'C2O?LJ."'),
(']P)8K3x댠', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 0, 'ƫY\\Ӥ7iIчU', 'ƫY\\Ӥ7iIчU'),
('v֎''NqFDƮ:', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 0, '\nAjJm8W^IM', '\nAjJm8W^IM'),
('u˺M9T', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 0, '#)^sP$', '#)^sP$'),
('wRjf`Z{', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 0, '>{O<܅b1', '>{O<܅b1'),
('[+06-', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 0, '/"W.r`xD', '/"W.r`xD'),
('2+aQ<', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 0, '72c,Y', '72c,Y'),
('h{ea`,_o', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', 0, 'SO6-7#h\r', 'SO6-7#h\r'),
(';s`\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', 0, 'es!\Z', 'es!\Z'),
('Sа7Ȗ(', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', 0, '''$Cd"}|k@', '''$Cd"}|k@'),
(')(f1', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', 0, 'pyud#΁S$5', 'pyud#΁S$5'),
('ԅ8n8/y', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', 0, 'xNwy[8', 'xNwy[8'),
('/#}ڷjܠ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', 0, '+	qL+Sm', '+	qL+Sm'),
('><|tEлo', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', 0, 'EVI%wF', 'EVI%wF'),
('}3pC_-Z&64', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', 0, 'Yc٬D[nDK', 'Yc٬D[nDK'),
('=dZpehnr$', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', 0, 'Bmu\ZU@', 'Bmu\ZU@'),
('p&`Z6z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', 0, 'S5»9', 'S5»9'),
('+@5Uc', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', 0, 'W9Pڠ&B', 'W9Pڠ&B'),
('#9a@0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', 0, '{<B[224;͎=', '{<B[224;͎='),
('-Źz^G', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', 0, 'pvRGUy\r	f', 'pvRGUy\r	f'),
('õ!-pw%`kT', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', 0, '"1:o8c', '"1:o8c'),
(')oTX=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', 0, 'pjmɑ>gGT', 'pjmɑ>gGT'),
('$X︈<_ ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', 0, 'X:4tqnhm', 'X:4tqnhm'),
('ː7^"g,%', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', 0, 'W.h.C^d', 'W.h.C^d'),
('?,xm=]yX#', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', 0, '^{oq>', '^{oq>'),
('4/|g)iU', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', 0, '4''Sh]8B?=', '4''Sh]8B?='),
('L<x^*', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', 0, '$iMrIa&#', '$iMrIa&#'),
('5vƱA쒢jŬ', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', 0, ',(^N4', ',(^N4'),
('q8L@6|}Q3\0Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', 0, ',&e5jƛR ', ',&e5jƛR '),
('@/A+<~G55', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', 0, 'kBGbw>!+', 'kBGbw>!+'),
('{$]Lٌw}', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 0, 'ow&kc', 'ow&kc'),
('?<g;O/\r>', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 0, '\rp=þk\n', '\rp=þk\n'),
('`Zc	4	-=', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 0, 'I&殀!!T."', 'I&殀!!T."'),
('\\₱đAxx', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', 0, '	sHYӨ*', '	sHYӨ*'),
('ft\\[9', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', 0, 'Bb=x\ZS', 'Bb=x\ZS'),
('MtyEmw\\T@', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 0, '$H7RE~', '$H7RE~'),
('4ҝN:s%{', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 0, 'lN6Y)K/R', 'lN6Y)K/R'),
('MAx~2Pw', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 0, 'ghGi\0*T"\n}', 'ghGi\0*T"\n}'),
('nakOu', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', 0, 'ge_d٬\n', 'ge_d٬\n'),
('\\\rL>{GOk\r\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', 0, 'WVѐFQ#ԂB', 'WVѐFQ#ԂB'),
('UݷV̳C\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php', 0, '1\0!', '1\0!'),
('`8G5\nP', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', 0, '2,ANS[', '2,ANS['),
(',v=PqYy\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', 0, 'v-HXH/0D', 'v-HXH/0D'),
('tΪxT''Jz', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php', 0, '|A;rГ\r', '|A;rГ\r'),
('2Sg.Sd?]6Ud', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 0, '}/X5$9/e', '}/X5$9/e'),
('>N~UǓzc', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php', 0, 'Uq..\0', 'Uq..\0'),
('^W|x@Z[&*', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 0, ';vWe\0', ';vWe\0'),
('JrU', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 0, '[:lO	t,ij', '[:lO	t,ij'),
('DךzC+r-', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php', 0, '8j&}ZQf', '8j&}ZQf'),
(']-%V>', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php', 0, 'mυl|	z', 'mυl|	z'),
('46cZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php', 0, 'Y#tA!Ǿ[', 'Y#tA!Ǿ['),
('0@es.Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 0, '6L52$pEN$dX', '6L52$pEN$dX'),
('g3洃>d!`', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php', 0, 'w|ZTs>Yՠ', 'w|ZTs>Yՠ'),
('fBv\n!:T', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php', 0, '-PV=lAY', '-PV=lAY'),
('ؤ0\0IWĳ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php', 0, '~eoVU-', '~eoVU-'),
(',/JmAs.', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php', 0, 'DKUIjwB', 'DKUIjwB'),
('D8DP47n''E', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php', 0, 'ץ/%#kvF_(', 'ץ/%#kvF_('),
('e!T:DTJ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php', 0, '8.LLp^', '8.LLp^'),
('N/0r^', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php', 0, 'w"Q3C\\', 'w"Q3C\\'),
('Pȼð', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php', 0, '2uMf', '2uMf'),
('W(7f\nG9\\m', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php', 0, '*cwmĎf', '*cwmĎf'),
('7C.U', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php', 0, '3i&j%9ݜ2', '3i&j%9ݜ2'),
('$I*ngIҢ?', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php', 0, '4<k5M''_D', '4<k5M''_D'),
('vǷnuFU', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php', 0, 'f6''Z mˡI', 'f6''Z mˡI'),
('Z\0w`Vw', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php', 0, 'r2:&t~m', 'r2:&t~m'),
('tҀ-rX', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php', 0, 'JЃː&D}', 'JЃː&D}'),
('_9r/p', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php', 0, 'ߝECMI`', 'ߝECMI`'),
('"E[AmAVk', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php', 0, 'hvM?0qh', 'hvM?0qh'),
('\0\nз+_xed ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php', 0, 'W{]m	emH', 'W{]m	emH'),
('Qζ1*hQ2', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php', 0, '$u9$hoy%', '$u9$hoy%'),
('̢wig^>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php', 0, 'Ց\\:vø', 'Ց\\:vø'),
('k\Zmk&uߘ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php', 0, 'dwU@71	,5', 'dwU@71	,5'),
('I.ڇ*4*>1&HV', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php', 0, 'j\0+6}F\Zٽv3', 'j\0+6}F\Zٽv3'),
('OyiWA:8V', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php', 0, 'uU''x~1ÞK', 'uU''x~1ÞK'),
('Os\Z6I|', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php', 0, 'bB!~-Ȇ٭', 'bB!~-Ȇ٭'),
('r_`(', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php', 0, 'nCiS<:Ӹ', 'nCiS<:Ӹ'),
('ttw	ub', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php', 0, 'tԞBޓr7', 'tԞBޓr7'),
('^2hg', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php', 0, '4Șz3(', '4Șz3('),
('zPLp#I', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php', 0, ',7fS''G''C', ',7fS''G''C'),
('''5Sٙ{1*	%D', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php', 0, 'Jc1z{''/@EHl>', 'Jc1z{''/@EHl>'),
('-x[I', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php', 0, 'U ,26LM', 'U ,26LM'),
(':u>NoD%', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php', 0, 'oجѢ3;]T\Z]', 'oجѢ3;]T\Z]'),
('Pv"<AGfO', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php', 0, ' ⮆<_jS<J', ' ⮆<_jS<J'),
('^\Zk^.', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php', 0, 'FY?ʊ1s/', 'FY?ʊ1s/'),
('[$4:<d(g', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php', 0, '	t2npU^', '	t2npU^'),
('CryX{\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php', 0, ';yCh}V~>Y', ';yCh}V~>Y'),
('}[IIǡɉ>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php', 0, '*soTP29",]n', '*soTP29",]n'),
('!MEa`n+', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php', 0, '`Ku', '`Ku'),
('nc>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php', 0, '=e@M=&;', '=e@M=&;'),
('+SDafk', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php', 0, ')z<a 0x"', ')z<a 0x"'),
('qpqҫAD', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php', 0, '`Ov', '`Ov'),
('&cosT', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php', 0, 'Nmulv:', 'Nmulv:'),
('II7kIB%\nv', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php', 0, '~j"W ', '~j"W '),
('#Bx', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php', 0, '+%DV=\r~\rL', '+%DV=\r~\rL'),
('(((i]§\n12', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php', 0, 'XoS\\,J''e', 'XoS\\,J''e'),
('y(VF', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php', 0, 'ji\Zm LZ	D', 'ji\Zm LZ	D'),
('wEQX|', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php', 0, 'P^ZF{t_K', 'P^ZF{t_K'),
('=6+(RǊםR', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php', 0, ''']{xN}', ''']{xN}'),
('>/hCΤ秝?', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php', 0, 'pm/d^\rJNo', 'pm/d^\rJNo'),
('uB a}', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php', 0, '!ą,\\kTw', '!ą,\\kTw'),
('vk', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php', 0, '3D0ɺ''1>M', '3D0ɺ''1>M'),
('MM<HU', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php', 0, '9#w>ò7~<?', '9#w>ò7~<?'),
('x2*t\Z>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php', 0, '/{܇AK&', '/{܇AK&'),
('Հ}EBIPnr)', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php', 0, 'שa_}Gֶl', 'שa_}Gֶl'),
(' I"p\Zc', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php', 0, '{LƲ(', '{LƲ('),
('f\0IS#R', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php', 0, 'n,(O', 'n,(O'),
('LBbc?', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php', 0, ' \rVjԈQa', ' \rVjԈQa'),
('\0''V&Mj_', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php', 0, 'ztKi\ZIAW', 'ztKi\ZIAW'),
(' {Ov5ml', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php', 0, 'q59,\rE[9+', 'q59,\rE[9+'),
('`ʔWm{', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php', 0, 'kth*-x8', 'kth*-x8'),
('$b>Tr ׹', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php', 0, '6+5I燋Vp[', '6+5I燋Vp['),
('l0{Mtc;B', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php', 0, 'BZI^', 'BZI^'),
('pcaò~`#', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php', 0, 'a\n3p*~\ne=\r', 'a\n3p*~\ne=\r'),
('$8y`RG', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php', 0, 'ri4Db-${\\I;', 'ri4Db-${\\I;'),
('a</IMrU', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php', 0, '/I;FAr', '/I;FAr'),
('z*1pg&|', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php', 0, 'W+^?ŚЦt"', 'W+^?ŚЦt"'),
(',m&FOKXthv', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php', 0, '\ZaJyN_', '\ZaJyN_'),
('dpG(Tϭm', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php', 0, 'aMZX	K', 'aMZX	K'),
(']Q\0$Uuvm\nG', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php', 0, '\nͣMİ97y;', '\nͣMİ97y;'),
('$s4Lj]\ZlU\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php', 0, 'K7hh.:k', 'K7hh.:k'),
('!6S۰.uZ_', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php', 0, 'Ԝ-+GJ垸', 'Ԝ-+GJ垸'),
('(S1l2Nztk', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php', 0, '&\0t\0Cng', '&\0t\0Cng'),
('tA-I"&+', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php', 0, '	hI09*wQ', '	hI09*wQ'),
('EnܑWD''', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php', 0, '>1}nafZc(', '>1}nafZc('),
('IrK`i<*g/', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php', 0, '\Z1M	gՎ\r', '\Z1M	gՎ\r'),
('m^׸%Bq', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php', 0, 'qGlX\ZpJ', 'qGlX\ZpJ'),
('=BsIu4eҠ,', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php', 0, '`imq\r{l\Z', '`imq\r{l\Z'),
('/[x@J-_LƉ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php', 0, ';&γe!xh>', ';&γe!xh>'),
('];G9G''\nP', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php', 0, '7Js?K', '7Js?K'),
('lKU!A ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php', 0, 'B}6K~S', 'B}6K~S'),
('9r)T\\j"', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php', 0, '|G -As', '|G -As'),
('*oHm|4˽k', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php', 0, '|N"g)RH', '|N"g)RH'),
('_cӎA', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php', 0, '&p	NK', '&p	NK'),
('R5sG#=Z=', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php', 0, 'R[h\r}$z', 'R[h\r}$z'),
('h3@D<zv', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php', 0, 'V;Ǎc{', 'V;Ǎc{'),
(')#0]F', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php', 0, 'k$b\0R', 'k$b\0R'),
('Ȏ[DBR/}', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php', 0, 'Vi.()v4', 'Vi.()v4'),
('/,"_BB4sszj', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php', 0, ']\\B{0G', ']\\B{0G'),
('%i:)J,v', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php', 0, 'l{A(F', 'l{A(F'),
('JmJTi', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php', 0, '8)wd', '8)wd'),
('!Lք5', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php', 0, '/"΃Yp&F`', '/"΃Yp&F`'),
('ŗc;۞u{', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php', 0, '(M+Cmk>Bh', '(M+Cmk>Bh'),
('T{	=d/$', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php', 0, 'K6-Sh"t0˹w', 'K6-Sh"t0˹w'),
(')#Εjn', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php', 0, '''JWf*', '''JWf*'),
('Ni!"t', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php', 0, 'ąK?↖\\b', 'ąK?↖\\b'),
('fS0Uu\\l''xL', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php', 0, './*Mi͗', './*Mi͗'),
(';bAĐ9fF', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php', 0, 'pR);\Z`زy8', 'pR);\Z`زy8'),
(']|iw}	oY\nm', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php', 0, '|JtvnUn%%k', '|JtvnUn%%k'),
(':]ΥEvMqD9', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php', 0, 'nq\0M_0K', 'nq\0M_0K'),
('R҇ͨv^', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php', 0, 'cG<ӈ޼/', 'cG<ӈ޼/'),
('lt#hK', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php', 0, ';RcP\ZM', ';RcP\ZM'),
(';BL/}|?X', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php', 0, 'e`o>HLRU', 'e`o>HLRU'),
('R\n2l', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php', 0, 'i#҃{9N溵', 'i#҃{9N溵'),
(' C4qf', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php', 0, '=5\n-~(bjg]Z}(', '=5\n-~(bjg]Z}('),
('asjya', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php', 0, '<}\rBƕ70q', '<}\rBƕ70q'),
('''WE]r\n@b', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php', 0, '\n8&i"', '\n8&i"'),
('NnHAxjʹc\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php', 0, '2E!EsGe?_', '2E!EsGe?_'),
('V͓D6.-=s~', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php', 0, 'KS+2HAN', 'KS+2HAN'),
('+a/+', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php', 0, '7`"pq!Y\\', '7`"pq!Y\\'),
('\07#''˻(', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php', 0, '4yEM3f', '4yEM3f'),
('\r<Wn_7qI', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php', 0, 'f^;.#x!n', 'f^;.#x!n'),
('Ez>d&̿', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php', 0, 'M8\\3<nBeo', 'M8\\3<nBeo'),
('B|m5^z+s\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php', 0, 'Q"HqyDMB', 'Q"HqyDMB'),
('wíM}[p1BR', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php', 0, '<8l%W9O', '<8l%W9O'),
('psxʞt4p', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php', 0, '*4k<M', '*4k<M'),
('zmz**z3', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php', 0, 'P^oձ,c', 'P^oձ,c'),
('`ȏgLI\n K\04x\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php', 0, '˃$f', '˃$f'),
('ާUa٢rS}', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php', 0, 'Ő%uHI', 'Ő%uHI'),
('7$.J', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php', 0, 'FQ:X', 'FQ:X'),
('"b\Zѭ3', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php', 0, '#5m7`Y,o¾v', '#5m7`Y,o¾v'),
('\ZB2ܖ\Z', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php', 0, '>ǯɇ"Q\Z, ', '>ǯɇ"Q\Z, '),
('lQ!O', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php', 0, '>~@Jb.', '>~@Jb.'),
('ΠVv"\Z%EaD', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php', 0, '֙\rCӳ]E', '֙\rCӳ]E'),
('fN>+{l', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php', 0, '#,ZE', '#,ZE'),
('O]qJCe''', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php', 0, ',<B>_C#', ',<B>_C#'),
('-ih-_', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php', 0, '\nKTq', '\nKTq'),
('N.=yԬ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php', 0, 'G	&"˸', 'G	&"˸'),
('18U [~n{s', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php', 0, 'ERtH@GqVV\Zc', 'ERtH@GqVV\Zc'),
(',Lt/-bY', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php', 0, 'N(ڢP6ʚ', 'N(ڢP6ʚ'),
('~r9wT{V1', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php', 0, 'l3T&qK.', 'l3T&qK.'),
('kIv]/jj', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php', 0, '~%D ;CF', '~%D ;CF'),
('Ѐ|aB0.ȁV', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php', 0, '?㽷Ƶ븆', '?㽷Ƶ븆'),
(';V', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php', 0, '*+_@{4Gc', '*+_@{4Gc'),
('qAyӵ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php', 0, 'C@\\dP', 'C@\\dP'),
('e]''S{n@', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php', 0, '(\Ze\nExqX', '(\Ze\nExqX'),
('Q߭', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php', 0, '#@~;#hZ&QI', '#@~;#hZ&QI'),
('a˓CggCS', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php', 0, '_7:-UMkJe', '_7:-UMkJe'),
('|xn&Jn9', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php', 0, 'tCD|i', 'tCD|i'),
('"u2<%˧', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php', 0, 'ٚF870F', 'ٚF870F'),
('ɒ}tָqU', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php', 0, '\rB^}<CO"', '\rB^}<CO"'),
('~ߚ@+nRZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php', 0, 't*#5/''', 't*#5/'''),
('QR2]bgi', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php', 0, 'ڵ@q''=', 'ڵ@q''='),
('gj68VSW/', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php', 0, '7ESe<', '7ESe<'),
(';L]}Y!Xr', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php', 0, 'Pxe%Ȁ8', 'Pxe%Ȁ8'),
('\rsu>Gi', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php', 0, '8*آsz!', '8*آsz!'),
('{r8;|*x[<d', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php', 0, '#7@>"B*', '#7@>"B*'),
('1\\(΋Ae', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php', 0, 'ƕ-p%\nrk', 'ƕ-p%\nrk'),
('Y(-m}JX.S;', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php', 0, 'x쑡p6JXr0I', 'x쑡p6JXr0I');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('cSS@\\', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php', 0, 'q*+"2t', 'q*+"2t'),
('{bh$$]>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php', 0, '9#z#X(', '9#z#X('),
('J/$"e^', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php', 0, 'z$+_', 'z$+_'),
('5=HO7W\r', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php', 0, 'D}ΤwSo!fp', 'D}ΤwSo!fp'),
('嫩eD3wS_', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php', 0, 'ҝI\n R', 'ҝI\n R'),
('vEOFqéjZ', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php', 0, 'p.͋S4;ɭC+s', 'p.͋S4;ɭC+s'),
('zMy_C', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php', 0, '|\0%ql', '|\0%ql'),
('GS\nxK', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php', 0, 'ۂth0Ht{', 'ۂth0Ht{'),
(' 1	*', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php', 0, 'RTU', 'RTU'),
('Ƌp`/+]Px', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php', 0, 'xE)*o^d?', 'xE)*o^d?'),
('%=\ZD{OẼN', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php', 0, 'Bi\r:\r@P', 'Bi\r:\r@P'),
('$\Z.K', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php', 0, '<^Pj%^6{', '<^Pj%^6{'),
('&LV\ZN[ܙ͋', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php', 0, '}\Zyb7#', '}\Zyb7#'),
('C2e!:wxB', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php', 0, 'kZohݏa', 'kZohݏa'),
('|+Qׁ7Cb', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php', 0, '"sC>X', '"sC>X'),
('Qs''{^X', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php', 0, 'sF߳Mi/', 'sF߳Mi/'),
('6\nN3/#2>', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php', 0, 'N?dLt', 'N?dLt'),
('S?ާLdI', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php', 0, 'ŀ޷v,Z3kCD', 'ŀ޷v,Z3kCD'),
('hh>g?I', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php', 0, 'JbK$C', 'JbK$C'),
('gl,ܢ<yD9', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php', 0, 'Lo_YҼ', 'Lo_YҼ'),
('ZN>+l,m|l', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php', 0, '!-0\r#`1U=b$71', '!-0\r#`1U=b$71'),
('9J"I-qV', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php', 0, '[Օ#5Mm:i', '[Օ#5Mm:i'),
('-*ACCIkt', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php', 0, '_ASx', '_ASx'),
('\01 uXtT', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php', 0, 'Kzs>靡', 'Kzs>靡'),
('jA?uݾL(3Y', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php', 0, '%>ߗH)RM', '%>ߗH)RM'),
(':0ȣ<!\0', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php', 0, 'J<ӧsvL%', 'J<ӧsvL%'),
('9o=D5+u', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php', 0, '͒#\rcN', '͒#\rcN'),
('iΰxuoT', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php', 0, 'WåHx', 'WåHx'),
('C\rv,d}y', 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php', 0, 'ĵ֜Pb', 'ĵ֜Pb'),
('SoqOqr,آ', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', 0, ' >!h0', ' >!h0'),
('O:.`D.KDm', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', 0, 'hD}%^pӟ?', 'hD}%^pӟ?'),
(']''Q''e:', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', 0, '	ZU\\#En(P', '	ZU\\#En(P'),
('|M#B*MGM', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php', 0, '^{Fc`n~hcF', '^{Fc`n~hcF'),
('&gE"?''@', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', 0, 'ٌF]\rm', 'ٌF]\rm'),
('Ɇ)N^L~2/', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php', 0, ';!.C', ';!.C'),
('z9j%P', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php', 0, '-S Nv', '-S Nv'),
('5u$KN$', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php', 0, ';ed*~E;w<L6', ';ed*~E;w<L6'),
('a4sP078!', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php', 0, 'dT̚d', 'dT̚d'),
('Bt̠5D-g', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php', 0, 'FIzR)1}v^\n', 'FIzR)1}v^\n'),
('z*N4(W]', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php', 0, 'Ĩh2=8', 'Ĩh2=8'),
('$cMLA|', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php', 0, '⠅Bős\n4', '⠅Bős\n4'),
('0wu\0G$ʰx0', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php', 0, 'np\\>$^zr+', 'np\\>$^zr+'),
('2¿rg', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php', 0, 'eDUA~T"_', 'eDUA~T"_'),
('2CfO"y0|', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php', 0, '6#mp.Ӟ!', '6#mp.Ӟ!'),
('}q|LweꜢʞ', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php', 0, ':z5', ':z5'),
('EơӁ\rZH', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php', 0, 'V!:p>E', 'V!:p>E'),
('cx)xoմmc', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php', 0, 'ncR:6', 'ncR:6'),
('B<j>HbD', 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php', 0, 'n P5!<ѥ֍', 'n P5!<ѥ֍'),
('N.', 'wp-content/updraft/themes-old/index.php', 0, 'gD,V=\\bP', 'gD,V=\\bP'),
('A4#h/j^]Z', 'wp-content/updraft/themes-old/twentyfifteen/404.php', 0, ' 2MD$', ' 2MD$'),
('OEJKTy)h', 'wp-content/updraft/themes-old/twentyfifteen/archive.php', 0, '[k"xE7@s}l', '[k"xE7@s}l'),
('`R*-Yg)^', 'wp-content/updraft/themes-old/twentyfifteen/author-bio.php', 0, '4ԡR$)wZO', '4ԡR$)wZO'),
('QI&?\\umBB', 'wp-content/updraft/themes-old/twentyfifteen/comments.php', 0, 'RڢdɓGH', 'RڢdɓGH'),
('[-s[6LOSr!"', 'wp-content/updraft/themes-old/twentyfifteen/content-link.php', 0, 'F''iV1', 'F''iV1'),
('\0O4O#\nq\0', 'wp-content/updraft/themes-old/twentyfifteen/content-none.php', 0, 'VX+1', 'VX+1'),
('''w \\S', 'wp-content/updraft/themes-old/twentyfifteen/content-page.php', 0, '$zx6ޓM#', '$zx6ޓM#'),
('1DTlҩ&', 'wp-content/updraft/themes-old/twentyfifteen/content-search.php', 0, '<CUyQOb', '<CUyQOb'),
('mWs@', 'wp-content/updraft/themes-old/twentyfifteen/content.php', 0, '?<h>CBqp', '?<h>CBqp'),
('ZAo¾ӧ', 'wp-content/updraft/themes-old/twentyfifteen/footer.php', 0, 'hYӠ&6	N', 'hYӠ&6	N'),
('AdπxN [Yh', 'wp-content/updraft/themes-old/twentyfifteen/functions.php', 0, 'P(a4mM֧', 'P(a4mM֧'),
('P\ZKHU\Z', 'wp-content/updraft/themes-old/twentyfifteen/header.php', 0, '6EִJM', '6EִJM'),
('	4mcRZ', 'wp-content/updraft/themes-old/twentyfifteen/image.php', 0, '{I<<$~', '{I<<$~'),
('Y<MCUl;+', 'wp-content/updraft/themes-old/twentyfifteen/inc/back-compat.php', 0, 'a [`z', 'a [`z'),
('*ndlM~40', 'wp-content/updraft/themes-old/twentyfifteen/inc/custom-header.php', 0, '4_NG^F}[F', '4_NG^F}[F'),
(')BG\\(Tvh4t~', 'wp-content/updraft/themes-old/twentyfifteen/inc/customizer.php', 0, '%E4G	H', '%E4G	H'),
('IB;{w4&9', 'wp-content/updraft/themes-old/twentyfifteen/inc/template-tags.php', 0, '[q`#<^Z', '[q`#<^Z'),
('+CzBѮ\n"', 'wp-content/updraft/themes-old/twentyfifteen/index.php', 0, 'ɲbZKKW:', 'ɲbZKKW:'),
('d6ki\ZH&', 'wp-content/updraft/themes-old/twentyfifteen/js/color-scheme-control.js', 0, 'gO:]ɏX', 'gO:]ɏX'),
('Л{;l-"84', 'wp-content/updraft/themes-old/twentyfifteen/js/customize-preview.js', 0, 't?\rJ4a)', 't?\rJ4a)'),
('9@^QY', 'wp-content/updraft/themes-old/twentyfifteen/js/functions.js', 0, 'kf-u-m.', 'kf-u-m.'),
('z4z''K}o', 'wp-content/updraft/themes-old/twentyfifteen/js/html5.js', 0, '\\"ȶjȓP', '\\"ȶjȓP'),
('ՑO$?\\@_B', 'wp-content/updraft/themes-old/twentyfifteen/js/keyboard-image-navigation.js', 0, '/80r\ro', '/80r\ro'),
('eDhy¥>-t@', 'wp-content/updraft/themes-old/twentyfifteen/js/skip-link-focus-fix.js', 0, 't>:{', 't>:{'),
('hk&SP.G', 'wp-content/updraft/themes-old/twentyfifteen/page.php', 0, 'B5^\0`C', 'B5^\0`C'),
('Z<Bww', 'wp-content/updraft/themes-old/twentyfifteen/search.php', 0, '>"7ў׉!T\n}', '>"7ў׉!T\n}'),
('8TZ_]6tž', 'wp-content/updraft/themes-old/twentyfifteen/sidebar.php', 0, '*pz.9{S', '*pz.9{S'),
('Nږ cL', 'wp-content/updraft/themes-old/twentyfifteen/single.php', 0, 'lCn/', 'lCn/'),
('H8''MSpEu@6', 'wp-content/updraft/themes-old/twentyfourteen/404.php', 0, '*<S"\ns', '*<S"\ns'),
('!nf<I\0', 'wp-content/updraft/themes-old/twentyfourteen/archive.php', 0, 'ZCJ+W', 'ZCJ+W'),
('pcpXtUB', 'wp-content/updraft/themes-old/twentyfourteen/author.php', 0, ' }zY', ' }zY'),
('b890}4', 'wp-content/updraft/themes-old/twentyfourteen/category.php', 0, 'Ȇ@9{%=', 'Ȇ@9{%='),
('eȶ](wqlN', 'wp-content/updraft/themes-old/twentyfourteen/comments.php', 0, '._݇X', '._݇X'),
('oWB/DF', 'wp-content/updraft/themes-old/twentyfourteen/content-aside.php', 0, 'y*s$uR', 'y*s$uR'),
('U诇ص{Ua73q', 'wp-content/updraft/themes-old/twentyfourteen/content-audio.php', 0, 'gdL#\\|', 'gdL#\\|'),
('/jd)4U3', 'wp-content/updraft/themes-old/twentyfourteen/content-featured-post.php', 0, '`X''gT\\d)', '`X''gT\\d)'),
('^4r<B', 'wp-content/updraft/themes-old/twentyfourteen/content-gallery.php', 0, '&ΜQWƗ`w', '&ΜQWƗ`w'),
('S^!5!^Z', 'wp-content/updraft/themes-old/twentyfourteen/content-image.php', 0, 'Ky#$~ pǁ', 'Ky#$~ pǁ'),
('*^3y!^$', 'wp-content/updraft/themes-old/twentyfourteen/content-link.php', 0, 'g%VҔэԪc', 'g%VҔэԪc'),
('q_?r/kH', 'wp-content/updraft/themes-old/twentyfourteen/content-none.php', 0, '	]X&2_', '	]X&2_'),
('3>$D\n', 'wp-content/updraft/themes-old/twentyfourteen/content-page.php', 0, 'f2"zYl/', 'f2"zYl/'),
('WP֡\rkj(P', 'wp-content/updraft/themes-old/twentyfourteen/content-quote.php', 0, 'dkI9<', 'dkI9<'),
('>Hj"#2', 'wp-content/updraft/themes-old/twentyfourteen/content-video.php', 0, '_9Nvt(ܶ.', '_9Nvt(ܶ.'),
('5<\rwtBkf', 'wp-content/updraft/themes-old/twentyfourteen/content.php', 0, 'CKZ˳?', 'CKZ˳?'),
('	_XG.G<l', 'wp-content/updraft/themes-old/twentyfourteen/featured-content.php', 0, 'Q qϞ2Vw', 'Q qϞ2Vw'),
('<~T/W9.K', 'wp-content/updraft/themes-old/twentyfourteen/footer.php', 0, 'qJnj9T', 'qJnj9T'),
('ulzy#Eq', 'wp-content/updraft/themes-old/twentyfourteen/functions.php', 0, 'ѷR''	', 'ѷR''	'),
('~Xȿ#,', 'wp-content/updraft/themes-old/twentyfourteen/header.php', 0, 'Wi?T', 'Wi?T'),
('KaY?"M', 'wp-content/updraft/themes-old/twentyfourteen/image.php', 0, 'Ыp	D.r.', 'Ыp	D.r.'),
('!?ۖSmR', 'wp-content/updraft/themes-old/twentyfourteen/inc/back-compat.php', 0, ']z4f߮', ']z4f߮'),
(']|<O~󝠐H', 'wp-content/updraft/themes-old/twentyfourteen/inc/custom-header.php', 0, 'c\0<E6	;.*+', 'c\0<E6	;.*+'),
('T	\nZT', 'wp-content/updraft/themes-old/twentyfourteen/inc/customizer.php', 0, 'λfrZ*WZj', 'λfrZ*WZj'),
('c<;	w%0', 'wp-content/updraft/themes-old/twentyfourteen/inc/featured-content.php', 0, 'Sjh(2', 'Sjh(2'),
('уCI-u]ԗ:', 'wp-content/updraft/themes-old/twentyfourteen/inc/template-tags.php', 0, 't%d&H,e\ZO', 't%d&H,e\ZO'),
('#_\nI''(Rn', 'wp-content/updraft/themes-old/twentyfourteen/inc/widgets.php', 0, '}O%[~X8', '}O%[~X8'),
('@۶kd@c]/:{\\', 'wp-content/updraft/themes-old/twentyfourteen/index.php', 0, '^*1xӶ#', '^*1xӶ#'),
('/h7H''', 'wp-content/updraft/themes-old/twentyfourteen/js/customizer.js', 0, 'bp_[r$/', 'bp_[r$/'),
('m-Ho̲\nVo', 'wp-content/updraft/themes-old/twentyfourteen/js/featured-content-admin.js', 0, '\0Pwp"LK6', '\0Pwp"LK6'),
('- 6xE4ezNrr', 'wp-content/updraft/themes-old/twentyfourteen/js/functions.js', 0, '+4<\\>[r', '+4<\\>[r'),
('&7tKV64', 'wp-content/updraft/themes-old/twentyfourteen/js/html5.js', 0, 'Zk\\8F2YA', 'Zk\\8F2YA'),
('$j.4Çw', 'wp-content/updraft/themes-old/twentyfourteen/js/keyboard-image-navigation.js', 0, '?ft3K%\0', '?ft3K%\0'),
('r0߼\rEec', 'wp-content/updraft/themes-old/twentyfourteen/js/slider.js', 0, ')Cۤ\0G(,', ')Cۤ\0G(,'),
('rB''A&g([AYy', 'wp-content/updraft/themes-old/twentyfourteen/page-templates/contributors.php', 0, '*x/>7eC', '*x/>7eC'),
('xBZl~alf', 'wp-content/updraft/themes-old/twentyfourteen/page-templates/full-width.php', 0, 'Ce"m\0os', 'Ce"m\0os'),
('4A\nB%na/', 'wp-content/updraft/themes-old/twentyfourteen/page.php', 0, 'M;DjR?', 'M;DjR?'),
('ۓr/pk~', 'wp-content/updraft/themes-old/twentyfourteen/search.php', 0, 'WfsCu`}', 'WfsCu`}'),
('.FJ׸8', 'wp-content/updraft/themes-old/twentyfourteen/sidebar-content.php', 0, 'ȃ$\0DOK', 'ȃ$\0DOK'),
('B5Y=$', 'wp-content/updraft/themes-old/twentyfourteen/sidebar-footer.php', 0, '`kt֙|,6', '`kt֙|,6'),
('$BV鐔-s', 'wp-content/updraft/themes-old/twentyfourteen/sidebar.php', 0, 'ORn]&dn', 'ORn]&dn'),
('\nEy`3rH5v', 'wp-content/updraft/themes-old/twentyfourteen/single.php', 0, 'NOG(v!$uLa', 'NOG(v!$uLa'),
('ŉ#qFͪ', 'wp-content/updraft/themes-old/twentyfourteen/tag.php', 0, 'a,''VɱJE', 'a,''VɱJE'),
('WPt ', 'wp-content/updraft/themes-old/twentyfourteen/taxonomy-post_format.php', 0, '.\\+6΁!', '.\\+6΁!'),
('|,Qw7L', 'wp-content/updraft/themes-old/twentysixteen/404.php', 0, '8ȗG@=/6(\r', '8ȗG@=/6(\r'),
('MO^о', 'wp-content/updraft/themes-old/twentysixteen/archive.php', 0, 'ol9i~ee\n\0', 'ol9i~ee\n\0'),
('@]q', 'wp-content/updraft/themes-old/twentysixteen/comments.php', 0, 'nD>DW%_]~', 'nD>DW%_]~'),
('|nW%q}', 'wp-content/updraft/themes-old/twentysixteen/footer.php', 0, '&IXoOq', '&IXoOq'),
('!unom', 'wp-content/updraft/themes-old/twentysixteen/functions.php', 0, 'Y l$p2ᐚ', 'Y l$p2ᐚ'),
('5;Dڝmwʃ	', 'wp-content/updraft/themes-old/twentysixteen/header.php', 0, 'QFBN!Ua', 'QFBN!Ua'),
('2{ooY=!', 'wp-content/updraft/themes-old/twentysixteen/image.php', 0, 'i%8WO', 'i%8WO'),
('HՂm]Mf.', 'wp-content/updraft/themes-old/twentysixteen/inc/back-compat.php', 0, 'ˀ^ltߌ', 'ˀ^ltߌ'),
('@n锋/3', 'wp-content/updraft/themes-old/twentysixteen/inc/customizer.php', 0, 'x	zCH''[{0', 'x	zCH''[{0'),
('j@/"/R)\n', 'wp-content/updraft/themes-old/twentysixteen/inc/template-tags.php', 0, '~llc3U)V', '~llc3U)V'),
('4F9怨H^_', 'wp-content/updraft/themes-old/twentysixteen/index.php', 0, '\n,ʪ%N*', '\n,ʪ%N*'),
('8-o:RpX', 'wp-content/updraft/themes-old/twentysixteen/js/color-scheme-control.js', 0, 'Zp2/>)~Oz', 'Zp2/>)~Oz'),
('1oFd\\j	\0', 'wp-content/updraft/themes-old/twentysixteen/js/customize-preview.js', 0, '2Ap$գJT', '2Ap$գJT'),
('^VRH)k', 'wp-content/updraft/themes-old/twentysixteen/js/functions.js', 0, 'A*g\r&+gxC', 'A*g\r&+gxC'),
('Cbn!2', 'wp-content/updraft/themes-old/twentysixteen/js/html5.js', 0, '^鐐{1P''`K', '^鐐{1P''`K'),
('M\r1rau', 'wp-content/updraft/themes-old/twentysixteen/js/keyboard-image-navigation.js', 0, ']''''/W', ']''''/W'),
('[2\rhGX', 'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js', 0, '"B!H1涭/Ps', '"B!H1涭/Ps'),
('b:]{H4	', 'wp-content/updraft/themes-old/twentysixteen/page.php', 0, 'ojtmJp;Z', 'ojtmJp;Z'),
('<aY+:', 'wp-content/updraft/themes-old/twentysixteen/search.php', 0, 'دveF@1a', 'دveF@1a'),
('sc`®}@', 'wp-content/updraft/themes-old/twentysixteen/searchform.php', 0, 'ۏԛhu%>\0#^', 'ۏԛhu%>\0#^'),
('LI̩kMڸ', 'wp-content/updraft/themes-old/twentysixteen/sidebar-content-bottom.php', 0, '+$VD<:t*A2', '+$VD<:t*A2'),
('B߻"Gm:w1H', 'wp-content/updraft/themes-old/twentysixteen/sidebar.php', 0, '&I~r', '&I~r'),
('<]	n]"I;w[@', 'wp-content/updraft/themes-old/twentysixteen/single.php', 0, '>W;o]Uol~P', '>W;o]Uol~P'),
('EyWװِ', 'wp-content/updraft/themes-old/twentysixteen/template-parts/biography.php', 0, '<]_רouNB', '<]_רouNB'),
('\0w=ڪtsJ\ru', 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-none.php', 0, 'x YBjy', 'x YBjy'),
('F@ߥJ21\0F', 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-page.php', 0, 'sEE*ȷ', 'sEE*ȷ'),
('V^Vi[', 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-search.php', 0, '}A9lc\nOW', '}A9lc\nOW'),
('&\Z-aЏ', 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-single.php', 0, 'cYoLxwF', 'cYoLxwF'),
('ނRO^D8?q', 'wp-content/updraft/themes-old/twentysixteen/template-parts/content.php', 0, '$/s=N', '$/s=N'),
('&	PshcusS', 'wp-content/wflogs/attack-data.php', 0, '#ح\nyIb\r\r', '#ح\nyIb\r\r'),
('Un/|r@ڪ', 'wp-content/wflogs/config.php', 0, 'hi` =~x', 'hi` =~x'),
('Ao!Vų`v', 'wp-content/wflogs/ips.php', 0, 'H}꜑q򢚺', 'H}꜑q򢚺'),
('!ES7x', 'wp-content/wflogs/rules.php', 0, '3}[SFf', '3}[SFf'),
('aOj''ŻD*ցV4', 'wp-cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bvme%Iv26'),
('vόY9', 'wp-includes/ID3/getid3.lib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-dr"K$u_'),
('d:wOІ', 'wp-includes/ID3/getid3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vze=Iu\\'),
('9ՍҢ9d\rY', 'wp-includes/ID3/license.commercial.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n;gJgxA'),
('}Ȑ\\L`i)', 'wp-includes/ID3/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5يhQ3fQk'),
('D.:\0SR8', 'wp-includes/ID3/module.audio-video.asf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(kQ|$4'),
('x	G!N$.dTb', 'wp-includes/ID3/module.audio-video.flv.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kHi,WQF'),
('oҨ*Ko7{ <', 'wp-includes/ID3/module.audio-video.matroska.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cK9j\0SiJ'),
('Tvm?,aT4', 'wp-includes/ID3/module.audio-video.quicktime.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''-nL9 a\Z!n'),
('\ZvI:wm''~K-', 'wp-includes/ID3/module.audio-video.riff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TfbpGO-'),
('L6	׳', 'wp-includes/ID3/module.audio.ac3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E\0L;"Od'''),
('ǳ\\_L-YŌ%$', 'wp-includes/ID3/module.audio.dts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V`L7.l] '),
('@+T΄''٤', 'wp-includes/ID3/module.audio.flac.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P|sq;'),
('N@(3', 'wp-includes/ID3/module.audio.mp3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%{/U"m'),
(':|LH6(cg', 'wp-includes/ID3/module.audio.ogg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{܁:_Գ}<'),
('_)-]ˌkO	', 'wp-includes/ID3/module.tag.apetag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4lUR9I'),
('2zs4xEB', 'wp-includes/ID3/module.tag.id3v1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+6Qg4'),
(',@hjqrޒ', 'wp-includes/ID3/module.tag.id3v2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cFyO*N'),
('?8ZN', 'wp-includes/ID3/module.tag.lyrics3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U3"92'),
('(~6vqV0{"', 'wp-includes/ID3/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƜVLN['),
('\\MMF/I', 'wp-includes/Requests/Auth/Basic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gx̄	4U	k!C'),
('J>"/', 'wp-includes/Requests/Auth.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1RWÔO[J'),
('i1E~NIA͔', 'wp-includes/Requests/Cookie/Jar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0_&p"4\\'),
('S^7jK5I6K2!', 'wp-includes/Requests/Cookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ѝC(2+y`'),
('O­\n	URb', 'wp-includes/Requests/Exception/HTTP/304.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';F4AIT'),
(' <@s\rF/', 'wp-includes/Requests/Exception/HTTP/305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X\0K/`,&'),
('8P֧\ZHGE}8', 'wp-includes/Requests/Exception/HTTP/306.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WszuNPjXu'),
('HYfUHupd', 'wp-includes/Requests/Exception/HTTP/400.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QnVJRx5'),
('/}㦿L;?w\\', 'wp-includes/Requests/Exception/HTTP/401.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';*?d@'),
('*\\Tҝ)%]yiD+', 'wp-includes/Requests/Exception/HTTP/402.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`YQP\nzG'),
('l3.	XN', 'wp-includes/Requests/Exception/HTTP/403.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`\rok31'),
(';#	n%"', 'wp-includes/Requests/Exception/HTTP/404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cY\0ys<M'),
('Ybڧ,J', 'wp-includes/Requests/Exception/HTTP/405.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8тm!Ҭ'),
('Fj]p Ac\rp', 'wp-includes/Requests/Exception/HTTP/406.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Klhr9"\0'),
('NtKU', 'wp-includes/Requests/Exception/HTTP/407.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vj&Ƶ'),
('\0n:Tq}K @', 'wp-includes/Requests/Exception/HTTP/408.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@>1dIXOȷv'),
('Xv\Zƒ"$', 'wp-includes/Requests/Exception/HTTP/409.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zi~*='),
('T양:t[', 'wp-includes/Requests/Exception/HTTP/410.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qO47ߺݥ/8X!'),
(')|{4+]X(', 'wp-includes/Requests/Exception/HTTP/411.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''RM.Z`G'),
(')Yh.;š', 'wp-includes/Requests/Exception/HTTP/412.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%Iܷ=7V'),
('	.5uaWkJ', 'wp-includes/Requests/Exception/HTTP/413.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<]ɐYXL'),
('[Y44Orl0', 'wp-includes/Requests/Exception/HTTP/414.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']U@)#h'),
('}^72', 'wp-includes/Requests/Exception/HTTP/415.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XTb̮JU'),
('gK;qFVI}Q', 'wp-includes/Requests/Exception/HTTP/416.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1N9ɪaDx'),
('P&_#''zTs', 'wp-includes/Requests/Exception/HTTP/417.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BpjhO^c\\G #'),
('DCF}', 'wp-includes/Requests/Exception/HTTP/418.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J![4'),
(']PJQƀ6o֢;', 'wp-includes/Requests/Exception/HTTP/428.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iB}^t*'),
('O/ì`|g_\0', 'wp-includes/Requests/Exception/HTTP/429.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S%|F.àZd'),
('ʚ{(\\i7.', 'wp-includes/Requests/Exception/HTTP/431.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's|b$ѓ<'),
('\rfh8!', 'wp-includes/Requests/Exception/HTTP/500.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'km\n	HM'),
('l;ao~G', 'wp-includes/Requests/Exception/HTTP/501.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eڸ04-?ב5'),
('bm%ڭ֫', 'wp-includes/Requests/Exception/HTTP/502.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|:lz!{Gi'),
('nŢ)cq^"', 'wp-includes/Requests/Exception/HTTP/503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9RaßC`\0UT'),
('Oy}Ma_I', 'wp-includes/Requests/Exception/HTTP/504.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm̪Db *'),
(' \r$	Q^C(', 'wp-includes/Requests/Exception/HTTP/505.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']A	3[/Cd'),
('uG#)|^6', 'wp-includes/Requests/Exception/HTTP/511.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'unN<KwЛ@'),
('>2\\o)', 'wp-includes/Requests/Exception/HTTP/Unknown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dl᫁2A\nW'),
('W>ҟ[', 'wp-includes/Requests/Exception/HTTP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hRlr'),
('Iy-\nń', 'wp-includes/Requests/Exception/Transport/cURL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Tg*\Z:	x7'),
('rIɀ5 F', 'wp-includes/Requests/Exception/Transport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lz J^'),
('TĘ5VHP{', 'wp-includes/Requests/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\03\ZRI'),
('.Q}3T', 'wp-includes/Requests/Hooker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@%a[ў/4'),
('XMxڳJ', 'wp-includes/Requests/Hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ', gxi'),
(' \\Tn]', 'wp-includes/Requests/IDNAEncoder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}2Pر'),
('TB3G{', 'wp-includes/Requests/IPv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KNknT'),
('}z#\Z', 'wp-includes/Requests/IRI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N+_߼օQ;'),
('w''PeF+V\0', 'wp-includes/Requests/Proxy/HTTP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/2)'),
('#yt($NTt', 'wp-includes/Requests/Proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@k7\0t\\*G'),
('G Xexw0\\o8', 'wp-includes/Requests/Response/Headers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÂҶA->c`'),
('Yf/pw', 'wp-includes/Requests/Response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pR櫷''G'),
('U $A=He|zȖ(', 'wp-includes/Requests/SSL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&Pg''A6(07TO'),
('c42jxcd', 'wp-includes/Requests/Session.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7݆Ζ}l'),
('`@YE!', 'wp-includes/Requests/Transport/cURL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l\ZxzP+'),
('fBDFr\r\r', 'wp-includes/Requests/Transport/fsockopen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '渙x<M'),
('.IOIP%)', 'wp-includes/Requests/Transport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';kK\\Vl'),
('~AHgKT', 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':RKroH2z'),
('/?U', 'wp-includes/Requests/Utility/FilteredIterator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ax%Ay'),
('k5SHЫ', 'wp-includes/SimplePie/Author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4q_A%Nw1'),
('U\\p{JOQ&', 'wp-includes/SimplePie/Cache/Base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C2]]#|j'),
(',hɃs?4B[^՝', 'wp-includes/SimplePie/Cache/DB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YOU.b'),
('V,E@Xy', 'wp-includes/SimplePie/Cache/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=@B[	S'),
('I:4PU', 'wp-includes/SimplePie/Cache/Memcache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JU1SQ?'),
('<)8T*.SuSĺ', 'wp-includes/SimplePie/Cache/MySQL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BC\ZHxV'),
('Y֝U}r/', 'wp-includes/SimplePie/Cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y:oMhvL4'),
('"ܒnzD', 'wp-includes/SimplePie/Caption.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BjMg['),
('qKUj', 'wp-includes/SimplePie/Category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~?.\nܯd*'),
('l&*&', 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|riUblw3'),
('anV=Ty X', 'wp-includes/SimplePie/Copyright.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hT	Ùj'),
('oǣ	ףf0Y', 'wp-includes/SimplePie/Core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#\Z'),
('ͽ3=OG|~', 'wp-includes/SimplePie/Credit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M猋*>\n|'),
('POf;/', 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E^/\rBZ#%/a'),
('2^(ʭ-^x', 'wp-includes/SimplePie/Enclosure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Bn΍Ks]'),
('\nfv81-I', 'wp-includes/SimplePie/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	Kv&<\\ڏS5'),
('4r%j', 'wp-includes/SimplePie/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kU6\n+)%'),
('Pط悇̺ƴ$@', 'wp-includes/SimplePie/HTTP/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W%466	'),
('oZ0<c0', 'wp-includes/SimplePie/IRI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n 憒;a{_6'),
('feR)', 'wp-includes/SimplePie/Item.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E!Cz\0c<ܧ'),
('TBO>v2}Ea', 'wp-includes/SimplePie/Locator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's;uvf^'),
('FFvV;v8/\r', 'wp-includes/SimplePie/Misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y-^\ZK'),
('MjAMO"If', 'wp-includes/SimplePie/Net/IPv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fy!jـ'),
('Bهv<Sv稳', 'wp-includes/SimplePie/Parse/Date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rȯƹeҹ^'),
('tfF	r{܇_Ix', 'wp-includes/SimplePie/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R.b~+'),
('dhħ{q42K"', 'wp-includes/SimplePie/Rating.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=pm	Kدat'),
('}7 ޘDHDPl', 'wp-includes/SimplePie/Registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ȣ1v9d\0ٸ'),
('\0`YϭrG', 'wp-includes/SimplePie/Restriction.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*qhds;y'),
('[1YAdk,', 'wp-includes/SimplePie/Sanitize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BظFإHu'),
('0lj0+%', 'wp-includes/SimplePie/Source.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S{*'),
('''g!:H),', 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p(ÅBs#b'),
('ZҌ[\nv	F', 'wp-includes/SimplePie/gzdecode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8aal4'),
('OhuG&\0L', 'wp-includes/Text/Diff/Engine/native.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''**x'),
('ǂ-i).\\z^a', 'wp-includes/Text/Diff/Engine/shell.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uAܑ~J^t'),
(' @;*|', 'wp-includes/Text/Diff/Engine/string.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':=M\0i)'),
('e^#|ۍTЩz', 'wp-includes/Text/Diff/Engine/xdiff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ֹbtX8GX'),
('&Rw?~jhJD', 'wp-includes/Text/Diff/Renderer/inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nn5PB'''),
('3fQ3h5[W<', 'wp-includes/Text/Diff/Renderer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' C0Y7O@GS'),
(']B#2zbU/', 'wp-includes/Text/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lp՞n7q*'),
('-kdϯXw\\7', 'wp-includes/admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zdpp6n#'),
('Gu^/1ՁS7', 'wp-includes/atomlib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PdKꆼ--\0'),
('&S짿o$0n', 'wp-includes/author-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S)%%ɊEdJ'),
('>slWD7M', 'wp-includes/bookmark-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g[lgP	55"'),
('\0>#z(', 'wp-includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F\0[.H\0&u\0'),
('ǅ99:\Z', 'wp-includes/cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@]PCs,'),
('2G?_\\-B', 'wp-includes/canonical.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$$Z3\n"kεZ'),
('YCooR亞', 'wp-includes/capabilities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iRyjG#,;A'),
('jI<꟟iU', 'wp-includes/category-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+WK*?#	'),
('D5\n''\\~W', 'wp-includes/category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|\rJpP'),
('mDTmsA}', 'wp-includes/certificates/ca-bundle.crt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{޽A6Xi,'),
('Jy0m`/', 'wp-includes/class-IXR.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S&N9\0'),
(':<$0,w"&e({', 'wp-includes/class-feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<#''vSR'),
('!@|4n', 'wp-includes/class-http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|bz3y'),
('&Zh$Éo', 'wp-includes/class-json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B{vCޯMAm'),
('EQ?	(', 'wp-includes/class-oembed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-9}Lj\\Y'),
('	QW~-\0d', 'wp-includes/class-phpass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z!TB'),
('8ڧs}նNi', 'wp-includes/class-phpmailer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|#vdBhGp'),
('"u>17', 'wp-includes/class-pop3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZS9aa'),
('*7\r?', 'wp-includes/class-requests.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SrtU]\r($C'),
('\\ Iѻ,', 'wp-includes/class-simplepie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r''hX}H'),
('Κ,Qagl\Z', 'wp-includes/class-smtp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.+ݪ7/>"Z*'),
('e__%x', 'wp-includes/class-snoopy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's\\Ņϼ.	`'),
(')ũ2[	4_a', 'wp-includes/class-walker-category-dropdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	߶yv%`,m'),
('cnxԺ|', 'wp-includes/class-walker-category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9\\3eD{:r=J'),
('KK+2	aeZe', 'wp-includes/class-walker-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jeSN\n	}:G<'),
('(觨:pR/', 'wp-includes/class-walker-nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dab̭$A;'),
('J\rӷG>', 'wp-includes/class-walker-page-dropdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G|Fy)W'),
('5S{TƁe/', 'wp-includes/class-walker-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p6Es$'),
('ֶ9؞fpo3t', 'wp-includes/class-wp-admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ԆДhW'),
('ֻE\n<B[,', 'wp-includes/class-wp-ajax-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',cF+u	'),
('\nӛIQED	', 'wp-includes/class-wp-comment-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'һ?|	>3'),
('Tr~W]', 'wp-includes/class-wp-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',gF;`Bg'),
('ȍP 3\n', 'wp-includes/class-wp-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0}xJZYy'),
('h\ZOhl_Lm/', 'wp-includes/class-wp-customize-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'τ-aďm?'),
('`U2mdW', 'wp-includes/class-wp-customize-nav-menus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':8wv+Ԯ\ZI*'),
('\rҧxOzzh', 'wp-includes/class-wp-customize-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1[,S-.B'),
('-x(EoI=', 'wp-includes/class-wp-customize-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˖\ny3ϖFla'),
('fu3\nM\\}6*0', 'wp-includes/class-wp-customize-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9HMގ\0O)'),
('Jёe\rXd$', 'wp-includes/class-wp-customize-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dx\nGF6'),
('ɱ%a{Zj	%', 'wp-includes/class-wp-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r@l\n'),
('5`]\\ͭi\0\ZJT', 'wp-includes/class-wp-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/zm_'),
('k{&x\n', 'wp-includes/class-wp-error.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f}In''A'),
('&B5VAUU,', 'wp-includes/class-wp-http-cookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e.sʈF'),
('#iJH?@', 'wp-includes/class-wp-http-curl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QG#JRÙA'),
('MO,s\r', 'wp-includes/class-wp-http-encoding.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kkb7h^#<'),
('uXݼ#-', 'wp-includes/class-wp-http-ixr-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?oaZ;l'),
('gf1۶y;_', 'wp-includes/class-wp-http-proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=M\Z{8)v'),
('B yw+|t', 'wp-includes/class-wp-http-requests-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ld7)<\ndv'),
('ڷtgZgE', 'wp-includes/class-wp-http-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vp{ʕӑ,%S'),
('߰Sh[۳', 'wp-includes/class-wp-http-streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ں_^le1aו'),
('>X\rbڟ$W', 'wp-includes/class-wp-image-editor-gd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ϋި6@P'),
('^bRSI!?', 'wp-includes/class-wp-image-editor-imagick.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ndǿi=X'),
('T\ne.(', 'wp-includes/class-wp-image-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Т+'),
('1l< t~LUw', 'wp-includes/class-wp-locale.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nuO	.`{վ_%'),
('Guʭ', 'wp-includes/class-wp-meta-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6!ڭ}p'),
('\Z\Z:\\RfP~3', 'wp-includes/class-wp-metadata-lazyloader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F,1'),
('wh]á&wM', 'wp-includes/class-wp-network-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{Se;ٌW'),
('8ܞt\ZwNxa', 'wp-includes/class-wp-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>Ghu'),
('P@;b<\nc', 'wp-includes/class-wp-oembed-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9>@O8CmvE'),
('~VXa]7p|R', 'wp-includes/class-wp-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UH!˽6'),
('~ReOXf2`', 'wp-includes/class-wp-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Щx^XSoYj&'),
('M\ZH?ͲZ', 'wp-includes/class-wp-rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zzt?=<"'),
('\nfӅ;{t', 'wp-includes/class-wp-role.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^mi*ONty'),
('ǀ3<&YĆ', 'wp-includes/class-wp-roles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P6\r!VnI*Fȷ'),
('W=ԘHdz', 'wp-includes/class-wp-site-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I\nVq\n*V'),
('b~5aI@)*', 'wp-includes/class-wp-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':~W^KT'),
('\\SՇ8;2', 'wp-includes/class-wp-tax-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BWe#(79'),
('I0B,hʛp', 'wp-includes/class-wp-term-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Fc[\\:'),
('ݖ''"|3_t|', 'wp-includes/class-wp-term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#æXщ{'),
('#?Gc	¯l1e', 'wp-includes/class-wp-theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{X̘Jjp7.2\n'),
('9lן? rq', 'wp-includes/class-wp-user-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`!ym\\	SM'),
('R\\&T	|`', 'wp-includes/class-wp-user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M˥ۊ\\'),
('\0]avCY', 'wp-includes/class-wp-walker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':Wsho7-a'),
('{1"^.', 'wp-includes/class-wp-widget-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u{MҤ3[ى'),
('Djמ8]fД_', 'wp-includes/class-wp-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ib6b'),
('j䱋%]', 'wp-includes/class-wp-xmlrpc-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WM\ZfAD߹H'),
('$C/9', 'wp-includes/class-wp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8\r)oM'),
('yEa:[\0', 'wp-includes/class.wp-dependencies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˝.7h'),
(';~ӷR>', 'wp-includes/class.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4X(I|['),
('9ψ[1d{@', 'wp-includes/class.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U:0\nRǄha6'),
('=k[4 =', 'wp-includes/comment-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r3:]|.S"ZV'),
('SKK2iɈ', 'wp-includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CZ5`EUU'),
('_\\c9mLv1', 'wp-includes/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b[lc`'),
('-"DʹD5a/', 'wp-includes/cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ڏ֛=X3 '),
('=֬H@-i', 'wp-includes/css/admin-bar-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{N/>2'),
('{ڭd3TXy7;', 'wp-includes/css/admin-bar-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dЛ屐5X5?'),
('Ȇp]4Lq', 'wp-includes/css/admin-bar.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZKJ.*F~m[%'),
('I"ptQ[Z6x', 'wp-includes/css/admin-bar.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':O4+ #m`'),
('t8p̋z{jDp', 'wp-includes/css/buttons-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r]1|0pu*'),
('Ul1ȕDbmg', 'wp-includes/css/buttons-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' =!<0F-#2'),
(';^𩸴8c', 'wp-includes/css/buttons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^K/B<slpTj8C'),
('з&L۽¨VN', 'wp-includes/css/buttons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QfceJ+'),
('gVHIw!', 'wp-includes/css/customize-preview.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n@;{_'),
('ylsU><', 'wp-includes/css/customize-preview.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vMuUmYKw'),
('pS`]T]D', 'wp-includes/css/dashicons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '׃𫙼Gu'),
('LyE{f', 'wp-includes/css/dashicons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<& %!8\rS'),
('poX0%', 'wp-includes/css/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yV֨='),
('ꍥ2jEbg؈Wx', 'wp-includes/css/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tu3\0'),
('LsЇś\nc}>K', 'wp-includes/css/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Impo'),
('_|TM^J', 'wp-includes/css/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aU10~S'),
(' c̫)I\np,͑', 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b.|Ri'),
('~F㫎>dyj', 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.R8)I'),
('iPÙld\0', 'wp-includes/css/jquery-ui-dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4{GjƶFEiyp'),
('@V$K<1*', 'wp-includes/css/jquery-ui-dialog.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Eޒ@*'),
('\05g꫔c0"D', 'wp-includes/css/media-views-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[MI!g~|'),
('_8}?', 'wp-includes/css/media-views-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G1CFp"Ma0EX'),
('SڰpGMǯl', 'wp-includes/css/media-views.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%pT3ܐ\Z'),
('4%IHOʰL', 'wp-includes/css/media-views.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*\Z)x\0'),
('Ǥ>zԄ!J]>', 'wp-includes/css/wp-auth-check-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':9H!L'),
('Y$''o', 'wp-includes/css/wp-auth-check-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[L.TR@矻'),
(',CUU9i-', 'wp-includes/css/wp-auth-check.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u,ș)~G'),
('Y68H;%,_c\n', 'wp-includes/css/wp-auth-check.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O;}$HBҔ'),
('w5)', 'wp-includes/css/wp-embed-template-ie.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')6	؞мq ');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('ynm;/UsK	', 'wp-includes/css/wp-embed-template-ie.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z<wV\nӜwr'),
('/ɘ]^W\\q', 'wp-includes/css/wp-embed-template.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xl2A\Zz'),
('zQ<''U~R\\', 'wp-includes/css/wp-embed-template.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C3JdmtGV'),
('\\[i%Ͱ<e>', 'wp-includes/css/wp-pointer-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LQON8@'),
('jQe;e', 'wp-includes/css/wp-pointer-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EnVelW'),
('sC4M**B)', 'wp-includes/css/wp-pointer.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Lh((Ȁ'),
('-藂Y{]ns', 'wp-includes/css/wp-pointer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ׂ`.\rݑ`x'),
('xW2euvL', 'wp-includes/customize/class-wp-customize-background-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PKaԏ''s1ȩ'),
('V^3m6._P', 'wp-includes/customize/class-wp-customize-background-image-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')@tj23W'),
('MYG\\tX/', 'wp-includes/customize/class-wp-customize-color-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p./짊OnBkrt'),
('''T́YǙ', 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[W''"fIޙt'),
('Y\0)\r/j)Ar', 'wp-includes/customize/class-wp-customize-filter-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Vv>A $'),
('Zx12KZ,', 'wp-includes/customize/class-wp-customize-header-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']-	cR7'),
('''Kzf', 'wp-includes/customize/class-wp-customize-header-image-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{vVa511t'),
('>\n5Z', 'wp-includes/customize/class-wp-customize-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uih- K'),
('*Oi', 'wp-includes/customize/class-wp-customize-media-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rtj+Iq86'),
('hS:`', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nZmd5990'),
('3ƹܕjbiΥ', 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L\ryKP*<\Z'),
('CؚTR!vF{', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N''I%ꏣ9}'),
('{	\n|p٤', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#e؈\nݼ\\'),
('b+ƴݟ3', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!zNHo;%?'),
('G ~`', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{`ٖ_7Tȥ3'),
('-B|tS^', 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ÓBp\rhq''Tdo@'),
('k0Ba`', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^*w~XE'),
('xm\0~', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u:Q&S'),
('@}&J~¾&\0', 'wp-includes/customize/class-wp-customize-new-menu-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[!A[\rZL'),
('2㺨a|Fl3]', 'wp-includes/customize/class-wp-customize-new-menu-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H⛱08\n'),
('Yq', 'wp-includes/customize/class-wp-customize-partial.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%wY$\nu'),
('y\n,\nC|[i', 'wp-includes/customize/class-wp-customize-selective-refresh.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7m\nmc'),
('T6K?s 7(', 'wp-includes/customize/class-wp-customize-sidebar-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!T+caβF'),
(' ,eOzÑ', 'wp-includes/customize/class-wp-customize-site-icon-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '߅4gA]G<'),
('?Ǆ:\nX', 'wp-includes/customize/class-wp-customize-theme-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-6qՏ K'),
('XQd9rڼ', 'wp-includes/customize/class-wp-customize-themes-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.1"AV'),
('e\\kcXf', 'wp-includes/customize/class-wp-customize-upload-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JFyžr@{'),
('[5YNhKM', 'wp-includes/customize/class-wp-widget-area-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WoV[~TQ'),
('\nT/\\9$YU\n͌', 'wp-includes/customize/class-wp-widget-form-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r\0}'),
('\0.}fwA', 'wp-includes/date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0g''_n4IU\noX'),
('}{RҢ"', 'wp-includes/default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O#FYilFI'),
('R,A\ZGJ''-', 'wp-includes/default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&:-f'),
('VL67G^l%D5z3', 'wp-includes/default-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OiT0*\0h)g'),
('p.а[ÍD', 'wp-includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hvrRvmݤ3'),
(')]Z$P%', 'wp-includes/embed-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>EVJ{;6!*'),
('9ekkRoS', 'wp-includes/embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	f\0y;}8d'),
('"b9e|_', 'wp-includes/feed-atom-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wcMVbl7I'),
('2@kw>K2', 'wp-includes/feed-atom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\Fx9;'),
('ȼ؟''\r`', 'wp-includes/feed-rdf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*I̳7B'),
('])	{?R}', 'wp-includes/feed-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r-V^| '),
('߲;0', 'wp-includes/feed-rss2-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f?j7gg'),
('_*⽞L0>\r', 'wp-includes/feed-rss2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ݣN)i\n'),
('{RC\Z.*"Q', 'wp-includes/feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8;U8V+N\rAW/'),
('\Z5o#R''/l', 'wp-includes/fonts/dashicons.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0!_yH'),
('΢S˪\nBV"', 'wp-includes/fonts/dashicons.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xih7w#؟'),
('<kUJv%1', 'wp-includes/fonts/dashicons.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FFŃ'),
('f0ͭ~)', 'wp-includes/fonts/dashicons.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z_rY+ʂ;'),
('ŉ	i/Э', 'wp-includes/formatting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4+Vy;'),
('\Z)qtsCI9', 'wp-includes/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fF#U3 bϛ'),
('b`K''컜K', 'wp-includes/functions.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4d}7SoėWݧ*'),
('h d껅2_r', 'wp-includes/functions.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>JmL6'),
('0RJ{yˣ', 'wp-includes/general-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~j>KXlg_i'),
('/&2ѡ\rgDs', 'wp-includes/http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm0Ɯ;-?1f|'),
('.IhU3+B\Z', 'wp-includes/images/admin-bar-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q8o'),
('Ư	''CԻګ\Z', 'wp-includes/images/admin-bar-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S:W^'),
('r_/HG=%<', 'wp-includes/images/arrow-pointer-blue-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%mrތ]49c'),
('@̘9#Ly(', 'wp-includes/images/arrow-pointer-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wb·*L['),
('G5@07', 'wp-includes/images/blank.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H+51	f]9'),
('>M8 ٵ|', 'wp-includes/images/crystal/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SI0An'),
('J''#rN0a\r', 'wp-includes/images/crystal/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nV:ωG-#k'),
('wL0]r.', 'wp-includes/images/crystal/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`119'),
('!ެ߳p', 'wp-includes/images/crystal/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A>)*/!-'),
('Dm\nzHS', 'wp-includes/images/crystal/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''^csD3T\\'),
('j5F+o', 'wp-includes/images/crystal/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rm``9'),
('ǊEvc,صyS^', 'wp-includes/images/crystal/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']LciGfQ\r'),
('^Ð+y|', 'wp-includes/images/crystal/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '59Т1Tn'),
('"RŜ', 'wp-includes/images/crystal/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Ѳ#d%['),
('U$i"u&9', 'wp-includes/images/crystal/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lڤ;='),
('*-3uE[O#', 'wp-includes/images/down_arrow-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's$6(@a'),
('\nO_;]/^', 'wp-includes/images/down_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e]:uWv"'),
('Ҟǟ	Ks', 'wp-includes/images/icon-pointer-flag-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2b&Zr'),
('Z	r!ޏf	', 'wp-includes/images/icon-pointer-flag.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',E^j`'''),
('Y,eAw`', 'wp-includes/images/media/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9h\0ìu'),
(':n̣RMti#=', 'wp-includes/images/media/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'taCA.Z'),
('3"(za48', 'wp-includes/images/media/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-oUʓUU_'),
('(?>SN揚&', 'wp-includes/images/media/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-IBh@b'),
('/<ا^ɼf}"$', 'wp-includes/images/media/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v48Αy6d'),
('rYSxwDY˚J[', 'wp-includes/images/media/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R׬˂ôŉhH'),
('HVեdpVp', 'wp-includes/images/media/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4\0Ṫ?'),
('9s3SZ,p8g', 'wp-includes/images/media/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zs0ȝQK'),
('\n%f[!aErtgi', 'wp-includes/images/media/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uhq'),
('k/y&G', 'wp-includes/images/rss-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ya[Qrj'),
('r؁=Ԓ', 'wp-includes/images/rss.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[(.*NZ'),
('{\r-}^', 'wp-includes/images/smilies/frownie.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q'),
('Т펹|@', 'wp-includes/images/smilies/icon_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ʵ	('),
('㯩	''ިV', 'wp-includes/images/smilies/icon_biggrin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YpR+0}kN{k'),
('$͓bHn,\0-', 'wp-includes/images/smilies/icon_confused.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sYFPZ6,'),
('X,ECj$_8I0', 'wp-includes/images/smilies/icon_cool.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F~ߢ.>t8'),
('ĔԼpPZ	H', 'wp-includes/images/smilies/icon_cry.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E>z?ApmWlA`'),
('!_輵p3pnL', 'wp-includes/images/smilies/icon_eek.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_sjN_z'),
('Obc" |J(', 'wp-includes/images/smilies/icon_evil.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cVM<"!.'),
('JBGT;,lT', 'wp-includes/images/smilies/icon_exclaim.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\qE\Z!HY__={_'),
('"u@TS5', 'wp-includes/images/smilies/icon_idea.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"m%hSr'),
(' n$q^qf', 'wp-includes/images/smilies/icon_lol.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MZ8|,'),
('(הWh@=a', 'wp-includes/images/smilies/icon_mad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '׾ie\Zc{0'),
('\ZUEs(#Ep', 'wp-includes/images/smilies/icon_mrgreen.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JRww'),
('ki.\\', 'wp-includes/images/smilies/icon_neutral.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	Z'),
('7M3$', 'wp-includes/images/smilies/icon_question.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''u&EqAmN'),
(':[&b[hY', 'wp-includes/images/smilies/icon_razz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˭=J@'),
('$0S\rr', 'wp-includes/images/smilies/icon_redface.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mAR!4a'),
('B]nȄ87g', 'wp-includes/images/smilies/icon_rolleyes.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ȼ_Ҹ*>,\Z\Z!j'),
('HPw%8', 'wp-includes/images/smilies/icon_sad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z''=Oj?uA|'),
('e97aJS', 'wp-includes/images/smilies/icon_smile.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G)öu\\\nM'),
(';Wct*+Br', 'wp-includes/images/smilies/icon_surprised.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')ri\r^@8'),
('\\:ڈ)g,\\', 'wp-includes/images/smilies/icon_twisted.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b.8\Z|`QLF'),
('8P5aĨ	', 'wp-includes/images/smilies/icon_wink.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZOZg94'),
('g|y_o4"XN', 'wp-includes/images/smilies/mrgreen.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-5^Jj'),
('{Y\\z錿}c', 'wp-includes/images/smilies/rolleyes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' O2Ofݣi'),
('ջZml4ˮU', 'wp-includes/images/smilies/simple-smile.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K{fwh'),
('}`g"P2V', 'wp-includes/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\q9)hdxR]l'),
(':XqݝJ\\5P4', 'wp-includes/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1c~''dvvHq'),
('}ĉ=t', 'wp-includes/images/toggle-arrow-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F\\CDr'),
('ܵ[Ҳm%6S8:D', 'wp-includes/images/toggle-arrow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·a;d*'),
('/鹠ΰ1iw', 'wp-includes/images/uploader-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&-OÕ~'),
('_43=', 'wp-includes/images/uploader-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\Mm'),
('x9@^6ߑo', 'wp-includes/images/w-logo-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[NW_pw0'),
('hFuQe ', 'wp-includes/images/wlw/wp-comments.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L6]P.s'),
('Pq-t@l', 'wp-includes/images/wlw/wp-icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1	ʚ7w3K*'),
('6bg>_', 'wp-includes/images/wlw/wp-watermark.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';uMmܭD|wD'),
('~U"&', 'wp-includes/images/wpicons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nVo$Of~7'),
('g$G\\;r1X', 'wp-includes/images/wpicons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dSuqV_a'),
('\rEU̈́', 'wp-includes/images/wpspin-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}3Y(Im'),
('Rx4Mp@9u\n֊ p', 'wp-includes/images/wpspin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nmh;\Z@'),
('N\\|`*,)@4', 'wp-includes/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rT`?J/'),
('\n\\ɶ.5', 'wp-includes/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')X`1H'),
('|/ڒ\0[*4x', 'wp-includes/js/admin-bar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zA擒ZG='),
('MР\0A9Q+', 'wp-includes/js/admin-bar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3\nȗMi'),
('R3Us3}T', 'wp-includes/js/autosave.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DRT[]UE'),
('wul|pQ', 'wp-includes/js/autosave.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n\Z9Y\nh7'),
('PE۫7r|oI6>', 'wp-includes/js/backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cݾR^{3&'),
('\npGnu:', 'wp-includes/js/colorpicker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V g-'),
('0E\00XH', 'wp-includes/js/colorpicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' \ZYb|$@q-'),
('pUya	bva;8', 'wp-includes/js/comment-reply.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NخT&\0'),
('1X/t60^Ҁ!7', 'wp-includes/js/comment-reply.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V''&) {/z'),
('bY,ϥYr۝;', 'wp-includes/js/crop/cropper.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ky5ni*M('),
('\r%%yS`', 'wp-includes/js/crop/cropper.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H.so'),
('(|nsARF+', 'wp-includes/js/crop/marqueeHoriz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̮;Lo\n'),
('Z\0Y æfg', 'wp-includes/js/crop/marqueeVert.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\09R'),
('r\\jA$', 'wp-includes/js/customize-base.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''&tST>W'),
('V\nU`_58', 'wp-includes/js/customize-base.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mz(*Бn'),
('V}Pm/|I*', 'wp-includes/js/customize-loader.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zW{F<"\nfK'),
('bҌ &?{', 'wp-includes/js/customize-loader.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PK0g\\bE	l'),
('xЙ)DC<', 'wp-includes/js/customize-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':yt}ɟDc\n2@'),
('\nNNMۑ4;p4', 'wp-includes/js/customize-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hJh'),
('\Z{:\Z4f', 'wp-includes/js/customize-preview-nav-menus.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"MKß;('),
('F~yc7v-', 'wp-includes/js/customize-preview-nav-menus.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S:ƨg'),
('9\r5''X>?', 'wp-includes/js/customize-preview-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '꦳o֮Y'),
('9rMԧ', 'wp-includes/js/customize-preview-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4Q27h/-H'),
('42)A.;4', 'wp-includes/js/customize-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ʲI/_-'),
('>ql+m\05Ħ"^', 'wp-includes/js/customize-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@τw~CKHoh7erc'),
('UNEAgt', 'wp-includes/js/customize-selective-refresh.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bosf'),
('0jVƽf:5`\\', 'wp-includes/js/customize-selective-refresh.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*ר<p~	fm'),
('QY1TlVr<', 'wp-includes/js/customize-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z٢Uo'),
('Y^~5~pG-', 'wp-includes/js/customize-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>h%N'),
('!(t<Թ', 'wp-includes/js/heartbeat.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v}P*Bv'),
('n97I.Oҝ޿', 'wp-includes/js/heartbeat.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l[t%n7'),
('ygzaU"	XKG', 'wp-includes/js/hoverIntent.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ʳYCcOnכ'),
('S.FȫAj(:', 'wp-includes/js/hoverIntent.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P\nޅL1AWb\0'),
('^^\\Q=(w', 'wp-includes/js/imagesloaded.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vRfW7dB'),
('%bQbM<x', 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z,ntZ^6{Lp4'),
('F"vh$Lb', 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' z!<7*'),
('<FPz22~', 'wp-includes/js/imgareaselect/imgareaselect.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}(()3󵕯'),
('8/B$8`m', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zBRS:Y'),
('ͤ6\0/k', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%.eByUr@%'),
('SX+71?-', 'wp-includes/js/jcrop/Jcrop.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z7eQ%K'),
('g"}_7J5', 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V̞/Kx'),
('T.o@Ψ2wvX', 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/aLru4\Z'),
('vޣR', 'wp-includes/js/jquery/jquery-migrate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lWbX[5y^l6'),
('a@o''kb', 'wp-includes/js/jquery/jquery-migrate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q!NS XdcQ'),
('ʙ\0}甠K.', 'wp-includes/js/jquery/jquery.color.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-EG>vJ'),
('vҸ);D~J"q', 'wp-includes/js/jquery/jquery.form.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.,+\nq'),
('&=\Z+t"/k''\n', 'wp-includes/js/jquery/jquery.form.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀsEVM-'),
('P\Z/l%', 'wp-includes/js/jquery/jquery.hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '┃&݋\rFư'),
('-plEk/', 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S!}EU\\bgh='),
('g#,vM:', 'wp-includes/js/jquery/jquery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?v@̒N'),
('c,[xޫ3\n@', 'wp-includes/js/jquery/jquery.masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@`&n|}A'),
('{)4e4p:fW', 'wp-includes/js/jquery/jquery.query.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';XzǰwC'),
('(g%\04l>', 'wp-includes/js/jquery/jquery.schedule.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&Tkf؞'),
('qh665y|=?S	', 'wp-includes/js/jquery/jquery.serialize-object.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\)Jl<"'),
('0<PsמH22', 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '֔#tgPg'),
('򱠭BRzY', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ogo~iI	'),
('mY}ɽ?', 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LmQ4փ]'),
('Ƭ+\ZId^i <\0', 'wp-includes/js/jquery/suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':$tVEʿ'),
('3Ƈe(ú9', 'wp-includes/js/jquery/suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's\\+A)n.;'),
('6٨	:{^D', 'wp-includes/js/jquery/ui/accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3L/oo. '),
('gEd1D}', 'wp-includes/js/jquery/ui/autocomplete.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>bXeså̐'),
(']/~qXŎE', 'wp-includes/js/jquery/ui/button.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ЍQ楎'),
('%y>}Ho(6', 'wp-includes/js/jquery/ui/core.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WDSejq'),
('@k/I?T,', 'wp-includes/js/jquery/ui/datepicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '϶=S'),
('Fe}(', 'wp-includes/js/jquery/ui/dialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>͕xQONi^\Zb'),
('p7uL_{2Û', 'wp-includes/js/jquery/ui/draggable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D<''wI\0՜6'),
('z|zxv', 'wp-includes/js/jquery/ui/droppable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '޿R$(ѦS'),
('&cYD#P{+', 'wp-includes/js/jquery/ui/effect-blind.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<OmA_;OL'),
('a5[45MepC', 'wp-includes/js/jquery/ui/effect-bounce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ky${״oL'),
('U$\\*1^S', 'wp-includes/js/jquery/ui/effect-clip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ǓW#GZas'),
('D\rh}!\n', 'wp-includes/js/jquery/ui/effect-drop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WVǥYF2'),
('ϊ=XbBz'' ', 'wp-includes/js/jquery/ui/effect-explode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b\\A:QJ='),
('AG,<', 'wp-includes/js/jquery/ui/effect-fade.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oOO_;{r5$m'),
('P\0''0lv#J<', 'wp-includes/js/jquery/ui/effect-fold.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6^<DEl'),
('{Mii2n6', 'wp-includes/js/jquery/ui/effect-highlight.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*øN!'),
('8`9?BbБ', 'wp-includes/js/jquery/ui/effect-puff.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ImlcG@ȳ '),
('8(\ZjZ]}', 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o S@Z*p!'),
('4;V''/f', 'wp-includes/js/jquery/ui/effect-scale.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}0e,)+mT'),
('NVԱzZ', 'wp-includes/js/jquery/ui/effect-shake.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&3Hqˀ1'),
('~w`5;F㮮', 'wp-includes/js/jquery/ui/effect-size.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=n2Z%'),
('Y]ŞI', 'wp-includes/js/jquery/ui/effect-slide.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#G_MVژy'),
('l.H|S{', 'wp-includes/js/jquery/ui/effect-transfer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ި\0w}n'),
('ݙP(O''Ee', 'wp-includes/js/jquery/ui/effect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?qaZ,^m4o'),
('7c¢)Seb', 'wp-includes/js/jquery/ui/menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dtc]8'),
(':x=}', 'wp-includes/js/jquery/ui/mouse.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z`0 8\\9'),
('nefA@R?', 'wp-includes/js/jquery/ui/position.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JX~C:/b'),
('=fuA><Th@', 'wp-includes/js/jquery/ui/progressbar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MqTٴA?L}y"i'),
('-i>bs1', 'wp-includes/js/jquery/ui/resizable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\02|I,|'),
('v\r&X', 'wp-includes/js/jquery/ui/selectable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ё쮒槶r@'),
('S0־K/17u', 'wp-includes/js/jquery/ui/selectmenu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}˪29Zhxi"6'),
('\\AV*籿', 'wp-includes/js/jquery/ui/slider.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZkCdL/K'),
('m-\Zm1w', 'wp-includes/js/jquery/ui/sortable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(~kk'),
('mE\\)o', 'wp-includes/js/jquery/ui/spinner.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':2a+R!e'),
('(5aHyo,X', 'wp-includes/js/jquery/ui/tabs.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S04%gcABz'),
('-_+YnS', 'wp-includes/js/jquery/ui/tooltip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D?hi\r,q40'),
('!&i)^WR', 'wp-includes/js/jquery/ui/widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kyd?zx7'),
('*\Z07ѥ1Oَ8', 'wp-includes/js/json2.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's{N|EO0'),
(')(<', 'wp-includes/js/json2.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ؙ?DX<'),
('| ', 'wp-includes/js/masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T Ql$[PNr@1,'),
('rr(Jg(yt', 'wp-includes/js/mce-view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BaMy%-'),
('f%uP', 'wp-includes/js/mce-view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z󯃱2'),
('{0l(Ʋu9,wSu', 'wp-includes/js/media-audiovideo.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VP<k;D.?F;'),
('GV\\z#!;', 'wp-includes/js/media-audiovideo.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rStD'),
('uN.A__', 'wp-includes/js/media-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^!J{p_Ե\Z'),
('	,/Օ!gyd', 'wp-includes/js/media-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z0G$uK'),
('R\\SC|ju9A', 'wp-includes/js/media-grid.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k.:l޷r'),
('YRYi/l@HX', 'wp-includes/js/media-grid.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vhTe4hβL'),
(')_J', 'wp-includes/js/media-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3a(qh'),
('F GJBs7', 'wp-includes/js/media-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ف;Y-B분'),
('ȉV?	])A', 'wp-includes/js/media-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eo*Ml8tg='),
('E?Юᾠ', 'wp-includes/js/media-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{o_PvaA۸Q'),
('6dxD', 'wp-includes/js/mediaelement/background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p<eKc\\c8r~\0l'),
('\Ze\rj!^	', 'wp-includes/js/mediaelement/bigplay.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qd6=Ҟk7bRgj'),
('7O+ǋ''n', 'wp-includes/js/mediaelement/bigplay.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tl:E9n^'),
('5[,	j(ƪ', 'wp-includes/js/mediaelement/controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$"Ӭ?Ȥ'),
('Gq@gm屪', 'wp-includes/js/mediaelement/controls.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@oZsmۊR'),
('{at\n">S', 'wp-includes/js/mediaelement/flashmediaelement.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.D2;'),
('+Ϳ#FtEǍ7', 'wp-includes/js/mediaelement/froogaloop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*B#D'),
('N`rHn0', 'wp-includes/js/mediaelement/jumpforward.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ᬌ.&wHS'),
(''' #s߾U|', 'wp-includes/js/mediaelement/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v&B"o!e'),
('y!\0pZ[A', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'prG}_'),
('	?quM', 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>`::Q7'),
(';&nbiٷ', 'wp-includes/js/mediaelement/silverlightmediaelement.xap', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OFmsK0,'),
('AZ哖̅L(', 'wp-includes/js/mediaelement/skipback.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm0EkoHF'),
('ShS%Tz', 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\07ԇ:3U:]'),
('D]|߼$', 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J9W=KF''/'),
('M~\nT|', 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tOgER{1'),
('N9{;', 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zDQ9(q9Qfy'),
('6X/HL', 'wp-includes/js/mediaelement/wp-playlist.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tj8C'),
('ˤԐ{%k#f', 'wp-includes/js/mediaelement/wp-playlist.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&EcN-kŒ'),
('JE[7U\Z~', 'wp-includes/js/plupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N	f_PH!'),
(';(Xp`ҙpݷ', 'wp-includes/js/plupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>\n{u=/	}f'),
('VڮMjӁ', 'wp-includes/js/plupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u&\nTIz+'),
('C3!0QoJe `', 'wp-includes/js/plupload/plupload.flash.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7\rvEROGҘtl'),
('"c9&', 'wp-includes/js/plupload/plupload.full.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JC$Vm''.'''),
(' p(?QnaZ', 'wp-includes/js/plupload/plupload.silverlight.xap', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tq\03X0b'),
('5C)\nWu꽝/FcK', 'wp-includes/js/plupload/wp-plupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+oN8/:7&'),
('Le5x?e=&', 'wp-includes/js/plupload/wp-plupload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|tfܚEGFQ'),
('?h;', 'wp-includes/js/quicktags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HM\Z/@p['),
('ߌ(2', 'wp-includes/js/quicktags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j6\\/RVj=g='),
('ˍG䯀oeo', 'wp-includes/js/shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '͡Pt}\r'),
('g]bR% ZE', 'wp-includes/js/shortcode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bj߭mq|$'),
('Or#TG!', 'wp-includes/js/swfobject.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',I}pe~2q'),
('M٦M/`', 'wp-includes/js/swfupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Oۅ߲}'),
('`#GbC֊', 'wp-includes/js/swfupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y,k?XN0G;'),
('\Z-x7(A4', 'wp-includes/js/swfupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[`^-oQWz'),
('D=Jǅ/	6ރa', 'wp-includes/js/swfupload/plugins/swfupload.cookies.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~\rڈk\\ 7̴'),
('lXNEMCgVsA:', 'wp-includes/js/swfupload/plugins/swfupload.queue.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SR/J5-v͏'),
(',BcԛZ4Y', 'wp-includes/js/swfupload/plugins/swfupload.speed.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AZ7kE`,*s'),
('$<@Řac"', 'wp-includes/js/swfupload/plugins/swfupload.swfobject.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '̵qV7T\\s'),
('$xM1>_8P\0', 'wp-includes/js/swfupload/swfupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':E%ρzs~'),
('*t$ߋvns', 'wp-includes/js/swfupload/swfupload.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z%5e,rHO'),
('	1А々S:(', 'wp-includes/js/thickbox/loadingAnimation.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"h\rc&'),
('tZO'' \n', 'wp-includes/js/thickbox/macFFBgHack.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ȰgW,/u'),
('v{LJlōYz`(', 'wp-includes/js/thickbox/thickbox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZPN2E^;'),
('AE[`', 'wp-includes/js/thickbox/thickbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HsTX{B$٭6'),
('9:do\np`Ry', 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ftSuc.k7a7'),
('	vO.|ߤҵ', 'wp-includes/js/tinymce/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']t"ٞ3[t|'),
('\n$zX`1Bw', 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4SB+^X\n'),
('k$6O-Nx', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L%\Z.;nq@O'),
('Aa@JŁ', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"SI$0DRj*'),
(',< ?C]0A', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(oTRa'),
('HC!"(', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '11h+ezKk\Z"'),
('gosV;\n$', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R̑54m%U'),
('0]qK''fx', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wr'),
('!#I|F', 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_!8[EVaYP@A'),
('&]0W\n)=', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`W%<:oJ9'),
('Pw0h9', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0vQﬧdU'),
('sŏU''e@d', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ex+@W\\}6'),
('\\9ã>Iz4c', 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bz{@Xб\Z'),
('v\\Q-', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\#%Z,3I8'),
('πtGȩD', 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E9`NAv'),
('	Em[l<', 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U[M0#'),
('!RpnLwm7', 'wp-includes/js/tinymce/plugins/lists/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ӏE6J#+''ͭv'),
('J0jYgh', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0(lg	#Ag'),
('d]\0FmŲpD', 'wp-includes/js/tinymce/plugins/media/moxieplayer.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NYN-3Yj'),
('`;"-+~;', 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	fHtnx,2'),
('ƅ|_i/y	', 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[6H"%k'),
('ƪq悳', 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i_pN2ExyjK'),
(',(i7:^^#', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd#L	[r'),
('x덂@}Yi+', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j]xL*_d5I/'),
('v|-', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '͓>5C'),
('?]P.12b', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rrgwd"'),
('͓Y36lY', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hɛϑôq4'),
('G!#h9	&', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Ve![=le'),
('usy6''v,=', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IA&Ku	t'),
('. \0_oE]A_0PJ', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd\0XcO@p%'),
('}PÛP\\\Z', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}˳QgѥDW'),
('	P=N>b"j:~[Q{', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[ߢ9Z'),
('3''RKBf', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G7(tt@'),
('<u꿖\ZܜY^', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ͽn鏾'),
('6<C﮿V:(r', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';F.ߔ_vdfh'),
('j^۝h8', 'wp-includes/js/tinymce/plugins/wpembed/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8*R/?%'),
('ΊY(e_bWj_', 'wp-includes/js/tinymce/plugins/wpembed/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~[L	Zu-,'),
('%\0zfNpS', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'za1Pe=ߡzVb'),
('@,n\\+k', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',,DUA'),
('u3!pAf)RM', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H4PDDM\\I'),
('Oӿ;=\\Jzy', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7`OtyO'),
('kbgS', 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b\0n?.\0'),
('L)a$D-ӮJ', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H"7	Ŭ'),
('"Etys\Z|g', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}=bZz<BՁY'),
('3+z.6Q~]y[', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6P7zp+]̍'),
('q82v&#M', 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x#ߒdy p'),
('Wly:\0Vn`d\0', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	HA,&'),
('Z(>(1bޫZ', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q8̩\0}3'),
('7&Ȁ', 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' {C!''ÃqZx'),
('([3?H/[e]', 'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zd+E@1'),
('>/ᡇ_', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l([qאD#'),
('|,^j$n', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'վ\\6\n+'),
(':X2M~', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '24vLhN!2|'),
('`S`NI^G', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(i@Gg0p'),
('t0ga/', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~-x''	'),
('vڴVKP', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$z3`c.'),
('`^X_dؾ#\r', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"םuBX'),
('Qԁ27uL', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fh%Cy'),
('P0aRz= ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Pù4S͈0p'),
('\Zl3Ȋ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k7TVn@'),
('>+ܞL[m', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a5qȑ_4@'),
('L<#\Z}', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9KM:Tf9'),
('oPco.r', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rdPE}u\n/MA '),
('Xg5(=c', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7I 1FGuj^'),
('<{,-![M', 'wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZP#\n'),
('>~!gq', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6]Vp(@lB'),
('Ĉ^A+lod', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7~!\0"w'),
('FH30m:s', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xR	YXݤ'),
('c.Dr |', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RZ?f.8	'),
('Ȅxy', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pNy~n"'),
('FÃ\\Ofg', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1vR'),
('_f;waځ', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_PwPU4'),
('FHȝle#', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l,r%^x%'),
('N3j@pu5^', 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n\nm\0;˫z'),
('~a%!P', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{6#UQ:|>#'),
('#	>7', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ImLWyݓH'),
('@{J5䷴X', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U,:)؋"QqY'),
('7%Wy~׹P?x', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lzV6`wmZBs'),
('3^PMYHD', 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶B=\rz3j'),
('۪	.ո\\', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vy:Z04`'),
('ah#8c', 'wp-includes/js/tinymce/themes/inlite/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xb @Ta'),
('	#A\n#b#=', 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gQ1ܮ!%e-C÷;'),
('r+zk; 4WI', 'wp-includes/js/tinymce/themes/modern/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(H\ZW'),
('n#t=''b]{', 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\_*κ'),
('(tTlDά7&MP.', 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' B+u؞˘4	m'),
('	9fވUf', 'wp-includes/js/tinymce/tinymce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}=31"g'),
('Gm:MľVLЉ', 'wp-includes/js/tinymce/utils/editable_selects.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd*\nzfG"0t'),
('*Lm&&2\nb', 'wp-includes/js/tinymce/utils/form_utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T8?ZP{-'),
('츃v6;~', 'wp-includes/js/tinymce/utils/mctabs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r|uJkek5\0'),
('4AIn097c`', 'wp-includes/js/tinymce/utils/validate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Q`k0RW'),
('''}0', 'wp-includes/js/tinymce/wp-tinymce.js.gz', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yǺii#ɨ'),
('HԹfk', 'wp-includes/js/tinymce/wp-tinymce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b\n0prHv'),
('p۞2N<:Z7r', 'wp-includes/js/tw-sack.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9>'),
('h+B', 'wp-includes/js/tw-sack.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DNkP\n~h'),
('鋭{^MU*_', 'wp-includes/js/twemoji.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zd2zTÊuN\r'),
('M;C8Yyﲏ', 'wp-includes/js/twemoji.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R''n'),
('u<ex@ֈ>', 'wp-includes/js/underscore.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j:CJ`tCA}{'),
('<hj	44a2', 'wp-includes/js/utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Oێ/n'),
('&UX\rL4{', 'wp-includes/js/utils.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rA2C3UE+'),
('05mk', 'wp-includes/js/wp-a11y.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' \Zr''7gx\Z'),
('/0\n*7f(', 'wp-includes/js/wp-a11y.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tlگX'),
('](R&!1;3', 'wp-includes/js/wp-ajax-response.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x''[#X+'),
('u)8FG9C(', 'wp-includes/js/wp-ajax-response.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UK 5*g+d'),
('.v8-rJŕqQ', 'wp-includes/js/wp-auth-check.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P\rJvv\Zy%e'),
('tU/DsIڤst', 'wp-includes/js/wp-auth-check.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z}jo)'),
('j8ď\Z', 'wp-includes/js/wp-backbone.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O[J-v');
INSERT INTO `wpo8_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
('0<lڿJ', 'wp-includes/js/wp-backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x\n%6h)9'),
('=-Xԍn{]pf', 'wp-includes/js/wp-embed-template.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ey(͜~i%'),
('Z Og\nWW2', 'wp-includes/js/wp-embed-template.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']g,JDT\0'''),
('sSki<4''c-6', 'wp-includes/js/wp-embed.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W|;sof2CM'),
('J~_ofk', 'wp-includes/js/wp-embed.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h{Oz8O'),
('trεF_ ', 'wp-includes/js/wp-emoji-loader.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w^|uzО'),
(';*1\Zn4', 'wp-includes/js/wp-emoji-loader.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ӱ35/)'),
('	b8[y', 'wp-includes/js/wp-emoji-release.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd`uzZ'),
('\0;fQ=*Ǖ', 'wp-includes/js/wp-emoji.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ĚF̏=o'),
('[>x;wn/tH', 'wp-includes/js/wp-emoji.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZR6Ax'),
('=V;N.K', 'wp-includes/js/wp-list-revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GQ\ru`*Ln$'),
('E4fu\r#R:k!jgh', 'wp-includes/js/wp-list-revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R1\0\\ɡ>'),
('bvEH΄', 'wp-includes/js/wp-lists.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KsKḼ#WG`n('),
('9eEbݾl3', 'wp-includes/js/wp-lists.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*EJ\ZnU#Z5'),
('#AuI.F/', 'wp-includes/js/wp-pointer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ˋ8.r:ě'),
('Ǉ4˓T`k', 'wp-includes/js/wp-pointer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6|dMpX\0fɐ'),
('??n_2gj', 'wp-includes/js/wp-util.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"uOe'),
('H+E~}1Q', 'wp-includes/js/wp-util.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9-ر,'),
('A4e{^Z', 'wp-includes/js/wpdialog.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r9_M@9\0S'),
('ߗQu!ٶx[', 'wp-includes/js/wpdialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-\0g\rFġ'),
('wtH-s\0n', 'wp-includes/js/wplink.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4s*mh'),
('"c)j"', 'wp-includes/js/wplink.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?dXݜf\ZG='),
('''B7S', 'wp-includes/js/zxcvbn-async.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0V]u#3'),
('L(n9[2C6', 'wp-includes/js/zxcvbn-async.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1p9	9~'),
('J򾁬OhsDؾ', 'wp-includes/js/zxcvbn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L;uc<'),
('іqSGKy(', 'wp-includes/kses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ɂ7JYM'),
(':m[ݢ:#', 'wp-includes/l10n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tg*4n'),
('vE,-O{', 'wp-includes/link-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`TǺ}_	G'),
('_j_/yӱ', 'wp-includes/load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rf^|[*,E2$dRW'),
('D6mer{pKO', 'wp-includes/locale.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ҥe'),
('a(mEBl', 'wp-includes/media-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5"!sV'),
('){jW-_Q=?GlҢ', 'wp-includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Iy\\y	'),
('KQ}U&;&Q', 'wp-includes/meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')5O0'),
('gI!٭_', 'wp-includes/ms-blogs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O9IM|"f_'),
('mAYRb|S', 'wp-includes/ms-default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '󩄼KUq|J'),
('.݁BxKY', 'wp-includes/ms-default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fr.L\\蒀i'),
('[nG{''q:', 'wp-includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y0a	G\0B'),
('뭷\r!z}MLKE', 'wp-includes/ms-files.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ѳoJ090Ahav'),
('v%S[̪Ѿ', 'wp-includes/ms-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3"IiYO)1B8'),
('_jSX2QQ=', 'wp-includes/ms-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oy#3G'),
('j&^b', 'wp-includes/ms-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?}Ox&nAba'),
('{Amm*K', 'wp-includes/nav-menu-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R},;r\\Mm'),
('[Hn[P.~FU|', 'wp-includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''45r_<hmJ'),
('MRlBFu', 'wp-includes/option.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^F(OEB@'),
('N|Jвznsw', 'wp-includes/pluggable-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cd\0~5j'),
('h0X-i^G`8', 'wp-includes/pluggable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-אL[m'),
('\00qĊNy)', 'wp-includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')d	pä̓'),
(' CY', 'wp-includes/pomo/entry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '흁`1La'),
('48Vt+^X', 'wp-includes/pomo/mo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ů0lD/i['),
('[Kb28', 'wp-includes/pomo/po.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n;#VV|o'),
('1W;cN"u', 'wp-includes/pomo/streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's|-<ip'),
('?ڟE$PF', 'wp-includes/pomo/translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T~t:{>4V'),
('atUq^!0ƣl', 'wp-includes/post-formats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JR֓L*Q)>'),
('MIMrD-', 'wp-includes/post-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oJ-|wA!'),
('iY\0\nR)', 'wp-includes/post-thumbnail-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r/"ئu;'),
('0jlSK', 'wp-includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ќ@|g2'),
(' A$ۤfCN37', 'wp-includes/query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wDu_"3h0'),
('KF\nOi},w', 'wp-includes/random_compat/byte_safe_strings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'utoyi'),
('owЎ696I', 'wp-includes/random_compat/cast_to_int.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_vtZ;f0\\'),
('v9b$L', 'wp-includes/random_compat/error_polyfill.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YT~\Z''"l\nUe'),
('jZ;\nlГ', 'wp-includes/random_compat/random.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G|1[_s1'),
('t.Õ81', 'wp-includes/random_compat/random_bytes_com_dotnet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'erLVstr'),
('?2yT!s|tu}', 'wp-includes/random_compat/random_bytes_dev_urandom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P<!=-faDh'),
('[D?_[', 'wp-includes/random_compat/random_bytes_libsodium.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f}>'),
('N iiڭ', 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~F-&6,Q'),
('%I}PzW', 'wp-includes/random_compat/random_bytes_mcrypt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%l1/sŀl)wi'),
('^ֺS^c', 'wp-includes/random_compat/random_bytes_openssl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iVKmD''c'),
('3I98\\֛[t', 'wp-includes/random_compat/random_int.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']m\riVi+Ԑ38'),
('E-j1j\rE', 'wp-includes/registration-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KiLٸSH=Y'),
('5\\h>w	N', 'wp-includes/registration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3f\\?dK'),
('Ѝ3>#.', 'wp-includes/rest-api/class-wp-rest-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=|Z1pW'),
('V+@0pɏhi', 'wp-includes/rest-api/class-wp-rest-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ymclj$s,'),
(':뭲cRPe(', 'wp-includes/rest-api/class-wp-rest-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dL;\Z8PfR/*'),
('Ú2d=', 'wp-includes/rest-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\Q`BB$>7'),
('_\0d MP~D', 'wp-includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KVT8"F'),
(')Oz=u˷', 'wp-includes/rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IՒ+XI7'),
('w''6)', 'wp-includes/rss-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1-8`KX'),
('A1\Z;', 'wp-includes/rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`[^A:'),
('9} B^?	"', 'wp-includes/script-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NWS\r71y13T'),
('Eh@aq', 'wp-includes/session.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~uFPVwҍh'),
('Vne!z0u1?', 'wp-includes/shortcodes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']CtM'),
('X=UpfpZ', 'wp-includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%O\\Ll\rZ'),
(':+[gCZ', 'wp-includes/template-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lԶߵ\neȯL'),
(':=%M۵', 'wp-includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!⹄'),
('>hЩXX*v1', 'wp-includes/theme-compat/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"b=Q\n~C}K'),
('"8A\n=ᇼfp5', 'wp-includes/theme-compat/embed-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%\0ihq'),
('fֈVԹ)9', 'wp-includes/theme-compat/embed-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V8߉܁;.'),
('+q^eguF6\n', 'wp-includes/theme-compat/embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rLEva36I'),
('mL0N"T~b', 'wp-includes/theme-compat/footer-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z.+j'),
('Qֿ6yq88', 'wp-includes/theme-compat/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_s0l˿7~'),
('&vAQcqw8,', 'wp-includes/theme-compat/header-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g+x&wfX'),
('LbP-I׭1f', 'wp-includes/theme-compat/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0L@%\nP$'),
('0;-,AEy', 'wp-includes/theme-compat/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sHDl,\n'),
('XVטO|8}', 'wp-includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R,nǕe'),
('+qpW', 'wp-includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#~,K ڹSf'),
('kB˞b=y', 'wp-includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0.dMt)D'),
('g+yrqD/', 'wp-includes/vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ѓպJπ'),
('5ZSμv`69', 'wp-includes/version.php', 0, '@YZ', '@YZ'),
('Y,Qpgmu#e~', 'wp-includes/widgets/class-wp-nav-menu-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0DW͹0gx'),
('TYPpEw', 'wp-includes/widgets/class-wp-widget-archives.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W%1EA'),
('I0S$2TB*', 'wp-includes/widgets/class-wp-widget-calendar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1̈́EW&o:'),
('RH\r0!d?c&', 'wp-includes/widgets/class-wp-widget-categories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_s&-&'),
('&饱W؀|', 'wp-includes/widgets/class-wp-widget-links.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_\\o@s2S'),
('n֢\rV5,', 'wp-includes/widgets/class-wp-widget-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4\ZބEtU'),
('Kc#2s/("', 'wp-includes/widgets/class-wp-widget-pages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`WIK''2'),
('6~e{".w', 'wp-includes/widgets/class-wp-widget-recent-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b`U#XWz'),
('l/\nԀWͱ-c', 'wp-includes/widgets/class-wp-widget-recent-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b/O76>m<'),
('y7MA@', 'wp-includes/widgets/class-wp-widget-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\Yޭ+P`I'''),
('F\rxw~\rܱ\n', 'wp-includes/widgets/class-wp-widget-search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V~f2'),
('-[ip\\^]', 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RI~A1'),
('\0 k~U5T', 'wp-includes/widgets/class-wp-widget-text.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fbbn}ܕn'),
('S&az8Jض9', 'wp-includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mq-vX0+=4'),
('@sB0<{l3', 'wp-includes/wlwmanifest.xml', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ԑi^'),
('Let"pc(	e', 'wp-includes/wp-db.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(7x''[+Q'),
('(^3N3', 'wp-includes/wp-diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UUJJ5}x'),
('^''q0', 'wp-links-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ndOwy|'),
('$jX])D:', 'wp-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>C^k2'),
('\r\0FJBe', 'wp-login.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UQXX`7]-A'),
('3T.^ƙ<', 'wp-mail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '577H͵5̵'),
(';1ы#Y_Nt', 'wp-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<OӲ[gΧK'),
(',4#(#', 'wp-signup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e\\q^'),
('o㮚-;?X:pҡ', 'wp-trackback.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.d#kl'),
('4ڂL$,K[u', 'xmlrpc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PἈrDlu');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfHits`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfHits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '200',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=35887 ;

--
-- Dumping data for table `wpo8_wfHits`
--

INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34682, 0.000000, 1482808550.923700, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34683, 0.000000, 1482808554.561376, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34681, 0.000000, 1482808547.218226, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34677, 0.000000, 1482807292.746571, '\0\0\0\0\0\0\0\0\0\0)Z/', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34678, 0.000000, 1482807298.375412, '\0\0\0\0\0\0\0\0\0\0)Z/', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34679, 0.000000, 1482807300.438784, '\0\0\0\0\0\0\0\0\0\0)Z/', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34680, 0.000000, 1482808522.879613, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34689, 1482809492.887145, 1482809492.530000, '\0\0\0\0\0\0\0\0\0\0R;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34690, 1482809492.040365, 1482809491.690000, '\0\0\0\0\0\0\0\0\0\0R;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34691, 1482809491.297792, 1482809490.870000, '\0\0\0\0\0\0\0\0\0\0R;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34692, 0.000000, 1482809977.774722, '\0\0\0\0\0\0\0\0\0\07''?', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34693, 0.000000, 1482810494.101299, '\0\0\0\0\0\0\0\0\0\07''?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', '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)', '', NULL, NULL),
(34694, 0.000000, 1482811830.758321, '\0\0\0\0\0\0\0\0\0\0.e', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(34695, 0.000000, 1482811946.791247, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34696, 0.000000, 1482811948.718572, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34697, 0.000000, 1482811950.645249, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.php?option=com_user&task=register', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34698, 0.000000, 1482811952.239102, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?option=com_user&task=register', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34699, 0.000000, 1482811954.132417, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34700, 0.000000, 1482811956.120608, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/user/register', '', 'Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1', '', NULL, NULL),
(34701, 0.000000, 1482813047.627982, '\0\0\0\0\0\0\0\0\0\0.', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows; Windows NT 5.1; es-ES; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre', '', NULL, NULL),
(34702, 0.000000, 1482813138.758766, '\0\0\0\0\0\0\0\0\0\0.', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 ( .NET CLR 3.5.30729; .NET CLR 4.0.20506)', '', NULL, NULL),
(34703, 0.000000, 1482814184.797271, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34704, 0.000000, 1482815477.544340, '\0\0\0\0\0\0\0\0\0\0kMYu', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34705, 0.000000, 1482815499.928203, '\0\0\0\0\0\0\0\0\0\0kMYu', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34706, 0.000000, 1482816658.709816, '\0\0\0\0\0\0\0\0\0\0n7t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34707, 0.000000, 1482816661.465129, '\0\0\0\0\0\0\0\0\0\0n7t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34708, 0.000000, 1482816663.986355, '\0\0\0\0\0\0\0\0\0\0n7t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34709, 0.000000, 1482817040.987502, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34710, 0.000000, 1482817042.537837, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34711, 0.000000, 1482817446.851960, '\0\0\0\0\0\0\0\0\0\0uA', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34712, 0.000000, 1482817449.219226, '\0\0\0\0\0\0\0\0\0\0uA', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34713, 0.000000, 1482817450.962722, '\0\0\0\0\0\0\0\0\0\0uA', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34714, 0.000000, 1482818155.191803, '\0\0\0\0\0\0\0\0\0\0w]', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34715, 0.000000, 1482820076.175900, '\0\0\0\0\0\0\0\0\0\0O|;', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(34716, 1482818160.321001, 1482818159.970000, '\0\0\0\0\0\0\0\0\0\0w]', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34717, 1482818159.384942, 1482818159.030000, '\0\0\0\0\0\0\0\0\0\0w]', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34718, 1482818158.338281, 1482818157.980000, '\0\0\0\0\0\0\0\0\0\0w]', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34719, 1482818157.380018, 1482818157.020000, '\0\0\0\0\0\0\0\0\0\0w]', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34720, 0.000000, 1482821377.399175, '\0\0\0\0\0\0\0\0\0\0\0tf', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34721, 1482821382.500615, 1482821382.130000, '\0\0\0\0\0\0\0\0\0\0\0tf', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34722, 1482821381.551196, 1482821381.190000, '\0\0\0\0\0\0\0\0\0\0\0tf', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34723, 1482821380.525774, 1482821380.140000, '\0\0\0\0\0\0\0\0\0\0\0tf', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34724, 1482821379.578529, 1482821379.210000, '\0\0\0\0\0\0\0\0\0\0\0tf', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34725, 0.000000, 1482823783.122766, '\0\0\0\0\0\0\0\0\0\0gƊ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34726, 1482823790.939602, 1482823790.570000, '\0\0\0\0\0\0\0\0\0\0gƊ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34727, 1482823789.773252, 1482823789.370000, '\0\0\0\0\0\0\0\0\0\0gƊ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34728, 1482823788.456719, 1482823788.080000, '\0\0\0\0\0\0\0\0\0\0gƊ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34729, 1482823787.273448, 1482823786.900000, '\0\0\0\0\0\0\0\0\0\0gƊ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34730, 0.000000, 1482823814.205694, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34731, 0.000000, 1482824018.090280, '\0\0\0\0\0\0\0\0\0\0;n', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34732, 0.000000, 1482824020.770575, '\0\0\0\0\0\0\0\0\0\0;n', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34733, 0.000000, 1482824021.784247, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34734, 0.000000, 1482824025.377517, '\0\0\0\0\0\0\0\0\0\0;n', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34735, 0.000000, 1482824036.298226, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34736, 0.000000, 1482827610.679613, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.normalegal.ru/', 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0', '', NULL, NULL),
(34737, 0.000000, 1482830481.160482, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://restorator-msk.ru/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)', '', NULL, NULL),
(34738, 0.000000, 1482830481.160571, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://restorator-msk.ru/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)', '', NULL, NULL),
(34739, 0.000000, 1482830977.641765, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34740, 0.000000, 1482831019.859212, '\0\0\0\0\0\0\0\0\0\0V\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', '', NULL, NULL),
(34741, 0.000000, 1482831021.453377, '\0\0\0\0\0\0\0\0\0\0V\r', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', 'http://permanentmakeupbydeb.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34742, 0.000000, 1482831993.040436, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34743, 0.000000, 1482832000.496696, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34744, 0.000000, 1482832047.773973, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34745, 0.000000, 1482832052.105251, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34746, 0.000000, 1482832056.549956, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34747, 0.000000, 1482834077.285294, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34748, 0.000000, 1482834090.350613, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34749, 0.000000, 1482834156.189800, '\0\0\0\0\0\0\0\0\0\07''?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', '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)', '', NULL, NULL),
(34750, 0.000000, 1482834653.242092, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34751, 0.000000, 1482835063.536701, '\0\0\0\0\0\0\0\0\0\0^I', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34752, 1482835068.198812, 1482835067.830000, '\0\0\0\0\0\0\0\0\0\0^I', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34753, 1482835067.259430, 1482835066.870000, '\0\0\0\0\0\0\0\0\0\0^I', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34754, 1482835066.185259, 1482835065.820000, '\0\0\0\0\0\0\0\0\0\0^I', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34755, 1482835065.206157, 1482835064.840000, '\0\0\0\0\0\0\0\0\0\0^I', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34756, 0.000000, 1482835267.681147, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34757, 0.000000, 1482836112.940680, '\0\0\0\0\0\0\0\0\0\0ʱj', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34758, 0.000000, 1482836116.535948, '\0\0\0\0\0\0\0\0\0\0ʱj', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34759, 0.000000, 1482836118.482881, '\0\0\0\0\0\0\0\0\0\0ʱj', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34760, 0.000000, 1482836724.432006, '\0\0\0\0\0\0\0\0\0\07', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34761, 1482836730.711780, 1482836730.340000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34762, 1482836729.762571, 1482836729.400000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34763, 1482836728.715294, 1482836728.360000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34764, 1482836726.992642, 1482836726.630000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34765, 0.000000, 1482837574.129653, '\0\0\0\0\0\0\0\0\0\0''(4', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34766, 0.000000, 1482837577.609901, '\0\0\0\0\0\0\0\0\0\0''(4', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34767, 0.000000, 1482837579.266010, '\0\0\0\0\0\0\0\0\0\0''(4', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34768, 0.000000, 1482838386.396491, '\0\0\0\0\0\0\0\0\0\0.t]\Z', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34769, 0.000000, 1482838743.601044, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://englate.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01', '', NULL, NULL),
(34770, 0.000000, 1482838744.870102, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://englate.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01', '', NULL, NULL),
(34771, 0.000000, 1482838746.302481, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://englate.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01', '', NULL, NULL),
(34772, 0.000000, 1482839103.557308, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'https://goo.gl/lAs0aJ', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(34773, 0.000000, 1482839104.870088, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'https://goo.gl/lAs0aJ', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(34774, 0.000000, 1482839576.476493, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34775, 0.000000, 1482843200.337314, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34776, 0.000000, 1482843474.133641, '\0\0\0\0\0\0\0\0\0\0]s_', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(34777, 0.000000, 1482843476.633017, '\0\0\0\0\0\0\0\0\0\0]s_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(34778, 0.000000, 1482843520.290713, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34779, 0.000000, 1482844319.976278, '\0\0\0\0\0\0\0\0\0\0^;', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34780, 0.000000, 1482845077.182770, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34781, 1482844325.898555, 1482844325.550000, '\0\0\0\0\0\0\0\0\0\0^;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34782, 1482844324.918198, 1482844324.570000, '\0\0\0\0\0\0\0\0\0\0^;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34783, 1482844323.824773, 1482844323.450000, '\0\0\0\0\0\0\0\0\0\0^;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34784, 1482844322.730395, 1482844322.360000, '\0\0\0\0\0\0\0\0\0\0^;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34785, 0.000000, 1482845078.979928, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34786, 0.000000, 1482846401.003828, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34787, 0.000000, 1482847564.260725, '\0\0\0\0\0\0\0\0\0\0M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)', '', NULL, NULL),
(34788, 0.000000, 1482847566.206052, '\0\0\0\0\0\0\0\0\0\0M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)', '', NULL, NULL),
(34789, 0.000000, 1482849149.582078, '\0\0\0\0\0\0\0\0\0\0u3', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34790, 0.000000, 1482849154.309138, '\0\0\0\0\0\0\0\0\0\0u3', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34791, 0.000000, 1482849157.328691, '\0\0\0\0\0\0\0\0\0\0u3', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34792, 0.000000, 1482849323.315682, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34793, 0.000000, 1482851664.730285, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', '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)', '', NULL, NULL),
(34794, 0.000000, 1482852955.930898, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34795, 0.000000, 1482852957.064902, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34796, 0.000000, 1482855551.935020, '\0\0\0\0\0\0\0\0\0\07''?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', '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)', '', NULL, NULL),
(34797, 0.000000, 1482856028.108928, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://orsonet.ru/', 'Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)', '', NULL, NULL),
(34798, 0.000000, 1482856029.585291, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://orsonet.ru/', 'Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)', '', NULL, NULL),
(34799, 0.000000, 1482856030.740670, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://orsonet.ru/', 'Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)', '', NULL, NULL),
(34800, 0.000000, 1482857026.110846, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', '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)', '', NULL, NULL),
(34801, 0.000000, 1482857042.870273, '\0\0\0\0\0\0\0\0\0\0.\r{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', '', '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)', '', NULL, NULL),
(34802, 0.000000, 1482857619.080432, '\0\0\0\0\0\0\0\0\0\0^B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(34803, 0.000000, 1482857621.298902, '\0\0\0\0\0\0\0\0\0\0^B', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34804, 0.000000, 1482857814.753276, '\0\0\0\0\0\0\0\0\0\0)', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34805, 0.000000, 1482858560.860715, '\0\0\0\0\0\0\0\0\0\0{Z+', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34806, 1482857819.527137, 1482857819.180000, '\0\0\0\0\0\0\0\0\0\0)', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34807, 1482857818.684049, 1482857818.330000, '\0\0\0\0\0\0\0\0\0\0)', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34808, 1482857817.714999, 1482857817.350000, '\0\0\0\0\0\0\0\0\0\0)', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34809, 1482857816.776864, 1482857816.420000, '\0\0\0\0\0\0\0\0\0\0)', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34810, 0.000000, 1482858563.656386, '\0\0\0\0\0\0\0\0\0\0{Z+', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34811, 0.000000, 1482858946.121783, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)', '', NULL, NULL),
(34812, 0.000000, 1482858947.348045, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)', '', NULL, NULL),
(34813, 1482858567.540421, 1482858567.140000, '\0\0\0\0\0\0\0\0\0\0{Z+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34814, 1482858566.382915, 1482858566.020000, '\0\0\0\0\0\0\0\0\0\0{Z+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34815, 1482858565.152750, 1482858564.790000, '\0\0\0\0\0\0\0\0\0\0{Z+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34816, 0.000000, 1482858948.833866, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)', '', NULL, NULL),
(34817, 0.000000, 1482859112.743796, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34818, 0.000000, 1482859123.354769, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34819, 0.000000, 1482859879.073354, '\0\0\0\0\0\0\0\0\0\0ZT', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/bree_n_lori.jpg', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(34820, 0.000000, 1482859892.433986, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(34821, 0.000000, 1482859899.351013, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(34822, 0.000000, 1482860351.538171, '\0\0\0\0\0\0\0\0\0\0P=', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', NULL, NULL),
(34823, 0.000000, 1482860353.465719, '\0\0\0\0\0\0\0\0\0\0P=', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', NULL, NULL),
(34824, 0.000000, 1482860972.546226, '\0\0\0\0\0\0\0\0\0\0m`', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34825, 0.000000, 1482861844.107594, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34826, 1482860977.069815, 1482860976.700000, '\0\0\0\0\0\0\0\0\0\0m`', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34827, 1482860976.142774, 1482860975.780000, '\0\0\0\0\0\0\0\0\0\0m`', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34828, 1482860974.950148, 1482860974.550000, '\0\0\0\0\0\0\0\0\0\0m`', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34829, 1482860973.865333, 1482860973.510000, '\0\0\0\0\0\0\0\0\0\0m`', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34830, 0.000000, 1482864043.629352, '\0\0\0\0\0\0\0\0\0\0B', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34831, 0.000000, 1482865668.867468, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34832, 1482864048.504534, 1482864048.110000, '\0\0\0\0\0\0\0\0\0\0B', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34833, 1482864047.629732, 1482864047.210000, '\0\0\0\0\0\0\0\0\0\0B', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34834, 1482864046.631150, 1482864046.270000, '\0\0\0\0\0\0\0\0\0\0B', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34835, 1482864045.795356, 1482864045.390000, '\0\0\0\0\0\0\0\0\0\0B', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34836, 0.000000, 1482866069.274658, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34837, 0.000000, 1482866073.236538, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34838, 0.000000, 1482866196.911291, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34839, 0.000000, 1482866299.909967, '\0\0\0\0\0\0\0\0\0\0֎L', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34840, 0.000000, 1482866329.975309, '\0\0\0\0\0\0\0\0\0\0d+Q', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34841, 1482866303.811763, 1482866303.450000, '\0\0\0\0\0\0\0\0\0\0֎L', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34842, 1482866302.980769, 1482866302.610000, '\0\0\0\0\0\0\0\0\0\0֎L', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34843, 1482866302.049592, 1482866301.650000, '\0\0\0\0\0\0\0\0\0\0֎L', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34844, 1482866301.199752, 1482866300.820000, '\0\0\0\0\0\0\0\0\0\0֎L', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34845, 0.000000, 1482869110.232992, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/author/vedadmin/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34846, 0.000000, 1482870205.212358, '\0\0\0\0\0\0\0\0\0\0C', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34847, 0.000000, 1482870346.968141, '\0\0\0\0\0\0\0\0\0\0^', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com', 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0', '', NULL, NULL),
(34848, 1482870209.224380, 1482870208.870000, '\0\0\0\0\0\0\0\0\0\0C', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34849, 1482870208.343158, 1482870207.990000, '\0\0\0\0\0\0\0\0\0\0C', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34850, 1482870207.405637, 1482870207.040000, '\0\0\0\0\0\0\0\0\0\0C', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34851, 1482870206.540422, 1482870206.180000, '\0\0\0\0\0\0\0\0\0\0C', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34852, 0.000000, 1482870352.650069, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://lider-zhaluzi.kiev.ua/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34853, 0.000000, 1482870354.380766, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://lider-zhaluzi.kiev.ua/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34854, 0.000000, 1482871297.295325, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/udd.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34855, 0.000000, 1482871301.468738, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/udd.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34856, 0.000000, 1482871412.242842, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34857, 0.000000, 1482871413.056772, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34858, 0.000000, 1482871543.806698, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34859, 0.000000, 1482872067.960276, '\0\0\0\0\0\0\0\0\0\0l', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36', '', NULL, NULL),
(34860, 0.000000, 1482872198.625499, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34861, 0.000000, 1482874308.678856, '\0\0\0\0\0\0\0\0\0\0i-k', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34862, 0.000000, 1482875143.144779, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://search.frontier.com/search/?q=http%3A//permanentmakeupdeb.com/&r=&t=0', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34863, 0.000000, 1482875142.430082, '\0\0\0\0\0\0\0\0\0\02(4', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://search.frontier.com/search/?q=http%3A//permanentmakeupdeb.com/&r=&t=0', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34864, 1482874314.821662, 1482874314.280000, '\0\0\0\0\0\0\0\0\0\0i-k', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34865, 1482874312.160084, 1482874311.620000, '\0\0\0\0\0\0\0\0\0\0i-k', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34866, 1482874311.063626, 1482874310.670000, '\0\0\0\0\0\0\0\0\0\0i-k', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34867, 0.000000, 1482875153.449272, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34868, 0.000000, 1482875278.699730, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34869, 0.000000, 1482875297.269493, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34870, 0.000000, 1482875393.779973, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34871, 0.000000, 1482875417.123012, '\0\0\0\0\0\0\0\0\0\0kMU=', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG-SM-G920A Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36', '', NULL, NULL),
(34872, 0.000000, 1482875469.417999, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34873, 0.000000, 1482875505.244705, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34874, 0.000000, 1482875522.198495, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(34875, 0.000000, 1482875916.003418, '\0\0\0\0\0\0\0\0\0\0Mx', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34876, 0.000000, 1482876049.467691, '\0\0\0\0\0\0\0\0\0\0g+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', '', '', NULL, NULL),
(34877, 1482875919.980356, 1482875919.610000, '\0\0\0\0\0\0\0\0\0\0Mx', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34878, 1482875919.098159, 1482875918.730000, '\0\0\0\0\0\0\0\0\0\0Mx', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34879, 1482875918.135849, 1482875917.780000, '\0\0\0\0\0\0\0\0\0\0Mx', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34880, 1482875917.295603, 1482875916.920000, '\0\0\0\0\0\0\0\0\0\0Mx', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34881, 0.000000, 1482876052.144182, '\0\0\0\0\0\0\0\0\0\0g+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', '', '', NULL, NULL),
(34882, 0.000000, 1482876054.590602, '\0\0\0\0\0\0\0\0\0\0g+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=2', '', '', '', NULL, NULL),
(34883, 0.000000, 1482876055.915469, '\0\0\0\0\0\0\0\0\0\0g+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=3', '', '', '', NULL, NULL),
(34884, 0.000000, 1482876057.308814, '\0\0\0\0\0\0\0\0\0\0g+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=4', '', '', '', NULL, NULL),
(34885, 0.000000, 1482876222.563844, '\0\0\0\0\0\0\0\0\0\07''?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/bg_makeup3.jpg', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34886, 0.000000, 1482876226.999368, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34887, 0.000000, 1482876703.917622, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34888, 0.000000, 1482876705.442728, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34889, 0.000000, 1482876707.352835, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34890, 0.000000, 1482878587.882712, '\0\0\0\0\0\0\0\0\0\0"K', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34891, 0.000000, 1482880013.867828, '\0\0\0\0\0\0\0\0\0\0ܵl', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34892, 1482878591.051573, 1482878590.690000, '\0\0\0\0\0\0\0\0\0\0"K', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34893, 1482878590.352275, 1482878589.990000, '\0\0\0\0\0\0\0\0\0\0"K', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34894, 1482878589.604554, 1482878589.230000, '\0\0\0\0\0\0\0\0\0\0"K', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34895, 1482878588.936088, 1482878588.580000, '\0\0\0\0\0\0\0\0\0\0"K', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34896, 0.000000, 1482881133.518202, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34897, 0.000000, 1482881824.196938, '\0\0\0\0\0\0\0\0\0\0a ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34898, 0.000000, 1482882712.749079, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34899, 1482881828.779481, 1482881828.420000, '\0\0\0\0\0\0\0\0\0\0a ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34900, 1482881827.766518, 1482881827.400000, '\0\0\0\0\0\0\0\0\0\0a ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34901, 1482881826.675343, 1482881826.310000, '\0\0\0\0\0\0\0\0\0\0a ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34902, 1482881825.611180, 1482881825.260000, '\0\0\0\0\0\0\0\0\0\0a ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34903, 0.000000, 1482882714.618882, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34904, 0.000000, 1482883199.205796, '\0\0\0\0\0\0\0\0\0\0;fb', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34905, 1482883205.171898, 1482883204.800000, '\0\0\0\0\0\0\0\0\0\0;fb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34906, 1482883204.083826, 1482883203.740000, '\0\0\0\0\0\0\0\0\0\0;fb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34907, 1482883202.898020, 1482883202.550000, '\0\0\0\0\0\0\0\0\0\0;fb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34908, 1482883201.903765, 1482883201.480000, '\0\0\0\0\0\0\0\0\0\0;fb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34909, 0.000000, 1482884677.971011, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34910, 0.000000, 1482884955.772836, '\0\0\0\0\0\0\0\0\0\0ay', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(34911, 0.000000, 1482884982.062911, '\0\0\0\0\0\0\0\0\0\0E?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(34912, 0.000000, 1482885860.878748, '\0\0\0\0\0\0\0\0\0\0ܵ3w', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36', '', NULL, NULL),
(34913, 0.000000, 1482886912.897351, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(34914, 0.000000, 1482888320.806658, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34915, 0.000000, 1482888321.659730, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34916, 0.000000, 1482888322.691492, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34917, 0.000000, 1482888322.688790, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34918, 0.000000, 1482888323.483484, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34919, 0.000000, 1482888324.675937, '\0\0\0\0\0\0\0\0\0\0}', 0, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34920, 0.000000, 1482888324.714583, '\0\0\0\0\0\0\0\0\0\0}', 0, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34921, 0.000000, 1482888325.870480, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34922, 0.000000, 1482888326.751957, '\0\0\0\0\0\0\0\0\0\0}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)', '', NULL, NULL),
(34923, 0.000000, 1482888559.192457, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34924, 0.000000, 1482888560.034478, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34925, 0.000000, 1482890587.792877, '\0\0\0\0\0\0\0\0\0\0R', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://www.advancededucator.com/about_AE.htm', 'Mozilla/5.0 (Linux; Android 6.0.1; XT1585 Build/MCK24.183-22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36', '', NULL, NULL),
(34926, 0.000000, 1482891715.976152, '\0\0\0\0\0\0\0\0\0\0Km$', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://www.ask.com/web?q=extensive+eyebrow+microblading+classes&qsrc=19&qo=spellCheck&o=0&l=dir', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1', '', NULL, NULL),
(34927, 0.000000, 1482892056.882140, '\0\0\0\0\0\0\0\0\0\0`9', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-N910P Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/100.0.0.29.61;]', '', NULL, NULL),
(34928, 0.000000, 1482892068.150637, '\0\0\0\0\0\0\0\0\0\0`9', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-N910P Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/100.0.0.29.61;]', '', NULL, NULL),
(34929, 0.000000, 1482892069.442192, '\0\0\0\0\0\0\0\0\0\0`9', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-N910P Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/100.0.0.29.61;]', '', NULL, NULL),
(34930, 0.000000, 1482892070.829241, '\0\0\0\0\0\0\0\0\0\0`9', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-N910P Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/100.0.0.29.61;]', '', NULL, NULL),
(34931, 0.000000, 1482893173.011740, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34932, 0.000000, 1482894019.694690, '\0\0\0\0\0\0\0\0\0\0bi', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'http://www.google.com/', 'Mozilla/5.0 (Linux; Android 4.4.4; SM-G360V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34933, 0.000000, 1482894037.040931, '\0\0\0\0\0\0\0\0\0\0bi', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/make-up/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Linux; Android 4.4.4; SM-G360V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34934, 0.000000, 1482894039.180733, '\0\0\0\0\0\0\0\0\0\0bi', 1, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/stacktable/stacktable.css', 'https://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Linux; Android 4.4.4; SM-G360V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34935, 0.000000, 1482894629.669353, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.musezone.su/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)', '', NULL, NULL),
(34936, 0.000000, 1482894630.939881, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.musezone.su/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)', '', NULL, NULL),
(34937, 0.000000, 1482894664.215158, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/images/bg_makeup4.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(34938, 0.000000, 1482894665.016247, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/images/bg_makeup4.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(34939, 0.000000, 1482896813.403871, '\0\0\0\0\0\0\0\0\0\0,"', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34940, 0.000000, 1482897516.440813, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://yougotanewdomain.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', '', NULL, NULL),
(34941, 0.000000, 1482899028.433474, '\0\0\0\0\0\0\0\0\0\0m]y', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34942, 0.000000, 1482899341.427765, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'https://www.google.com/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34943, 0.000000, 1482899473.595393, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34944, 0.000000, 1482899551.507867, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34945, 0.000000, 1482899591.259416, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34946, 0.000000, 1482899617.448746, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/faq/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34947, 0.000000, 1482899624.506643, '\0\0\0\0\0\0\0\0\0\0E', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(34948, 0.000000, 1482902751.559703, '\0\0\0\0\0\0\0\0\0\0b:h', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(34949, 0.000000, 1482902753.408213, '\0\0\0\0\0\0\0\0\0\0b:h', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/apple-touch-icon-152x152-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.2.16 Darwin/16.3.0', '', NULL, NULL),
(34950, 0.000000, 1482902754.430903, '\0\0\0\0\0\0\0\0\0\0b:h', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/apple-touch-icon-152x152.png', '', 'MobileSafari/602.1 CFNetwork/808.2.16 Darwin/16.3.0', '', NULL, NULL),
(34951, 0.000000, 1482903586.635593, '\0\0\0\0\0\0\0\0\0\04i', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(34952, 0.000000, 1482906829.524818, '\0\0\0\0\0\0\0\0\0\0(MP', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34953, 0.000000, 1482907458.738009, '\0\0\0\0\0\0\0\0\0\0)அ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34954, 0.000000, 1482910861.195195, '\0\0\0\0\0\0\0\0\0\0S', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34955, 1482907463.305028, 1482907462.960000, '\0\0\0\0\0\0\0\0\0\0)அ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34956, 1482907462.464654, 1482907462.110000, '\0\0\0\0\0\0\0\0\0\0)அ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34957, 1482907461.512580, 1482907461.160000, '\0\0\0\0\0\0\0\0\0\0)அ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34958, 1482907460.646298, 1482907460.290000, '\0\0\0\0\0\0\0\0\0\0)அ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34959, 0.000000, 1482910865.452673, '\0\0\0\0\0\0\0\0\0\0S', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34960, 0.000000, 1482910867.539638, '\0\0\0\0\0\0\0\0\0\0S', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34961, 0.000000, 1482911856.363714, '\0\0\0\0\0\0\0\0\0\0>ҘT', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34962, 1482910868.474568, 1482910868.090000, '\0\0\0\0\0\0\0\0\0\0S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34963, 1482910866.522684, 1482910866.160000, '\0\0\0\0\0\0\0\0\0\0S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34964, 0.000000, 1482911858.730438, '\0\0\0\0\0\0\0\0\0\0>ҘT', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34965, 0.000000, 1482911861.694970, '\0\0\0\0\0\0\0\0\0\0>ҘT', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34966, 0.000000, 1482911862.774268, '\0\0\0\0\0\0\0\0\0\0>ҘT', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34967, 0.000000, 1482912872.355517, '\0\0\0\0\0\0\0\0\0\06%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)', '', NULL, NULL),
(34968, 0.000000, 1482913711.253746, '\0\0\0\0\0\0\0\0\0\0.\r{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/Disclosures_Aug_2015.pdf', '', '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)', '', NULL, NULL),
(34969, 0.000000, 1482913951.785091, '\0\0\0\0\0\0\0\0\0\07''?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', '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)', '', NULL, NULL),
(34970, 0.000000, 1482914177.731397, '\0\0\0\0\0\0\0\0\0\0(MP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34971, 0.000000, 1482915222.965270, '\0\0\0\0\0\0\0\0\0\0SG', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34972, 0.000000, 1482915816.722110, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34973, 1482915232.608216, 1482915232.230000, '\0\0\0\0\0\0\0\0\0\0SG', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34974, 1482915230.160571, 1482915229.690000, '\0\0\0\0\0\0\0\0\0\0SG', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34975, 1482915228.965450, 1482915228.510000, '\0\0\0\0\0\0\0\0\0\0SG', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34976, 1482915227.760171, 1482915227.280000, '\0\0\0\0\0\0\0\0\0\0SG', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34977, 0.000000, 1482915938.766875, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/construct/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34978, 1482915897.667549, 1482915897.290000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==","category":"lfi","ssl":0}'),
(34990, 0.000000, 1482916232.510627, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/infocus/lib/scripts/dl-skin.php../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34991, 0.000000, 1482916291.091967, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/infocus2/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34979, 0.000000, 1482916006.569638, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/dejavu/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34980, 0.000000, 1482916042.281424, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/echelon/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34981, 0.000000, 1482916052.235761, '\0\0\0\0\0\0\0\0\0\0z', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34982, 1482916057.334918, 1482916056.990000, '\0\0\0\0\0\0\0\0\0\0z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34983, 1482916056.227944, 1482916055.820000, '\0\0\0\0\0\0\0\0\0\0z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34984, 1482916055.000880, 1482916054.650000, '\0\0\0\0\0\0\0\0\0\0z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34985, 1482916053.914448, 1482916053.560000, '\0\0\0\0\0\0\0\0\0\0z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34986, 0.000000, 1482916071.826878, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/elegance/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34987, 0.000000, 1482916168.400780, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/fusion/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34988, 1482916129.799494, 1482916129.450000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/felis/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2ZlbGlzL2Rvd25sb2FkLnBocA==","category":"lfi","ssl":0}'),
(35012, 1482920281.125523, 1482920280.750000, '\0\0\0\0\0\0\0\0\0\0mB~', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34989, 1482916096.383144, 1482916096.030000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/epic/includes/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2VwaWMvaW5jbHVkZXMvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(35013, 1482920280.112416, 1482920279.740000, '\0\0\0\0\0\0\0\0\0\0mB~', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34992, 1482916351.696213, 1482916351.340000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/linenity/functions/download.php?imgurl=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWd1cmxd","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2xpbmVuaXR5L2Z1bmN0aW9ucy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(35010, 0.000000, 1482920533.214079, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35011, 1482920282.094585, 1482920281.670000, '\0\0\0\0\0\0\0\0\0\0mB~', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34993, 0.000000, 1482916422.093501, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/method/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34994, 0.000000, 1482916516.208845, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/modular/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34995, 0.000000, 1482916575.505007, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/myriad/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34996, 0.000000, 1482916639.172332, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/myriad/lib/scripts/dl-skin.php/../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34997, 1482916685.625355, 1482916685.270000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3BhcmFsbGVsdXMtc2FsdXRhdGlvbi9mcmFtZXdvcmsvdXRpbGl0aWVzL2Rvd25sb2FkL2dldGZpbGUucGhw","category":"lfi","ssl":0}'),
(35005, 0.000000, 1482919550.823514, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35006, 0.000000, 1482919553.244952, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35007, 0.000000, 1482919587.087798, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34998, 1482916667.328825, 1482916666.940000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3BhcmFsbGVsdXMtbWluZ2xlL2ZyYW1ld29yay91dGlsaXRpZXMvZG93bmxvYWQvZ2V0ZmlsZS5waHA=","category":"lfi","ssl":0}'),
(35008, 0.000000, 1482919593.598177, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35009, 0.000000, 1482920277.176197, '\0\0\0\0\0\0\0\0\0\0mB~', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34999, 0.000000, 1482916705.951076, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/persuasion/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(35000, 0.000000, 1482919543.824803, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35001, 1482916758.287936, 1482916757.920000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/ypo-theme/download.php?download=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF0=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3lwby10aGVtZS9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(35031, 0.000000, 1482920998.784829, '\0\0\0\0\0\0\0\0\0\0k', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)', '', NULL, NULL),
(35032, 0.000000, 1482922090.419895, '\0\0\0\0\0\0\0\0\0\0/bt', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(35002, 1482916750.297997, 1482916749.950000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/ypo-theme/download.php?download=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF0=","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3lwby10aGVtZS9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(35033, 0.000000, 1482922425.482228, '\0\0\0\0\0\0\0\0\0\0^', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35003, 1482916742.297182, 1482916741.930000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/urbancity/lib/scripts/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3VyYmFuY2l0eS9saWIvc2NyaXB0cy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(35034, 1482922095.644256, 1482922095.260000, '\0\0\0\0\0\0\0\0\0\0/bt', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35004, 1482916728.674385, 1482916728.330000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/trinity/lib/scripts/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyaW5pdHkvbGliL3NjcmlwdHMvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(35035, 1482922094.995605, 1482922094.630000, '\0\0\0\0\0\0\0\0\0\0/bt', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35014, 1482920278.780681, 1482920278.410000, '\0\0\0\0\0\0\0\0\0\0mB~', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35015, 0.000000, 1482920535.822320, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/fckeditor', 'http://permanentmakeupbydeb.com/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35016, 0.000000, 1482920537.984212, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/admin/fckeditor', 'http://permanentmakeupbydeb.com/admin/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35017, 0.000000, 1482920539.232582, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/admin_manage/fckeditor', 'http://permanentmakeupbydeb.com/admin_manage/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35018, 0.000000, 1482920540.471665, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/web_manage/fckeditor', 'http://permanentmakeupbydeb.com/web_manage/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35019, 0.000000, 1482920542.308823, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/manager/FCKeditor', 'http://permanentmakeupbydeb.com/manager/FCKeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35020, 0.000000, 1482920543.588678, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/admin/manager/Fckeditor', 'http://permanentmakeupbydeb.com/admin/manager/Fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35021, 0.000000, 1482920545.047465, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/public/js/manager/fckeditor', 'http://permanentmakeupbydeb.com/public/js/manager/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35022, 0.000000, 1482920546.342816, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/js/fckeditor', 'http://permanentmakeupbydeb.com/js/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35023, 0.000000, 1482920547.596928, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/include/fckeditor', 'http://permanentmakeupbydeb.com/include/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35024, 0.000000, 1482920548.860226, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/files/fckeditor', 'http://permanentmakeupbydeb.com/files/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35025, 0.000000, 1482920550.102029, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/admin2/fckeditor', 'http://permanentmakeupbydeb.com/admin2/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35026, 0.000000, 1482920551.360136, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/fckeditor_for_wordpress/fckeditor', 'http://permanentmakeupbydeb.com/wp-content/plugins/fckeditor_for_wordpress/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35027, 0.000000, 1482920552.609607, '\0\0\0\0\0\0\0\0\0\0ˠ4', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/common/fckeditor', 'http://permanentmakeupbydeb.com/common/fckeditor', 'WebFuck V2.1 T0PHackTeam www.t0p.xyz', '', NULL, NULL),
(35028, 0.000000, 1482920641.273946, '\0\0\0\0\0\0\0\0\0\0@*', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)', '', NULL, NULL),
(35029, 0.000000, 1482920642.970096, '\0\0\0\0\0\0\0\0\0\0@*', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', 'http://whois.domaintools.com/permanentmakeupbydeb.com', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)', '', NULL, NULL),
(35030, 0.000000, 1482920643.771875, '\0\0\0\0\0\0\0\0\0\0@*', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://whois.domaintools.com/permanentmakeupbydeb.com', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)', '', NULL, NULL),
(35036, 1482922094.295379, 1482922093.920000, '\0\0\0\0\0\0\0\0\0\0/bt', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35037, 1482922093.682271, 1482922093.320000, '\0\0\0\0\0\0\0\0\0\0/bt', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35038, 1482922431.465981, 1482922431.070000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35039, 1482922430.400291, 1482922430.030000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35040, 1482922429.122546, 1482922428.760000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35041, 1482922427.964801, 1482922427.620000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35042, 0.000000, 1482923880.378139, '\0\0\0\0\0\0\0\0\0\0%;', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35043, 1482923886.583666, 1482923886.200000, '\0\0\0\0\0\0\0\0\0\0%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35044, 1482923885.647067, 1482923885.250000, '\0\0\0\0\0\0\0\0\0\0%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35045, 1482923884.612116, 1482923884.170000, '\0\0\0\0\0\0\0\0\0\0%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35046, 1482923883.635398, 1482923883.230000, '\0\0\0\0\0\0\0\0\0\0%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35047, 0.000000, 1482923915.410463, '\0\0\0\0\0\0\0\0\0\0}U', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35048, 0.000000, 1482925544.676146, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35049, 1482923921.690093, 1482923921.310000, '\0\0\0\0\0\0\0\0\0\0}U', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35050, 1482923920.678702, 1482923920.260000, '\0\0\0\0\0\0\0\0\0\0}U', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35051, 1482923919.544631, 1482923919.180000, '\0\0\0\0\0\0\0\0\0\0}U', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35052, 1482923917.446088, 1482923917.080000, '\0\0\0\0\0\0\0\0\0\0}U', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34242, 0.000000, 1482692889.339320, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34243, 0.000000, 1482693810.743639, '\0\0\0\0\0\0\0\0\0\0Z', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34244, 1482693815.608856, 1482693815.250000, '\0\0\0\0\0\0\0\0\0\0Z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34245, 1482693814.792609, 1482693814.440000, '\0\0\0\0\0\0\0\0\0\0Z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34246, 1482693813.854581, 1482693813.490000, '\0\0\0\0\0\0\0\0\0\0Z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34247, 1482693812.990977, 1482693812.640000, '\0\0\0\0\0\0\0\0\0\0Z', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34248, 0.000000, 1482696026.756315, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://monarhs.info/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34249, 0.000000, 1482696027.786294, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://monarhs.info/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34250, 0.000000, 1482696028.973235, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://monarhs.info/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34251, 0.000000, 1482696090.524287, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34252, 0.000000, 1482698393.641375, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34253, 0.000000, 1482699998.919730, '\0\0\0\0\0\0\0\0\0\0mAG*', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34254, 1482700002.189315, 1482700001.800000, '\0\0\0\0\0\0\0\0\0\0mAG*', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34255, 0.000000, 1482700003.142887, '\0\0\0\0\0\0\0\0\0\0mAG*', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34256, 0.000000, 1482701482.182566, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34257, 1482700005.750200, 1482700005.400000, '\0\0\0\0\0\0\0\0\0\0mAG*', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34258, 1482700004.843144, 1482700004.490000, '\0\0\0\0\0\0\0\0\0\0mAG*', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34259, 0.000000, 1482701518.041416, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', '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)', '', NULL, NULL),
(34260, 0.000000, 1482701700.772243, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34261, 0.000000, 1482701725.209827, '\0\0\0\0\0\0\0\0\0\00%', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34262, 0.000000, 1482702421.704761, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/images/training-beds.jpg', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34263, 1482701729.506642, 1482701729.100000, '\0\0\0\0\0\0\0\0\0\00%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34264, 1482701728.608291, 1482701728.240000, '\0\0\0\0\0\0\0\0\0\00%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34265, 1482701727.673717, 1482701727.260000, '\0\0\0\0\0\0\0\0\0\00%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34266, 1482701726.727146, 1482701726.290000, '\0\0\0\0\0\0\0\0\0\00%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34267, 0.000000, 1482702433.411267, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/training-beds.jpg', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34268, 0.000000, 1482702679.287470, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'My Nutch Spider/Nutch-1.10', '', NULL, NULL),
(34269, 0.000000, 1482706419.039957, '\0\0\0\0\0\0\0\0\0\0 g', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(34270, 0.000000, 1482706420.480120, '\0\0\0\0\0\0\0\0\0\0 g', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34271, 0.000000, 1482706504.952904, '\0\0\0\0\0\0\0\0\0\0ܵly', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34272, 0.000000, 1482706507.761399, '\0\0\0\0\0\0\0\0\0\0ܵly', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34273, 0.000000, 1482707140.842294, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34274, 0.000000, 1482707406.232025, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34275, 0.000000, 1482710182.091249, '\0\0\0\0\0\0\0\0\0\05?', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34276, 1482710187.205293, 1482710186.840000, '\0\0\0\0\0\0\0\0\0\05?', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34277, 1482710185.775289, 1482710185.430000, '\0\0\0\0\0\0\0\0\0\05?', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34278, 1482710184.602688, 1482710184.250000, '\0\0\0\0\0\0\0\0\0\05?', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34279, 1482710183.613205, 1482710183.260000, '\0\0\0\0\0\0\0\0\0\05?', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34280, 0.000000, 1482712201.193336, '\0\0\0\0\0\0\0\0\0\0F', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/email_open_log_pic.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2', '', NULL, NULL),
(34281, 0.000000, 1482713014.634137, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34282, 0.000000, 1482713992.024478, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(34283, 0.000000, 1482714387.849319, '\0\0\0\0\0\0\0\0\0\0P', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', '', NULL, NULL),
(34284, 0.000000, 1482714564.190255, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34285, 0.000000, 1482714570.023250, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34286, 0.000000, 1482714570.416776, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34287, 0.000000, 1482715072.369033, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://torrents.cd/', 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0', '', NULL, NULL),
(34288, 0.000000, 1482715073.494776, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://torrents.cd/', 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0', '', NULL, NULL),
(34289, 0.000000, 1482715074.680573, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://torrents.cd/', 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0', '', NULL, NULL),
(34290, 0.000000, 1482716920.300196, '\0\0\0\0\0\0\0\0\0\0+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34291, 0.000000, 1482718140.869280, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34292, 0.000000, 1482718252.256516, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34293, 0.000000, 1482718621.816825, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', '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)', '', NULL, NULL),
(34294, 0.000000, 1482718693.409399, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34295, 0.000000, 1482719950.102594, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/images/poster_17_web_proof_wo.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(34296, 0.000000, 1482721230.132349, '\0\0\0\0\0\0\0\0\0\0LpD', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34297, 0.000000, 1482721358.829328, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', '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)', '', NULL, NULL),
(34298, 1482721233.313651, 1482721232.970000, '\0\0\0\0\0\0\0\0\0\0LpD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34299, 1482721232.627136, 1482721232.280000, '\0\0\0\0\0\0\0\0\0\0LpD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34300, 1482721231.922338, 1482721231.570000, '\0\0\0\0\0\0\0\0\0\0LpD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34301, 1482721231.301776, 1482721230.950000, '\0\0\0\0\0\0\0\0\0\0LpD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34302, 0.000000, 1482721441.295835, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', '', '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)', '', NULL, NULL),
(34303, 0.000000, 1482721740.517046, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34304, 0.000000, 1482721742.217814, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34305, 0.000000, 1482722217.759375, '\0\0\0\0\0\0\0\0\0\0L[', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/15.0.122066290 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(34306, 0.000000, 1482722856.555685, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34307, 0.000000, 1482723063.513061, '\0\0\0\0\0\0\0\0\0\0Bf', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon', '', NULL, NULL),
(34308, 0.000000, 1482723735.505950, '\0\0\0\0\0\0\0\0\0\0L	', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34309, 0.000000, 1482723735.964552, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2', '', NULL, NULL),
(34310, 0.000000, 1482724321.680154, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34311, 0.000000, 1482724327.663487, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/sitemap.xml', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34312, 0.000000, 1482724340.015020, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/cec.htm', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34313, 0.000000, 1482724498.359597, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', '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)', '', NULL, NULL),
(34314, 0.000000, 1482724741.639480, '\0\0\0\0\0\0\0\0\0\0<3|', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34315, 0.000000, 1482725457.608087, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34316, 1482724746.750426, 1482724746.390000, '\0\0\0\0\0\0\0\0\0\0<3|', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34317, 1482724745.657144, 1482724745.300000, '\0\0\0\0\0\0\0\0\0\0<3|', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34318, 1482724744.463696, 1482724744.100000, '\0\0\0\0\0\0\0\0\0\0<3|', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34319, 1482724743.361161, 1482724742.990000, '\0\0\0\0\0\0\0\0\0\0<3|', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34320, 0.000000, 1482726350.945410, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://yougotanewdomain.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', '', NULL, NULL),
(34321, 0.000000, 1482726571.489882, '\0\0\0\0\0\0\0\0\0\0]\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36', '', NULL, NULL),
(34322, 0.000000, 1482727539.833188, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34323, 0.000000, 1482727670.012588, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://viberdownload10.com/viber-for-android/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(34324, 0.000000, 1482727671.181693, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://viberdownload10.com/viber-for-android/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(34325, 1482727545.301252, 1482727544.940000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34326, 1482727544.107110, 1482727543.750000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34327, 1482727542.887157, 1482727542.520000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34328, 1482727541.513383, 1482727541.160000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34329, 0.000000, 1482727672.382594, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://viberdownload10.com/viber-for-android/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(34330, 0.000000, 1482728086.379085, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34331, 0.000000, 1482728088.553706, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34332, 0.000000, 1482728090.625501, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34333, 0.000000, 1482729486.588316, '\0\0\0\0\0\0\0\0\0\0(M', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', '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)', '', NULL, NULL),
(34334, 0.000000, 1482729935.294667, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34335, 0.000000, 1482729937.637925, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34336, 0.000000, 1482729981.495483, '\0\0\0\0\0\0\0\0\0\0BZx', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'AdsBot-Google (+http://www.google.com/adsbot.html)', '', NULL, NULL),
(34337, 0.000000, 1482730558.036172, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34338, 0.000000, 1482730561.230780, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34339, 0.000000, 1482732308.423332, '\0\0\0\0\0\0\0\0\0\0Ub#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34340, 0.000000, 1482732310.920300, '\0\0\0\0\0\0\0\0\0\0Ub#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34341, 0.000000, 1482732313.151644, '\0\0\0\0\0\0\0\0\0\0Ub#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34342, 0.000000, 1482733493.580354, '\0\0\0\0\0\0\0\0\0\0O>', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)', '', NULL, NULL),
(34343, 0.000000, 1482735570.527571, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34344, 0.000000, 1482736793.298893, '\0\0\0\0\0\0\0\0\0\0T\\A', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34345, 1482736798.814364, 1482736798.280000, '\0\0\0\0\0\0\0\0\0\0T\\A', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34346, 1482736797.799692, 1482736797.420000, '\0\0\0\0\0\0\0\0\0\0T\\A', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34347, 1482736796.858659, 1482736796.490000, '\0\0\0\0\0\0\0\0\0\0T\\A', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34348, 1482736796.033414, 1482736795.680000, '\0\0\0\0\0\0\0\0\0\0T\\A', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34349, 0.000000, 1482737511.336606, '\0\0\0\0\0\0\0\0\0\0(M', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34350, 0.000000, 1482738072.314004, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34351, 0.000000, 1482738139.364904, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34352, 0.000000, 1482738478.518786, '\0\0\0\0\0\0\0\0\0\0|{M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34353, 0.000000, 1482738482.216805, '\0\0\0\0\0\0\0\0\0\0|{M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34354, 0.000000, 1482738486.778947, '\0\0\0\0\0\0\0\0\0\0|{M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34355, 0.000000, 1482740469.913790, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34356, 0.000000, 1482740653.301451, '\0\0\0\0\0\0\0\0\0\0Pm', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', '', NULL, NULL),
(34357, 0.000000, 1482741197.449795, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34358, 0.000000, 1482742183.055140, '\0\0\0\0\0\0\0\0\0\0ZЩ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34359, 0.000000, 1482742921.377726, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34360, 1482742188.691284, 1482742188.310000, '\0\0\0\0\0\0\0\0\0\0ZЩ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34361, 1482742187.833390, 1482742187.420000, '\0\0\0\0\0\0\0\0\0\0ZЩ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34362, 1482742186.877564, 1482742186.480000, '\0\0\0\0\0\0\0\0\0\0ZЩ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34363, 1482742186.001458, 1482742185.610000, '\0\0\0\0\0\0\0\0\0\0ZЩ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34364, 0.000000, 1482742924.369768, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Java/1.8.0_101', '', NULL, NULL),
(34365, 0.000000, 1482742925.309125, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34366, 0.000000, 1482742926.284497, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34367, 0.000000, 1482742927.261270, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34368, 0.000000, 1482742928.149279, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34369, 0.000000, 1482742929.085406, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34370, 0.000000, 1482742930.334837, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34371, 0.000000, 1482742931.345136, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34372, 0.000000, 1482742932.349745, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34373, 0.000000, 1482742933.478807, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34374, 0.000000, 1482742934.532216, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34375, 0.000000, 1482742935.553553, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34376, 0.000000, 1482742936.984456, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34377, 0.000000, 1482742938.035669, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34378, 0.000000, 1482742938.977065, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34379, 0.000000, 1482742939.909115, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34380, 0.000000, 1482742940.923418, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34381, 0.000000, 1482742942.819054, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34382, 0.000000, 1482742943.658519, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34383, 0.000000, 1482742944.434736, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34384, 0.000000, 1482742945.225195, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34385, 0.000000, 1482742946.042903, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34386, 0.000000, 1482742946.819345, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34387, 0.000000, 1482742947.682243, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34388, 0.000000, 1482742948.494271, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34389, 0.000000, 1482742949.366724, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34390, 0.000000, 1482742950.245648, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34391, 0.000000, 1482742951.056823, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34392, 0.000000, 1482742951.929684, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34393, 0.000000, 1482742952.839150, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34394, 0.000000, 1482742953.596557, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34395, 0.000000, 1482742954.450025, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34396, 0.000000, 1482742955.270071, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34397, 0.000000, 1482742956.243573, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34398, 0.000000, 1482742957.039918, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34399, 0.000000, 1482742957.824669, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34400, 0.000000, 1482742959.313633, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34401, 0.000000, 1482742960.204365, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34402, 0.000000, 1482742961.089362, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34403, 0.000000, 1482742961.982060, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34404, 0.000000, 1482742962.896434, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34405, 0.000000, 1482742963.774924, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34406, 0.000000, 1482742964.616269, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34407, 0.000000, 1482742965.399064, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34408, 0.000000, 1482742966.294056, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34409, 0.000000, 1482742967.219105, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34410, 0.000000, 1482742968.172120, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34411, 0.000000, 1482742968.995542, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34412, 0.000000, 1482742969.806485, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34413, 0.000000, 1482742970.650258, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34414, 0.000000, 1482742971.694212, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34415, 0.000000, 1482742972.502471, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34416, 0.000000, 1482742973.457997, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34417, 0.000000, 1482742974.528853, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34418, 0.000000, 1482742975.546554, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34419, 0.000000, 1482742976.424607, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34420, 0.000000, 1482742977.417485, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34421, 0.000000, 1482742978.363059, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34422, 0.000000, 1482742979.640515, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34423, 0.000000, 1482742980.575294, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34424, 0.000000, 1482742981.537577, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34425, 0.000000, 1482742982.455169, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34426, 0.000000, 1482742983.427978, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34427, 0.000000, 1482742984.332886, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34428, 0.000000, 1482742985.308754, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34429, 0.000000, 1482742986.185707, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34430, 0.000000, 1482742987.067498, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34431, 0.000000, 1482742987.991109, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34432, 0.000000, 1482742988.992495, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34433, 0.000000, 1482742989.911819, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34434, 0.000000, 1482742991.376186, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34435, 0.000000, 1482742992.293406, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34436, 0.000000, 1482742993.234465, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34437, 0.000000, 1482742994.285548, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34438, 0.000000, 1482742995.463201, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34439, 0.000000, 1482742996.608506, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34440, 0.000000, 1482742997.567260, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34441, 0.000000, 1482742998.683486, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34442, 0.000000, 1482742999.662090, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34443, 0.000000, 1482743000.667528, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34444, 0.000000, 1482743001.608348, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34445, 0.000000, 1482743002.573491, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34446, 0.000000, 1482743003.767654, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34447, 0.000000, 1482743005.119601, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34448, 0.000000, 1482743006.338358, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34449, 0.000000, 1482743007.603345, '\0\0\0\0\0\0\0\0\0\0~j', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(34450, 0.000000, 1482744983.990003, '\0\0\0\0\0\0\0\0\0\02PS\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://r.search.yahoo.com/_ylt=A0LEVxmI5GBYKuMA56NXNyoA;_ylu=X3oDMTEydWdwNmVhBGNvbG8DYmYxBHBvcwM1BHZ0aWQDQjI4MjNfMQRzZWMDc3I-/RV=2/RE=1482773769/RO=10/RU=http%3a%2f%2fpermanentmakeupbydeb.com%2ftraining%2f/RK=0/RS=rn36lGHuFypOF6trNHuZxLffLa4-', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586', '', NULL, NULL),
(34451, 0.000000, 1482745256.876640, '\0\0\0\0\0\0\0\0\0\02PS\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586', '', NULL, NULL),
(34452, 0.000000, 1482745263.204495, '\0\0\0\0\0\0\0\0\0\02PS\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586', '', NULL, NULL),
(34453, 0.000000, 1482745334.183900, '\0\0\0\0\0\0\0\0\0\02PS\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586', '', NULL, NULL),
(34454, 0.000000, 1482746530.801775, '\0\0\0\0\0\0\0\0\0\0.P(', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34455, 0.000000, 1482746858.192547, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34456, 1482746537.522526, 1482746537.120000, '\0\0\0\0\0\0\0\0\0\0.P(', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34457, 1482746536.388792, 1482746536.010000, '\0\0\0\0\0\0\0\0\0\0.P(', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34458, 1482746535.291051, 1482746534.930000, '\0\0\0\0\0\0\0\0\0\0.P(', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34459, 1482746534.252954, 1482746533.840000, '\0\0\0\0\0\0\0\0\0\0.P(', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34460, 0.000000, 1482746967.977366, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/wp-includes/css/modules.php', 'http://www.permanentmakeupbydeb.com/wp-includes/css/modules.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34461, 0.000000, 1482746976.924730, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/css/modules.php', 'http://www.permanentmakeupbydeb.com/wp-includes/css/modules.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34462, 0.000000, 1482747167.044191, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)', '', NULL, NULL),
(34463, 0.000000, 1482747168.301555, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)', '', NULL, NULL),
(34464, 0.000000, 1482747169.406228, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)', '', NULL, NULL),
(34465, 0.000000, 1482748917.642099, '\0\0\0\0\0\0\0\0\0\0k1', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/kurtakingdom.com%2Fitem.php%3Fid%3D528%26mode%3D1/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34466, 0.000000, 1482748919.772100, '\0\0\0\0\0\0\0\0\0\0k1', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/&coi=1494&npp=5&p=0&pp=0&mid=9&ep=5&du=permanentmakeupbydeb.com/training=18390A5D5F20ED1F64A785053E3613DD', 'http://permanentmakeupbydeb.com/kurtakingdom.com%2Fitem.php%3Fid%3D528%26mode%3D1/', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34467, 0.000000, 1482748921.008630, '\0\0\0\0\0\0\0\0\0\0k1', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/kurtakingdom.com%2Fitem.php%3Fid%3D528%26mode%3D1/', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34468, 0.000000, 1482749433.531760, '\0\0\0\0\0\0\0\0\0\0D', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34469, 0.000000, 1482749453.939587, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34470, 0.000000, 1482749454.886271, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34471, 0.000000, 1482750089.374867, '\0\0\0\0\0\0\0\0\0\0[4t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=0', '', '', '', NULL, NULL),
(34472, 0.000000, 1482750090.885825, '\0\0\0\0\0\0\0\0\0\0[4t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', '', '', NULL, NULL),
(34473, 0.000000, 1482750092.105149, '\0\0\0\0\0\0\0\0\0\0[4t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=2', '', '', '', NULL, NULL),
(34474, 0.000000, 1482750093.320376, '\0\0\0\0\0\0\0\0\0\0[4t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=3', '', '', '', NULL, NULL),
(34475, 0.000000, 1482750094.478962, '\0\0\0\0\0\0\0\0\0\0[4t', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=4', '', '', '', NULL, NULL),
(34476, 0.000000, 1482751073.362660, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34477, 0.000000, 1482751075.904774, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34478, 0.000000, 1482751077.168529, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34479, 0.000000, 1482751086.880202, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(34480, 0.000000, 1482751122.490518, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34481, 0.000000, 1482751244.152533, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/0.6 Beta (Windows)', '', NULL, NULL),
(34482, 0.000000, 1482751245.538745, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/0.6 Beta (Windows)', '', NULL, NULL),
(34483, 0.000000, 1482751246.671022, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/0.6 Beta (Windows)', '', NULL, NULL),
(34484, 0.000000, 1482751479.349413, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34485, 0.000000, 1482751480.126096, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34486, 0.000000, 1482752452.273717, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34487, 0.000000, 1482752866.145147, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bagcionderlab.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34488, 0.000000, 1482752867.245952, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bagcionderlab.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34489, 0.000000, 1482752868.427953, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bagcionderlab.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(34490, 0.000000, 1482753495.084333, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34491, 0.000000, 1482753597.596758, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.istmira.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]', '', NULL, NULL),
(34492, 0.000000, 1482753598.808840, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.istmira.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]', '', NULL, NULL),
(34493, 0.000000, 1482753600.014580, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.istmira.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]', '', NULL, NULL),
(34494, 0.000000, 1482753633.656079, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34495, 0.000000, 1482753634.402973, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34496, 0.000000, 1482753643.099763, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', '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)', '', NULL, NULL),
(34497, 0.000000, 1482753757.535612, '\0\0\0\0\0\0\0\0\0\0>,', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34498, 0.000000, 1482753759.484368, '\0\0\0\0\0\0\0\0\0\0>,', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34499, 0.000000, 1482753761.016768, '\0\0\0\0\0\0\0\0\0\0>,', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34500, 0.000000, 1482753913.747240, '\0\0\0\0\0\0\0\0\0\0Út', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34501, 0.000000, 1482754254.247269, '\0\0\0\0\0\0\0\0\0\0kMY1', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/55.0.2883.79 Mobile/13F69 Safari/601.1.46', '', NULL, NULL),
(34502, 0.000000, 1482754255.159895, '\0\0\0\0\0\0\0\0\0\0kMY1', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/55.0.2883.79 Mobile/13F69 Safari/601.1.46', '', NULL, NULL),
(34503, 0.000000, 1482754268.547170, '\0\0\0\0\0\0\0\0\0\0kMY1', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/55.0.2883.79 Mobile/13F69 Safari/601.1.46', '', NULL, NULL),
(34504, 0.000000, 1482755236.142391, '\0\0\0\0\0\0\0\0\0\0_k$', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34505, 1482755240.279075, 1482755239.920000, '\0\0\0\0\0\0\0\0\0\0_k$', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34506, 1482755239.422554, 1482755239.060000, '\0\0\0\0\0\0\0\0\0\0_k$', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34507, 1482755238.421036, 1482755238.060000, '\0\0\0\0\0\0\0\0\0\0_k$', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34508, 1482755237.532230, 1482755237.140000, '\0\0\0\0\0\0\0\0\0\0_k$', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34509, 0.000000, 1482755525.929486, '\0\0\0\0\0\0\0\0\0\01!<', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34510, 0.000000, 1482755532.952895, '\0\0\0\0\0\0\0\0\0\0O', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)', '', NULL, NULL),
(34511, 1482755531.541032, 1482755531.150000, '\0\0\0\0\0\0\0\0\0\01!<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34512, 1482755530.318994, 1482755529.960000, '\0\0\0\0\0\0\0\0\0\01!<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34513, 1482755529.250128, 1482755528.900000, '\0\0\0\0\0\0\0\0\0\01!<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34514, 1482755528.305801, 1482755527.950000, '\0\0\0\0\0\0\0\0\0\01!<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34515, 0.000000, 1482755660.673872, '\0\0\0\0\0\0\0\0\0\0g=5', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34516, 0.000000, 1482755663.367181, '\0\0\0\0\0\0\0\0\0\0g=5', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34517, 0.000000, 1482755664.994907, '\0\0\0\0\0\0\0\0\0\0g=5', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34518, 0.000000, 1482756553.031103, '\0\0\0\0\0\0\0\0\0\02', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(34519, 0.000000, 1482756555.522293, '\0\0\0\0\0\0\0\0\0\02', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34520, 0.000000, 1482756973.256370, '\0\0\0\0\0\0\0\0\0\0\\P', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34521, 0.000000, 1482756975.739248, '\0\0\0\0\0\0\0\0\0\0\\P', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34522, 0.000000, 1482756977.585836, '\0\0\0\0\0\0\0\0\0\0\\P', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34523, 0.000000, 1482757063.553113, '\0\0\0\0\0\0\0\0\0\0:V', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34524, 0.000000, 1482757066.072671, '\0\0\0\0\0\0\0\0\0\0:V', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34525, 0.000000, 1482757068.979757, '\0\0\0\0\0\0\0\0\0\0:V', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34526, 0.000000, 1482757071.466096, '\0\0\0\0\0\0\0\0\0\0:V', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34527, 0.000000, 1482757074.101417, '\0\0\0\0\0\0\0\0\0\0:V', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34528, 0.000000, 1482758070.099825, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34529, 0.000000, 1482759826.636408, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34530, 0.000000, 1482760263.382790, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34531, 0.000000, 1482760267.457676, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34532, 0.000000, 1482761419.071281, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34533, 0.000000, 1482761425.829628, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34534, 0.000000, 1482761426.662285, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34535, 0.000000, 1482761427.528622, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34536, 0.000000, 1482761444.616583, '\0\0\0\0\0\0\0\0\0\07''3', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34537, 0.000000, 1482762396.189658, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34538, 0.000000, 1482762403.281316, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34539, 0.000000, 1482762424.381250, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34540, 0.000000, 1482762425.174215, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34541, 0.000000, 1482762439.114486, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34542, 0.000000, 1482762454.869518, '\0\0\0\0\0\0\0\0\0\045#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34543, 0.000000, 1482763611.370245, '\0\0\0\0\0\0\0\0\0\02F', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34544, 0.000000, 1482763700.526613, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34545, 1482763615.827297, 1482763615.470000, '\0\0\0\0\0\0\0\0\0\02F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34546, 1482763615.113985, 1482763614.760000, '\0\0\0\0\0\0\0\0\0\02F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34547, 1482763613.645147, 1482763613.270000, '\0\0\0\0\0\0\0\0\0\02F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34548, 1482763612.912424, 1482763612.560000, '\0\0\0\0\0\0\0\0\0\02F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34549, 0.000000, 1482764259.656233, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34550, 0.000000, 1482765287.156872, '\0\0\0\0\0\0\0\0\0\0{}GV', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34551, 0.000000, 1482765289.185625, '\0\0\0\0\0\0\0\0\0\0{}G)', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34552, 0.000000, 1482765770.404672, '\0\0\0\0\0\0\0\0\0\05', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34553, 0.000000, 1482766133.742883, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34554, 0.000000, 1482766601.762980, '\0\0\0\0\0\0\0\0\0\05', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(34555, 0.000000, 1482766693.148888, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34556, 0.000000, 1482769761.996683, '\0\0\0\0\0\0\0\0\0\06[', 0, 200, 0, 0, 0, 'http://PERMANENTMAKEUPBYDEB.COM/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11', '', NULL, NULL),
(34557, 1482766696.913996, 1482766696.540000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34558, 1482766696.090781, 1482766695.730000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34559, 1482766695.196624, 1482766694.850000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34560, 1482766694.406123, 1482766694.060000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}');
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34561, 0.000000, 1482769763.810547, '\0\0\0\0\0\0\0\0\0\06[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko)(compatible; http://url-validation.citygrid.com/) Chrome/23.0.1271.95 Safari/537.11', '', NULL, NULL),
(34562, 0.000000, 1482771092.573842, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(34563, 0.000000, 1482771092.395639, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(34564, 0.000000, 1482771098.654434, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(34565, 0.000000, 1482771104.531565, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(34566, 0.000000, 1482771115.481142, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(34567, 0.000000, 1482772140.355041, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/images/support/Webmail_Instructions.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34568, 0.000000, 1482773159.615057, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/images/support/Outlook_Express_Setup.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34569, 0.000000, 1482774237.680245, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34570, 0.000000, 1482774274.234044, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34571, 0.000000, 1482774277.810657, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34572, 0.000000, 1482774281.500267, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34573, 0.000000, 1482774285.178853, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34574, 0.000000, 1482774288.729850, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34575, 0.000000, 1482774292.314752, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34576, 0.000000, 1482774295.926398, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34577, 0.000000, 1482774299.568965, '\0\0\0\0\0\0\0\0\0\0MKMH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34578, 0.000000, 1482774303.212533, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://meduza-consult.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34579, 0.000000, 1482774304.516987, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://meduza-consult.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34580, 0.000000, 1482774305.919699, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://meduza-consult.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34581, 0.000000, 1482776422.398043, '\0\0\0\0\0\0\0\0\0\0BZv', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'AdsBot-Google (+http://www.google.com/adsbot.html)', '', NULL, NULL),
(34582, 0.000000, 1482776973.735419, '\0\0\0\0\0\0\0\0\0\0)಄', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34583, 0.000000, 1482779817.739759, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/images/support/Stat%20Tracking_Instructions.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34584, 1482776978.401839, 1482776978.050000, '\0\0\0\0\0\0\0\0\0\0)಄', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34585, 1482776977.561449, 1482776977.210000, '\0\0\0\0\0\0\0\0\0\0)಄', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34586, 1482776976.624558, 1482776976.270000, '\0\0\0\0\0\0\0\0\0\0)಄', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34587, 1482776975.734277, 1482776975.350000, '\0\0\0\0\0\0\0\0\0\0)಄', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34588, 0.000000, 1482781177.959104, '\0\0\0\0\0\0\0\0\0\0]', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34589, 0.000000, 1482781254.567236, '\0\0\0\0\0\0\0\0\0\0X#', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34590, 1482781260.476337, 1482781260.090000, '\0\0\0\0\0\0\0\0\0\0X#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34591, 1482781259.293094, 1482781258.940000, '\0\0\0\0\0\0\0\0\0\0X#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34592, 1482781258.041458, 1482781257.680000, '\0\0\0\0\0\0\0\0\0\0X#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34593, 1482781256.877084, 1482781256.510000, '\0\0\0\0\0\0\0\0\0\0X#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34594, 0.000000, 1482781416.571934, '\0\0\0\0\0\0\0\0\0\0Bt7', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPad; CPU OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4', '', NULL, NULL),
(34595, 0.000000, 1482781784.204218, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34596, 0.000000, 1482782033.839301, '\0\0\0\0\0\0\0\0\0\0.e', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(34597, 0.000000, 1482783256.215826, '\0\0\0\0\0\0\0\0\0\0قs', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34598, 0.000000, 1482783259.740977, '\0\0\0\0\0\0\0\0\0\0قs', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34599, 0.000000, 1482783262.608973, '\0\0\0\0\0\0\0\0\0\0قs', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34600, 0.000000, 1482784982.943208, '\0\0\0\0\0\0\0\0\0\0\\V+', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34601, 0.000000, 1482786258.937796, '\0\0\0\0\0\0\0\0\0\0$G', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34602, 1482784987.899256, 1482784987.550000, '\0\0\0\0\0\0\0\0\0\0\\V+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34603, 1482784987.055842, 1482784986.670000, '\0\0\0\0\0\0\0\0\0\0\\V+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34604, 1482784986.082157, 1482784985.710000, '\0\0\0\0\0\0\0\0\0\0\\V+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34605, 1482784985.187365, 1482784984.750000, '\0\0\0\0\0\0\0\0\0\0\\V+', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34606, 0.000000, 1482786261.453371, '\0\0\0\0\0\0\0\0\0\0$G', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34607, 0.000000, 1482786262.612781, '\0\0\0\0\0\0\0\0\0\0$G', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34608, 0.000000, 1482786331.822497, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34609, 1482786264.881875, 1482786264.540000, '\0\0\0\0\0\0\0\0\0\0$G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34610, 1482786263.847413, 1482786263.450000, '\0\0\0\0\0\0\0\0\0\0$G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34611, 0.000000, 1482786333.948544, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34612, 0.000000, 1482786645.205841, '\0\0\0\0\0\0\0\0\0\0', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34613, 0.000000, 1482786673.632569, '\0\0\0\0\0\0\0\0\0\0', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/make-up/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34614, 0.000000, 1482786675.533708, '\0\0\0\0\0\0\0\0\0\0', 1, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/stacktable/stacktable.css', 'https://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(34615, 0.000000, 1482787946.355902, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/Configss.php?check', 'http://www.permanentmakeupbydeb.com/Configss.php?check', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34616, 0.000000, 1482787948.462336, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/Configss.php?check', 'http://www.permanentmakeupbydeb.com/Configss.php?check', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34617, 0.000000, 1482787950.635490, '\0\0\0\0\0\0\0\0\0\0NTj', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34618, 0.000000, 1482788630.250086, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34619, 0.000000, 1482788639.661329, '\0\0\0\0\0\0\0\0\0\0D:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(34620, 0.000000, 1482788956.398255, '\0\0\0\0\0\0\0\0\0\07', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34621, 1482788961.114575, 1482788960.750000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34622, 1482788959.997800, 1482788959.640000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34623, 1482788958.960588, 1482788958.570000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34624, 1482788957.897360, 1482788957.440000, '\0\0\0\0\0\0\0\0\0\07', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34625, 0.000000, 1482789765.499489, '\0\0\0\0\0\0\0\0\0\0p', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34626, 0.000000, 1482790360.406778, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/images/training-station.jpg', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34627, 1482789772.617168, 1482789772.210000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34628, 1482789771.377246, 1482789770.990000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34629, 1482789769.955547, 1482789769.570000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34630, 1482789768.183698, 1482789767.840000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34631, 0.000000, 1482790369.058211, '\0\0\0\0\0\0\0\0\0\07''', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/training-station.jpg', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34632, 0.000000, 1482790463.595706, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://kamen-e.ru/', 'Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)', '', NULL, NULL),
(34633, 0.000000, 1482790464.875705, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://kamen-e.ru/', 'Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)', '', NULL, NULL),
(34634, 0.000000, 1482791425.118634, '\0\0\0\0\0\0\0\0\0\0Zi}', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34635, 0.000000, 1482793703.699325, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://brewdom.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(34636, 0.000000, 1482793705.280592, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://brewdom.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(34637, 1482791428.982541, 1482791428.620000, '\0\0\0\0\0\0\0\0\0\0Zi}', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34638, 1482791428.204256, 1482791427.840000, '\0\0\0\0\0\0\0\0\0\0Zi}', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34639, 1482791427.277727, 1482791426.900000, '\0\0\0\0\0\0\0\0\0\0Zi}', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34640, 1482791426.451081, 1482791426.100000, '\0\0\0\0\0\0\0\0\0\0Zi}', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34641, 0.000000, 1482793706.528255, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://brewdom.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(34642, 0.000000, 1482793765.507816, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34643, 0.000000, 1482793769.553029, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35514, 1483038372.492046, 1483038372.130000, '\0\0\0\0\0\0\0\0\0\0>&7', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35513, 0.000000, 1483038434.291170, '\0\0\0\0\0\0\0\0\0\0R; ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35512, 0.000000, 1483038367.173479, '\0\0\0\0\0\0\0\0\0\0>&7', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35510, 0.000000, 1483036468.213035, '\0\0\0\0\0\0\0\0\0\0.\r:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', '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)', '', NULL, NULL),
(35511, 0.000000, 1483036482.065978, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(35509, 1483035253.699596, 1483035253.350000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35508, 1483035254.515319, 1483035254.170000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35507, 1483035255.443858, 1483035255.090000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35506, 1483035256.279505, 1483035255.930000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35504, 0.000000, 1483035252.418739, '\0\0\0\0\0\0\0\0\0\0N', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35505, 0.000000, 1483035436.695938, '\0\0\0\0\0\0\0\0\0\0.\r:', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', '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)', '', NULL, NULL),
(35502, 0.000000, 1483033534.257325, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.4 Safari/534.34', '', NULL, NULL),
(35503, 0.000000, 1483034473.316511, '\0\0\0\0\0\0\0\0\0\0MKO ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35501, 1483031848.197984, 1483031847.850000, '\0\0\0\0\0\0\0\0\0\0g ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35500, 1483031848.859565, 1483031848.470000, '\0\0\0\0\0\0\0\0\0\0g ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35499, 1483031849.604529, 1483031849.250000, '\0\0\0\0\0\0\0\0\0\0g ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35497, 0.000000, 1483032267.099613, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35498, 1483031850.238288, 1483031849.890000, '\0\0\0\0\0\0\0\0\0\0g ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35496, 0.000000, 1483031847.125630, '\0\0\0\0\0\0\0\0\0\0g ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35494, 0.000000, 1483031326.957143, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35495, 0.000000, 1483031328.249421, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35493, 0.000000, 1483031160.984168, '\0\0\0\0\0\0\0\0\0\0#|', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35491, 0.000000, 1483031037.737693, '\0\0\0\0\0\0\0\0\0\0.\r:', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/Read%20Carefully.pdf', '', '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)', '', NULL, NULL),
(35492, 0.000000, 1483031159.580216, '\0\0\0\0\0\0\0\0\0\0#|', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35490, 0.000000, 1483030064.460310, '\0\0\0\0\0\0\0\0\0\0xy', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35489, 0.000000, 1483030059.123296, '\0\0\0\0\0\0\0\0\0\0xy', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35486, 0.000000, 1483029381.847955, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(35487, 0.000000, 1483029997.821739, '\0\0\0\0\0\0\0\0\0\0MKOw', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35488, 0.000000, 1483030047.437291, '\0\0\0\0\0\0\0\0\0\0xy', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35485, 1483027075.552390, 1483027075.200000, '\0\0\0\0\0\0\0\0\0\049n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35484, 1483027076.517414, 1483027076.130000, '\0\0\0\0\0\0\0\0\0\049n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35483, 1483027077.542391, 1483027077.170000, '\0\0\0\0\0\0\0\0\0\049n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35482, 1483027078.661367, 1483027078.140000, '\0\0\0\0\0\0\0\0\0\049n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35481, 0.000000, 1483029378.922618, '\0\0\0\0\0\0\0\0\0\0Pm', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', '', NULL, NULL),
(35479, 0.000000, 1483026700.326905, '\0\0\0\0\0\0\0\0\0\0.ie%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(35480, 0.000000, 1483027074.189038, '\0\0\0\0\0\0\0\0\0\049n', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35478, 0.000000, 1483025611.087963, '\0\0\0\0\0\0\0\0\0\0{}GS', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33878, 0.000000, 1482590554.952726, '\0\0\0\0\0\0\0\0\0\0|{K', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33879, 0.000000, 1482590556.513126, '\0\0\0\0\0\0\0\0\0\0|{K', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33880, 0.000000, 1482590775.759066, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33881, 0.000000, 1482590969.300669, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33882, 0.000000, 1482590970.580348, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33883, 0.000000, 1482591716.177199, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2', '', NULL, NULL),
(33884, 0.000000, 1482591716.193792, '\0\0\0\0\0\0\0\0\0\0L!', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2', '', NULL, NULL),
(33885, 0.000000, 1482591771.164282, '\0\0\0\0\0\0\0\0\0\0L\Z', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33886, 0.000000, 1482591772.304646, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33887, 0.000000, 1482592034.958480, '\0\0\0\0\0\0\0\0\0\0N-', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33888, 0.000000, 1482592037.794579, '\0\0\0\0\0\0\0\0\0\0N-', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33889, 0.000000, 1482592040.556866, '\0\0\0\0\0\0\0\0\0\0N-', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33890, 0.000000, 1482592448.608418, '\0\0\0\0\0\0\0\0\0\0.ō', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(33891, 0.000000, 1482592455.163160, '\0\0\0\0\0\0\0\0\0\0.ō', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(33892, 0.000000, 1482593672.801603, '\0\0\0\0\0\0\0\0\0\0.\rx', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33893, 0.000000, 1482593995.909891, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33894, 0.000000, 1482594346.664828, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33895, 0.000000, 1482595064.354844, '\0\0\0\0\0\0\0\0\0\0W܉', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33896, 0.000000, 1482595948.372659, '\0\0\0\0\0\0\0\0\0\0B^&', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(33897, 1482595068.453799, 1482595068.090000, '\0\0\0\0\0\0\0\0\0\0W܉', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33898, 1482595067.594347, 1482595067.210000, '\0\0\0\0\0\0\0\0\0\0W܉', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33899, 1482595066.615689, 1482595066.220000, '\0\0\0\0\0\0\0\0\0\0W܉', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33900, 1482595065.703770, 1482595065.330000, '\0\0\0\0\0\0\0\0\0\0W܉', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33901, 0.000000, 1482597515.838188, '\0\0\0\0\0\0\0\0\0\0kA', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33902, 0.000000, 1482597989.358332, '\0\0\0\0\0\0\0\0\0\0Dh', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33903, 1482597521.317171, 1482597520.950000, '\0\0\0\0\0\0\0\0\0\0kA', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33904, 1482597520.335671, 1482597519.980000, '\0\0\0\0\0\0\0\0\0\0kA', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33905, 1482597519.270426, 1482597518.900000, '\0\0\0\0\0\0\0\0\0\0kA', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33906, 1482597518.303416, 1482597517.900000, '\0\0\0\0\0\0\0\0\0\0kA', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33907, 0.000000, 1482597999.509326, '\0\0\0\0\0\0\0\0\0\0Dh', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33908, 0.000000, 1482598003.532374, '\0\0\0\0\0\0\0\0\0\0Dh', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33909, 0.000000, 1482598311.605374, '\0\0\0\0\0\0\0\0\0\0''(p', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33910, 0.000000, 1482599329.514792, '\0\0\0\0\0\0\0\0\0\0z<s', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33911, 1482598319.141574, 1482598318.790000, '\0\0\0\0\0\0\0\0\0\0''(p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33912, 1482598317.221557, 1482598316.860000, '\0\0\0\0\0\0\0\0\0\0''(p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33913, 1482598315.567666, 1482598315.200000, '\0\0\0\0\0\0\0\0\0\0''(p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33914, 1482598314.185822, 1482598313.820000, '\0\0\0\0\0\0\0\0\0\0''(p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33915, 0.000000, 1482599332.095151, '\0\0\0\0\0\0\0\0\0\0z<s', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33916, 0.000000, 1482599334.825954, '\0\0\0\0\0\0\0\0\0\0z<s', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33917, 0.000000, 1482599943.701869, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33918, 0.000000, 1482601190.361230, '\0\0\0\0\0\0\0\0\0\0iiг', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33919, 0.000000, 1482603220.231108, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://yougotanewdomain.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', '', NULL, NULL),
(33920, 1482601198.400317, 1482601198.040000, '\0\0\0\0\0\0\0\0\0\0iiг', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33921, 1482601196.572044, 1482601196.210000, '\0\0\0\0\0\0\0\0\0\0iiг', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33922, 1482601192.563203, 1482601192.200000, '\0\0\0\0\0\0\0\0\0\0iiг', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33923, 1482601191.651929, 1482601191.300000, '\0\0\0\0\0\0\0\0\0\0iiг', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33924, 0.000000, 1482605578.962596, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(33925, 0.000000, 1482606196.042465, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33926, 0.000000, 1482606204.703108, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33927, 0.000000, 1482606209.518221, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', 'http://permanentmakeupbydeb.com/eyelashes/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33928, 0.000000, 1482606213.451655, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', 'http://permanentmakeupbydeb.com/credentials/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33929, 0.000000, 1482606218.417256, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33930, 0.000000, 1482606222.828412, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/#micro', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33931, 0.000000, 1482606227.987729, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33932, 0.000000, 1482606232.193011, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33933, 0.000000, 1482606236.980749, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/faq/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33934, 0.000000, 1482606241.332488, '\0\0\0\0\0\0\0\0\0\0PRAR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(33935, 0.000000, 1482606981.361658, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33936, 0.000000, 1482609000.745230, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33937, 0.000000, 1482609105.451284, '\0\0\0\0\0\0\0\0\0\0ܵlf', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33938, 0.000000, 1482611056.389424, '\0\0\0\0\0\0\0\0\0\0ռ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33939, 0.000000, 1482611059.504883, '\0\0\0\0\0\0\0\0\0\0ռ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33940, 0.000000, 1482611061.633107, '\0\0\0\0\0\0\0\0\0\0ռ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33941, 0.000000, 1482611175.639281, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33942, 0.000000, 1482612641.163131, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://alfa-politeh.ru/', 'Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)', '', NULL, NULL),
(33943, 0.000000, 1482612642.349533, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://alfa-politeh.ru/', 'Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)', '', NULL, NULL),
(33944, 0.000000, 1482612643.427058, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://alfa-politeh.ru/', 'Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)', '', NULL, NULL),
(33945, 0.000000, 1482612673.807068, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33946, 0.000000, 1482612674.687783, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33947, 0.000000, 1482613361.450312, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(33948, 0.000000, 1482613361.880982, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(33949, 0.000000, 1482613367.500368, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(33950, 0.000000, 1482613372.499759, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(33951, 0.000000, 1482613383.495171, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(33952, 0.000000, 1482615267.557025, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33953, 0.000000, 1482615273.827064, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33954, 0.000000, 1482615467.143293, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://kodeks-nalog.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)', '', NULL, NULL),
(33955, 0.000000, 1482615468.303957, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://kodeks-nalog.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)', '', NULL, NULL),
(33956, 0.000000, 1482615469.394387, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://kodeks-nalog.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)', '', NULL, NULL),
(33957, 0.000000, 1482616483.338300, '\0\0\0\0\0\0\0\0\0\0ם/', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33958, 0.000000, 1482616840.461318, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33959, 1482616486.756412, 1482616486.380000, '\0\0\0\0\0\0\0\0\0\0ם/', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33960, 1482616486.074426, 1482616485.730000, '\0\0\0\0\0\0\0\0\0\0ם/', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33961, 1482616485.346865, 1482616484.990000, '\0\0\0\0\0\0\0\0\0\0ם/', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33962, 1482616484.653880, 1482616484.250000, '\0\0\0\0\0\0\0\0\0\0ם/', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(33963, 0.000000, 1482616861.100269, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/poster_17_web_proof_wo.jpg', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33964, 0.000000, 1482617955.127710, '\0\0\0\0\0\0\0\0\0\0)m', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33965, 0.000000, 1482617958.645843, '\0\0\0\0\0\0\0\0\0\0)m', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33966, 0.000000, 1482617962.097461, '\0\0\0\0\0\0\0\0\0\0)m', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33967, 0.000000, 1482619207.154371, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33968, 0.000000, 1482619209.419521, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(33969, 0.000000, 1482619211.016005, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(33970, 0.000000, 1482620272.577678, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33971, 0.000000, 1482620273.839942, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33972, 0.000000, 1482621194.155260, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(33973, 0.000000, 1482621289.772580, '\0\0\0\0\0\0\0\0\0\0z', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(33974, 0.000000, 1482621292.186089, '\0\0\0\0\0\0\0\0\0\0z', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(33975, 0.000000, 1482621640.085063, '\0\0\0\0\0\0\0\0\0\0\r', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'SuperPagesUrlVerifyBot/1.0', '', NULL, NULL),
(33976, 0.000000, 1482621641.733913, '\0\0\0\0\0\0\0\0\0\0\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'SuperPagesUrlVerifyBot/1.0', '', NULL, NULL),
(33977, 0.000000, 1482622550.252073, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33978, 0.000000, 1482622688.460619, '\0\0\0\0\0\0\0\0\0\0.\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', '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)', '', NULL, NULL),
(33979, 0.000000, 1482623324.247588, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=0', '', '', '', NULL, NULL),
(33980, 0.000000, 1482623325.312820, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', '', '', NULL, NULL),
(33981, 0.000000, 1482623326.173822, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=2', '', '', '', NULL, NULL),
(33982, 0.000000, 1482623327.015416, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=3', '', '', '', NULL, NULL),
(33983, 0.000000, 1482623327.882976, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=4', '', '', '', NULL, NULL),
(33984, 0.000000, 1482623816.833097, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', '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)', '', NULL, NULL),
(33985, 0.000000, 1482624129.934002, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://alldubai.biz/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)', '', NULL, NULL),
(33986, 0.000000, 1482624526.588806, '\0\0\0\0\0\0\0\0\0\0Xw', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'https://www.google.fi/', 'Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(33987, 0.000000, 1482624616.501191, '\0\0\0\0\0\0\0\0\0\0Xw', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(33988, 0.000000, 1482624621.440149, '\0\0\0\0\0\0\0\0\0\0Xw', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPad; CPU OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(33989, 0.000000, 1482627532.350566, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(33990, 0.000000, 1482628275.793535, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33991, 0.000000, 1482629266.198767, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/images/training-beds.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(33992, 0.000000, 1482629267.083027, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/images/training-beds.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(33993, 0.000000, 1482631063.389090, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/embed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33994, 0.000000, 1482632060.678801, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(33995, 0.000000, 1482633398.416382, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', '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)', '', NULL, NULL),
(33996, 0.000000, 1482633974.364185, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(33997, 0.000000, 1482634924.286566, '\0\0\0\0\0\0\0\0\0\0.\rx', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(33998, 0.000000, 1482636639.115793, '\0\0\0\0\0\0\0\0\0\0{}Gi', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(33999, 0.000000, 1482636874.644191, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34000, 0.000000, 1482638525.839304, '\0\0\0\0\0\0\0\0\0\0ʝL', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34001, 0.000000, 1482638632.772723, '\0\0\0\0\0\0\0\0\0\0BZv', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'AdsBot-Google (+http://www.google.com/adsbot.html)', '', NULL, NULL),
(34002, 1482638530.757330, 1482638530.350000, '\0\0\0\0\0\0\0\0\0\0ʝL', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34003, 1482638529.628738, 1482638529.270000, '\0\0\0\0\0\0\0\0\0\0ʝL', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34004, 1482638528.458237, 1482638528.080000, '\0\0\0\0\0\0\0\0\0\0ʝL', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34005, 1482638527.366251, 1482638527.000000, '\0\0\0\0\0\0\0\0\0\0ʝL', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34006, 0.000000, 1482639239.422984, '\0\0\0\0\0\0\0\0\0\0)Jb', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34007, 0.000000, 1482639649.516715, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34008, 1482639244.787150, 1482639244.430000, '\0\0\0\0\0\0\0\0\0\0)Jb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34009, 1482639243.860355, 1482639243.500000, '\0\0\0\0\0\0\0\0\0\0)Jb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34010, 1482639242.826004, 1482639242.470000, '\0\0\0\0\0\0\0\0\0\0)Jb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34011, 1482639241.898774, 1482639241.550000, '\0\0\0\0\0\0\0\0\0\0)Jb', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34012, 0.000000, 1482639664.446286, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/training-lobby.jpg', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34013, 0.000000, 1482641032.960593, '\0\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34014, 0.000000, 1482643372.201126, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34015, 1482641037.166162, 1482641036.800000, '\0\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34016, 1482641036.530433, 1482641036.170000, '\0\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34017, 1482641035.774538, 1482641035.350000, '\0\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34018, 1482641035.042894, 1482641034.630000, '\0\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34019, 0.000000, 1482643738.258751, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34020, 0.000000, 1482645081.884654, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34021, 0.000000, 1482645084.551641, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34022, 0.000000, 1482645087.078547, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34023, 0.000000, 1482645316.438432, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34024, 0.000000, 1482645407.403875, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34025, 0.000000, 1482645420.799900, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34026, 0.000000, 1482645423.231685, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34027, 0.000000, 1482645427.510063, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34028, 0.000000, 1482645430.381433, '\0\0\0\0\0\0\0\0\0\0b', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(34029, 0.000000, 1482646239.587296, '\0\0\0\0\0\0\0\0\0\0}u', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34030, 0.000000, 1482647373.398608, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34031, 1482646244.435398, 1482646244.080000, '\0\0\0\0\0\0\0\0\0\0}u', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34032, 1482646243.726617, 1482646243.320000, '\0\0\0\0\0\0\0\0\0\0}u', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34033, 1482646242.796547, 1482646242.450000, '\0\0\0\0\0\0\0\0\0\0}u', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34034, 1482646242.063871, 1482646241.680000, '\0\0\0\0\0\0\0\0\0\0}u', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34035, 0.000000, 1482647375.955454, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(34036, 1482647379.079369, 1482647378.720000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34037, 1482647378.060442, 1482647377.700000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34038, 1482647376.983348, 1482647376.610000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34039, 0.000000, 1482650375.900256, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34040, 0.000000, 1482650379.319360, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/images/support/Webmail_Instructions.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34041, 0.000000, 1482650454.366626, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0', '', NULL, NULL),
(34042, 0.000000, 1482650559.147104, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/images/support/Stat%20Tracking_Instructions.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34043, 0.000000, 1482650588.639459, '\0\0\0\0\0\0\0\0\0\0(M', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/why.htm', '', '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)', '', NULL, NULL),
(34044, 0.000000, 1482650614.983751, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34045, 0.000000, 1482650616.463723, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34046, 0.000000, 1482650640.373074, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34047, 0.000000, 1482650641.321094, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34048, 0.000000, 1482650695.071656, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34049, 0.000000, 1482650699.331529, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(34050, 0.000000, 1482650956.145087, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34051, 0.000000, 1482651380.420871, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/images/support/Outlook_Express_Setup.pdf', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)', '', NULL, NULL),
(34052, 0.000000, 1482653049.480571, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://painting-planet.com/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34053, 0.000000, 1482653049.480568, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://painting-planet.com/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34054, 0.000000, 1482653049.995113, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://painting-planet.com/', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', NULL, NULL),
(34055, 0.000000, 1482655301.294235, '\0\0\0\0\0\0\0\0\0\0ܵ3^', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36', '', NULL, NULL),
(34056, 0.000000, 1482655409.727049, '\0\0\0\0\0\0\0\0\0\0ܵl', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34057, 0.000000, 1482656591.712409, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34058, 0.000000, 1482656610.654702, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/training-station.jpg', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34059, 0.000000, 1482656755.566976, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34060, 0.000000, 1482656758.496034, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34061, 0.000000, 1482656760.916270, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34062, 0.000000, 1482657836.167133, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34063, 0.000000, 1482659201.084708, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/login.php?login=cmd', 'http://www.permanentmakeupbydeb.com/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34064, 0.000000, 1482659207.329501, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/login.php?login=cmd', 'http://www.permanentmakeupbydeb.com/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(34065, 0.000000, 1482659627.365030, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://englate.com/', 'Mozilla/0.6 Beta (Windows)', '', NULL, NULL),
(34066, 0.000000, 1482659627.364727, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://englate.com/', 'Mozilla/0.6 Beta (Windows)', '', NULL, NULL),
(34067, 0.000000, 1482660092.861665, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://goo.gl/8j0nIh', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(34068, 0.000000, 1482660092.862855, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://goo.gl/8j0nIh', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(34069, 0.000000, 1482660092.861469, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://goo.gl/8j0nIh', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(34070, 0.000000, 1482660783.631154, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34071, 0.000000, 1482660786.779713, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/images/bg_makeup4.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(34072, 0.000000, 1482660787.686591, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/images/bg_makeup4.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(34073, 0.000000, 1482662173.815859, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34074, 0.000000, 1482662178.837935, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34075, 0.000000, 1482663058.585393, '\0\0\0\0\0\0\0\0\0\0%7-', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34076, 0.000000, 1482663395.537985, '\0\0\0\0\0\0\0\0\0\0{-', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(34077, 0.000000, 1482663399.239674, '\0\0\0\0\0\0\0\0\0\0{-', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34078, 0.000000, 1482663470.862762, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34079, 0.000000, 1482663472.738174, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34080, 0.000000, 1482663473.638466, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34081, 0.000000, 1482664088.964526, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34082, 0.000000, 1482666388.529344, '\0\0\0\0\0\0\0\0\0\0pI', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(34083, 0.000000, 1482666404.051501, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(34084, 0.000000, 1482666520.760513, '\0\0\0\0\0\0\0\0\0\0N', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/wp-content/themes/stockholm/js/qode-like.js?ver=1.0', 'Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev', '', NULL, NULL),
(34085, 0.000000, 1482666523.269808, '\0\0\0\0\0\0\0\0\0\0N', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/', 'Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev', '', NULL, NULL),
(34086, 0.000000, 1482667813.567527, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34087, 0.000000, 1482671869.696761, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34088, 1482671947.973590, 1482671947.510000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.php/photocrati_ajax?action=upload_image&gallery_id=0&gallery_name=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tnYWxsZXJ5X25hbWVd","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L2luZGV4LnBocC9waG90b2NyYXRpX2FqYXg=","category":"lfi","ssl":0}'),
(34107, 0.000000, 1482672891.086997, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34108, 1482672867.770105, 1482672867.400000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/wp-filemanager/incl/libfile.php?path=..%2F..%2F&filename=wp-config.php&action=download', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal', '{"learningMode":0,"failedRules":"12","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==","paramValue":"Li4vLi4v","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlbWFuYWdlci9pbmNsL2xpYmZpbGUucGhw","category":"lfi","ssl":0}'),
(34089, 1482671929.905917, 1482671929.520000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.php/mdocs-posts/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1ttZG9jcy1pbWctcHJldmlld10=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L2luZGV4LnBocC9tZG9jcy1wb3N0cy8=","category":"lfi","ssl":0}'),
(34090, 1482671907.029142, 1482671906.660000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/blog/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L2Jsb2cvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=","category":"lfi","ssl":0}'),
(34091, 1482671890.386014, 1482671890.010000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/blog/secondaryphase/mdocs-posts/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1ttZG9jcy1pbWctcHJldmlld10=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L2Jsb2cvc2Vjb25kYXJ5cGhhc2UvbWRvY3MtcG9zdHMv","category":"lfi","ssl":0}'),
(34109, 1482672800.005443, 1482672799.650000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tocmVmXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy90aW55bWNlLXRodW1ibmFpbC1nYWxsZXJ5L3BocC9kb3dubG9hZC1pbWFnZS5waHA=","category":"lfi","ssl":0}'),
(34092, 0.000000, 1482671962.307583, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/magmi/web/plugin_upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34093, 1482672058.997621, 1482672058.560000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=fe_get_sv_html&video=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1t2aWRlb10=","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34104, 1482672403.076921, 1482672402.640000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/tools.php?page=backup_manager&download_backup_file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9iYWNrdXBfZmlsZV0=","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL3Rvb2xzLnBocA==","category":"lfi","ssl":0}'),
(34094, 1482672029.559713, 1482672029.010000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34095, 1482672012.510466, 1482672012.070000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wordpress/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9hZG1pbi5waHA=","category":"lfi","ssl":0}'),
(34118, 1482672895.351722, 1482672894.960000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(34105, 1482672352.237779, 1482672351.860000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/blog/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2Jsb2cvYWRtaW4tYWpheC5waHA=","category":"lfi","ssl":0}');
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34096, 1482671996.281663, 1482671995.900000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wordpress/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==","category":"lfi","ssl":0}'),
(34097, 1482671981.041749, 1482671980.690000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/mdocs-posts/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1ttZG9jcy1pbWctcHJldmlld10=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L21kb2NzLXBvc3RzLw==","category":"lfi","ssl":0}'),
(34106, 0.000000, 1482672452.747927, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/assets/themes/plugins/uploadify/uploadify.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34098, 1482672102.626786, 1482672102.160000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34103, 0.000000, 1482672312.318389, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php?redirect_to=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dbooking%252Fwpdev-booking.phpwpdev-booking%26wh_approved%26wh_is_new%3D1%26wh_booking_date%3D3%26view_mode%3Dvm_listing&reauth=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34099, 1482672238.131916, 1482672237.740000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=showbiz_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34119, 0.000000, 1482672902.810517, '\0\0\0\0\0\0\0\0\0\0fG', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MojeekBot/0.6; +https://www.mojeek.com/bot.html)', '', NULL, NULL),
(34100, 1482672212.786634, 1482672212.410000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Slider Revolution: Local File Inclusion', '{"learningMode":0,"failedRules":"2","paramKey":"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==","paramValue":"L2hvbWUyL21ha2V1cGJ5ZGViL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34120, 1482673134.348966, 1482673133.990000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/fusion/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2Z1c2lvbi9saWIvc2NyaXB0cy9kbC1za2luLnBocA==","category":"lfi","ssl":0}'),
(34101, 1482672188.486341, 1482672188.060000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=revolution-slider_show_image&img=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"lfi","ssl":0}'),
(34102, 1482672164.694834, 1482672164.320000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php?action=populate_download_edit_form', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Double Opt-In for Download <= 2.0.9 - SQL Injection', '{"learningMode":0,"failedRules":"37","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","path":"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw","category":"sqli","ssl":0}'),
(34145, 0.000000, 1482673491.762875, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34146, 0.000000, 1482674212.850007, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34110, 1482672761.261813, 1482672760.890000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZG93bmxvYWQtYnV0dG9uLXNob3J0Y29kZS9zaW1wbGUtZG93bmxvYWQtYnV0dG9uX2RsLnBocA==","category":"lfi","ssl":0}'),
(34111, 1482672727.051188, 1482672726.660000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/plugin-newsletter/preview.php?data=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tkYXRhXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wbHVnaW4tbmV3c2xldHRlci9wcmV2aWV3LnBocA==","category":"lfi","ssl":0}'),
(34112, 1482672686.471439, 1482672686.100000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWduYW1lXQ==","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWNhLXBob3RvLWdhbGxlcnkvcGljYWRvd25sb2FkLnBocA==","category":"lfi","ssl":0}'),
(34113, 1482672647.709743, 1482672647.270000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34114, 1482672606.034296, 1482672605.290000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/dukapress/lib/dp_image.php?src=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tzcmNd","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdWthcHJlc3MvbGliL2RwX2ltYWdlLnBocA==","category":"lfi","ssl":0}'),
(34115, 1482672570.594085, 1482672570.040000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34116, 1482672535.304475, 1482672534.900000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/force-download.php?file=..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34117, 1482672492.213827, 1482672491.860000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/blog/secondaryphase/mdocs-posts/?mdocs-img-preview=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1ttZG9jcy1pbWctcHJldmlld10=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvYmxvZy9zZWNvbmRhcnlwaGFzZS9tZG9jcy1wb3N0cy8=","category":"lfi","ssl":0}'),
(34144, 0.000000, 1482673467.810786, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34121, 1482673119.422806, 1482673119.050000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/epic/includes/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2VwaWMvaW5jbHVkZXMvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34147, 0.000000, 1482674928.224263, '\0\0\0\0\0\0\0\0\0\03m', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34122, 1482673098.992698, 1482673098.630000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/elegance/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2VsZWdhbmNlL2xpYi9zY3JpcHRzL2RsLXNraW4ucGhw","category":"lfi","ssl":0}'),
(34148, 0.000000, 1482674931.074109, '\0\0\0\0\0\0\0\0\0\03m', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(34149, 0.000000, 1482674933.069852, '\0\0\0\0\0\0\0\0\0\03m', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34150, 1482674935.128414, 1482674934.770000, '\0\0\0\0\0\0\0\0\0\03m', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34123, 1482673081.359555, 1482673080.990000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/echelon/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2VjaGVsb24vbGliL3NjcmlwdHMvZGwtc2tpbi5waHA=","category":"lfi","ssl":0}'),
(34151, 1482674934.251749, 1482674933.900000, '\0\0\0\0\0\0\0\0\0\03m', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34124, 1482673063.455032, 1482673063.090000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/dejavu/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2RlamF2dS9saWIvc2NyaXB0cy9kbC1za2luLnBocA==","category":"lfi","ssl":0}'),
(34152, 0.000000, 1482676590.361028, '\0\0\0\0\0\0\0\0\0\0k\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=0', '', '', '', NULL, NULL),
(34153, 0.000000, 1482676592.608773, '\0\0\0\0\0\0\0\0\0\0k\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', '', '', NULL, NULL),
(34154, 0.000000, 1482676593.591018, '\0\0\0\0\0\0\0\0\0\0k\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=2', '', '', '', NULL, NULL),
(34125, 1482673052.160226, 1482673051.760000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/construct/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NvbnN0cnVjdC9saWIvc2NyaXB0cy9kbC1za2luLnBocA==","category":"lfi","ssl":0}'),
(34155, 0.000000, 1482676594.701113, '\0\0\0\0\0\0\0\0\0\0k\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=3', '', '', '', NULL, NULL),
(34156, 0.000000, 1482676595.728638, '\0\0\0\0\0\0\0\0\0\0k\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=4', '', '', '', NULL, NULL),
(34157, 0.000000, 1482676889.414878, '\0\0\0\0\0\0\0\0\0\0(ME', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34126, 1482673029.273562, 1482673028.880000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==","category":"lfi","ssl":0}'),
(34127, 1482672995.472565, 1482672995.100000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/awake/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2F3YWtlL2xpYi9zY3JpcHRzL2RsLXNraW4ucGhw","category":"lfi","ssl":0}'),
(34128, 1482672966.375609, 1482672965.980000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/authentic/includes/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2F1dGhlbnRpYy9pbmNsdWRlcy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(34129, 1482672930.862687, 1482672930.370000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/antioch/lib/scripts/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FudGlvY2gvbGliL3NjcmlwdHMvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34130, 0.000000, 1482673144.205539, '\0\0\0\0\0\0\0\0\0\0', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/infocus/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', '', NULL, NULL),
(34131, 0.000000, 1482673465.610861, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34132, 1482673324.341084, 1482673323.970000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/urbancity/lib/scripts/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3VyYmFuY2l0eS9saWIvc2NyaXB0cy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(34158, 0.000000, 1482677716.648245, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34159, 0.000000, 1482678036.433926, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://parlament.biz/', 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0', '', NULL, NULL),
(34133, 1482673303.407896, 1482673303.050000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/trinity/lib/scripts/download.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyaW5pdHkvbGliL3NjcmlwdHMvZG93bmxvYWQucGhw","category":"lfi","ssl":0}'),
(34160, 0.000000, 1482678821.844626, '\0\0\0\0\0\0\0\0\0\0>@', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34161, 0.000000, 1482679856.935530, '\0\0\0\0\0\0\0\0\0\0.A', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(34134, 1482673289.974824, 1482673289.580000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/persuasion/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3BlcnN1YXNpb24vbGliL3NjcmlwdHMvZGwtc2tpbi5waHA=","category":"lfi","ssl":0}'),
(34162, 1482678826.826419, 1482678826.280000, '\0\0\0\0\0\0\0\0\0\0>@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34135, 1482673280.891202, 1482673280.530000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3BhcmFsbGVsdXMtc2FsdXRhdGlvbi9mcmFtZXdvcmsvdXRpbGl0aWVzL2Rvd25sb2FkL2dldGZpbGUucGhw","category":"lfi","ssl":0}'),
(34163, 1482678825.778507, 1482678825.330000, '\0\0\0\0\0\0\0\0\0\0>@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34164, 1482678824.737932, 1482678824.370000, '\0\0\0\0\0\0\0\0\0\0>@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34136, 1482673268.957983, 1482673268.590000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==","paramValue":"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3BhcmFsbGVsdXMtbWluZ2xlL2ZyYW1ld29yay91dGlsaXRpZXMvZG93bmxvYWQvZ2V0ZmlsZS5waHA=","category":"lfi","ssl":0}'),
(34165, 1482678823.885909, 1482678823.480000, '\0\0\0\0\0\0\0\0\0\0>@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34137, 1482673241.859145, 1482673241.470000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/myriad/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL215cmlhZC9saWIvc2NyaXB0cy9kbC1za2luLnBocA==","category":"lfi","ssl":0}'),
(34166, 0.000000, 1482682586.153366, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1', '', NULL, NULL),
(34138, 1482673231.847677, 1482673231.500000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/modular/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL21vZHVsYXIvbGliL3NjcmlwdHMvZGwtc2tpbi5waHA=","category":"lfi","ssl":0}'),
(34167, 0.000000, 1482682587.565216, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1', '', NULL, NULL),
(34168, 0.000000, 1482683668.282192, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(34169, 0.000000, 1482684130.724940, '\0\0\0\0\0\0\0\0\0\0F', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34139, 1482673225.208359, 1482673224.850000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/method/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL21ldGhvZC9saWIvc2NyaXB0cy9kbC1za2luLnBocA==","category":"lfi","ssl":0}'),
(34170, 0.000000, 1482684823.342365, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34171, 1482684135.748069, 1482684135.360000, '\0\0\0\0\0\0\0\0\0\0F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34140, 1482673201.051057, 1482673200.580000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/lote27/download.php?download=..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF0=","paramValue":"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2xvdGUyNy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(34172, 1482684134.756942, 1482684134.260000, '\0\0\0\0\0\0\0\0\0\0F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34141, 1482673185.162893, 1482673184.750000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/linenity/functions/download.php?imgurl=..%2F..%2F..%2F..%2Fwp-config.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWd1cmxd","paramValue":"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2xpbmVuaXR5L2Z1bmN0aW9ucy9kb3dubG9hZC5waHA=","category":"lfi","ssl":0}'),
(34173, 1482684133.668059, 1482684133.300000, '\0\0\0\0\0\0\0\0\0\0F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34142, 1482673170.581827, 1482673170.190000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/infocus2/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2luZm9jdXMyL2xpYi9zY3JpcHRzL2RsLXNraW4ucGhw","category":"lfi","ssl":0}'),
(34174, 1482684132.761077, 1482684132.260000, '\0\0\0\0\0\0\0\0\0\0F', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34143, 1482673163.271348, 1482673162.850000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/themes/infocus/lib/scripts/dl-skin.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:waf', 'Directory Traversal - wp-config.php', '{"learningMode":0,"failedRules":"67","paramKey":"cmVxdWVzdC5ib2R5W19teXNpdGVfZG93bmxvYWRfc2tpbl0=","paramValue":"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2luZm9jdXMvbGliL3NjcmlwdHMvZGwtc2tpbi5waHA=","category":"lfi","ssl":0}'),
(34175, 0.000000, 1482684842.147614, '\0\0\0\0\0\0\0\0\0\0E', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/bg_makeup3.jpg', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34176, 0.000000, 1482685393.673086, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34177, 0.000000, 1482686122.694675, '\0\0\0\0\0\0\0\0\0\0BZv', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'AdsBot-Google (+http://www.google.com/adsbot.html)', '', NULL, NULL),
(34178, 1482685400.644880, 1482685400.260000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34179, 1482685399.372041, 1482685398.990000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34180, 1482685398.243520, 1482685397.860000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34181, 1482685396.851790, 1482685396.460000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34182, 0.000000, 1482687235.905457, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bestcurs.org/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)', '', NULL, NULL),
(34183, 0.000000, 1482687237.606841, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bestcurs.org/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)', '', NULL, NULL),
(34184, 0.000000, 1482687277.579376, '\0\0\0\0\0\0\0\0\0\0.I', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/school_catalog.pdf', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(34185, 0.000000, 1482687297.772620, '\0\0\0\0\0\0\0\0\0\0.I', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/school_catalog.pdf', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(34186, 0.000000, 1482688357.486466, '\0\0\0\0\0\0\0\0\0\0%', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34187, 0.000000, 1482688552.955434, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34188, 1482688361.454992, 1482688361.100000, '\0\0\0\0\0\0\0\0\0\0%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34189, 1482688360.628198, 1482688360.240000, '\0\0\0\0\0\0\0\0\0\0%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34190, 1482688359.648317, 1482688359.250000, '\0\0\0\0\0\0\0\0\0\0%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34191, 1482688358.783643, 1482688358.440000, '\0\0\0\0\0\0\0\0\0\0%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34192, 0.000000, 1482688555.498916, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(34193, 0.000000, 1482688557.383558, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after', '', 'Java/1.6.0_04', '', NULL, NULL),
(34194, 0.000000, 1482688558.482889, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34195, 0.000000, 1482688560.520255, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us', '', 'Java/1.6.0_04', '', NULL, NULL),
(34196, 0.000000, 1482688561.619301, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34197, 0.000000, 1482688564.246832, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials', '', 'Java/1.6.0_04', '', NULL, NULL),
(34198, 0.000000, 1482688565.268254, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34199, 0.000000, 1482688566.926115, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes', '', 'Java/1.6.0_04', '', NULL, NULL),
(34200, 0.000000, 1482688568.129184, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34201, 0.000000, 1482688569.563847, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq', '', 'Java/1.6.0_04', '', NULL, NULL),
(34202, 0.000000, 1482688571.626196, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34203, 0.000000, 1482688573.239344, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed', '', 'Java/1.6.0_04', '', NULL, NULL),
(34204, 0.000000, 1482688574.410238, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34205, 0.000000, 1482688575.693916, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up', '', 'Java/1.6.0_04', '', NULL, NULL),
(34206, 0.000000, 1482688576.832627, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34207, 0.000000, 1482688578.860398, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school', '', 'Java/1.6.0_04', '', NULL, NULL),
(34208, 0.000000, 1482688580.043474, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34209, 0.000000, 1482688581.765732, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training', '', 'Java/1.6.0_04', '', NULL, NULL),
(34210, 0.000000, 1482688582.868985, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34211, 0.000000, 1482688586.132207, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews', '', 'Java/1.6.0_04', '', NULL, NULL),
(34212, 0.000000, 1482688588.214410, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34213, 0.000000, 1482688589.881254, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why', '', 'Java/1.6.0_04', '', NULL, NULL),
(34214, 0.000000, 1482688591.011932, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34215, 0.000000, 1482688593.764209, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed', '', 'Java/1.6.0_04', '', NULL, NULL),
(34216, 0.000000, 1482688594.839818, '\0\0\0\0\0\0\0\0\0\0V{', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Java/1.6.0_04', '', NULL, NULL),
(34217, 0.000000, 1482688601.818898, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/).length,l.html5Clone=', '', 'Java/1.6.0_04', '', NULL, NULL),
(34218, 0.000000, 1482688602.842048, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/).length,l.htmlSerialize=!!a.getElementsByTagName(', '', 'Java/1.6.0_04', '', NULL, NULL),
(34219, 0.000000, 1482688603.914003, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/)},clone:function(a,b,c){var', '', 'Java/1.6.0_04', '', NULL, NULL),
(34220, 0.000000, 1482688605.019415, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/,data:b}).done(function(a){f=arguments,g.html(d?n(', '', 'Java/1.6.0_04', '', NULL, NULL),
(34221, 0.000000, 1482688606.070129, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/==typeof', '', 'Java/1.6.0_04', '', NULL, NULL),
(34222, 0.000000, 1482688607.315490, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/],_default:l.htmlSerialize?[0,', '', 'Java/1.6.0_04', '', NULL, NULL),
(34223, 0.000000, 1482688608.327459, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+a.scheme+', '', 'Java/1.6.0_04', '', NULL, NULL),
(34224, 0.000000, 1482688609.430250, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+a.url+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(34225, 0.000000, 1482688610.552522, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+b.pluginPath+b.flashName+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(34226, 0.000000, 1482688611.571913, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+this.escapeHTML(a)+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(34227, 0.000000, 1482688612.672310, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(', '', 'Java/1.6.0_04', '', NULL, NULL),
(34228, 0.000000, 1482688614.730273, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(c),d.options.startLanguage==b&&a(', '', 'Java/1.6.0_04', '', NULL, NULL),
(34229, 0.000000, 1482688615.740132, '\0\0\0\0\0\0\0\0\0\0V{', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(mejs.Utility.secondsToTimeCode(0,b.options)),c.find(', '', 'Java/1.6.0_04', '', NULL, NULL),
(34230, 0.000000, 1482689862.493689, '\0\0\0\0\0\0\0\0\0\0p', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34231, 0.000000, 1482690449.145628, '\0\0\0\0\0\0\0\0\0\0E', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)', '', NULL, NULL),
(34232, 1482689869.185925, 1482689868.810000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34233, 1482689868.142333, 1482689867.740000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34234, 1482689866.922291, 1482689866.540000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34235, 1482689865.341498, 1482689864.990000, '\0\0\0\0\0\0\0\0\0\0p', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34236, 0.000000, 1482691540.438531, '\0\0\0\0\0\0\0\0\0\0o^G', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34237, 1482691545.797243, 1482691545.430000, '\0\0\0\0\0\0\0\0\0\0o^G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34238, 1482691544.809051, 1482691544.430000, '\0\0\0\0\0\0\0\0\0\0o^G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34239, 1482691543.718234, 1482691543.360000, '\0\0\0\0\0\0\0\0\0\0o^G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34240, 1482691542.705497, 1482691542.360000, '\0\0\0\0\0\0\0\0\0\0o^G', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34241, 0.000000, 1482691656.285707, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35078, 1482930705.202824, 1482930704.830000, '\0\0\0\0\0\0\0\0\0\0Ժp', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35077, 1482930706.076614, 1482930705.720000, '\0\0\0\0\0\0\0\0\0\0Ժp', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35076, 1482930707.025811, 1482930706.660000, '\0\0\0\0\0\0\0\0\0\0Ժp', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35075, 1482930707.846701, 1482930707.500000, '\0\0\0\0\0\0\0\0\0\0Ժp', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35074, 0.000000, 1482930703.108960, '\0\0\0\0\0\0\0\0\0\0Ժp', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35073, 0.000000, 1482929775.485540, '\0\0\0\0\0\0\0\0\0\0RL]', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(35072, 0.000000, 1482929774.002649, '\0\0\0\0\0\0\0\0\0\0RL]', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35071, 0.000000, 1482929772.818699, '\0\0\0\0\0\0\0\0\0\0RL]', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35070, 0.000000, 1482929765.793067, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35069, 0.000000, 1482929763.721655, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35068, 0.000000, 1482929761.586218, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35067, 0.000000, 1482929323.806473, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://guitar-master.org/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', NULL, NULL),
(35066, 0.000000, 1482929322.335504, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://guitar-master.org/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', NULL, NULL),
(35065, 0.000000, 1482929251.355407, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35064, 0.000000, 1482929240.695214, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35062, 0.000000, 1482929225.522501, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35063, 0.000000, 1482929229.322754, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35061, 0.000000, 1482929222.509477, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35060, 1482927233.180246, 1482927232.820000, '\0\0\0\0\0\0\0\0\0\0]''6', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35059, 1482927234.079425, 1482927233.710000, '\0\0\0\0\0\0\0\0\0\0]''6', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35058, 1482927235.072758, 1482927234.710000, '\0\0\0\0\0\0\0\0\0\0]''6', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35056, 0.000000, 1482929072.899241, '\0\0\0\0\0\0\0\0\0\0(MP', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35057, 1482927236.020488, 1482927235.660000, '\0\0\0\0\0\0\0\0\0\0]''6', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35055, 0.000000, 1482927231.259896, '\0\0\0\0\0\0\0\0\0\0]''6', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35054, 0.000000, 1482926037.398194, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35053, 0.000000, 1482926028.853894, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35515, 1483038371.552210, 1483038371.180000, '\0\0\0\0\0\0\0\0\0\0>&7', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35516, 1483038370.479410, 1483038370.120000, '\0\0\0\0\0\0\0\0\0\0>&7', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35517, 1483038369.526345, 1483038369.160000, '\0\0\0\0\0\0\0\0\0\0>&7', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35518, 0.000000, 1483039425.955899, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', 'http://www.permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(35519, 1483038439.265712, 1483038438.900000, '\0\0\0\0\0\0\0\0\0\0R; ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35520, 1483038438.420144, 1483038438.040000, '\0\0\0\0\0\0\0\0\0\0R; ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35521, 1483038437.465541, 1483038437.030000, '\0\0\0\0\0\0\0\0\0\0R; ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35522, 1483038436.546082, 1483038436.160000, '\0\0\0\0\0\0\0\0\0\0R; ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35523, 0.000000, 1483039428.062745, '\0\0\0\0\0\0\0\0\0\0Ú', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', 'http://www.permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(35524, 0.000000, 1483039690.639707, '\0\0\0\0\0\0\0\0\0\0\\P&', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35525, 0.000000, 1483039931.048359, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://productarium.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00', '', NULL, NULL),
(35526, 1483039694.922995, 1483039694.570000, '\0\0\0\0\0\0\0\0\0\0\\P&', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35527, 1483039694.055449, 1483039693.700000, '\0\0\0\0\0\0\0\0\0\0\\P&', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35528, 1483039693.078899, 1483039692.720000, '\0\0\0\0\0\0\0\0\0\0\\P&', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35529, 1483039691.936102, 1483039691.580000, '\0\0\0\0\0\0\0\0\0\0\\P&', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35530, 0.000000, 1483039932.397426, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://productarium.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00', '', NULL, NULL),
(35531, 0.000000, 1483040259.136386, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&format=xml', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35532, 0.000000, 1483040344.859169, '\0\0\0\0\0\0\0\0\0\0MKMe', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35533, 0.000000, 1483040708.477426, '\0\0\0\0\0\0\0\0\0\0.\r:', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', '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)', '', NULL, NULL),
(35534, 0.000000, 1483042861.838945, '\0\0\0\0\0\0\0\0\0\0Lؤ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35535, 0.000000, 1483042864.174090, '\0\0\0\0\0\0\0\0\0\0Lؤ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35536, 0.000000, 1483042866.273607, '\0\0\0\0\0\0\0\0\0\0Lؤ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35537, 0.000000, 1483043707.656747, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35538, 0.000000, 1483043709.939410, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35539, 0.000000, 1483043710.794601, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35540, 0.000000, 1483044191.987225, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35541, 0.000000, 1483044195.348349, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35542, 0.000000, 1483044276.616485, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35543, 0.000000, 1483046432.940130, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35544, 0.000000, 1483046431.684019, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35545, 0.000000, 1483047572.149691, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35546, 0.000000, 1483047578.292148, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35547, 0.000000, 1483049226.311506, '\0\0\0\0\0\0\0\0\0\0\r', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'SuperPagesUrlVerifyBot/1.0', '', NULL, NULL),
(35548, 0.000000, 1483049228.187447, '\0\0\0\0\0\0\0\0\0\0\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'SuperPagesUrlVerifyBot/1.0', '', NULL, NULL),
(35549, 0.000000, 1483051148.511606, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://prom23.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)', '', NULL, NULL),
(35550, 0.000000, 1483051149.965062, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://prom23.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)', '', NULL, NULL),
(35551, 0.000000, 1483051151.097966, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://prom23.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)', '', NULL, NULL),
(35552, 0.000000, 1483051431.085381, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35553, 0.000000, 1483051570.197736, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35554, 0.000000, 1483051696.478246, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35555, 0.000000, 1483051698.634237, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35556, 0.000000, 1483051701.123910, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35557, 0.000000, 1483051704.371860, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35558, 0.000000, 1483051705.924780, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35559, 0.000000, 1483051708.082831, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35560, 0.000000, 1483051710.239473, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35561, 0.000000, 1483051711.811550, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35562, 0.000000, 1483051716.819921, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35563, 0.000000, 1483051718.407030, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35564, 0.000000, 1483051721.030504, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35565, 0.000000, 1483051727.558559, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35566, 0.000000, 1483053933.764616, '\0\0\0\0\0\0\0\0\0\0L!', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2', '', NULL, NULL),
(35567, 0.000000, 1483054071.354400, '\0\0\0\0\0\0\0\0\0\0MKMm', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35568, 0.000000, 1483054074.418553, '\0\0\0\0\0\0\0\0\0\0MKMm', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35569, 0.000000, 1483055288.539912, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35570, 0.000000, 1483055290.756820, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35571, 0.000000, 1483055291.849775, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after', '', 'Java/1.6.0_04', '', NULL, NULL),
(35572, 0.000000, 1483055292.829753, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35573, 0.000000, 1483055294.898074, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us', '', 'Java/1.6.0_04', '', NULL, NULL),
(35574, 0.000000, 1483055295.879436, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35575, 0.000000, 1483055297.271100, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials', '', 'Java/1.6.0_04', '', NULL, NULL),
(35576, 0.000000, 1483055298.292085, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35577, 0.000000, 1483055299.610330, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes', '', 'Java/1.6.0_04', '', NULL, NULL),
(35578, 0.000000, 1483055300.726459, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35579, 0.000000, 1483055302.044585, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq', '', 'Java/1.6.0_04', '', NULL, NULL),
(35580, 0.000000, 1483055303.066474, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35581, 0.000000, 1483055304.546048, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed', '', 'Java/1.6.0_04', '', NULL, NULL),
(35582, 0.000000, 1483055305.563630, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35583, 0.000000, 1483055306.600880, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up', '', 'Java/1.6.0_04', '', NULL, NULL),
(35584, 0.000000, 1483055307.630883, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35585, 0.000000, 1483055309.076728, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school', '', 'Java/1.6.0_04', '', NULL, NULL),
(35586, 0.000000, 1483055310.206562, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35587, 0.000000, 1483055311.589449, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training', '', 'Java/1.6.0_04', '', NULL, NULL),
(35588, 0.000000, 1483055312.564174, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35589, 0.000000, 1483055314.494874, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews', '', 'Java/1.6.0_04', '', NULL, NULL),
(35590, 0.000000, 1483055315.553632, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35591, 0.000000, 1483055317.169151, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why', '', 'Java/1.6.0_04', '', NULL, NULL),
(35592, 0.000000, 1483055318.262728, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35593, 0.000000, 1483055319.754620, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed', '', 'Java/1.6.0_04', '', NULL, NULL),
(35594, 0.000000, 1483055320.825660, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35595, 0.000000, 1483055325.290169, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/).length,l.html5Clone=', '', 'Java/1.6.0_04', '', NULL, NULL),
(35596, 0.000000, 1483055326.354623, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/).length,l.htmlSerialize=!!a.getElementsByTagName(', '', 'Java/1.6.0_04', '', NULL, NULL),
(35597, 0.000000, 1483055327.447306, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/)},clone:function(a,b,c){var', '', 'Java/1.6.0_04', '', NULL, NULL),
(35598, 0.000000, 1483055328.544564, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/,data:b}).done(function(a){f=arguments,g.html(d?n(', '', 'Java/1.6.0_04', '', NULL, NULL),
(35599, 0.000000, 1483055329.653485, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/==typeof', '', 'Java/1.6.0_04', '', NULL, NULL),
(35600, 0.000000, 1483055330.653438, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/jquery/],_default:l.htmlSerialize?[0,', '', 'Java/1.6.0_04', '', NULL, NULL),
(35601, 0.000000, 1483055331.640924, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+a.scheme+', '', 'Java/1.6.0_04', '', NULL, NULL),
(35602, 0.000000, 1483055332.634458, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+a.url+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(35603, 0.000000, 1483055333.590235, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+b.pluginPath+b.flashName+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(35604, 0.000000, 1483055334.524550, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/''+this.escapeHTML(a)+''', '', 'Java/1.6.0_04', '', NULL, NULL),
(35605, 0.000000, 1483055335.481785, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(', '', 'Java/1.6.0_04', '', NULL, NULL),
(35606, 0.000000, 1483055336.485196, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(c),d.options.startLanguage==b&&a(', '', 'Java/1.6.0_04', '', NULL, NULL),
(35607, 0.000000, 1483055337.501034, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-includes/js/mediaelement/).html(mejs.Utility.secondsToTimeCode(0,b.options)),c.find(', '', 'Java/1.6.0_04', '', NULL, NULL),
(35608, 0.000000, 1483057913.091418, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35609, 0.000000, 1483057923.325738, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35610, 0.000000, 1483058468.068348, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35611, 0.000000, 1483058469.072947, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35612, 0.000000, 1483058470.345936, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/before-after', '', 'Java/1.6.0_04', '', NULL, NULL),
(35613, 0.000000, 1483058471.355617, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35614, 0.000000, 1483058473.146220, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/contact-us', '', 'Java/1.6.0_04', '', NULL, NULL),
(35615, 0.000000, 1483058474.141936, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35616, 0.000000, 1483058475.493165, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/credentials', '', 'Java/1.6.0_04', '', NULL, NULL),
(35617, 0.000000, 1483058476.530676, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35618, 0.000000, 1483058477.843506, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/eyelashes', '', 'Java/1.6.0_04', '', NULL, NULL),
(35619, 0.000000, 1483058478.886754, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35620, 0.000000, 1483058480.389103, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/faq', '', 'Java/1.6.0_04', '', NULL, NULL),
(35621, 0.000000, 1483058481.405327, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35622, 0.000000, 1483058482.712430, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/make-up', '', 'Java/1.6.0_04', '', NULL, NULL),
(35623, 0.000000, 1483058483.705193, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35624, 0.000000, 1483058485.067912, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/our-school', '', 'Java/1.6.0_04', '', NULL, NULL),
(35625, 0.000000, 1483058486.090353, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35626, 0.000000, 1483058487.423857, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/training', '', 'Java/1.6.0_04', '', NULL, NULL),
(35627, 0.000000, 1483058488.468821, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35628, 0.000000, 1483058489.915404, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/student-reviews', '', 'Java/1.6.0_04', '', NULL, NULL),
(35629, 0.000000, 1483058490.939064, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35630, 0.000000, 1483058492.292214, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/why', '', 'Java/1.6.0_04', '', NULL, NULL),
(35631, 0.000000, 1483058493.303494, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Java/1.6.0_04', '', NULL, NULL),
(35632, 0.000000, 1483058494.646688, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35633, 0.000000, 1483058495.672817, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35634, 0.000000, 1483058496.672328, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35635, 0.000000, 1483058497.636416, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/before-after/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35636, 0.000000, 1483058498.671838, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35637, 0.000000, 1483058499.674266, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35638, 0.000000, 1483058500.627045, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/contact-us/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35639, 0.000000, 1483058501.629506, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35640, 0.000000, 1483058502.669178, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35641, 0.000000, 1483058503.631740, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/credentials/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35642, 0.000000, 1483058504.636268, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35643, 0.000000, 1483058505.665502, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35644, 0.000000, 1483058506.614946, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/eyelashes/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35645, 0.000000, 1483058507.650955, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35646, 0.000000, 1483058508.733348, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35647, 0.000000, 1483058509.792967, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/faq/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35648, 0.000000, 1483058510.799087, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35649, 0.000000, 1483058511.827245, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35650, 0.000000, 1483058512.784827, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/make-up/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35651, 0.000000, 1483058513.780287, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35652, 0.000000, 1483058514.815525, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35653, 0.000000, 1483058515.808292, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/our-school/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35654, 0.000000, 1483058516.827713, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35655, 0.000000, 1483058517.830779, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35656, 0.000000, 1483058518.799667, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/training/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35657, 0.000000, 1483058519.808249, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35658, 0.000000, 1483058520.848629, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35659, 0.000000, 1483058521.856368, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/student-reviews/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35660, 0.000000, 1483058522.884401, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35661, 0.000000, 1483058523.883272, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35662, 0.000000, 1483058524.825818, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/why/http:\\/\\/permanentmakeupbydeb.com\\/wp-admin\\/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35663, 0.000000, 1483058525.835159, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/http://permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35664, 0.000000, 1483058526.823265, '\0\0\0\0\0\0\0\0\0\0Ot', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/http:/permanentmakeupbydeb.com/wp-admin/admin-ajax.php', '', 'Java/1.6.0_04', '', NULL, NULL),
(35665, 0.000000, 1483058714.940473, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35666, 0.000000, 1483059549.618234, '\0\0\0\0\0\0\0\0\0\0bֻ', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://www.advancededucator.com/Seminar_Schedule.htm', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35667, 0.000000, 1483059833.711980, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(35668, 0.000000, 1483060948.296493, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35669, 0.000000, 1483060978.199310, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35670, 0.000000, 1483060982.988904, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35671, 0.000000, 1483060986.676513, '\0\0\0\0\0\0\0\0\0\0MKM>', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35672, 0.000000, 1483060995.128519, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35673, 0.000000, 1483061009.629468, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35674, 0.000000, 1483061017.010980, '\0\0\0\0\0\0\0\0\0\0͉', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/21.4.141508723 Mobile/14A456 Safari/600.1.4', '', NULL, NULL),
(35675, 0.000000, 1483063938.995225, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.musezone.su/', 'Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.00', '', NULL, NULL),
(35676, 0.000000, 1483063940.744189, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.musezone.su/', 'Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.00', '', NULL, NULL),
(35677, 0.000000, 1483065041.940211, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35678, 0.000000, 1483065747.261673, '\0\0\0\0\0\0\0\0\0\0uN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35679, 0.000000, 1483065749.417103, '\0\0\0\0\0\0\0\0\0\0uN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35680, 0.000000, 1483065783.972424, '\0\0\0\0\0\0\0\0\0\0uN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35681, 0.000000, 1483065795.991513, '\0\0\0\0\0\0\0\0\0\0NO', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35682, 0.000000, 1483066105.195844, '\0\0\0\0\0\0\0\0\0\0IS', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35683, 1483065800.046040, 1483065799.700000, '\0\0\0\0\0\0\0\0\0\0NO', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35684, 1483065799.257745, 1483065798.890000, '\0\0\0\0\0\0\0\0\0\0NO', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35685, 1483065798.345029, 1483065797.990000, '\0\0\0\0\0\0\0\0\0\0NO', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35686, 1483065797.502893, 1483065797.150000, '\0\0\0\0\0\0\0\0\0\0NO', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35687, 0.000000, 1483066273.994282, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35688, 0.000000, 1483068957.685221, '\0\0\0\0\0\0\0\0\0\07''', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/why.htm', '', '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)', '', NULL, NULL),
(35689, 0.000000, 1483070429.934875, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35690, 0.000000, 1483070520.996621, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35691, 0.000000, 1483071664.914041, '\0\0\0\0\0\0\0\0\0\0.', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(35692, 0.000000, 1483072124.449903, '\0\0\0\0\0\0\0\0\0\0tH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35693, 0.000000, 1483072125.934438, '\0\0\0\0\0\0\0\0\0\0tH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35694, 0.000000, 1483072129.426397, '\0\0\0\0\0\0\0\0\0\0tH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35695, 0.000000, 1483072828.482046, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35696, 0.000000, 1483072840.608828, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(35697, 0.000000, 1483073924.810057, '\0\0\0\0\0\0\0\0\0\0.ie%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(35698, 0.000000, 1483073927.283358, '\0\0\0\0\0\0\0\0\0\0.ie%', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35699, 0.000000, 1483073937.238022, '\0\0\0\0\0\0\0\0\0\0y', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35700, 0.000000, 1483073939.990334, '\0\0\0\0\0\0\0\0\0\0y', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35701, 0.000000, 1483073943.044540, '\0\0\0\0\0\0\0\0\0\0y', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35702, 0.000000, 1483073985.262366, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35703, 0.000000, 1483073993.018936, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35704, 0.000000, 1483074007.231652, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35705, 0.000000, 1483074019.739648, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35706, 0.000000, 1483074031.534151, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(35707, 0.000000, 1483074046.173124, '\0\0\0\0\0\0\0\0\0\0ܵ}', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)', '', NULL, NULL),
(35708, 0.000000, 1483074732.390164, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35709, 0.000000, 1483075899.583551, '\0\0\0\0\0\0\0\0\0\0C', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35710, 0.000000, 1483075900.408425, '\0\0\0\0\0\0\0\0\0\0C', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35711, 0.000000, 1483075907.889985, '\0\0\0\0\0\0\0\0\0\0C', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35712, 0.000000, 1483075996.635885, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35713, 0.000000, 1483076368.909448, '\0\0\0\0\0\0\0\0\0\0/', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SGH-I337 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35714, 0.000000, 1483076370.134513, '\0\0\0\0\0\0\0\0\0\0/', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SGH-I337 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35715, 0.000000, 1483076385.687504, '\0\0\0\0\0\0\0\0\0\0/', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SGH-I337 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35716, 0.000000, 1483077303.175665, '\0\0\0\0\0\0\0\0\0\0;[Es', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35717, 0.000000, 1483079730.813507, '\0\0\0\0\0\0\0\0\0\0ɍ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35718, 1483079736.572607, 1483079736.210000, '\0\0\0\0\0\0\0\0\0\0ɍ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35719, 1483079735.882796, 1483079735.530000, '\0\0\0\0\0\0\0\0\0\0ɍ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35720, 1483079734.804866, 1483079734.430000, '\0\0\0\0\0\0\0\0\0\0ɍ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35721, 1483079733.731883, 1483079733.370000, '\0\0\0\0\0\0\0\0\0\0ɍ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35722, 0.000000, 1483080179.200074, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)', '', NULL, NULL),
(35723, 0.000000, 1483080264.335249, '\0\0\0\0\0\0\0\0\0\0iz@', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35724, 0.000000, 1483081024.438015, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35725, 1483080270.645793, 1483080270.290000, '\0\0\0\0\0\0\0\0\0\0iz@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35726, 1483080269.533793, 1483080269.180000, '\0\0\0\0\0\0\0\0\0\0iz@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35727, 1483080268.311668, 1483080267.970000, '\0\0\0\0\0\0\0\0\0\0iz@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35728, 1483080267.144016, 1483080266.790000, '\0\0\0\0\0\0\0\0\0\0iz@', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35729, 0.000000, 1483081026.930440, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35730, 0.000000, 1483081030.573514, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35731, 0.000000, 1483081032.191536, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35732, 0.000000, 1483081034.691013, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35733, 0.000000, 1483081036.169255, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35734, 0.000000, 1483081040.690924, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fcontact-us%2F&#038;format=xml', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35735, 0.000000, 1483081042.243748, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fcontact-us%2F&#038;format=xml', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35736, 0.000000, 1483081045.848009, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fcontact-us%2F', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35737, 0.000000, 1483081047.595964, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fcontact-us%2F', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35738, 0.000000, 1483081049.280095, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?p=12', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35739, 0.000000, 1483081050.896669, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35740, 0.000000, 1483081054.678077, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?p=12', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35741, 0.000000, 1483081056.216114, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35742, 0.000000, 1483081059.156199, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35743, 0.000000, 1483081060.622270, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35744, 0.000000, 1483081069.655010, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35745, 0.000000, 1483081071.275551, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35746, 0.000000, 1483081079.856753, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Crete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Open+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;subset=latin,latin-ext', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35747, 0.000000, 1483081081.371991, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicCrete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicOpen+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35748, 0.000000, 1483081084.784422, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Crete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Open+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;subset=latin,latin-ext', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35749, 0.000000, 1483081086.467248, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicCrete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicMontserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicOpen+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35750, 0.000000, 1483081088.720157, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//fonts.googleapis.com', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35751, 0.000000, 1483081090.239591, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/fonts.googleapis.com', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35752, 0.000000, 1483081091.719674, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//fonts.googleapis.com', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35753, 0.000000, 1483081094.512259, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/fonts.googleapis.com', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35754, 0.000000, 1483081101.570303, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//s.w.org', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35755, 0.000000, 1483081103.012455, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/s.w.org', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35756, 0.000000, 1483081104.468904, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//s.w.org', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35757, 0.000000, 1483081105.912264, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/s.w.org', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35758, 0.000000, 1483081108.430472, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35759, 0.000000, 1483081109.915300, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35760, 0.000000, 1483081116.017574, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35761, 0.000000, 1483081118.976078, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35762, 0.000000, 1483081120.800751, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35763, 0.000000, 1483081122.346165, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35764, 0.000000, 1483081124.031008, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35765, 0.000000, 1483081125.632968, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php?rsd', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35766, 0.000000, 1483081132.119797, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35767, 0.000000, 1483081134.831422, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35768, 0.000000, 1483081141.797528, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35769, 0.000000, 1483081143.260767, '\0\0\0\0\0\0\0\0\0\0q\n?', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', '', NULL, NULL),
(35770, 0.000000, 1483082134.330584, '\0\0\0\0\0\0\0\0\0\0>I1', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36', '', NULL, NULL),
(35771, 0.000000, 1483083192.525672, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', '', '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)', '', NULL, NULL),
(35772, 0.000000, 1483083615.261637, '\0\0\0\0\0\0\0\0\0\0ܵl', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35773, 0.000000, 1483083616.777441, '\0\0\0\0\0\0\0\0\0\0ܵln', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35774, 0.000000, 1483084097.860166, '\0\0\0\0\0\0\0\0\0\0d1', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35775, 0.000000, 1483084100.971206, '\0\0\0\0\0\0\0\0\0\0d1', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35776, 0.000000, 1483084103.183966, '\0\0\0\0\0\0\0\0\0\0d1', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35777, 0.000000, 1483085053.380736, '\0\0\0\0\0\0\0\0\0\06\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0', '', NULL, NULL),
(35778, 0.000000, 1483085058.589602, '\0\0\0\0\0\0\0\0\0\07''S', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35779, 0.000000, 1483085060.765260, '\0\0\0\0\0\0\0\0\0\06\\', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0', '', NULL, NULL),
(35780, 0.000000, 1483085154.090668, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35781, 0.000000, 1483085604.311974, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35782, 0.000000, 1483087319.930373, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)', '', NULL, NULL),
(35783, 0.000000, 1483087650.711574, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35784, 0.000000, 1483087652.975038, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35785, 0.000000, 1483087654.775740, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35786, 0.000000, 1483087655.841716, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35787, 0.000000, 1483087657.125658, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35788, 0.000000, 1483087658.223672, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35789, 0.000000, 1483087659.499094, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35790, 0.000000, 1483087660.607007, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35791, 0.000000, 1483087662.125086, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35792, 0.000000, 1483087663.228022, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)', '', NULL, NULL),
(35793, 0.000000, 1483087670.672108, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35794, 0.000000, 1483091640.547529, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35795, 0.000000, 1483091891.407359, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)', '', NULL, NULL),
(35796, 0.000000, 1483091898.103013, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)', '', NULL, NULL),
(35797, 0.000000, 1483091899.354476, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)', '', NULL, NULL),
(35798, 0.000000, 1483091900.642814, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)', '', NULL, NULL),
(35799, 0.000000, 1483091907.061918, '\0\0\0\0\0\0\0\0\0\0LP', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)', '', NULL, NULL),
(35800, 0.000000, 1483092513.562264, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35801, 0.000000, 1483093968.605413, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35802, 0.000000, 1483093970.784816, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35803, 0.000000, 1483094094.671583, '\0\0\0\0\0\0\0\0\0\0]s_', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(35804, 0.000000, 1483094100.596668, '\0\0\0\0\0\0\0\0\0\0]s_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36', '', NULL, NULL),
(35805, 0.000000, 1483094294.855881, '\0\0\0\0\0\0\0\0\0\0ܵl', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35806, 0.000000, 1483094296.066511, '\0\0\0\0\0\0\0\0\0\0ܵl_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35807, 0.000000, 1483094297.085544, '\0\0\0\0\0\0\0\0\0\0ܵ3W', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36', '', NULL, NULL),
(35808, 0.000000, 1483096006.491758, '\0\0\0\0\0\0\0\0\0\0MKOw', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35809, 0.000000, 1483096343.539622, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35810, 0.000000, 1483096798.216850, '\0\0\0\0\0\0\0\0\0\0)''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35811, 0.000000, 1483096800.034010, '\0\0\0\0\0\0\0\0\0\0)''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35812, 0.000000, 1483096801.237848, '\0\0\0\0\0\0\0\0\0\0)''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35813, 0.000000, 1483100080.820736, '\0\0\0\0\0\0\0\0\0\0G4&3', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35814, 1483100087.302339, 1483100086.950000, '\0\0\0\0\0\0\0\0\0\0G4&3', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35815, 1483100086.583338, 1483100086.230000, '\0\0\0\0\0\0\0\0\0\0G4&3', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35816, 1483100085.733014, 1483100085.320000, '\0\0\0\0\0\0\0\0\0\0G4&3', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35817, 1483100084.887566, 1483100084.500000, '\0\0\0\0\0\0\0\0\0\0G4&3', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35818, 0.000000, 1483100639.392777, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--d1abj0abs9d.in.ua/', 'Opera/9.0 (Windows NT 5.1; U; en)', '', NULL, NULL),
(35819, 0.000000, 1483100641.099101, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://xn--d1abj0abs9d.in.ua/', 'Opera/9.0 (Windows NT 5.1; U; en)', '', NULL, NULL),
(35820, 0.000000, 1483102066.738728, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35821, 0.000000, 1483102072.370010, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35822, 0.000000, 1483102764.507292, '\0\0\0\0\0\0\0\0\0\0x;B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35823, 0.000000, 1483102766.234364, '\0\0\0\0\0\0\0\0\0\0x;B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35824, 0.000000, 1483102773.095456, '\0\0\0\0\0\0\0\0\0\0x;B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35825, 0.000000, 1483102834.785610, '\0\0\0\0\0\0\0\0\0\0P', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', '', '', NULL, NULL),
(35826, 0.000000, 1483102836.932191, '\0\0\0\0\0\0\0\0\0\0P', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30', '', NULL, NULL),
(35827, 0.000000, 1483102839.726384, '\0\0\0\0\0\0\0\0\0\0P', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30', '', NULL, NULL),
(35828, 0.000000, 1483102975.449224, '\0\0\0\0\0\0\0\0\0\0|jT', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35829, 0.000000, 1483103007.040816, '\0\0\0\0\0\0\0\0\0\0|jT', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35830, 0.000000, 1483103324.292476, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35831, 0.000000, 1483103330.124557, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35832, 0.000000, 1483103332.909698, '\0\0\0\0\0\0\0\0\0\0Ă', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35833, 0.000000, 1483103774.664507, '\0\0\0\0\0\0\0\0\0\0hD', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(35834, 0.000000, 1483103775.937538, '\0\0\0\0\0\0\0\0\0\0hD', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35835, 0.000000, 1483104754.962461, '\0\0\0\0\0\0\0\0\0\0mVG', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36', '', NULL, NULL),
(35836, 0.000000, 1483104912.269395, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35837, 0.000000, 1483105258.360971, '\0\0\0\0\0\0\0\0\0\0MKO_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35838, 0.000000, 1483105449.805446, '\0\0\0\0\0\0\0\0\0\0Bܞm', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/header.gif', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(35839, 0.000000, 1483105873.681886, '\0\0\0\0\0\0\0\0\0\0N', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35840, 0.000000, 1483106554.326805, '\0\0\0\0\0\0\0\0\0\0.D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(35841, 1483105883.409601, 1483105883.040000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35842, 1483105882.111268, 1483105881.750000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35843, 1483105880.580498, 1483105880.210000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35844, 1483105877.085625, 1483105876.730000, '\0\0\0\0\0\0\0\0\0\0N', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35845, 0.000000, 1483106569.747577, '\0\0\0\0\0\0\0\0\0\0.J', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(35846, 0.000000, 1483106611.785477, '\0\0\0\0\0\0\0\0\0\0.C', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.1~bl; +http://www.semrush.com/bot.html)', '', NULL, NULL),
(35847, 0.000000, 1483106645.577264, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35848, 0.000000, 1483107880.276577, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35849, 0.000000, 1483107901.919452, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35850, 0.000000, 1483108086.990182, '\0\0\0\0\0\0\0\0\0\08', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35851, 0.000000, 1483108123.535353, '\0\0\0\0\0\0\0\0\0\08', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35852, 0.000000, 1483108124.205141, '\0\0\0\0\0\0\0\0\0\08', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35853, 0.000000, 1483108128.118294, '\0\0\0\0\0\0\0\0\0\08', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35854, 0.000000, 1483108151.312896, '\0\0\0\0\0\0\0\0\0\08', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/make-up/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35855, 0.000000, 1483108152.645371, '\0\0\0\0\0\0\0\0\0\08', 1, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/stacktable/stacktable.css', 'https://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/51.0.2704.104 Mobile/14A456 Safari/601.1.46', '', NULL, NULL),
(35856, 0.000000, 1483108207.907685, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/author/vedadmin/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35857, 0.000000, 1483108540.296530, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://sluganarodu.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00', '', NULL, NULL),
(35858, 0.000000, 1483108541.298891, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://housediz.com/', 'Opera/7.54 (Windows NT 5.1; U)  [pl]', '', NULL, NULL),
(35859, 0.000000, 1483108542.443742, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://housediz.com/', 'Opera/7.54 (Windows NT 5.1; U)  [pl]', '', NULL, NULL),
(35860, 0.000000, 1483108788.893469, '\0\0\0\0\0\0\0\0\0\0E\Z}', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35861, 0.000000, 1483108789.735999, '\0\0\0\0\0\0\0\0\0\0E\Z}', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35862, 0.000000, 1483108840.791673, '\0\0\0\0\0\0\0\0\0\0E\Z}', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35863, 0.000000, 1483109568.219773, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35864, 0.000000, 1483109572.159502, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35865, 0.000000, 1483111034.678461, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35866, 0.000000, 1483111035.822728, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35867, 0.000000, 1483111054.132402, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35868, 0.000000, 1483111054.957910, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35869, 0.000000, 1483111097.987393, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35870, 0.000000, 1483111103.604477, '\0\0\0\0\0\0\0\0\0\0#+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; DomainAppender /1.0; +http://www.profound.net/domainappender)', '', NULL, NULL),
(35871, 0.000000, 1483111603.981853, '\0\0\0\0\0\0\0\0\0\0uͨ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35872, 0.000000, 1483111606.108598, '\0\0\0\0\0\0\0\0\0\0uͨ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35873, 0.000000, 1483111607.733443, '\0\0\0\0\0\0\0\0\0\0uͨ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35874, 0.000000, 1483112745.353494, '\0\0\0\0\0\0\0\0\0\0V&', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35875, 0.000000, 1483114089.900964, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35876, 0.000000, 1483114095.965374, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35877, 0.000000, 1483114161.415245, '\0\0\0\0\0\0\0\0\0\0aLX', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://advancededucator.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35878, 0.000000, 1483114172.435411, '\0\0\0\0\0\0\0\0\0\0aLX', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35879, 0.000000, 1483114188.715379, '\0\0\0\0\0\0\0\0\0\0aLX', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35880, 0.000000, 1483114703.803825, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://elmacho.xyz/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)', '', NULL, NULL),
(35881, 0.000000, 1483114705.865836, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://elmacho.xyz/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)', '', NULL, NULL),
(35882, 0.000000, 1483115361.393721, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2', '', NULL, NULL),
(35883, 0.000000, 1483115365.128816, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Python-urllib/1.17', '', NULL, NULL),
(35884, 0.000000, 1483115365.942606, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.2', '', NULL, NULL),
(35885, 0.000000, 1483116407.850839, '\0\0\0\0\0\0\0\0\0\0ÚB', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com//wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(35886, 0.000000, 1483116409.969258, '\0\0\0\0\0\0\0\0\0\0ÚB', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(34684, 0.000000, 1482808558.290447, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34676, 1482807271.872947, 1482807271.490000, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 403, 0, 0, 1, 'http://permanentmakeupbydeb.com/404error.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'logged:waf', 'Watched IP Traffic: 62.210.162.42', '{"learningMode":0,"failedRules":"logged","paramKey":"","paramValue":"","path":"LzQwNGVycm9yLnBocA==","category":"logged","ssl":0}'),
(34674, 0.000000, 1482807270.226792, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/404error.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34675, 0.000000, 1482807271.927711, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/404error.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34687, 0.000000, 1482809609.079134, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34685, 0.000000, 1482808561.908250, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(34673, 1482807265.896897, 1482807265.520000, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 403, 0, 0, 1, 'http://permanentmakeupbydeb.com/404error.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'logged:waf', 'Watched IP Traffic: 62.210.162.42', '{"learningMode":0,"failedRules":"logged","paramKey":"","paramValue":"","path":"LzQwNGVycm9yLnBocA==","category":"logged","ssl":0}'),
(34686, 0.000000, 1482809490.027324, '\0\0\0\0\0\0\0\0\0\0R;', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34671, 0.000000, 1482807265.943656, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/404error.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34672, 1482807270.185056, 1482807269.840000, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 403, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/404error.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'logged:waf', 'Watched IP Traffic: 62.210.162.42', '{"learningMode":0,"failedRules":"logged","paramKey":"","paramValue":"","path":"LzQwNGVycm9yLnBocA==","category":"logged","ssl":0}'),
(34688, 1482809493.665785, 1482809493.280000, '\0\0\0\0\0\0\0\0\0\0R;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34670, 1482807263.833713, 1482807263.470000, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 403, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/404error.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', 'logged:waf', 'Watched IP Traffic: 62.210.162.42', '{"learningMode":0,"failedRules":"logged","paramKey":"","paramValue":"","path":"LzQwNGVycm9yLnBocA==","category":"logged","ssl":0}'),
(34666, 0.000000, 1482806455.940520, '\0\0\0\0\0\0\0\0\0\03B%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=2', '', '', '', NULL, NULL),
(34667, 0.000000, 1482806456.936965, '\0\0\0\0\0\0\0\0\0\03B%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=3', '', '', '', NULL, NULL),
(34668, 0.000000, 1482806457.953143, '\0\0\0\0\0\0\0\0\0\03B%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=4', '', '', '', NULL, NULL),
(34669, 0.000000, 1482807263.876723, '\0\0\0\0\0\0\0\0\0\0>Ң*', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/404error.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(34664, 1482805814.000129, 1482805813.610000, '\0\0\0\0\0\0\0\0\0\0wn', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34665, 0.000000, 1482806454.182050, '\0\0\0\0\0\0\0\0\0\03B%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=1', '', '', '', NULL, NULL),
(34663, 1482805814.797710, 1482805814.280000, '\0\0\0\0\0\0\0\0\0\0wn', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34662, 1482805815.749404, 1482805815.190000, '\0\0\0\0\0\0\0\0\0\0wn', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34660, 0.000000, 1482806452.112005, '\0\0\0\0\0\0\0\0\0\03B%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?author=0', '', '', '', NULL, NULL),
(34661, 1482805816.668110, 1482805816.090000, '\0\0\0\0\0\0\0\0\0\0wn', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(34658, 0.000000, 1482805694.753027, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(34659, 0.000000, 1482805812.648873, '\0\0\0\0\0\0\0\0\0\0wn', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(34655, 0.000000, 1482803741.553348, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(34656, 0.000000, 1482805677.124224, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://aero2.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', NULL, NULL),
(34657, 0.000000, 1482805678.272551, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://aero2.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', NULL, NULL),
(34653, 0.000000, 1482800452.592230, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(34654, 0.000000, 1482802177.138856, '\0\0\0\0\0\0\0\0\0\0(M', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34651, 0.000000, 1482798573.410839, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/comments/feed/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34652, 0.000000, 1482799173.210401, '\0\0\0\0\0\0\0\0\0\0(M', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/Read%20Carefully.pdf', '', '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)', '', NULL, NULL),
(34649, 0.000000, 1482798567.407107, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(34650, 0.000000, 1482798569.647440, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34648, 0.000000, 1482798565.004252, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com//fonts.googleapis.com/css?family=Raleway:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Crete+Round:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Open+Sans:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34647, 0.000000, 1482798561.822054, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34646, 0.000000, 1482798558.388729, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(34645, 0.000000, 1482798557.334197, '\0\0\0\0\0\0\0\0\0\0(M', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(34644, 0.000000, 1482798554.144069, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)', '', NULL, NULL),
(35079, 0.000000, 1482930935.014292, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://housediz.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)', '', NULL, NULL),
(35080, 0.000000, 1482930936.142888, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://housediz.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)', '', NULL, NULL),
(35081, 0.000000, 1482930937.247271, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://housediz.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)', '', NULL, NULL),
(35082, 0.000000, 1482931699.098784, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(35083, 0.000000, 1482931700.633884, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(35084, 0.000000, 1482931702.123639, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://extremal-blog.com/', 'Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)', '', NULL, NULL),
(35085, 0.000000, 1482932298.281569, '\0\0\0\0\0\0\0\0\0\0B^&', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(35086, 0.000000, 1482933779.220539, '\0\0\0\0\0\0\0\0\0\0''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35087, 0.000000, 1482933782.328886, '\0\0\0\0\0\0\0\0\0\0.', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-comments-post.php', 'http://permanentmakeupbydeb.com/hello-world/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35088, 0.000000, 1482934362.324664, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://bagcionderlab.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35089, 0.000000, 1482935914.209846, '\0\0\0\0\0\0\0\0\0\0d+Q', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35090, 0.000000, 1482937719.548424, '\0\0\0\0\0\0\0\0\0\0Ou\nz', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35091, 0.000000, 1482938779.394405, '\0\0\0\0\0\0\0\0\0\0T', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(35092, 1482937725.401199, 1482937725.010000, '\0\0\0\0\0\0\0\0\0\0Ou\nz', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35093, 1482937724.557638, 1482937724.190000, '\0\0\0\0\0\0\0\0\0\0Ou\nz', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35094, 1482937723.598524, 1482937723.040000, '\0\0\0\0\0\0\0\0\0\0Ou\nz', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35095, 1482937722.505463, 1482937721.870000, '\0\0\0\0\0\0\0\0\0\0Ou\nz', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35096, 0.000000, 1482938782.053583, '\0\0\0\0\0\0\0\0\0\0T', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35097, 0.000000, 1482942323.748507, '\0\0\0\0\0\0\0\0\0\00X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36', '', NULL, NULL),
(35098, 0.000000, 1482942431.406719, '\0\0\0\0\0\0\0\0\0\0Sgi', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35099, 1482942437.589774, 1482942437.240000, '\0\0\0\0\0\0\0\0\0\0Sgi', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35100, 1482942436.190843, 1482942435.820000, '\0\0\0\0\0\0\0\0\0\0Sgi', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35101, 1482942434.665283, 1482942434.310000, '\0\0\0\0\0\0\0\0\0\0Sgi', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35102, 1482942433.240267, 1482942432.880000, '\0\0\0\0\0\0\0\0\0\0Sgi', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35103, 0.000000, 1482942824.100427, '\0\0\0\0\0\0\0\0\0\0.y', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35104, 0.000000, 1482943406.764051, '\0\0\0\0\0\0\0\0\0\0Wt#', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35105, 1482942829.424479, 1482942829.030000, '\0\0\0\0\0\0\0\0\0\0.y', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35106, 1482942828.475492, 1482942828.120000, '\0\0\0\0\0\0\0\0\0\0.y', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35107, 1482942827.449488, 1482942827.100000, '\0\0\0\0\0\0\0\0\0\0.y', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35108, 1482942826.513510, 1482942826.130000, '\0\0\0\0\0\0\0\0\0\0.y', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35109, 0.000000, 1482943409.272649, '\0\0\0\0\0\0\0\0\0\0Wt#', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'blocked: Blocked by Wordfence Security Network', NULL),
(35110, 0.000000, 1482943855.659806, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/eyelashes/', 'https://www.google.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35111, 1482943412.502079, 1482943412.060000, '\0\0\0\0\0\0\0\0\0\0Wt#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35112, 1482943411.435918, 1482943411.070000, '\0\0\0\0\0\0\0\0\0\0Wt#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35113, 1482943410.321589, 1482943409.950000, '\0\0\0\0\0\0\0\0\0\0Wt#', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35114, 0.000000, 1482943962.842889, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35115, 0.000000, 1482944041.392486, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35116, 0.000000, 1482944047.298390, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35117, 0.000000, 1482944072.663907, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/faq/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35118, 0.000000, 1482944073.954886, '\0\0\0\0\0\0\0\0\0\02', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35119, 0.000000, 1482944134.982383, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35120, 0.000000, 1482944295.856449, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35121, 0.000000, 1482944301.948815, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/eyelashes/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35122, 0.000000, 1482944325.328184, '\0\0\0\0\0\0\0\0\0\02', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7', '', NULL, NULL),
(35123, 0.000000, 1482946401.074599, '\0\0\0\0\0\0\0\0\0\0h!', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35124, 0.000000, 1482946403.406722, '\0\0\0\0\0\0\0\0\0\0h!', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35125, 0.000000, 1482946415.896218, '\0\0\0\0\0\0\0\0\0\0h!', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35126, 0.000000, 1482946433.613396, '\0\0\0\0\0\0\0\0\0\0V\r', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', '', NULL, NULL),
(35127, 0.000000, 1482946436.280091, '\0\0\0\0\0\0\0\0\0\0V\r', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', 'http://permanentmakeupbydeb.com/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35128, 0.000000, 1482946790.122152, '\0\0\0\0\0\0\0\0\0\0P', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.1; +http://ahrefs.com/robot/)', '', NULL, NULL),
(35129, 0.000000, 1482948007.811719, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/index.htm', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35130, 0.000000, 1482948025.226575, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(35131, 0.000000, 1482948452.928788, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35132, 0.000000, 1482948794.819457, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35133, 0.000000, 1482949591.066302, '\0\0\0\0\0\0\0\0\0\0j', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35134, 0.000000, 1482950264.621098, '\0\0\0\0\0\0\0\0\0\0aLX', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35135, 1482949595.921162, 1482949595.550000, '\0\0\0\0\0\0\0\0\0\0j', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35136, 1482949594.901813, 1482949594.540000, '\0\0\0\0\0\0\0\0\0\0j', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35137, 1482949593.671356, 1482949593.300000, '\0\0\0\0\0\0\0\0\0\0j', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35138, 1482949592.488030, 1482949592.140000, '\0\0\0\0\0\0\0\0\0\0j', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35139, 0.000000, 1482950266.497574, '\0\0\0\0\0\0\0\0\0\0aLX', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35140, 0.000000, 1482950275.141098, '\0\0\0\0\0\0\0\0\0\0aLX', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php?redirect_to=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35141, 0.000000, 1482950282.271732, '\0\0\0\0\0\0\0\0\0\0aLX', 1, 200, 0, 1, 0, 'http://permanentmakeupbydeb.com/wp-login.php', 'http://permanentmakeupbydeb.com/wp-login.php?redirect_to=http%3A%2F%2Fpermanentmakeupbydeb.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', 'loginOK', NULL, NULL),
(35142, 0.000000, 1482951523.921834, '\0\0\0\0\0\0\0\0\0\0Om<', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35143, 1482951527.832164, 1482951527.470000, '\0\0\0\0\0\0\0\0\0\0Om<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35144, 1482951526.992307, 1482951526.640000, '\0\0\0\0\0\0\0\0\0\0Om<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35145, 1482951526.064450, 1482951525.690000, '\0\0\0\0\0\0\0\0\0\0Om<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35146, 1482951525.205091, 1482951524.850000, '\0\0\0\0\0\0\0\0\0\0Om<', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35147, 0.000000, 1482952519.234891, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35148, 0.000000, 1482952520.202344, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'http://www.permanentmakeupbydeb.com/images/poster_17_web_proof_wo.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(35149, 0.000000, 1482952521.090213, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/images/poster_17_web_proof_wo.jpg', '', 'Googlebot-Image/1.0', '', NULL, NULL),
(35150, 0.000000, 1482953196.719464, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35151, 0.000000, 1482953998.741686, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35152, 0.000000, 1482954017.064165, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/make-up/', 'https://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35153, 0.000000, 1482954018.171607, '\0\0\0\0\0\0\0\0\0\0D', 1, 404, 0, 0, 0, 'https://permanentmakeupbydeb.com/stacktable/stacktable.css', 'https://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35154, 0.000000, 1482954019.349377, '\0\0\0\0\0\0\0\0\0\02_', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35155, 0.000000, 1482954020.329145, '\0\0\0\0\0\0\0\0\0\02_', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35156, 0.000000, 1482954119.252363, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/training/', 'https://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35157, 0.000000, 1482954130.163863, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/our-school/', 'https://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35158, 0.000000, 1482954140.277294, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/before-after/', 'https://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35159, 0.000000, 1482954161.299714, '\0\0\0\0\0\0\0\0\0\0D', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/credentials/', 'https://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36', '', NULL, NULL),
(35160, 0.000000, 1482954268.695234, '\0\0\0\0\0\0\0\0\0\06YZo', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36', '', NULL, NULL),
(35161, 0.000000, 1482954339.496697, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35162, 0.000000, 1482954340.621505, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35163, 0.000000, 1482954341.627981, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35164, 0.000000, 1482954447.413144, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35165, 0.000000, 1482954449.594984, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35166, 0.000000, 1482954453.083673, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35167, 0.000000, 1482954454.869998, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35168, 0.000000, 1482954457.078464, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35169, 0.000000, 1482954461.387556, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35170, 0.000000, 1482954462.822884, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35171, 0.000000, 1482954465.005520, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35172, 0.000000, 1482954467.746977, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35173, 0.000000, 1482954469.344460, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35174, 0.000000, 1482954470.769223, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35175, 0.000000, 1482954476.517249, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35176, 0.000000, 1482956525.969618, '\0\0\0\0\0\0\0\0\0\0B', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://yougotanewdomain.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0', '', NULL, NULL),
(35177, 0.000000, 1482957335.875893, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35178, 0.000000, 1482957507.189070, '\0\0\0\0\0\0\0\0\0\02,k3', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35179, 0.000000, 1482957508.299101, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://www.advancededucator.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35180, 0.000000, 1482957535.939342, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35181, 0.000000, 1482957614.396004, '\0\0\0\0\0\0\0\0\0\0K)', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjShd3N35fRAhULyoMKHUBKClAQ_BcICTAA&url=http%3A%2F%2Fpermanentmakeupbydeb.com%2F&usg=AFQjCNG726GqnPxlfDVHvODkll8RRe5Pxg&bvm=bv.142059868,d.amc', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35182, 0.000000, 1482957646.468086, '\0\0\0\0\0\0\0\0\0\0K)', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(35183, 0.000000, 1482957987.956708, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35184, 0.000000, 1482958448.833644, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35185, 0.000000, 1482958571.295632, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://buy-loft.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)', '', NULL, NULL),
(35186, 0.000000, 1482958572.688175, '\0\0\0\0\0\0\0\0\0\0]u', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://buy-loft.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)', '', NULL, NULL),
(35187, 0.000000, 1482958648.080761, '\0\0\0\0\0\0\0\0\0\0b9', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(35188, 0.000000, 1482958706.161407, '\0\0\0\0\0\0\0\0\0\0b9', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1', '', NULL, NULL),
(35189, 0.000000, 1482958734.942597, '\0\0\0\0\0\0\0\0\0\02,k3', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1', '', NULL, NULL),
(35190, 0.000000, 1482959036.690107, '\0\0\0\0\0\0\0\0\0\0Z]', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/bree_n_lori.jpg', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(35191, 0.000000, 1482959057.349840, '\0\0\0\0\0\0\0\0\0\0Bܒ', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/header.gif', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(35192, 0.000000, 1482959081.229442, '\0\0\0\0\0\0\0\0\0\0Z', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/images/training-station.jpg', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)', '', NULL, NULL),
(35193, 0.000000, 1482959998.872644, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35194, 0.000000, 1482960003.152110, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35195, 0.000000, 1482960006.030390, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35196, 0.000000, 1482960008.459238, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35197, 0.000000, 1482960011.673815, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35198, 0.000000, 1482960015.417406, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(35199, 0.000000, 1482960015.509300, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35200, 0.000000, 1482960018.185034, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35201, 0.000000, 1482960019.707417, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35202, 0.000000, 1482960022.035871, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35203, 0.000000, 1482960026.098230, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35204, 0.000000, 1482960030.413564, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35205, 0.000000, 1482960032.888044, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35206, 0.000000, 1482960059.684644, '\0\0\0\0\0\0\0\0\0\0[ki', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2297.80 Safari/537.36', '', NULL, NULL),
(35207, 0.000000, 1482960105.245406, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://telegramdownload10.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', NULL, NULL),
(35208, 0.000000, 1482960105.230271, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35209, 0.000000, 1482960106.547278, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://telegramdownload10.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', NULL, NULL),
(35210, 0.000000, 1482960107.707370, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://telegramdownload10.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', NULL, NULL),
(35211, 0.000000, 1482960110.908909, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35212, 0.000000, 1482960112.110465, '\0\0\0\0\0\0\0\0\0\02(4', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35213, 0.000000, 1482960124.559616, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35214, 0.000000, 1482960209.618178, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35215, 0.000000, 1482960236.054074, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(35216, 0.000000, 1482960271.078549, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35217, 0.000000, 1482962081.540804, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/our-school/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35218, 0.000000, 1482962095.380615, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/student-reviews/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35219, 0.000000, 1482962112.863306, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/student-reviews/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35220, 0.000000, 1482962170.002238, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35221, 0.000000, 1482962176.139418, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35222, 0.000000, 1482962177.113736, '\0\0\0\0\0\0\0\0\0\02(4', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35223, 0.000000, 1482962199.860135, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35224, 0.000000, 1482962201.697925, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/credentials/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35225, 0.000000, 1482962245.307096, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35226, 0.000000, 1482962289.499752, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35227, 0.000000, 1482962293.695669, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35228, 0.000000, 1482962294.707112, '\0\0\0\0\0\0\0\0\0\02(4', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35229, 0.000000, 1482962302.968912, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35230, 0.000000, 1482962314.381095, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35231, 0.000000, 1482962327.622385, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35232, 0.000000, 1482962440.691891, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35233, 0.000000, 1482962445.589662, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35234, 0.000000, 1482962454.643215, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35235, 0.000000, 1482962459.266356, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35236, 0.000000, 1482962551.409734, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35237, 0.000000, 1482962558.345685, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://permanentmakeupbydeb.com/credentials/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35238, 0.000000, 1482963138.067754, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35239, 0.000000, 1482963142.537189, '\0\0\0\0\0\0\0\0\0\02(4', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', 'http://permanentmakeupbydeb.com/before-after/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36', '', NULL, NULL),
(35240, 0.000000, 1482963447.742478, '\0\0\0\0\0\0\0\0\0\0MKM_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35241, 0.000000, 1482966933.735239, '\0\0\0\0\0\0\0\0\0\0MQ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35242, 0.000000, 1482968491.509094, '\0\0\0\0\0\0\0\0\0\0{}GI', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35243, 1482966938.453804, 1482966938.100000, '\0\0\0\0\0\0\0\0\0\0MQ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35244, 1482966937.533723, 1482966937.180000, '\0\0\0\0\0\0\0\0\0\0MQ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35245, 1482966936.597313, 1482966936.240000, '\0\0\0\0\0\0\0\0\0\0MQ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35246, 1482966935.737390, 1482966935.370000, '\0\0\0\0\0\0\0\0\0\0MQ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35247, 0.000000, 1482968493.614472, '\0\0\0\0\0\0\0\0\0\0{}G"', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35248, 0.000000, 1482969253.819829, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35249, 0.000000, 1482969823.130823, '\0\0\0\0\0\0\0\0\0\0ܵlx', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35250, 0.000000, 1482969888.157252, '\0\0\0\0\0\0\0\0\0\0ȍS', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35251, 0.000000, 1482970412.770221, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://aero2.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))', '', NULL, NULL),
(35252, 1482969892.250091, 1482969891.900000, '\0\0\0\0\0\0\0\0\0\0ȍS', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35253, 1482969891.416283, 1482969891.070000, '\0\0\0\0\0\0\0\0\0\0ȍS', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35254, 1482969890.423108, 1482969890.080000, '\0\0\0\0\0\0\0\0\0\0ȍS', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35255, 1482969889.498602, 1482969889.150000, '\0\0\0\0\0\0\0\0\0\0ȍS', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35256, 0.000000, 1482970414.641334, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://aero2.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))', '', NULL, NULL),
(35257, 0.000000, 1482970932.651197, '\0\0\0\0\0\0\0\0\0\0g', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35258, 0.000000, 1482971475.348107, '\0\0\0\0\0\0\0\0\0\0kE', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://www.google.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G935A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35259, 1482970936.769979, 1482970936.390000, '\0\0\0\0\0\0\0\0\0\0g', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35260, 1482970936.083731, 1482970935.730000, '\0\0\0\0\0\0\0\0\0\0g', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35261, 1482970935.329809, 1482970934.940000, '\0\0\0\0\0\0\0\0\0\0g', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35262, 1482970934.609281, 1482970934.250000, '\0\0\0\0\0\0\0\0\0\0g', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35263, 0.000000, 1482971945.747249, '\0\0\0\0\0\0\0\0\0\0|(d', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35264, 0.000000, 1482971947.034412, '\0\0\0\0\0\0\0\0\0\0|(d', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35265, 0.000000, 1482971948.682931, '\0\0\0\0\0\0\0\0\0\0|(d', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35266, 0.000000, 1482972310.808064, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://videochat.tv.br/', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)', '', NULL, NULL),
(35267, 0.000000, 1482972312.333242, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://videochat.tv.br/', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)', '', NULL, NULL),
(35268, 0.000000, 1482973373.936291, '\0\0\0\0\0\0\0\0\0\06', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'UniversalFeedParser/5.2.1 +https://code.google.com/p/feedparser/', '', NULL, NULL),
(35269, 0.000000, 1482973507.756653, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://mantramusic.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]', '', NULL, NULL),
(35270, 0.000000, 1482973509.689938, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://mantramusic.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]', '', NULL, NULL),
(35271, 0.000000, 1482973511.151320, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://mantramusic.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]', '', NULL, NULL),
(35272, 0.000000, 1482973820.646969, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35273, 0.000000, 1482973860.763672, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', '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)', '', NULL, NULL),
(35274, 0.000000, 1482973872.678541, '\0\0\0\0\0\0\0\0\0\0.\rI', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', '', '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)', '', NULL, NULL),
(35275, 0.000000, 1482973886.327099, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35276, 0.000000, 1482973887.196496, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35277, 0.000000, 1482974532.976973, '\0\0\0\0\0\0\0\0\0\0MKO_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35278, 0.000000, 1482977713.373728, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35279, 0.000000, 1482977715.448555, '\0\0\0\0\0\0\0\0\0\0BA', 0, 200, 1, 0, 0, 'https://www.permanentmakeupbydeb.com/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35280, 0.000000, 1482977716.506042, '\0\0\0\0\0\0\0\0\0\0BAl', 0, 200, 1, 0, 0, 'https://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35281, 0.000000, 1482977717.542573, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35282, 0.000000, 1482979822.887103, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35283, 0.000000, 1482979826.008446, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35284, 0.000000, 1482979828.332867, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35285, 0.000000, 1482979831.960846, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35286, 0.000000, 1482979836.183585, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35287, 0.000000, 1482979838.509883, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35288, 0.000000, 1482979840.445180, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35289, 0.000000, 1482979845.259797, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35290, 0.000000, 1482979846.815041, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35291, 0.000000, 1482979849.141447, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35292, 0.000000, 1482979851.303845, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35293, 0.000000, 1482979856.535632, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35294, 0.000000, 1482982220.969346, '\0\0\0\0\0\0\0\0\0\0MKOH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35295, 0.000000, 1482982226.305172, '\0\0\0\0\0\0\0\0\0\0MKOH', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35296, 0.000000, 1482983951.333791, '\0\0\0\0\0\0\0\0\0\0>^', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', '', NULL, NULL),
(35297, 0.000000, 1482983953.771192, '\0\0\0\0\0\0\0\0\0\0>^', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', '', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35298, 0.000000, 1482986558.240752, '\0\0\0\0\0\0\0\0\0\0 ', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35299, 0.000000, 1482989758.832261, '\0\0\0\0\0\0\0\0\0\0MKM_', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35300, 1482986588.649103, 1482986588.290000, '\0\0\0\0\0\0\0\0\0\0 ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35301, 1482986585.390791, 1482986585.040000, '\0\0\0\0\0\0\0\0\0\0 ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35302, 1482986567.983889, 1482986567.630000, '\0\0\0\0\0\0\0\0\0\0 ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35303, 1482986562.660796, 1482986562.310000, '\0\0\0\0\0\0\0\0\0\0 ', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35304, 0.000000, 1482990859.910772, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35305, 0.000000, 1482990863.457152, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35306, 0.000000, 1482990976.095456, '\0\0\0\0\0\0\0\0\0\0D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(35307, 0.000000, 1482990977.092037, '\0\0\0\0\0\0\0\0\0\0D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/?p=7', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(35308, 0.000000, 1482990988.982818, '\0\0\0\0\0\0\0\0\0\0D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', '', NULL, NULL),
(35309, 0.000000, 1482991511.135920, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'https://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35310, 0.000000, 1482991819.362502, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35311, 0.000000, 1482991822.198004, '\0\0\0\0\0\0\0\0\0\0#', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0 +http://cliqz.com/company/cliqzbot)', '', NULL, NULL),
(35312, 0.000000, 1482992402.441351, '\0\0\0\0\0\0\0\0\0\0ܜ%', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35313, 0.000000, 1482992730.169633, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35314, 1482992407.434125, 1482992407.080000, '\0\0\0\0\0\0\0\0\0\0ܜ%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35315, 1482992406.513088, 1482992406.160000, '\0\0\0\0\0\0\0\0\0\0ܜ%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35316, 1482992405.472691, 1482992404.960000, '\0\0\0\0\0\0\0\0\0\0ܜ%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35317, 1482992404.431958, 1482992404.060000, '\0\0\0\0\0\0\0\0\0\0ܜ%', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35318, 0.000000, 1482992732.323332, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35319, 0.000000, 1482993930.983983, '\0\0\0\0\0\0\0\0\0\06Z)', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36', '', NULL, NULL),
(35320, 0.000000, 1482996160.100064, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', '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)', '', NULL, NULL),
(35321, 0.000000, 1482996885.436365, '\0\0\0\0\0\0\0\0\0\0	2+', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36', '', NULL, NULL),
(35322, 0.000000, 1482996886.481411, '\0\0\0\0\0\0\0\0\0\0	2+', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36', '', NULL, NULL),
(35323, 0.000000, 1482999106.329372, '\0\0\0\0\0\0\0\0\0\0],S', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35324, 0.000000, 1482999773.977681, '\0\0\0\0\0\0\0\0\0\0.\ri', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', '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)', '', NULL, NULL),
(35325, 1482999115.111634, 1482999114.680000, '\0\0\0\0\0\0\0\0\0\0],S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35326, 1482999114.163674, 1482999113.780000, '\0\0\0\0\0\0\0\0\0\0],S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35327, 1482999113.168251, 1482999112.730000, '\0\0\0\0\0\0\0\0\0\0],S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35328, 1482999112.155825, 1482999111.660000, '\0\0\0\0\0\0\0\0\0\0],S', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35329, 0.000000, 1482999782.051607, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35330, 0.000000, 1482999783.622984, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35331, 0.000000, 1482999784.448409, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35332, 0.000000, 1482999785.337874, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35333, 0.000000, 1482999786.170053, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35334, 0.000000, 1482999787.134823, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35335, 0.000000, 1482999788.088233, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35336, 0.000000, 1482999788.976018, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35337, 0.000000, 1482999789.810764, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35338, 0.000000, 1482999790.735331, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35339, 0.000000, 1482999791.649832, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35340, 0.000000, 1482999792.473166, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35341, 0.000000, 1482999793.300456, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35342, 0.000000, 1482999794.176247, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35343, 0.000000, 1482999795.127616, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35344, 0.000000, 1482999796.107387, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35345, 0.000000, 1482999797.025731, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35346, 0.000000, 1482999816.040490, '\0\0\0\0\0\0\0\0\0\0zp%', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', 'http://ask-directory.com/Business/?p=24', 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35347, 0.000000, 1482999872.280117, '\0\0\0\0\0\0\0\0\0\0zp%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35348, 0.000000, 1482999873.163301, '\0\0\0\0\0\0\0\0\0\0zp%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35349, 0.000000, 1482999873.301774, '\0\0\0\0\0\0\0\0\0\0zp%', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/training/', 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0', '', NULL, NULL),
(35350, 0.000000, 1483000247.140523, '\0\0\0\0\0\0\0\0\0\0MKL', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35351, 0.000000, 1483001044.769985, '\0\0\0\0\0\0\0\0\0\0YV', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35352, 1483001051.279272, 1483001050.900000, '\0\0\0\0\0\0\0\0\0\0YV', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35353, 1483001050.072304, 1483001049.710000, '\0\0\0\0\0\0\0\0\0\0YV', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35354, 1483001048.789085, 1483001048.390000, '\0\0\0\0\0\0\0\0\0\0YV', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35355, 1483001047.593186, 1483001047.210000, '\0\0\0\0\0\0\0\0\0\0YV', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35356, 0.000000, 1483001422.762037, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35357, 0.000000, 1483001534.564925, '\0\0\0\0\0\0\0\0\0\0L', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35358, 0.000000, 1483001689.362893, '\0\0\0\0\0\0\0\0\0\06T', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Ruby', '', NULL, NULL),
(35359, 0.000000, 1483001690.799702, '\0\0\0\0\0\0\0\0\0\06T', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', '', '', NULL, NULL),
(35360, 0.000000, 1483001691.803125, '\0\0\0\0\0\0\0\0\0\06T', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Ruby', '', NULL, NULL),
(35361, 0.000000, 1483001692.726469, '\0\0\0\0\0\0\0\0\0\06T', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Ruby', '', NULL, NULL),
(35362, 0.000000, 1483004064.242830, '\0\0\0\0\0\0\0\0\0\0!(A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35363, 0.000000, 1483004066.325365, '\0\0\0\0\0\0\0\0\0\0!(A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35364, 0.000000, 1483004213.605609, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.puzzleweb.ru/', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01  [en]', '', NULL, NULL),
(35365, 0.000000, 1483004214.682234, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.puzzleweb.ru/', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01  [en]', '', NULL, NULL),
(35366, 0.000000, 1483004415.787877, '\0\0\0\0\0\0\0\0\0\0BAo', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35367, 0.000000, 1483004688.006015, '\0\0\0\0\0\0\0\0\0\0BAi', 0, 404, 1, 0, 0, 'https://permanentmakeupbydeb.com/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35368, 0.000000, 1483004725.804991, '\0\0\0\0\0\0\0\0\0\0pQ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35369, 0.000000, 1483004728.346247, '\0\0\0\0\0\0\0\0\0\0pQ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35370, 0.000000, 1483004732.677180, '\0\0\0\0\0\0\0\0\0\0pQ', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35371, 0.000000, 1483005740.718244, '\0\0\0\0\0\0\0\0\0\0''%;', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35372, 1483005749.614407, 1483005749.250000, '\0\0\0\0\0\0\0\0\0\0''%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35373, 1483005748.378464, 1483005748.030000, '\0\0\0\0\0\0\0\0\0\0''%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35374, 1483005747.062321, 1483005746.690000, '\0\0\0\0\0\0\0\0\0\0''%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35375, 1483005745.774114, 1483005745.400000, '\0\0\0\0\0\0\0\0\0\0''%;', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35376, 0.000000, 1483006319.393888, '\0\0\0\0\0\0\0\0\0\0XwD', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35377, 1483006336.088473, 1483006335.740000, '\0\0\0\0\0\0\0\0\0\0XwD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35378, 0.000000, 1483006431.159242, '\0\0\0\0\0\0\0\0\0\0"U', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35379, 1483006331.507085, 1483006331.150000, '\0\0\0\0\0\0\0\0\0\0XwD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35380, 1483006325.836923, 1483006325.490000, '\0\0\0\0\0\0\0\0\0\0XwD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35381, 1483006324.526538, 1483006324.160000, '\0\0\0\0\0\0\0\0\0\0XwD', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35382, 0.000000, 1483006434.804950, '\0\0\0\0\0\0\0\0\0\0"U', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35383, 0.000000, 1483006438.045337, '\0\0\0\0\0\0\0\0\0\0"U', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35384, 0.000000, 1483007097.859339, '\0\0\0\0\0\0\0\0\0\0M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35385, 0.000000, 1483007100.322120, '\0\0\0\0\0\0\0\0\0\0M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35386, 0.000000, 1483007101.606487, '\0\0\0\0\0\0\0\0\0\0M', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35387, 0.000000, 1483007110.282877, '\0\0\0\0\0\0\0\0\0\0{l', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35388, 0.000000, 1483007111.925262, '\0\0\0\0\0\0\0\0\0\0{l', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35389, 0.000000, 1483007113.601632, '\0\0\0\0\0\0\0\0\0\0{l', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35390, 0.000000, 1483008331.397235, '\0\0\0\0\0\0\0\0\0\0\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35391, 0.000000, 1483008373.495920, '\0\0\0\0\0\0\0\0\0\0\r', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', 'http://permanentmakeupbydeb.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35392, 0.000000, 1483008375.329274, '\0\0\0\0\0\0\0\0\0\0\r', 1, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/stacktable/stacktable.css', 'http://permanentmakeupbydeb.com/make-up/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35393, 0.000000, 1483008782.090745, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'https://goo.gl/lAs0aJ', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)', '', NULL, NULL),
(35394, 0.000000, 1483008783.356552, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'https://goo.gl/lAs0aJ', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)', '', NULL, NULL);
INSERT INTO `wpo8_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(35395, 0.000000, 1483008799.689317, '\0\0\0\0\0\0\0\0\0\0g)į', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35396, 0.000000, 1483008802.165499, '\0\0\0\0\0\0\0\0\0\0g)į', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35397, 0.000000, 1483008804.723377, '\0\0\0\0\0\0\0\0\0\0g)į', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35398, 0.000000, 1483009617.725044, '\0\0\0\0\0\0\0\0\0\0MKN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35399, 0.000000, 1483010750.515400, '\0\0\0\0\0\0\0\0\0\0.\rR', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)', '', NULL, NULL),
(35400, 0.000000, 1483010763.175314, '\0\0\0\0\0\0\0\0\0\0E.$', 0, 200, 0, 0, 0, 'https://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36', '', NULL, NULL),
(35401, 0.000000, 1483010992.903933, '\0\0\0\0\0\0\0\0\0\0BAG', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35402, 0.000000, 1483011573.734367, '\0\0\0\0\0\0\0\0\0\0d+Q', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35403, 0.000000, 1483011576.649862, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35404, 0.000000, 1483011693.870245, '\0\0\0\0\0\0\0\0\0\0d+Q', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35405, 0.000000, 1483012035.131259, '\0\0\0\0\0\0\0\0\0\0BAK', 0, 404, 1, 0, 0, 'http://permanentmakeupbydeb.com/Disclosures_Aug_2015.pdf', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35406, 0.000000, 1483012035.046989, '\0\0\0\0\0\0\0\0\0\0BAO', 0, 200, 1, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(35407, 0.000000, 1483012056.105808, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://saletool.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', NULL, NULL),
(35408, 0.000000, 1483012057.556067, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://saletool.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', NULL, NULL),
(35409, 0.000000, 1483012058.977628, '\0\0\0\0\0\0\0\0\0\0.v', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://saletool.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', NULL, NULL),
(35410, 0.000000, 1483012369.427218, '\0\0\0\0\0\0\0\0\0\0^', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35411, 0.000000, 1483013308.773478, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35412, 1483012377.733576, 1483012377.330000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35413, 1483012376.680743, 1483012376.270000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35414, 1483012375.550092, 1483012375.100000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35415, 1483012374.188735, 1483012373.830000, '\0\0\0\0\0\0\0\0\0\0^', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35416, 0.000000, 1483013447.347553, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35417, 0.000000, 1483013571.229665, '\0\0\0\0\0\0\0\0\0\0)D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35418, 0.000000, 1483013572.725234, '\0\0\0\0\0\0\0\0\0\0)D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35419, 0.000000, 1483013574.503486, '\0\0\0\0\0\0\0\0\0\0)D', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35420, 0.000000, 1483013949.995965, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35421, 0.000000, 1483013952.580119, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35422, 0.000000, 1483013954.404469, '\0\0\0\0\0\0\0\0\0\0[', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35423, 0.000000, 1483015306.147088, '\0\0\0\0\0\0\0\0\0\07''', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', '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)', '', NULL, NULL),
(35424, 0.000000, 1483016866.978225, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35425, 0.000000, 1483016870.346908, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35426, 0.000000, 1483016872.818415, '\0\0\0\0\0\0\0\0\0\0H', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35427, 0.000000, 1483017142.803543, '\0\0\0\0\0\0\0\0\0\0d+Q', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35428, 0.000000, 1483018092.570327, '\0\0\0\0\0\0\0\0\0\0@\n', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35429, 0.000000, 1483019069.217734, '\0\0\0\0\0\0\0\0\0\0l;F', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35430, 1483018096.778668, 1483018096.410000, '\0\0\0\0\0\0\0\0\0\0@\n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35431, 1483018095.886085, 1483018095.510000, '\0\0\0\0\0\0\0\0\0\0@\n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35432, 1483018094.866803, 1483018094.510000, '\0\0\0\0\0\0\0\0\0\0@\n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35433, 1483018093.961955, 1483018093.590000, '\0\0\0\0\0\0\0\0\0\0@\n', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35434, 0.000000, 1483019085.627411, '\0\0\0\0\0\0\0\0\0\0l;F', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35435, 0.000000, 1483019088.270379, '\0\0\0\0\0\0\0\0\0\0l;F', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35436, 0.000000, 1483019090.443190, '\0\0\0\0\0\0\0\0\0\0l;F', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35437, 0.000000, 1483019094.449911, '\0\0\0\0\0\0\0\0\0\0l;F', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)', '', NULL, NULL),
(35438, 0.000000, 1483019238.341084, '\0\0\0\0\0\0\0\0\0\0kMYN', 1, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G900A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35439, 0.000000, 1483019237.848813, '\0\0\0\0\0\0\0\0\0\0kMYN', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/why/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G900A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36', '', NULL, NULL),
(35440, 0.000000, 1483019240.058076, '\0\0\0\0\0\0\0\0\0\0MKM', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/robots.txt', '', 'Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)', '', NULL, NULL),
(35441, 0.000000, 1483019254.713995, '\0\0\0\0\0\0\0\0\0\0MX/A', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/author/vedadmin/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)', '', NULL, NULL),
(35442, 0.000000, 1483020228.716807, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35443, 0.000000, 1483020230.917089, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(35444, 0.000000, 1483020233.048231, '\0\0\0\0\0\0\0\0\0\0X', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'loginFailInvalidUsername', NULL, NULL),
(35445, 0.000000, 1483020458.749448, '\0\0\0\0\0\0\0\0\0\0{}GZ', 0, 200, 0, 0, 0, 'http://www.permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35446, 0.000000, 1483020464.793632, '\0\0\0\0\0\0\0\0\0\0ܵlg', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', '', NULL, NULL),
(35447, 0.000000, 1483020763.629666, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.newtechspb.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(35448, 0.000000, 1483020765.062752, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.newtechspb.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(35449, 0.000000, 1483020766.345764, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://www.newtechspb.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', '', NULL, NULL),
(35450, 0.000000, 1483021466.190359, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35451, 0.000000, 1483021468.167439, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35452, 0.000000, 1483021470.463331, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', 'http://permanentmakeupbydeb.com/contact-us/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35453, 0.000000, 1483021473.630045, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/contact-us/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35454, 0.000000, 1483021475.898352, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35455, 0.000000, 1483021479.059457, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/make-up/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35456, 0.000000, 1483021481.860345, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/eyelashes/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35457, 0.000000, 1483021483.486086, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/credentials/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35458, 0.000000, 1483021486.102679, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35459, 0.000000, 1483021489.596279, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/our-school/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35460, 0.000000, 1483021491.667790, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/before-after/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35461, 0.000000, 1483021497.729434, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/faq/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', NULL, NULL),
(35462, 0.000000, 1483021920.981471, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://handicapbathtubarea.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)', '', NULL, NULL),
(35463, 0.000000, 1483021922.828917, '\0\0\0\0\0\0\0\0\0\0.wtt', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://handicapbathtubarea.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)', '', NULL, NULL),
(35464, 0.000000, 1483022256.331828, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://j-times.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(35465, 0.000000, 1483022257.568991, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://j-times.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(35466, 0.000000, 1483022258.731999, '\0\0\0\0\0\0\0\0\0\0', 0, 200, 0, 0, 0, 'http://permanentmakeupbydeb.com/hello-world/', 'http://j-times.ru/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)', '', NULL, NULL),
(35467, 0.000000, 1483024249.993125, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35468, 1483024254.801632, 1483024254.440000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35469, 1483024253.961770, 1483024253.600000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35470, 0.000000, 1483024457.251579, '\0\0\0\0\0\0\0\0\0\0', 0, 503, 0, 0, 0, 'http://permanentmakeupbydeb.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', NULL),
(35471, 1483024253.047756, 1483024252.690000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35472, 1483024252.211774, 1483024251.850000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35473, 1483024475.253031, 1483024474.890000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35474, 1483024463.281724, 1483024462.930000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35475, 1483024461.216414, 1483024460.860000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35476, 1483024459.947455, 1483024459.590000, '\0\0\0\0\0\0\0\0\0\0', 0, 403, 0, 0, 0, 'http://permanentmakeupbydeb.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(35477, 0.000000, 1483024683.792236, '\0\0\0\0\0\0\0\0\0\0.\rI', 0, 404, 0, 0, 0, 'http://permanentmakeupbydeb.com/Disclosures_Aug_2015.pdf', '', '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)', '', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfHoover`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfHoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` binary(4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfIssues`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfIssues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=220 ;

--
-- Dumping data for table `wpo8_wfIssues`
--

INSERT INTO `wpo8_wfIssues` (`id`, `time`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(217, 1483073051, 'new', 'wfUpgrade', 1, 'e4ce3ae0e19cab6dc934596a0342df11', 'e4ce3ae0e19cab6dc934596a0342df11', 'Your WordPress version is out of date', 'WordPress version 4.7 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:"currentVersion";s:5:"4.6.1";s:10:"newVersion";s:3:"4.7";}'),
(218, 1483073051, 'new', 'wfPluginUpgrade', 2, 'edee10096d7e516d4cef2d944ceb529d', 'edee10096d7e516d4cef2d944ceb529d', 'The Plugin "WPBakery Visual Composer" needs an upgrade (4.12 -> 5.0).', 'You need to upgrade "WPBakery Visual Composer" to the newest version to ensure you have any security fixes the developer has released.', 'a:16:{s:4:"Name";s:24:"WPBakery Visual Composer";s:9:"PluginURI";s:22:"http://vc.wpbakery.com";s:7:"Version";s:4:"4.12";s:11:"Description";s:233:"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required. <cite>By <a href="http://wpbakery.com">Michael M - WPBakery.com</a>.</cite>";s:6:"Author";s:58:"<a href="http://wpbakery.com">Michael M - WPBakery.com</a>";s:9:"AuthorURI";s:19:"http://wpbakery.com";s:10:"TextDomain";s:11:"js_composer";s:10:"DomainPath";s:0:"";s:7:"Network";b:0;s:5:"Title";s:61:"<a href="http://vc.wpbakery.com">WPBakery Visual Composer</a>";s:10:"AuthorName";s:24:"Michael M - WPBakery.com";s:10:"pluginFile";s:77:"/home2/makeupbydeb/public_html/wp-content/plugins/js_composer/js_composer.php";s:10:"newVersion";s:3:"5.0";s:4:"slug";s:11:"js_composer";s:5:"wpURL";s:0:"";s:20:"vulnerabilityPatched";b:0;}'),
(219, 1483073051, 'new', 'wfPluginUpgrade', 2, '8591963969b1f32342382779cc881934', '8591963969b1f32342382779cc881934', 'The Plugin "UpdraftPlus - Backup/Restore" needs an upgrade (2.12.27.0 -> 2.12.30.0).', 'You need to upgrade "UpdraftPlus - Backup/Restore" to the newest version to ensure you have any security fixes the developer has released.', 'a:16:{s:4:"Name";s:28:"UpdraftPlus - Backup/Restore";s:9:"PluginURI";s:23:"https://updraftplus.com";s:7:"Version";s:9:"2.12.27.0";s:11:"Description";s:237:"Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV &amp; email, on automatic schedules. <cite>By <a href="https://updraftplus.com">UpdraftPlus.Com, DavidAnderson</a>.</cite>";s:6:"Author";s:68:"<a href="https://updraftplus.com">UpdraftPlus.Com, DavidAnderson</a>";s:9:"AuthorURI";s:23:"https://updraftplus.com";s:10:"TextDomain";s:11:"updraftplus";s:10:"DomainPath";s:10:"/languages";s:7:"Network";b:0;s:5:"Title";s:66:"<a href="https://updraftplus.com">UpdraftPlus - Backup/Restore</a>";s:10:"AuthorName";s:30:"UpdraftPlus.Com, DavidAnderson";s:10:"pluginFile";s:77:"/home2/makeupbydeb/public_html/wp-content/plugins/updraftplus/updraftplus.php";s:10:"newVersion";s:9:"2.12.30.0";s:4:"slug";s:11:"updraftplus";s:5:"wpURL";s:22:"http://updraftplus.com";s:20:"vulnerabilityPatched";b:0;}');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfKnownFileList`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfKnownFileList` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5291 ;

--
-- Dumping data for table `wpo8_wfKnownFileList`
--

INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(1, 'cckkk6b9kjjxanwd2uuvkgvs4g0lvlc0.php'),
(2, 'index.php'),
(3, 'license.txt'),
(4, 'readme.01413476bc7b3c358cc9eb93236830a6.html'),
(5, 'wp-activate.php'),
(6, 'wp-admin/about.php'),
(7, 'wp-admin/admin-ajax.php'),
(8, 'wp-admin/admin-footer.php'),
(9, 'wp-admin/admin-functions.php'),
(10, 'wp-admin/admin-header.php'),
(11, 'wp-admin/admin-post.php'),
(12, 'wp-admin/admin.php'),
(13, 'wp-admin/async-upload.php'),
(14, 'wp-admin/comment.php'),
(15, 'wp-admin/credits.php'),
(16, 'wp-admin/css/about-rtl.css'),
(17, 'wp-admin/css/about-rtl.min.css'),
(18, 'wp-admin/css/about.css'),
(19, 'wp-admin/css/about.min.css'),
(20, 'wp-admin/css/admin-menu-rtl.css'),
(21, 'wp-admin/css/admin-menu-rtl.min.css'),
(22, 'wp-admin/css/admin-menu.css'),
(23, 'wp-admin/css/admin-menu.min.css'),
(24, 'wp-admin/css/color-picker-rtl.css'),
(25, 'wp-admin/css/color-picker-rtl.min.css'),
(26, 'wp-admin/css/color-picker.css'),
(27, 'wp-admin/css/color-picker.min.css'),
(28, 'wp-admin/css/colors/_admin.scss'),
(29, 'wp-admin/css/colors/_mixins.scss'),
(30, 'wp-admin/css/colors/_variables.scss'),
(31, 'wp-admin/css/colors/blue/colors-rtl.css'),
(32, 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(33, 'wp-admin/css/colors/blue/colors.css'),
(34, 'wp-admin/css/colors/blue/colors.min.css'),
(35, 'wp-admin/css/colors/blue/colors.scss'),
(36, 'wp-admin/css/colors/coffee/colors-rtl.css'),
(37, 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(38, 'wp-admin/css/colors/coffee/colors.css'),
(39, 'wp-admin/css/colors/coffee/colors.min.css'),
(40, 'wp-admin/css/colors/coffee/colors.scss'),
(41, 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(42, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(43, 'wp-admin/css/colors/ectoplasm/colors.css'),
(44, 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(45, 'wp-admin/css/colors/ectoplasm/colors.scss'),
(46, 'wp-admin/css/colors/light/colors-rtl.css'),
(47, 'wp-admin/css/colors/light/colors-rtl.min.css'),
(48, 'wp-admin/css/colors/light/colors.css'),
(49, 'wp-admin/css/colors/light/colors.min.css'),
(50, 'wp-admin/css/colors/light/colors.scss'),
(51, 'wp-admin/css/colors/midnight/colors-rtl.css'),
(52, 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(53, 'wp-admin/css/colors/midnight/colors.css'),
(54, 'wp-admin/css/colors/midnight/colors.min.css'),
(55, 'wp-admin/css/colors/midnight/colors.scss'),
(56, 'wp-admin/css/colors/ocean/colors-rtl.css'),
(57, 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(58, 'wp-admin/css/colors/ocean/colors.css'),
(59, 'wp-admin/css/colors/ocean/colors.min.css'),
(60, 'wp-admin/css/colors/ocean/colors.scss'),
(61, 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(62, 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(63, 'wp-admin/css/colors/sunrise/colors.css'),
(64, 'wp-admin/css/colors/sunrise/colors.min.css'),
(65, 'wp-admin/css/colors/sunrise/colors.scss'),
(66, 'wp-admin/css/common-rtl.css'),
(67, 'wp-admin/css/common-rtl.min.css'),
(68, 'wp-admin/css/common.css'),
(69, 'wp-admin/css/common.min.css'),
(70, 'wp-admin/css/customize-controls-rtl.css'),
(71, 'wp-admin/css/customize-controls-rtl.min.css'),
(72, 'wp-admin/css/customize-controls.css'),
(73, 'wp-admin/css/customize-controls.min.css'),
(74, 'wp-admin/css/customize-nav-menus-rtl.css'),
(75, 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(76, 'wp-admin/css/customize-nav-menus.css'),
(77, 'wp-admin/css/customize-nav-menus.min.css'),
(78, 'wp-admin/css/customize-widgets-rtl.css'),
(79, 'wp-admin/css/customize-widgets-rtl.min.css'),
(80, 'wp-admin/css/customize-widgets.css'),
(81, 'wp-admin/css/customize-widgets.min.css'),
(82, 'wp-admin/css/dashboard-rtl.css'),
(83, 'wp-admin/css/dashboard-rtl.min.css'),
(84, 'wp-admin/css/dashboard.css'),
(85, 'wp-admin/css/dashboard.min.css'),
(86, 'wp-admin/css/deprecated-media-rtl.css'),
(87, 'wp-admin/css/deprecated-media-rtl.min.css'),
(88, 'wp-admin/css/deprecated-media.css'),
(89, 'wp-admin/css/deprecated-media.min.css'),
(90, 'wp-admin/css/edit-rtl.css'),
(91, 'wp-admin/css/edit-rtl.min.css'),
(92, 'wp-admin/css/edit.css'),
(93, 'wp-admin/css/edit.min.css'),
(94, 'wp-admin/css/farbtastic-rtl.css'),
(95, 'wp-admin/css/farbtastic-rtl.min.css'),
(96, 'wp-admin/css/farbtastic.css'),
(97, 'wp-admin/css/farbtastic.min.css'),
(98, 'wp-admin/css/forms-rtl.css'),
(99, 'wp-admin/css/forms-rtl.min.css'),
(100, 'wp-admin/css/forms.css'),
(101, 'wp-admin/css/forms.min.css'),
(102, 'wp-admin/css/ie-rtl.css'),
(103, 'wp-admin/css/ie-rtl.min.css'),
(104, 'wp-admin/css/ie.css'),
(105, 'wp-admin/css/ie.min.css'),
(106, 'wp-admin/css/install-rtl.css'),
(107, 'wp-admin/css/install-rtl.min.css'),
(108, 'wp-admin/css/install.css'),
(109, 'wp-admin/css/install.min.css'),
(110, 'wp-admin/css/l10n-rtl.css'),
(111, 'wp-admin/css/l10n-rtl.min.css'),
(112, 'wp-admin/css/l10n.css'),
(113, 'wp-admin/css/l10n.min.css'),
(114, 'wp-admin/css/list-tables-rtl.css'),
(115, 'wp-admin/css/list-tables-rtl.min.css'),
(116, 'wp-admin/css/list-tables.css'),
(117, 'wp-admin/css/list-tables.min.css'),
(118, 'wp-admin/css/login-rtl.css'),
(119, 'wp-admin/css/login-rtl.min.css'),
(120, 'wp-admin/css/login.css'),
(121, 'wp-admin/css/login.min.css'),
(122, 'wp-admin/css/media-rtl.css'),
(123, 'wp-admin/css/media-rtl.min.css'),
(124, 'wp-admin/css/media.css'),
(125, 'wp-admin/css/media.min.css'),
(126, 'wp-admin/css/nav-menus-rtl.css'),
(127, 'wp-admin/css/nav-menus-rtl.min.css'),
(128, 'wp-admin/css/nav-menus.css'),
(129, 'wp-admin/css/nav-menus.min.css'),
(130, 'wp-admin/css/press-this-editor-rtl.css'),
(131, 'wp-admin/css/press-this-editor-rtl.min.css'),
(132, 'wp-admin/css/press-this-editor.css'),
(133, 'wp-admin/css/press-this-editor.min.css'),
(134, 'wp-admin/css/press-this-rtl.css'),
(135, 'wp-admin/css/press-this-rtl.min.css'),
(136, 'wp-admin/css/press-this.css'),
(137, 'wp-admin/css/press-this.min.css'),
(138, 'wp-admin/css/revisions-rtl.css'),
(139, 'wp-admin/css/revisions-rtl.min.css'),
(140, 'wp-admin/css/revisions.css'),
(141, 'wp-admin/css/revisions.min.css'),
(142, 'wp-admin/css/site-icon-rtl.css'),
(143, 'wp-admin/css/site-icon-rtl.min.css'),
(144, 'wp-admin/css/site-icon.css'),
(145, 'wp-admin/css/site-icon.min.css'),
(146, 'wp-admin/css/themes-rtl.css'),
(147, 'wp-admin/css/themes-rtl.min.css'),
(148, 'wp-admin/css/themes.css'),
(149, 'wp-admin/css/themes.min.css'),
(150, 'wp-admin/css/widgets-rtl.css'),
(151, 'wp-admin/css/widgets-rtl.min.css'),
(152, 'wp-admin/css/widgets.css'),
(153, 'wp-admin/css/widgets.min.css'),
(154, 'wp-admin/css/wp-admin-rtl.css'),
(155, 'wp-admin/css/wp-admin-rtl.min.css'),
(156, 'wp-admin/css/wp-admin.css'),
(157, 'wp-admin/css/wp-admin.min.css'),
(158, 'wp-admin/custom-background.php'),
(159, 'wp-admin/custom-header.php'),
(160, 'wp-admin/customize.php'),
(161, 'wp-admin/edit-comments.php'),
(162, 'wp-admin/edit-form-advanced.php'),
(163, 'wp-admin/edit-form-comment.php'),
(164, 'wp-admin/edit-link-form.php'),
(165, 'wp-admin/edit-tag-form.php'),
(166, 'wp-admin/edit-tags.php'),
(167, 'wp-admin/edit.php'),
(168, 'wp-admin/export.php'),
(169, 'wp-admin/freedoms.php'),
(170, 'wp-admin/images/align-center-2x.png'),
(171, 'wp-admin/images/align-center.png'),
(172, 'wp-admin/images/align-left-2x.png'),
(173, 'wp-admin/images/align-left.png'),
(174, 'wp-admin/images/align-none-2x.png'),
(175, 'wp-admin/images/align-none.png'),
(176, 'wp-admin/images/align-right-2x.png'),
(177, 'wp-admin/images/align-right.png'),
(178, 'wp-admin/images/arrows-2x.png'),
(179, 'wp-admin/images/arrows.png'),
(180, 'wp-admin/images/browser-rtl.png'),
(181, 'wp-admin/images/browser.png'),
(182, 'wp-admin/images/bubble_bg-2x.gif'),
(183, 'wp-admin/images/bubble_bg.gif'),
(184, 'wp-admin/images/comment-grey-bubble-2x.png'),
(185, 'wp-admin/images/comment-grey-bubble.png'),
(186, 'wp-admin/images/date-button-2x.gif'),
(187, 'wp-admin/images/date-button.gif'),
(188, 'wp-admin/images/generic.png'),
(189, 'wp-admin/images/icons32-2x.png'),
(190, 'wp-admin/images/icons32-vs-2x.png'),
(191, 'wp-admin/images/icons32-vs.png'),
(192, 'wp-admin/images/icons32.png'),
(193, 'wp-admin/images/imgedit-icons-2x.png'),
(194, 'wp-admin/images/imgedit-icons.png'),
(195, 'wp-admin/images/list-2x.png'),
(196, 'wp-admin/images/list.png'),
(197, 'wp-admin/images/loading.gif'),
(198, 'wp-admin/images/marker.png'),
(199, 'wp-admin/images/mask.png'),
(200, 'wp-admin/images/media-button-2x.png'),
(201, 'wp-admin/images/media-button-image.gif'),
(202, 'wp-admin/images/media-button-music.gif'),
(203, 'wp-admin/images/media-button-other.gif'),
(204, 'wp-admin/images/media-button-video.gif'),
(205, 'wp-admin/images/media-button.png'),
(206, 'wp-admin/images/menu-2x.png'),
(207, 'wp-admin/images/menu-vs-2x.png'),
(208, 'wp-admin/images/menu-vs.png'),
(209, 'wp-admin/images/menu.png'),
(210, 'wp-admin/images/no.png'),
(211, 'wp-admin/images/post-formats-vs.png'),
(212, 'wp-admin/images/post-formats.png'),
(213, 'wp-admin/images/post-formats32-vs.png'),
(214, 'wp-admin/images/post-formats32.png'),
(215, 'wp-admin/images/resize-2x.gif'),
(216, 'wp-admin/images/resize-rtl-2x.gif'),
(217, 'wp-admin/images/resize-rtl.gif'),
(218, 'wp-admin/images/resize.gif'),
(219, 'wp-admin/images/se.png'),
(220, 'wp-admin/images/sort-2x.gif'),
(221, 'wp-admin/images/sort.gif'),
(222, 'wp-admin/images/spinner-2x.gif'),
(223, 'wp-admin/images/spinner.gif'),
(224, 'wp-admin/images/stars-2x.png'),
(225, 'wp-admin/images/stars.png'),
(226, 'wp-admin/images/w-logo-blue.png'),
(227, 'wp-admin/images/w-logo-white.png'),
(228, 'wp-admin/images/wheel.png'),
(229, 'wp-admin/images/wordpress-logo-white.svg'),
(230, 'wp-admin/images/wordpress-logo.png'),
(231, 'wp-admin/images/wordpress-logo.svg'),
(232, 'wp-admin/images/wpspin_light-2x.gif'),
(233, 'wp-admin/images/wpspin_light.gif'),
(234, 'wp-admin/images/xit-2x.gif'),
(235, 'wp-admin/images/xit.gif'),
(236, 'wp-admin/images/yes.png'),
(237, 'wp-admin/import.php'),
(238, 'wp-admin/includes/admin-filters.php'),
(239, 'wp-admin/includes/admin.php'),
(240, 'wp-admin/includes/ajax-actions.php'),
(241, 'wp-admin/includes/bookmark.php'),
(242, 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(243, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(244, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(245, 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(246, 'wp-admin/includes/class-core-upgrader.php'),
(247, 'wp-admin/includes/class-file-upload-upgrader.php'),
(248, 'wp-admin/includes/class-ftp-pure.php'),
(249, 'wp-admin/includes/class-ftp-sockets.php'),
(250, 'wp-admin/includes/class-ftp.php'),
(251, 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(252, 'wp-admin/includes/class-language-pack-upgrader.php'),
(253, 'wp-admin/includes/class-pclzip.php'),
(254, 'wp-admin/includes/class-plugin-installer-skin.php'),
(255, 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(256, 'wp-admin/includes/class-plugin-upgrader.php'),
(257, 'wp-admin/includes/class-theme-installer-skin.php'),
(258, 'wp-admin/includes/class-theme-upgrader-skin.php'),
(259, 'wp-admin/includes/class-theme-upgrader.php'),
(260, 'wp-admin/includes/class-walker-category-checklist.php'),
(261, 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(262, 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(263, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(264, 'wp-admin/includes/class-wp-automatic-updater.php'),
(265, 'wp-admin/includes/class-wp-comments-list-table.php'),
(266, 'wp-admin/includes/class-wp-filesystem-base.php'),
(267, 'wp-admin/includes/class-wp-filesystem-direct.php'),
(268, 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(269, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(270, 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(271, 'wp-admin/includes/class-wp-importer.php'),
(272, 'wp-admin/includes/class-wp-internal-pointers.php'),
(273, 'wp-admin/includes/class-wp-links-list-table.php'),
(274, 'wp-admin/includes/class-wp-list-table.php'),
(275, 'wp-admin/includes/class-wp-media-list-table.php'),
(276, 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(277, 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(278, 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(279, 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(280, 'wp-admin/includes/class-wp-plugins-list-table.php'),
(281, 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(282, 'wp-admin/includes/class-wp-posts-list-table.php'),
(283, 'wp-admin/includes/class-wp-press-this.php'),
(284, 'wp-admin/includes/class-wp-screen.php'),
(285, 'wp-admin/includes/class-wp-site-icon.php'),
(286, 'wp-admin/includes/class-wp-terms-list-table.php'),
(287, 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(288, 'wp-admin/includes/class-wp-themes-list-table.php'),
(289, 'wp-admin/includes/class-wp-upgrader-skin.php'),
(290, 'wp-admin/includes/class-wp-upgrader-skins.php'),
(291, 'wp-admin/includes/class-wp-upgrader.php'),
(292, 'wp-admin/includes/class-wp-users-list-table.php'),
(293, 'wp-admin/includes/comment.php'),
(294, 'wp-admin/includes/continents-cities.php'),
(295, 'wp-admin/includes/credits.php'),
(296, 'wp-admin/includes/dashboard.php'),
(297, 'wp-admin/includes/deprecated.php'),
(298, 'wp-admin/includes/edit-tag-messages.php'),
(299, 'wp-admin/includes/export.php'),
(300, 'wp-admin/includes/file.php'),
(301, 'wp-admin/includes/image-edit.php'),
(302, 'wp-admin/includes/image.php'),
(303, 'wp-admin/includes/import.php'),
(304, 'wp-admin/includes/list-table.php'),
(305, 'wp-admin/includes/media.php'),
(306, 'wp-admin/includes/menu.php'),
(307, 'wp-admin/includes/meta-boxes.php'),
(308, 'wp-admin/includes/misc.php'),
(309, 'wp-admin/includes/ms-admin-filters.php'),
(310, 'wp-admin/includes/ms-deprecated.php'),
(311, 'wp-admin/includes/ms.php'),
(312, 'wp-admin/includes/nav-menu.php'),
(313, 'wp-admin/includes/network.php'),
(314, 'wp-admin/includes/noop.php'),
(315, 'wp-admin/includes/options.php'),
(316, 'wp-admin/includes/plugin-install.php'),
(317, 'wp-admin/includes/plugin.php'),
(318, 'wp-admin/includes/post.php'),
(319, 'wp-admin/includes/revision.php'),
(320, 'wp-admin/includes/schema.php'),
(321, 'wp-admin/includes/screen.php'),
(322, 'wp-admin/includes/taxonomy.php'),
(323, 'wp-admin/includes/template.php'),
(324, 'wp-admin/includes/theme-install.php'),
(325, 'wp-admin/includes/theme.php'),
(326, 'wp-admin/includes/translation-install.php'),
(327, 'wp-admin/includes/update-core.php'),
(328, 'wp-admin/includes/update.php'),
(329, 'wp-admin/includes/upgrade.php'),
(330, 'wp-admin/includes/user.php'),
(331, 'wp-admin/includes/widgets.php'),
(332, 'wp-admin/index.php'),
(333, 'wp-admin/install-helper.php'),
(334, 'wp-admin/install.php'),
(335, 'wp-admin/js/accordion.js'),
(336, 'wp-admin/js/accordion.min.js'),
(337, 'wp-admin/js/bookmarklet.js'),
(338, 'wp-admin/js/bookmarklet.min.js'),
(339, 'wp-admin/js/color-picker.js'),
(340, 'wp-admin/js/color-picker.min.js'),
(341, 'wp-admin/js/comment.js'),
(342, 'wp-admin/js/comment.min.js'),
(343, 'wp-admin/js/common.js'),
(344, 'wp-admin/js/common.min.js'),
(345, 'wp-admin/js/custom-background.js'),
(346, 'wp-admin/js/custom-background.min.js'),
(347, 'wp-admin/js/custom-header.js'),
(348, 'wp-admin/js/customize-controls.js'),
(349, 'wp-admin/js/customize-controls.min.js'),
(350, 'wp-admin/js/customize-nav-menus.js'),
(351, 'wp-admin/js/customize-nav-menus.min.js'),
(352, 'wp-admin/js/customize-widgets.js'),
(353, 'wp-admin/js/customize-widgets.min.js'),
(354, 'wp-admin/js/dashboard.js'),
(355, 'wp-admin/js/dashboard.min.js'),
(356, 'wp-admin/js/edit-comments.js'),
(357, 'wp-admin/js/edit-comments.min.js'),
(358, 'wp-admin/js/editor-expand.js'),
(359, 'wp-admin/js/editor-expand.min.js'),
(360, 'wp-admin/js/editor.js'),
(361, 'wp-admin/js/editor.min.js'),
(362, 'wp-admin/js/farbtastic.js'),
(363, 'wp-admin/js/gallery.js'),
(364, 'wp-admin/js/gallery.min.js'),
(365, 'wp-admin/js/image-edit.js'),
(366, 'wp-admin/js/image-edit.min.js'),
(367, 'wp-admin/js/inline-edit-post.js'),
(368, 'wp-admin/js/inline-edit-post.min.js'),
(369, 'wp-admin/js/inline-edit-tax.js'),
(370, 'wp-admin/js/inline-edit-tax.min.js'),
(371, 'wp-admin/js/iris.min.js'),
(372, 'wp-admin/js/language-chooser.js'),
(373, 'wp-admin/js/language-chooser.min.js'),
(374, 'wp-admin/js/link.js'),
(375, 'wp-admin/js/link.min.js'),
(376, 'wp-admin/js/media-gallery.js'),
(377, 'wp-admin/js/media-gallery.min.js'),
(378, 'wp-admin/js/media-upload.js'),
(379, 'wp-admin/js/media-upload.min.js'),
(380, 'wp-admin/js/media.js'),
(381, 'wp-admin/js/media.min.js'),
(382, 'wp-admin/js/nav-menu.js'),
(383, 'wp-admin/js/nav-menu.min.js'),
(384, 'wp-admin/js/password-strength-meter.js'),
(385, 'wp-admin/js/password-strength-meter.min.js'),
(386, 'wp-admin/js/plugin-install.js'),
(387, 'wp-admin/js/plugin-install.min.js'),
(388, 'wp-admin/js/post.js'),
(389, 'wp-admin/js/post.min.js'),
(390, 'wp-admin/js/postbox.js'),
(391, 'wp-admin/js/postbox.min.js'),
(392, 'wp-admin/js/press-this.js'),
(393, 'wp-admin/js/press-this.min.js'),
(394, 'wp-admin/js/revisions.js'),
(395, 'wp-admin/js/revisions.min.js'),
(396, 'wp-admin/js/set-post-thumbnail.js'),
(397, 'wp-admin/js/set-post-thumbnail.min.js'),
(398, 'wp-admin/js/svg-painter.js'),
(399, 'wp-admin/js/svg-painter.min.js'),
(400, 'wp-admin/js/tags-box.js'),
(401, 'wp-admin/js/tags-box.min.js'),
(402, 'wp-admin/js/tags.js'),
(403, 'wp-admin/js/tags.min.js'),
(404, 'wp-admin/js/theme.js'),
(405, 'wp-admin/js/theme.min.js'),
(406, 'wp-admin/js/updates.js'),
(407, 'wp-admin/js/updates.min.js'),
(408, 'wp-admin/js/user-profile.js'),
(409, 'wp-admin/js/user-profile.min.js'),
(410, 'wp-admin/js/user-suggest.js'),
(411, 'wp-admin/js/user-suggest.min.js'),
(412, 'wp-admin/js/widgets.js'),
(413, 'wp-admin/js/widgets.min.js'),
(414, 'wp-admin/js/word-count.js'),
(415, 'wp-admin/js/word-count.min.js'),
(416, 'wp-admin/js/wp-fullscreen-stub.js'),
(417, 'wp-admin/js/wp-fullscreen-stub.min.js'),
(418, 'wp-admin/js/xfn.js'),
(419, 'wp-admin/js/xfn.min.js'),
(420, 'wp-admin/link-add.php'),
(421, 'wp-admin/link-manager.php'),
(422, 'wp-admin/link-parse-opml.php'),
(423, 'wp-admin/link.php'),
(424, 'wp-admin/load-scripts.php'),
(425, 'wp-admin/load-styles.php'),
(426, 'wp-admin/maint/repair.php'),
(427, 'wp-admin/media-new.php'),
(428, 'wp-admin/media-upload.php'),
(429, 'wp-admin/media.php'),
(430, 'wp-admin/menu-header.php'),
(431, 'wp-admin/menu.php'),
(432, 'wp-admin/moderation.php'),
(433, 'wp-admin/ms-admin.php'),
(434, 'wp-admin/ms-delete-site.php'),
(435, 'wp-admin/ms-edit.php'),
(436, 'wp-admin/ms-options.php'),
(437, 'wp-admin/ms-sites.php'),
(438, 'wp-admin/ms-themes.php'),
(439, 'wp-admin/ms-upgrade-network.php'),
(440, 'wp-admin/ms-users.php'),
(441, 'wp-admin/my-sites.php'),
(442, 'wp-admin/nav-menus.php'),
(443, 'wp-admin/network/about.php'),
(444, 'wp-admin/network/admin.php'),
(445, 'wp-admin/network/credits.php'),
(446, 'wp-admin/network/edit.php'),
(447, 'wp-admin/network/freedoms.php'),
(448, 'wp-admin/network/index.php'),
(449, 'wp-admin/network/menu.php'),
(450, 'wp-admin/network/plugin-editor.php'),
(451, 'wp-admin/network/plugin-install.php'),
(452, 'wp-admin/network/plugins.php'),
(453, 'wp-admin/network/profile.php'),
(454, 'wp-admin/network/settings.php'),
(455, 'wp-admin/network/setup.php'),
(456, 'wp-admin/network/site-info.php'),
(457, 'wp-admin/network/site-new.php'),
(458, 'wp-admin/network/site-settings.php'),
(459, 'wp-admin/network/site-themes.php'),
(460, 'wp-admin/network/site-users.php'),
(461, 'wp-admin/network/sites.php'),
(462, 'wp-admin/network/theme-editor.php'),
(463, 'wp-admin/network/theme-install.php'),
(464, 'wp-admin/network/themes.php'),
(465, 'wp-admin/network/update-core.php'),
(466, 'wp-admin/network/update.php'),
(467, 'wp-admin/network/upgrade.php'),
(468, 'wp-admin/network/user-edit.php'),
(469, 'wp-admin/network/user-new.php'),
(470, 'wp-admin/network/users.php'),
(471, 'wp-admin/network.php'),
(472, 'wp-admin/options-discussion.php'),
(473, 'wp-admin/options-general.php'),
(474, 'wp-admin/options-head.php'),
(475, 'wp-admin/options-media.php'),
(476, 'wp-admin/options-permalink.php'),
(477, 'wp-admin/options-reading.php'),
(478, 'wp-admin/options-writing.php'),
(479, 'wp-admin/options.php'),
(480, 'wp-admin/plugin-editor.php'),
(481, 'wp-admin/plugin-install.php'),
(482, 'wp-admin/plugins.php'),
(483, 'wp-admin/post-new.php'),
(484, 'wp-admin/post.php'),
(485, 'wp-admin/press-this.php'),
(486, 'wp-admin/profile.php'),
(487, 'wp-admin/revision.php'),
(488, 'wp-admin/setup-config.php'),
(489, 'wp-admin/term.php'),
(490, 'wp-admin/theme-editor.php'),
(491, 'wp-admin/theme-install.php'),
(492, 'wp-admin/themes.php'),
(493, 'wp-admin/tools.php'),
(494, 'wp-admin/update-core.php'),
(495, 'wp-admin/update.php'),
(496, 'wp-admin/upgrade-functions.php'),
(497, 'wp-admin/upgrade.php'),
(498, 'wp-admin/upload.php'),
(499, 'wp-admin/user/about.php'),
(500, 'wp-admin/user/admin.php'),
(501, 'wp-admin/user/credits.php'),
(502, 'wp-admin/user/freedoms.php'),
(503, 'wp-admin/user/index.php'),
(504, 'wp-admin/user/menu.php'),
(505, 'wp-admin/user/profile.php'),
(506, 'wp-admin/user/user-edit.php'),
(507, 'wp-admin/user-edit.php'),
(508, 'wp-admin/user-new.php'),
(509, 'wp-admin/users.php'),
(510, 'wp-admin/widgets.php'),
(511, 'wp-blog-header.php'),
(512, 'wp-comments-post.php'),
(513, 'wp-config-sample.php'),
(514, 'wp-config.php'),
(515, 'wp-content/index.php'),
(516, 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.plugins.v3.php'),
(517, 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.themes.v3.php'),
(518, 'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php'),
(519, 'wp-content/plugins/LayerSlider/classes/class.ls.exportutil.php'),
(520, 'wp-content/plugins/LayerSlider/classes/class.ls.importutil.php'),
(521, 'wp-content/plugins/LayerSlider/classes/class.ls.posts.php'),
(522, 'wp-content/plugins/LayerSlider/classes/class.ls.sliders.php'),
(523, 'wp-content/plugins/LayerSlider/classes/class.ls.sources.php'),
(524, 'wp-content/plugins/LayerSlider/classes/index.php'),
(525, 'wp-content/plugins/LayerSlider/config/defaults.php'),
(526, 'wp-content/plugins/LayerSlider/config/index.php'),
(527, 'wp-content/plugins/LayerSlider/config/layer.defaults.php'),
(528, 'wp-content/plugins/LayerSlider/config/plugin.defaults.php'),
(529, 'wp-content/plugins/LayerSlider/config/slide.defaults.php'),
(530, 'wp-content/plugins/LayerSlider/config/slider.defaults.php'),
(531, 'wp-content/plugins/LayerSlider/demos/index.php'),
(532, 'wp-content/plugins/LayerSlider/demos/transitions.js'),
(533, 'wp-content/plugins/LayerSlider/helpers/admin.ui.tools.php'),
(534, 'wp-content/plugins/LayerSlider/helpers/index.php'),
(535, 'wp-content/plugins/LayerSlider/helpers/phpQuery.php'),
(536, 'wp-content/plugins/LayerSlider/includes/index.php'),
(537, 'wp-content/plugins/LayerSlider/includes/slider_markup_html.php'),
(538, 'wp-content/plugins/LayerSlider/includes/slider_markup_init.php'),
(539, 'wp-content/plugins/LayerSlider/index.php'),
(540, 'wp-content/plugins/LayerSlider/layerslider.php'),
(541, 'wp-content/plugins/LayerSlider/locales/index.php'),
(542, 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/brace-fold.js'),
(543, 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldcode.js'),
(544, 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldgutter.js'),
(545, 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/indent-fold.js'),
(546, 'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/xml-fold.js'),
(547, 'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/active-line.js'),
(548, 'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/mark-selection.js'),
(549, 'wp-content/plugins/LayerSlider/static/codemirror/lib/codemirror.js'),
(550, 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/css.js'),
(551, 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/index.html'),
(552, 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss.html'),
(553, 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss_test.js'),
(554, 'wp-content/plugins/LayerSlider/static/codemirror/mode/css/test.js'),
(555, 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/htmlembedded.js'),
(556, 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/index.html'),
(557, 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/htmlmixed.js'),
(558, 'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/index.html'),
(559, 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/index.html'),
(560, 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/javascript.js'),
(561, 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/test.js'),
(562, 'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/typescript.html'),
(563, 'wp-content/plugins/LayerSlider/static/codemirror/mode/meta.js'),
(564, 'wp-content/plugins/LayerSlider/static/codemirror/mode/php/index.html'),
(565, 'wp-content/plugins/LayerSlider/static/codemirror/mode/php/php.js'),
(566, 'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/index.html'),
(567, 'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/xml.js'),
(568, 'wp-content/plugins/LayerSlider/static/js/greensock.js'),
(569, 'wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js'),
(570, 'wp-content/plugins/LayerSlider/static/js/layerslider.transition.gallery.js'),
(571, 'wp-content/plugins/LayerSlider/static/js/layerslider.transitions.js'),
(572, 'wp-content/plugins/LayerSlider/static/js/ls-admin-global.js'),
(573, 'wp-content/plugins/LayerSlider/static/js/ls-admin-slider-builder.js'),
(574, 'wp-content/plugins/LayerSlider/static/js/ls-admin-sliders.js'),
(575, 'wp-content/plugins/LayerSlider/static/js/ls-admin-tinymce.js'),
(576, 'wp-content/plugins/LayerSlider/static/js/ls-admin-transition-builder.js'),
(577, 'wp-content/plugins/LayerSlider/static/js/minicolors/jquery.minicolors.js'),
(578, 'wp-content/plugins/LayerSlider/static/js/minicolors/jquery.minicolors.min.js'),
(579, 'wp-content/plugins/LayerSlider/templates/index.php'),
(580, 'wp-content/plugins/LayerSlider/templates/tmpl-add-slider.php'),
(581, 'wp-content/plugins/LayerSlider/templates/tmpl-beta-feedback.php'),
(582, 'wp-content/plugins/LayerSlider/templates/tmpl-demo-sliders.php'),
(583, 'wp-content/plugins/LayerSlider/templates/tmpl-layer-item.php'),
(584, 'wp-content/plugins/LayerSlider/templates/tmpl-layer.php'),
(585, 'wp-content/plugins/LayerSlider/templates/tmpl-post-options.php'),
(586, 'wp-content/plugins/LayerSlider/templates/tmpl-share-sheet.php'),
(587, 'wp-content/plugins/LayerSlider/templates/tmpl-slide.php'),
(588, 'wp-content/plugins/LayerSlider/templates/tmpl-slider-settings.php'),
(589, 'wp-content/plugins/LayerSlider/templates/tmpl-transition-window.php'),
(590, 'wp-content/plugins/LayerSlider/templates/tmpl-updates-revalidation.php'),
(591, 'wp-content/plugins/LayerSlider/tmp/cache/index.php'),
(592, 'wp-content/plugins/LayerSlider/tmp/index.php'),
(593, 'wp-content/plugins/LayerSlider/tmp/uploads/index.php'),
(594, 'wp-content/plugins/LayerSlider/views/index.php'),
(595, 'wp-content/plugins/LayerSlider/views/skin_editor.php'),
(596, 'wp-content/plugins/LayerSlider/views/slider_edit.php'),
(597, 'wp-content/plugins/LayerSlider/views/slider_list.php'),
(598, 'wp-content/plugins/LayerSlider/views/style_editor.php'),
(599, 'wp-content/plugins/LayerSlider/views/transition_builder.php'),
(600, 'wp-content/plugins/LayerSlider/wp/actions.php'),
(601, 'wp-content/plugins/LayerSlider/wp/activation.php'),
(602, 'wp-content/plugins/LayerSlider/wp/compatibility.php'),
(603, 'wp-content/plugins/LayerSlider/wp/hooks.php'),
(604, 'wp-content/plugins/LayerSlider/wp/index.php'),
(605, 'wp-content/plugins/LayerSlider/wp/menus.php'),
(606, 'wp-content/plugins/LayerSlider/wp/notices.php'),
(607, 'wp-content/plugins/LayerSlider/wp/scripts.php'),
(608, 'wp-content/plugins/LayerSlider/wp/shortcodes.php'),
(609, 'wp-content/plugins/LayerSlider/wp/tinymce.php'),
(610, 'wp-content/plugins/LayerSlider/wp/widgets.php'),
(611, 'wp-content/plugins/bulk-page-creator/bulk-page-creator.php'),
(612, 'wp-content/plugins/bulk-page-creator/my-script.js'),
(613, 'wp-content/plugins/bulk-page-creator/my-style.css'),
(614, 'wp-content/plugins/bulk-page-creator/readme.txt'),
(615, 'wp-content/plugins/bulk-page-creator/screenshot-1.jpg'),
(616, 'wp-content/plugins/envato-wordpress-toolkit/assets/js/ajax-notification.js'),
(617, 'wp-content/plugins/envato-wordpress-toolkit/includes/class-envato-api.php'),
(618, 'wp-content/plugins/envato-wordpress-toolkit/includes/class-envato-backup.php'),
(619, 'wp-content/plugins/envato-wordpress-toolkit/includes/class-github-updater.php'),
(620, 'wp-content/plugins/envato-wordpress-toolkit/includes/class-wp-upgrader.php'),
(621, 'wp-content/plugins/envato-wordpress-toolkit/index.php'),
(622, 'wp-content/plugins/gravityforms/common.php'),
(623, 'wp-content/plugins/gravityforms/css/index.php'),
(624, 'wp-content/plugins/gravityforms/currency.php'),
(625, 'wp-content/plugins/gravityforms/entry_detail.php'),
(626, 'wp-content/plugins/gravityforms/entry_list.php'),
(627, 'wp-content/plugins/gravityforms/export.php'),
(628, 'wp-content/plugins/gravityforms/fonts/index.php'),
(629, 'wp-content/plugins/gravityforms/form_detail.php'),
(630, 'wp-content/plugins/gravityforms/form_display.php'),
(631, 'wp-content/plugins/gravityforms/form_list.php'),
(632, 'wp-content/plugins/gravityforms/form_settings.php'),
(633, 'wp-content/plugins/gravityforms/forms_model.php'),
(634, 'wp-content/plugins/gravityforms/gravityforms.php'),
(635, 'wp-content/plugins/gravityforms/help.php'),
(636, 'wp-content/plugins/gravityforms/images/datepicker/index.php'),
(637, 'wp-content/plugins/gravityforms/images/doctypes/index.php'),
(638, 'wp-content/plugins/gravityforms/images/index.php'),
(639, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php'),
(640, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php'),
(641, 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php'),
(642, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php'),
(643, 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php'),
(644, 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php'),
(645, 'wp-content/plugins/gravityforms/includes/addon/css/index.php'),
(646, 'wp-content/plugins/gravityforms/includes/addon/index.php'),
(647, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js'),
(648, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js'),
(649, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js'),
(650, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js'),
(651, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js'),
(652, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js'),
(653, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js'),
(654, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js'),
(655, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.js'),
(656, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_selectcustom.min.js'),
(657, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js'),
(658, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js'),
(659, 'wp-content/plugins/gravityforms/includes/addon/js/index.php'),
(660, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js'),
(661, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js'),
(662, 'wp-content/plugins/gravityforms/includes/api.php'),
(663, 'wp-content/plugins/gravityforms/includes/class-gf-download.php'),
(664, 'wp-content/plugins/gravityforms/includes/class-gravity-api.php'),
(665, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php'),
(666, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php'),
(667, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php'),
(668, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php'),
(669, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php'),
(670, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php'),
(671, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php'),
(672, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php'),
(673, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php'),
(674, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php'),
(675, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php'),
(676, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php'),
(677, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php'),
(678, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php'),
(679, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php'),
(680, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php'),
(681, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php'),
(682, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php'),
(683, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php'),
(684, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php'),
(685, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php'),
(686, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php'),
(687, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php'),
(688, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php'),
(689, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php'),
(690, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php'),
(691, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php'),
(692, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php'),
(693, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php'),
(694, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php'),
(695, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php'),
(696, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php'),
(697, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php'),
(698, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php'),
(699, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php'),
(700, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php'),
(701, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php'),
(702, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php'),
(703, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php'),
(704, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php'),
(705, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php'),
(706, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php'),
(707, 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php'),
(708, 'wp-content/plugins/gravityforms/includes/fields/index.php'),
(709, 'wp-content/plugins/gravityforms/includes/index.php'),
(710, 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php'),
(711, 'wp-content/plugins/gravityforms/includes/locking/css/index.php'),
(712, 'wp-content/plugins/gravityforms/includes/locking/images/index.php'),
(713, 'wp-content/plugins/gravityforms/includes/locking/index.php'),
(714, 'wp-content/plugins/gravityforms/includes/locking/js/index.php'),
(715, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js'),
(716, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js'),
(717, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js'),
(718, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js'),
(719, 'wp-content/plugins/gravityforms/includes/locking/js/locking.js'),
(720, 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js'),
(721, 'wp-content/plugins/gravityforms/includes/locking/locking.php'),
(722, 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php'),
(723, 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php'),
(724, 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php'),
(725, 'wp-content/plugins/gravityforms/includes/upload.php'),
(726, 'wp-content/plugins/gravityforms/includes/webapi/css/index.php'),
(727, 'wp-content/plugins/gravityforms/includes/webapi/index.php'),
(728, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js'),
(729, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js'),
(730, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js'),
(731, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js'),
(732, 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js'),
(733, 'wp-content/plugins/gravityforms/includes/webapi/js/index.php'),
(734, 'wp-content/plugins/gravityforms/includes/webapi/webapi.php'),
(735, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php'),
(736, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php'),
(737, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php'),
(738, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php'),
(739, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php'),
(740, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php'),
(741, 'wp-content/plugins/gravityforms/index.php'),
(742, 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js'),
(743, 'wp-content/plugins/gravityforms/js/conditional_logic.js'),
(744, 'wp-content/plugins/gravityforms/js/conditional_logic.min.js'),
(745, 'wp-content/plugins/gravityforms/js/datepicker.js'),
(746, 'wp-content/plugins/gravityforms/js/datepicker.min.js'),
(747, 'wp-content/plugins/gravityforms/js/floatmenu_init.js'),
(748, 'wp-content/plugins/gravityforms/js/floatmenu_init.min.js'),
(749, 'wp-content/plugins/gravityforms/js/form_admin.js'),
(750, 'wp-content/plugins/gravityforms/js/form_admin.min.js'),
(751, 'wp-content/plugins/gravityforms/js/form_editor.js'),
(752, 'wp-content/plugins/gravityforms/js/form_editor.min.js'),
(753, 'wp-content/plugins/gravityforms/js/forms.js'),
(754, 'wp-content/plugins/gravityforms/js/forms.min.js'),
(755, 'wp-content/plugins/gravityforms/js/gf_field_filter.js'),
(756, 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js'),
(757, 'wp-content/plugins/gravityforms/js/gravityforms.js'),
(758, 'wp-content/plugins/gravityforms/js/gravityforms.min.js'),
(759, 'wp-content/plugins/gravityforms/js/index.php'),
(760, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js'),
(761, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js'),
(762, 'wp-content/plugins/gravityforms/js/jquery.json.js'),
(763, 'wp-content/plugins/gravityforms/js/jquery.json.min.js'),
(764, 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js'),
(765, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js'),
(766, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js'),
(767, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js'),
(768, 'wp-content/plugins/gravityforms/js/menu.js'),
(769, 'wp-content/plugins/gravityforms/js/menu.min.js'),
(770, 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js'),
(771, 'wp-content/plugins/gravityforms/js/shortcode-ui.js'),
(772, 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js'),
(773, 'wp-content/plugins/gravityforms/js/tooltip_init.js'),
(774, 'wp-content/plugins/gravityforms/js/tooltip_init.min.js'),
(775, 'wp-content/plugins/gravityforms/js.php'),
(776, 'wp-content/plugins/gravityforms/languages/index.php'),
(777, 'wp-content/plugins/gravityforms/notification.php'),
(778, 'wp-content/plugins/gravityforms/preview.php'),
(779, 'wp-content/plugins/gravityforms/print-entry.php'),
(780, 'wp-content/plugins/gravityforms/select_columns.php'),
(781, 'wp-content/plugins/gravityforms/settings.php'),
(782, 'wp-content/plugins/gravityforms/tooltips.php'),
(783, 'wp-content/plugins/gravityforms/update.php'),
(784, 'wp-content/plugins/gravityforms/widget.php'),
(785, 'wp-content/plugins/gravityforms/xml.php'),
(786, 'wp-content/plugins/index.php'),
(787, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),
(788, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),
(789, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),
(790, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),
(791, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),
(792, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),
(793, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),
(794, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),
(795, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),
(796, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),
(797, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),
(798, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),
(799, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),
(800, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),
(801, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),
(802, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),
(803, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),
(804, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),
(805, 'wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),
(806, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),
(807, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),
(808, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),
(809, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),
(810, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),
(811, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),
(812, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),
(813, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),
(814, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),
(815, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),
(816, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),
(817, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),
(818, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),
(819, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),
(820, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),
(821, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),
(822, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),
(823, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),
(824, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),
(825, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),
(826, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),
(827, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),
(828, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),
(829, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),
(830, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),
(831, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),
(832, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),
(833, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),
(834, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),
(835, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),
(836, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),
(837, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),
(838, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),
(839, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),
(840, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),
(841, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),
(842, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),
(843, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),
(844, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),
(845, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),
(846, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),
(847, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),
(848, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),
(849, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),
(850, 'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js'),
(851, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),
(852, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),
(853, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),
(854, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),
(855, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),
(856, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),
(857, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),
(858, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),
(859, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),
(860, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),
(861, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),
(862, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),
(863, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),
(864, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),
(865, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),
(866, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),
(867, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),
(868, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),
(869, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),
(870, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),
(871, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),
(872, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),
(873, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),
(874, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),
(875, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),
(876, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),
(877, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),
(878, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),
(879, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),
(880, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),
(881, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),
(882, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php'),
(883, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),
(884, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),
(885, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php'),
(886, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),
(887, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),
(888, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),
(889, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),
(890, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),
(891, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),
(892, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),
(893, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),
(894, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),
(895, 'wp-content/plugins/js_composer/config/lean-map.php'),
(896, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),
(897, 'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php'),
(898, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),
(899, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),
(900, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),
(901, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),
(902, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),
(903, 'wp-content/plugins/js_composer/config/templates.php'),
(904, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),
(905, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),
(906, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),
(907, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),
(908, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),
(909, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),
(910, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),
(911, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),
(912, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(913, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),
(914, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),
(915, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),
(916, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),
(917, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),
(918, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),
(919, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),
(920, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),
(921, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),
(922, 'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php'),
(923, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),
(924, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),
(925, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),
(926, 'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php'),
(927, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),
(928, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),
(929, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),
(930, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),
(931, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),
(932, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),
(933, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),
(934, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),
(935, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),
(936, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),
(937, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),
(938, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),
(939, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),
(940, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),
(941, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),
(942, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),
(943, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),
(944, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),
(945, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),
(946, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),
(947, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),
(948, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),
(949, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),
(950, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),
(951, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),
(952, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),
(953, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),
(954, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),
(955, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),
(956, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),
(957, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),
(958, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),
(959, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),
(960, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),
(961, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),
(962, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),
(963, 'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php'),
(964, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),
(965, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),
(966, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),
(967, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),
(968, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),
(969, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),
(970, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),
(971, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),
(972, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),
(973, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),
(974, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),
(975, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),
(976, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),
(977, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),
(978, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),
(979, 'wp-content/plugins/js_composer/include/classes/core/interfaces.php'),
(980, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),
(981, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),
(982, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),
(983, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),
(984, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),
(985, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),
(986, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),
(987, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),
(988, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),
(989, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-editor.php'),
(990, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),
(991, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php'),
(992, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),
(993, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),
(994, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),
(995, 'wp-content/plugins/js_composer/include/classes/shortcodes/example.php'),
(996, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),
(997, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),
(998, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),
(999, 'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php'),
(1000, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),
(1001, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),
(1002, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),
(1003, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),
(1004, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),
(1005, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),
(1006, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php'),
(1007, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),
(1008, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),
(1009, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),
(1010, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),
(1011, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),
(1012, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),
(1013, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),
(1014, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),
(1015, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),
(1016, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),
(1017, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),
(1018, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),
(1019, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),
(1020, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),
(1021, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),
(1022, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),
(1023, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),
(1024, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),
(1025, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),
(1026, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),
(1027, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),
(1028, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),
(1029, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),
(1030, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),
(1031, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),
(1032, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),
(1033, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),
(1034, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),
(1035, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),
(1036, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),
(1037, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),
(1038, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),
(1039, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),
(1040, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),
(1041, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),
(1042, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),
(1043, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),
(1044, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),
(1045, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),
(1046, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php'),
(1047, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),
(1048, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),
(1049, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),
(1050, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),
(1051, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),
(1052, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),
(1053, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),
(1054, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),
(1055, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),
(1056, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),
(1057, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),
(1058, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),
(1059, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),
(1060, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),
(1061, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),
(1062, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),
(1063, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),
(1064, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),
(1065, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),
(1066, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),
(1067, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),
(1068, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),
(1069, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),
(1070, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),
(1071, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),
(1072, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),
(1073, 'wp-content/plugins/js_composer/include/classes/vendors/class-vc-vendors-manager.php'),
(1074, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),
(1075, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),
(1076, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),
(1077, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),
(1078, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),
(1079, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),
(1080, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),
(1081, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),
(1082, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),
(1083, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),
(1084, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),
(1085, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),
(1086, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),
(1087, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),
(1088, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),
(1089, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),
(1090, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),
(1091, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),
(1092, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),
(1093, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),
(1094, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),
(1095, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),
(1096, 'wp-content/plugins/js_composer/include/helpers/filters.php'),
(1097, 'wp-content/plugins/js_composer/include/helpers/helpers.php'),
(1098, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),
(1099, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),
(1100, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),
(1101, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),
(1102, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),
(1103, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),
(1104, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),
(1105, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),
(1106, 'wp-content/plugins/js_composer/include/params/default_params.php'),
(1107, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),
(1108, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),
(1109, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),
(1110, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),
(1111, 'wp-content/plugins/js_composer/include/params/href/href.php'),
(1112, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),
(1113, 'wp-content/plugins/js_composer/include/params/load.php'),
(1114, 'wp-content/plugins/js_composer/include/params/loop/loop.php'),
(1115, 'wp-content/plugins/js_composer/include/params/options/options.php'),
(1116, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),
(1117, 'wp-content/plugins/js_composer/include/params/params.php'),
(1118, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),
(1119, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),
(1120, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),
(1121, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),
(1122, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),
(1123, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),
(1124, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),
(1125, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),
(1126, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),
(1127, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),
(1128, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),
(1129, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),
(1130, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),
(1131, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),
(1132, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),
(1133, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),
(1134, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),
(1135, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),
(1136, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),
(1137, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),
(1138, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),
(1139, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),
(1140, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),
(1141, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),
(1142, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),
(1143, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),
(1144, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),
(1145, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),
(1146, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),
(1147, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),
(1148, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt.tpl.php'),
(1149, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),
(1150, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),
(1151, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),
(1152, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php'),
(1153, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),
(1154, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),
(1155, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),
(1156, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php'),
(1157, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),
(1158, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_post_settings.tpl.php'),
(1159, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),
(1160, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates.tpl.php'),
(1161, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php'),
(1162, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),
(1163, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),
(1164, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),
(1165, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),
(1166, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),
(1167, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),
(1168, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),
(1169, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),
(1170, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),
(1171, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),
(1172, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),
(1173, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),
(1174, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),
(1175, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),
(1176, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),
(1177, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),
(1178, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),
(1179, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),
(1180, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),
(1181, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),
(1182, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),
(1183, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),
(1184, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),
(1185, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),
(1186, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),
(1187, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),
(1188, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),
(1189, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),
(1190, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),
(1191, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),
(1192, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),
(1193, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),
(1194, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),
(1195, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),
(1196, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),
(1197, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),
(1198, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),
(1199, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),
(1200, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),
(1201, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),
(1202, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),
(1203, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),
(1204, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),
(1205, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),
(1206, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),
(1207, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),
(1208, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),
(1209, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),
(1210, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),
(1211, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),
(1212, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),
(1213, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),
(1214, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),
(1215, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),
(1216, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),
(1217, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),
(1218, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),
(1219, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),
(1220, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php'),
(1221, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),
(1222, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),
(1223, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),
(1224, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),
(1225, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),
(1226, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),
(1227, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),
(1228, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),
(1229, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),
(1230, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),
(1231, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),
(1232, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),
(1233, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),
(1234, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),
(1235, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),
(1236, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),
(1237, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),
(1238, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),
(1239, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),
(1240, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),
(1241, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),
(1242, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),
(1243, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),
(1244, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),
(1245, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),
(1246, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),
(1247, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),
(1248, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),
(1249, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),
(1250, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),
(1251, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),
(1252, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),
(1253, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),
(1254, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),
(1255, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php'),
(1256, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),
(1257, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),
(1258, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),
(1259, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),
(1260, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),
(1261, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),
(1262, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),
(1263, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),
(1264, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),
(1265, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),
(1266, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),
(1267, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),
(1268, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),
(1269, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),
(1270, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),
(1271, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),
(1272, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),
(1273, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),
(1274, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),
(1275, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),
(1276, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),
(1277, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),
(1278, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),
(1279, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),
(1280, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),
(1281, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),
(1282, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),
(1283, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),
(1284, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),
(1285, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),
(1286, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),
(1287, 'wp-content/plugins/js_composer/include/templates/teaser.html.php'),
(1288, 'wp-content/plugins/js_composer/index.php'),
(1289, 'wp-content/plugins/js_composer/js_composer.php'),
(1290, 'wp-content/plugins/js_composer/vc_classmap.json.php'),
(1291, 'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php'),
(1292, 'wp-content/plugins/revslider/admin/assets/css/font/index.php'),
(1293, 'wp-content/plugins/revslider/admin/assets/css/index.php'),
(1294, 'wp-content/plugins/revslider/admin/assets/images/index.php'),
(1295, 'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php'),
(1296, 'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php'),
(1297, 'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php'),
(1298, 'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php'),
(1299, 'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php'),
(1300, 'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),
(1301, 'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php'),
(1302, 'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php'),
(1303, 'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php'),
(1304, 'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php'),
(1305, 'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php'),
(1306, 'wp-content/plugins/revslider/admin/assets/imports/concept/index.php'),
(1307, 'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php'),
(1308, 'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php'),
(1309, 'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php'),
(1310, 'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php'),
(1311, 'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php'),
(1312, 'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php'),
(1313, 'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php'),
(1314, 'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php'),
(1315, 'wp-content/plugins/revslider/admin/assets/imports/gym/index.php'),
(1316, 'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php'),
(1317, 'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php'),
(1318, 'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php'),
(1319, 'wp-content/plugins/revslider/admin/assets/imports/index.php'),
(1320, 'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php'),
(1321, 'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php'),
(1322, 'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php'),
(1323, 'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php'),
(1324, 'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php'),
(1325, 'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php'),
(1326, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php'),
(1327, 'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php'),
(1328, 'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php'),
(1329, 'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php'),
(1330, 'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php'),
(1331, 'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php'),
(1332, 'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php'),
(1333, 'wp-content/plugins/revslider/admin/assets/imports/photography/index.php'),
(1334, 'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php'),
(1335, 'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php'),
(1336, 'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php'),
(1337, 'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php'),
(1338, 'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php'),
(1339, 'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php'),
(1340, 'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php'),
(1341, 'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php'),
(1342, 'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php'),
(1343, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php'),
(1344, 'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php'),
(1345, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php'),
(1346, 'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php'),
(1347, 'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php'),
(1348, 'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php'),
(1349, 'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php'),
(1350, 'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php'),
(1351, 'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php'),
(1352, 'wp-content/plugins/revslider/admin/assets/index.php'),
(1353, 'wp-content/plugins/revslider/admin/assets/js/admin.js'),
(1354, 'wp-content/plugins/revslider/admin/assets/js/alpha-color-picker.js'),
(1355, 'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js'),
(1356, 'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js'),
(1357, 'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php'),
(1358, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js'),
(1359, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js'),
(1360, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js'),
(1361, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js'),
(1362, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php'),
(1363, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js'),
(1364, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js'),
(1365, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js'),
(1366, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js'),
(1367, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js'),
(1368, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js'),
(1369, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js'),
(1370, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js'),
(1371, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js'),
(1372, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js'),
(1373, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js'),
(1374, 'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js'),
(1375, 'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js'),
(1376, 'wp-content/plugins/revslider/admin/assets/js/css_editor.js'),
(1377, 'wp-content/plugins/revslider/admin/assets/js/edit_layers.js'),
(1378, 'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js'),
(1379, 'wp-content/plugins/revslider/admin/assets/js/index.php'),
(1380, 'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js'),
(1381, 'wp-content/plugins/revslider/admin/assets/js/newvideo.js'),
(1382, 'wp-content/plugins/revslider/admin/assets/js/oldvideo.js'),
(1383, 'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js'),
(1384, 'wp-content/plugins/revslider/admin/assets/js/rev_admin.js'),
(1385, 'wp-content/plugins/revslider/admin/assets/js/settings.js'),
(1386, 'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js'),
(1387, 'wp-content/plugins/revslider/admin/assets/js/vc.js'),
(1388, 'wp-content/plugins/revslider/admin/index.php'),
(1389, 'wp-content/plugins/revslider/admin/revslider-admin.class.php'),
(1390, 'wp-content/plugins/revslider/admin/views/index.php'),
(1391, 'wp-content/plugins/revslider/admin/views/master-view.php'),
(1392, 'wp-content/plugins/revslider/admin/views/navigation-editor.php'),
(1393, 'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php'),
(1394, 'wp-content/plugins/revslider/admin/views/slide-editor.php'),
(1395, 'wp-content/plugins/revslider/admin/views/slide-overview.php'),
(1396, 'wp-content/plugins/revslider/admin/views/slider-editor.php'),
(1397, 'wp-content/plugins/revslider/admin/views/slider-overview.php'),
(1398, 'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php'),
(1399, 'wp-content/plugins/revslider/admin/views/system/dialog-global-settings.php'),
(1400, 'wp-content/plugins/revslider/admin/views/system/dialog-video.php'),
(1401, 'wp-content/plugins/revslider/admin/views/system/index.php'),
(1402, 'wp-content/plugins/revslider/admin/views/system/validation.php'),
(1403, 'wp-content/plugins/revslider/admin/views/templates/create-slider.php'),
(1404, 'wp-content/plugins/revslider/admin/views/templates/edit-slider.php'),
(1405, 'wp-content/plugins/revslider/admin/views/templates/index.php'),
(1406, 'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php'),
(1407, 'wp-content/plugins/revslider/admin/views/templates/slide-selector.php'),
(1408, 'wp-content/plugins/revslider/admin/views/templates/slide-stage.php'),
(1409, 'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php'),
(1410, 'wp-content/plugins/revslider/admin/views/templates/sliders-list.php'),
(1411, 'wp-content/plugins/revslider/admin/views/templates/slides-list.php'),
(1412, 'wp-content/plugins/revslider/admin/views/templates/slides.php'),
(1413, 'wp-content/plugins/revslider/admin/views/templates/template-selector.php'),
(1414, 'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php'),
(1415, 'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php'),
(1416, 'wp-content/plugins/revslider/backup/index.php'),
(1417, 'wp-content/plugins/revslider/includes/extension.class.php'),
(1418, 'wp-content/plugins/revslider/includes/external-sources.class.php'),
(1419, 'wp-content/plugins/revslider/includes/framework/addon-admin.class.php'),
(1420, 'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php'),
(1421, 'wp-content/plugins/revslider/includes/framework/base-admin.class.php'),
(1422, 'wp-content/plugins/revslider/includes/framework/base-front.class.php'),
(1423, 'wp-content/plugins/revslider/includes/framework/base.class.php'),
(1424, 'wp-content/plugins/revslider/includes/framework/cssparser.class.php'),
(1425, 'wp-content/plugins/revslider/includes/framework/db.class.php'),
(1426, 'wp-content/plugins/revslider/includes/framework/elements-base.class.php'),
(1427, 'wp-content/plugins/revslider/includes/framework/em-integration.class.php'),
(1428, 'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php'),
(1429, 'wp-content/plugins/revslider/includes/framework/functions.class.php'),
(1430, 'wp-content/plugins/revslider/includes/framework/include-framework.php'),
(1431, 'wp-content/plugins/revslider/includes/framework/index.php'),
(1432, 'wp-content/plugins/revslider/includes/framework/newsletter.class.php'),
(1433, 'wp-content/plugins/revslider/includes/framework/plugin-update.class.php'),
(1434, 'wp-content/plugins/revslider/includes/framework/update.class.php'),
(1435, 'wp-content/plugins/revslider/includes/framework/woocommerce.class.php'),
(1436, 'wp-content/plugins/revslider/includes/framework/wpml.class.php'),
(1437, 'wp-content/plugins/revslider/includes/globals.class.php'),
(1438, 'wp-content/plugins/revslider/includes/googlefonts.php'),
(1439, 'wp-content/plugins/revslider/includes/index.php'),
(1440, 'wp-content/plugins/revslider/includes/navigation.class.php'),
(1441, 'wp-content/plugins/revslider/includes/operations.class.php'),
(1442, 'wp-content/plugins/revslider/includes/output.class.php'),
(1443, 'wp-content/plugins/revslider/includes/slide.class.php'),
(1444, 'wp-content/plugins/revslider/includes/slider.class.php'),
(1445, 'wp-content/plugins/revslider/includes/template.class.php'),
(1446, 'wp-content/plugins/revslider/includes/tinybox.class.php'),
(1447, 'wp-content/plugins/revslider/includes/widget.class.php'),
(1448, 'wp-content/plugins/revslider/index.php'),
(1449, 'wp-content/plugins/revslider/languages/index.php'),
(1450, 'wp-content/plugins/revslider/public/assets/assets/index.php'),
(1451, 'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),
(1452, 'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),
(1453, 'wp-content/plugins/revslider/public/assets/css/index.php'),
(1454, 'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),
(1455, 'wp-content/plugins/revslider/public/assets/fonts/index.php'),
(1456, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),
(1457, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),
(1458, 'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),
(1459, 'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),
(1460, 'wp-content/plugins/revslider/public/assets/index.php'),
(1461, 'wp-content/plugins/revslider/public/assets/js/extensions/index.php'),
(1462, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js'),
(1463, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js'),
(1464, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js'),
(1465, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js'),
(1466, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js'),
(1467, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js'),
(1468, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js'),
(1469, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js'),
(1470, 'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js'),
(1471, 'wp-content/plugins/revslider/public/assets/js/extensions/source/index.php'),
(1472, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.actions.js'),
(1473, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.carousel.js'),
(1474, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.kenburn.js'),
(1475, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.layeranimation.js'),
(1476, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.migration.js'),
(1477, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.navigation.js'),
(1478, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.parallax.js'),
(1479, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.slideanims.js'),
(1480, 'wp-content/plugins/revslider/public/assets/js/extensions/source/revolution.extension.video.js'),
(1481, 'wp-content/plugins/revslider/public/assets/js/index.php'),
(1482, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js'),
(1483, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js'),
(1484, 'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js'),
(1485, 'wp-content/plugins/revslider/public/assets/js/source/index.php'),
(1486, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.enablelog.js'),
(1487, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.revolution.js'),
(1488, 'wp-content/plugins/revslider/public/assets/js/source/jquery.themepunch.tools.min.js'),
(1489, 'wp-content/plugins/revslider/public/index.php'),
(1490, 'wp-content/plugins/revslider/public/revslider-front.class.php'),
(1491, 'wp-content/plugins/revslider/release_log.html'),
(1492, 'wp-content/plugins/revslider/revslider.php'),
(1493, 'wp-content/plugins/revslider/uninstall.php'),
(1494, 'wp-content/plugins/select-instagram-feed/lib/instagram-redirect.php'),
(1495, 'wp-content/plugins/select-instagram-feed/lib/qode-instagram-api.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(1496, 'wp-content/plugins/select-instagram-feed/lib/qode-instagram-helper.php'),
(1497, 'wp-content/plugins/select-instagram-feed/load.php'),
(1498, 'wp-content/plugins/select-instagram-feed/select-instagram-feed.php'),
(1499, 'wp-content/plugins/select-instagram-feed/widgets/load.php'),
(1500, 'wp-content/plugins/select-instagram-feed/widgets/qode-instagram-widget.php'),
(1501, 'wp-content/plugins/select-twitter-feed/lib/qode-twitter-api.php'),
(1502, 'wp-content/plugins/select-twitter-feed/lib/qode-twitter-helper.php'),
(1503, 'wp-content/plugins/select-twitter-feed/lib/twitter-redirect.php'),
(1504, 'wp-content/plugins/select-twitter-feed/load.php'),
(1505, 'wp-content/plugins/select-twitter-feed/select-twitter-feed.php'),
(1506, 'wp-content/plugins/select-twitter-feed/shortcodes/load.php'),
(1507, 'wp-content/plugins/select-twitter-feed/shortcodes/select-twitter-shortcode.php'),
(1508, 'wp-content/plugins/select-twitter-feed/widgets/load.php'),
(1509, 'wp-content/plugins/select-twitter-feed/widgets/qode-twitter-widget.php'),
(1510, 'wp-content/plugins/updraftplus/admin.php'),
(1511, 'wp-content/plugins/updraftplus/backup.php'),
(1512, 'wp-content/plugins/updraftplus/central/bootstrap.php'),
(1513, 'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),
(1514, 'wp-content/plugins/updraftplus/central/commands.php'),
(1515, 'wp-content/plugins/updraftplus/central/listener.php'),
(1516, 'wp-content/plugins/updraftplus/central/modules/core.php'),
(1517, 'wp-content/plugins/updraftplus/central/modules/updates.php'),
(1518, 'wp-content/plugins/updraftplus/central/modules/updraftplus.php'),
(1519, 'wp-content/plugins/updraftplus/central/modules/users.php'),
(1520, 'wp-content/plugins/updraftplus/class-updraftplus.php'),
(1521, 'wp-content/plugins/updraftplus/class-zip.php'),
(1522, 'wp-content/plugins/updraftplus/example-decrypt.php'),
(1523, 'wp-content/plugins/updraftplus/includes/Dropbox/API.php'),
(1524, 'wp-content/plugins/updraftplus/includes/Dropbox/Exception.php'),
(1525, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php'),
(1526, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php'),
(1527, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php'),
(1528, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php'),
(1529, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php'),
(1530, 'wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php'),
(1531, 'wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),
(1532, 'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),
(1533, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),
(1534, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),
(1535, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),
(1536, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),
(1537, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),
(1538, 'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),
(1539, 'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),
(1540, 'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),
(1541, 'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),
(1542, 'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),
(1543, 'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),
(1544, 'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),
(1545, 'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),
(1546, 'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),
(1547, 'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),
(1548, 'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),
(1549, 'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),
(1550, 'wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),
(1551, 'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),
(1552, 'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),
(1553, 'wp-content/plugins/updraftplus/includes/Google/Client.php'),
(1554, 'wp-content/plugins/updraftplus/includes/Google/Collection.php'),
(1555, 'wp-content/plugins/updraftplus/includes/Google/Config.php'),
(1556, 'wp-content/plugins/updraftplus/includes/Google/Exception.php'),
(1557, 'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),
(1558, 'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),
(1559, 'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),
(1560, 'wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),
(1561, 'wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),
(1562, 'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),
(1563, 'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),
(1564, 'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),
(1565, 'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),
(1566, 'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),
(1567, 'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),
(1568, 'wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),
(1569, 'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),
(1570, 'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),
(1571, 'wp-content/plugins/updraftplus/includes/Google/Model.php'),
(1572, 'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeBuyer.php'),
(1573, 'wp-content/plugins/updraftplus/includes/Google/Service/AdExchangeSeller.php'),
(1574, 'wp-content/plugins/updraftplus/includes/Google/Service/AdSense.php'),
(1575, 'wp-content/plugins/updraftplus/includes/Google/Service/AdSenseHost.php'),
(1576, 'wp-content/plugins/updraftplus/includes/Google/Service/Admin.php'),
(1577, 'wp-content/plugins/updraftplus/includes/Google/Service/Analytics.php'),
(1578, 'wp-content/plugins/updraftplus/includes/Google/Service/AndroidEnterprise.php'),
(1579, 'wp-content/plugins/updraftplus/includes/Google/Service/AndroidPublisher.php'),
(1580, 'wp-content/plugins/updraftplus/includes/Google/Service/AppState.php'),
(1581, 'wp-content/plugins/updraftplus/includes/Google/Service/Appsactivity.php'),
(1582, 'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php'),
(1583, 'wp-content/plugins/updraftplus/includes/Google/Service/Autoscaler.php'),
(1584, 'wp-content/plugins/updraftplus/includes/Google/Service/Bigquery.php'),
(1585, 'wp-content/plugins/updraftplus/includes/Google/Service/Blogger.php'),
(1586, 'wp-content/plugins/updraftplus/includes/Google/Service/Books.php'),
(1587, 'wp-content/plugins/updraftplus/includes/Google/Service/Calendar.php'),
(1588, 'wp-content/plugins/updraftplus/includes/Google/Service/CivicInfo.php'),
(1589, 'wp-content/plugins/updraftplus/includes/Google/Service/CloudMonitoring.php'),
(1590, 'wp-content/plugins/updraftplus/includes/Google/Service/Cloudlatencytest.php'),
(1591, 'wp-content/plugins/updraftplus/includes/Google/Service/Cloudsearch.php'),
(1592, 'wp-content/plugins/updraftplus/includes/Google/Service/Compute.php'),
(1593, 'wp-content/plugins/updraftplus/includes/Google/Service/Computeaccounts.php'),
(1594, 'wp-content/plugins/updraftplus/includes/Google/Service/Container.php'),
(1595, 'wp-content/plugins/updraftplus/includes/Google/Service/Coordinate.php'),
(1596, 'wp-content/plugins/updraftplus/includes/Google/Service/Customsearch.php'),
(1597, 'wp-content/plugins/updraftplus/includes/Google/Service/Dataflow.php'),
(1598, 'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),
(1599, 'wp-content/plugins/updraftplus/includes/Google/Service/Deploymentmanager.php'),
(1600, 'wp-content/plugins/updraftplus/includes/Google/Service/Dfareporting.php'),
(1601, 'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php'),
(1602, 'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),
(1603, 'wp-content/plugins/updraftplus/includes/Google/Service/DoubleClickBidManager.php'),
(1604, 'wp-content/plugins/updraftplus/includes/Google/Service/Doubleclicksearch.php'),
(1605, 'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),
(1606, 'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),
(1607, 'wp-content/plugins/updraftplus/includes/Google/Service/Fitness.php'),
(1608, 'wp-content/plugins/updraftplus/includes/Google/Service/Freebase.php'),
(1609, 'wp-content/plugins/updraftplus/includes/Google/Service/Fusiontables.php'),
(1610, 'wp-content/plugins/updraftplus/includes/Google/Service/Games.php'),
(1611, 'wp-content/plugins/updraftplus/includes/Google/Service/GamesConfiguration.php'),
(1612, 'wp-content/plugins/updraftplus/includes/Google/Service/GamesManagement.php'),
(1613, 'wp-content/plugins/updraftplus/includes/Google/Service/Genomics.php'),
(1614, 'wp-content/plugins/updraftplus/includes/Google/Service/Gmail.php'),
(1615, 'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php'),
(1616, 'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php'),
(1617, 'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php'),
(1618, 'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php'),
(1619, 'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),
(1620, 'wp-content/plugins/updraftplus/includes/Google/Service/Manager.php'),
(1621, 'wp-content/plugins/updraftplus/includes/Google/Service/MapsEngine.php'),
(1622, 'wp-content/plugins/updraftplus/includes/Google/Service/Mirror.php'),
(1623, 'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),
(1624, 'wp-content/plugins/updraftplus/includes/Google/Service/Pagespeedonline.php'),
(1625, 'wp-content/plugins/updraftplus/includes/Google/Service/Plus.php'),
(1626, 'wp-content/plugins/updraftplus/includes/Google/Service/PlusDomains.php'),
(1627, 'wp-content/plugins/updraftplus/includes/Google/Service/Prediction.php'),
(1628, 'wp-content/plugins/updraftplus/includes/Google/Service/Pubsub.php'),
(1629, 'wp-content/plugins/updraftplus/includes/Google/Service/QPXExpress.php'),
(1630, 'wp-content/plugins/updraftplus/includes/Google/Service/Replicapool.php'),
(1631, 'wp-content/plugins/updraftplus/includes/Google/Service/Replicapoolupdater.php'),
(1632, 'wp-content/plugins/updraftplus/includes/Google/Service/Reports.php'),
(1633, 'wp-content/plugins/updraftplus/includes/Google/Service/Reseller.php'),
(1634, 'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),
(1635, 'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php'),
(1636, 'wp-content/plugins/updraftplus/includes/Google/Service/SQLAdmin.php'),
(1637, 'wp-content/plugins/updraftplus/includes/Google/Service/ShoppingContent.php'),
(1638, 'wp-content/plugins/updraftplus/includes/Google/Service/SiteVerification.php'),
(1639, 'wp-content/plugins/updraftplus/includes/Google/Service/Spectrum.php'),
(1640, 'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),
(1641, 'wp-content/plugins/updraftplus/includes/Google/Service/TagManager.php'),
(1642, 'wp-content/plugins/updraftplus/includes/Google/Service/Taskqueue.php'),
(1643, 'wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php'),
(1644, 'wp-content/plugins/updraftplus/includes/Google/Service/Translate.php'),
(1645, 'wp-content/plugins/updraftplus/includes/Google/Service/Urlshortener.php'),
(1646, 'wp-content/plugins/updraftplus/includes/Google/Service/Webfonts.php'),
(1647, 'wp-content/plugins/updraftplus/includes/Google/Service/Webmasters.php'),
(1648, 'wp-content/plugins/updraftplus/includes/Google/Service/YouTube.php'),
(1649, 'wp-content/plugins/updraftplus/includes/Google/Service/YouTubeAnalytics.php'),
(1650, 'wp-content/plugins/updraftplus/includes/Google/Service.php'),
(1651, 'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),
(1652, 'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),
(1653, 'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),
(1654, 'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),
(1655, 'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),
(1656, 'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),
(1657, 'wp-content/plugins/updraftplus/includes/Google/Utils.php'),
(1658, 'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),
(1659, 'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),
(1660, 'wp-content/plugins/updraftplus/includes/Google/autoload.php'),
(1661, 'wp-content/plugins/updraftplus/includes/PEAR/Archive/Tar.php'),
(1662, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request/Listener.php'),
(1663, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request.php'),
(1664, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php'),
(1665, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php'),
(1666, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php'),
(1667, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php'),
(1668, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php'),
(1669, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Exception.php'),
(1670, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php'),
(1671, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php'),
(1672, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Response.php'),
(1673, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php'),
(1674, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php'),
(1675, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2.php'),
(1676, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php'),
(1677, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php'),
(1678, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php'),
(1679, 'wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php'),
(1680, 'wp-content/plugins/updraftplus/includes/PEAR/Net/Socket.php'),
(1681, 'wp-content/plugins/updraftplus/includes/PEAR/Net/URL.php'),
(1682, 'wp-content/plugins/updraftplus/includes/PEAR/Net/URL2.php'),
(1683, 'wp-content/plugins/updraftplus/includes/PEAR/PEAR/Exception.php'),
(1684, 'wp-content/plugins/updraftplus/includes/PEAR/PEAR.php'),
(1685, 'wp-content/plugins/updraftplus/includes/PEAR/PEAR5.php'),
(1686, 'wp-content/plugins/updraftplus/includes/S3.php'),
(1687, 'wp-content/plugins/updraftplus/includes/S3compat.php'),
(1688, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php'),
(1689, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php'),
(1690, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php'),
(1691, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php'),
(1692, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php'),
(1693, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php'),
(1694, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php'),
(1695, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php'),
(1696, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php'),
(1697, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php'),
(1698, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php'),
(1699, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php'),
(1700, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Block.php'),
(1701, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php'),
(1702, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php'),
(1703, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php'),
(1704, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/Container.php'),
(1705, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php'),
(1706, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php'),
(1707, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php'),
(1708, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php'),
(1709, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php'),
(1710, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php'),
(1711, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php'),
(1712, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php'),
(1713, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php'),
(1714, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php'),
(1715, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php'),
(1716, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php'),
(1717, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php'),
(1718, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php'),
(1719, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php'),
(1720, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php'),
(1721, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php'),
(1722, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php'),
(1723, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php'),
(1724, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php'),
(1725, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php'),
(1726, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php'),
(1727, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php'),
(1728, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php'),
(1729, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php'),
(1730, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php'),
(1731, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php'),
(1732, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php'),
(1733, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php'),
(1734, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php'),
(1735, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php'),
(1736, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php'),
(1737, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php'),
(1738, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php'),
(1739, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php'),
(1740, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php'),
(1741, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php'),
(1742, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php'),
(1743, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php'),
(1744, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php'),
(1745, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php'),
(1746, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php'),
(1747, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php'),
(1748, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php'),
(1749, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php'),
(1750, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php'),
(1751, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php'),
(1752, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php'),
(1753, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php'),
(1754, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php'),
(1755, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php'),
(1756, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php'),
(1757, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php'),
(1758, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),
(1759, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php'),
(1760, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php'),
(1761, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php'),
(1762, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php'),
(1763, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php'),
(1764, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php'),
(1765, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php'),
(1766, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php'),
(1767, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php'),
(1768, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php'),
(1769, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php'),
(1770, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php'),
(1771, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php'),
(1772, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php'),
(1773, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php'),
(1774, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php'),
(1775, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php'),
(1776, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php'),
(1777, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php'),
(1778, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php'),
(1779, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php'),
(1780, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php'),
(1781, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php'),
(1782, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php'),
(1783, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php'),
(1784, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php'),
(1785, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php'),
(1786, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php'),
(1787, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php'),
(1788, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php'),
(1789, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php'),
(1790, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php'),
(1791, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php'),
(1792, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php'),
(1793, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php'),
(1794, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Logging.php'),
(1795, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php'),
(1796, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php'),
(1797, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php'),
(1798, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php'),
(1799, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServiceException.php'),
(1800, 'wp-content/plugins/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php'),
(1801, 'wp-content/plugins/updraftplus/includes/WindowsAzure/WindowsAzure.php'),
(1802, 'wp-content/plugins/updraftplus/includes/azure-extensions.php'),
(1803, 'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),
(1804, 'wp-content/plugins/updraftplus/includes/class-semaphore.php'),
(1805, 'wp-content/plugins/updraftplus/includes/class-udrpc.php'),
(1806, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),
(1807, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),
(1808, 'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),
(1809, 'wp-content/plugins/updraftplus/includes/ftp.class.php'),
(1810, 'wp-content/plugins/updraftplus/includes/google-extensions.php'),
(1811, 'wp-content/plugins/updraftplus/includes/jquery.blockUI.js'),
(1812, 'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),
(1813, 'wp-content/plugins/updraftplus/includes/onedrive/client.php'),
(1814, 'wp-content/plugins/updraftplus/includes/onedrive/file.php'),
(1815, 'wp-content/plugins/updraftplus/includes/onedrive/folder.php'),
(1816, 'wp-content/plugins/updraftplus/includes/onedrive/object.php'),
(1817, 'wp-content/plugins/updraftplus/includes/onedrive/onedrive.php'),
(1818, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/AES.php'),
(1819, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php'),
(1820, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Blowfish.php'),
(1821, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/DES.php'),
(1822, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Hash.php'),
(1823, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC2.php'),
(1824, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC4.php'),
(1825, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RSA.php'),
(1826, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Random.php'),
(1827, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Rijndael.php'),
(1828, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/TripleDES.php'),
(1829, 'wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Twofish.php'),
(1830, 'wp-content/plugins/updraftplus/includes/phpseclib/File/ANSI.php'),
(1831, 'wp-content/plugins/updraftplus/includes/phpseclib/File/ASN1.php'),
(1832, 'wp-content/plugins/updraftplus/includes/phpseclib/File/X509.php'),
(1833, 'wp-content/plugins/updraftplus/includes/phpseclib/Math/BigInteger.php'),
(1834, 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SCP.php'),
(1835, 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP/Stream.php'),
(1836, 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP.php'),
(1837, 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH1.php'),
(1838, 'wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH2.php'),
(1839, 'wp-content/plugins/updraftplus/includes/phpseclib/System/SSH/Agent.php'),
(1840, 'wp-content/plugins/updraftplus/includes/phpseclib/System/SSH_Agent.php'),
(1841, 'wp-content/plugins/updraftplus/includes/phpseclib/bootstrap.php'),
(1842, 'wp-content/plugins/updraftplus/includes/select2/select2.min.js'),
(1843, 'wp-content/plugins/updraftplus/includes/updraft-admin-ui.js'),
(1844, 'wp-content/plugins/updraftplus/index.html'),
(1845, 'wp-content/plugins/updraftplus/methods/addon-base.php'),
(1846, 'wp-content/plugins/updraftplus/methods/azure.php'),
(1847, 'wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),
(1848, 'wp-content/plugins/updraftplus/methods/cloudfiles.php'),
(1849, 'wp-content/plugins/updraftplus/methods/copycom.php'),
(1850, 'wp-content/plugins/updraftplus/methods/dreamobjects.php'),
(1851, 'wp-content/plugins/updraftplus/methods/dropbox.php'),
(1852, 'wp-content/plugins/updraftplus/methods/email.php'),
(1853, 'wp-content/plugins/updraftplus/methods/ftp.php'),
(1854, 'wp-content/plugins/updraftplus/methods/googlecloud.php'),
(1855, 'wp-content/plugins/updraftplus/methods/googledrive.php'),
(1856, 'wp-content/plugins/updraftplus/methods/insufficient.php'),
(1857, 'wp-content/plugins/updraftplus/methods/onedrive.php'),
(1858, 'wp-content/plugins/updraftplus/methods/openstack-base.php'),
(1859, 'wp-content/plugins/updraftplus/methods/openstack.php'),
(1860, 'wp-content/plugins/updraftplus/methods/openstack2.php'),
(1861, 'wp-content/plugins/updraftplus/methods/remotesend.php'),
(1862, 'wp-content/plugins/updraftplus/methods/s3.php'),
(1863, 'wp-content/plugins/updraftplus/methods/s3generic.php'),
(1864, 'wp-content/plugins/updraftplus/methods/sftp.php'),
(1865, 'wp-content/plugins/updraftplus/methods/stream-base.php'),
(1866, 'wp-content/plugins/updraftplus/methods/template.php'),
(1867, 'wp-content/plugins/updraftplus/methods/updraftvault.php'),
(1868, 'wp-content/plugins/updraftplus/methods/viaaddon-base.php'),
(1869, 'wp-content/plugins/updraftplus/methods/webdav.php'),
(1870, 'wp-content/plugins/updraftplus/options.php'),
(1871, 'wp-content/plugins/updraftplus/restorer.php'),
(1872, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),
(1873, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),
(1874, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),
(1875, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),
(1876, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),
(1877, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),
(1878, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),
(1879, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),
(1880, 'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),
(1881, 'wp-content/plugins/updraftplus/udaddons/options.php'),
(1882, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/debug-bar-panel.php'),
(1883, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/debug-bar-plugin.php'),
(1884, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/github-checker.php'),
(1885, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/js/debug-bar.js'),
(1886, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/plugin-update-checker.php'),
(1887, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/vendor/Parsedown.php'),
(1888, 'wp-content/plugins/updraftplus/udaddons/plugin-updates/vendor/readme-parser.php'),
(1889, 'wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php'),
(1890, 'wp-content/plugins/updraftplus/updraftplus.php'),
(1891, 'wp-content/plugins/updraftplus/vendor/autoload.php'),
(1892, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php'),
(1893, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php'),
(1894, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php'),
(1895, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php'),
(1896, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php'),
(1897, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php'),
(1898, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php'),
(1899, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php'),
(1900, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php'),
(1901, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php'),
(1902, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php'),
(1903, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php'),
(1904, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php'),
(1905, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php'),
(1906, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php'),
(1907, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php'),
(1908, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php'),
(1909, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php'),
(1910, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php'),
(1911, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php'),
(1912, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php'),
(1913, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php'),
(1914, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php'),
(1915, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php'),
(1916, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php'),
(1917, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php'),
(1918, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php'),
(1919, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php'),
(1920, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php'),
(1921, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php'),
(1922, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php'),
(1923, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php'),
(1924, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php'),
(1925, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php'),
(1926, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php'),
(1927, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php'),
(1928, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php'),
(1929, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php'),
(1930, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php'),
(1931, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php'),
(1932, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php'),
(1933, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php'),
(1934, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php'),
(1935, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php'),
(1936, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php'),
(1937, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php'),
(1938, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php'),
(1939, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php'),
(1940, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php'),
(1941, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php'),
(1942, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php'),
(1943, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php'),
(1944, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php'),
(1945, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php'),
(1946, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php'),
(1947, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php'),
(1948, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php'),
(1949, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php'),
(1950, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php'),
(1951, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php'),
(1952, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php'),
(1953, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php'),
(1954, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php'),
(1955, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php'),
(1956, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php'),
(1957, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php'),
(1958, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php'),
(1959, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php'),
(1960, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php'),
(1961, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php'),
(1962, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php'),
(1963, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php'),
(1964, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php'),
(1965, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php'),
(1966, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php'),
(1967, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php'),
(1968, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php'),
(1969, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php'),
(1970, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php'),
(1971, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php'),
(1972, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php'),
(1973, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php'),
(1974, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php'),
(1975, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php'),
(1976, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php'),
(1977, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php'),
(1978, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php'),
(1979, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php'),
(1980, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php'),
(1981, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php'),
(1982, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php'),
(1983, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php'),
(1984, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php'),
(1985, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php'),
(1986, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php'),
(1987, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php'),
(1988, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php'),
(1989, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php'),
(1990, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php'),
(1991, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php'),
(1992, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php'),
(1993, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php'),
(1994, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php'),
(1995, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php'),
(1996, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php'),
(1997, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php'),
(1998, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php'),
(1999, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php'),
(2000, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php'),
(2001, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php'),
(2002, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php'),
(2003, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php'),
(2004, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php'),
(2005, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php'),
(2006, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php'),
(2007, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php'),
(2008, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php'),
(2009, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php'),
(2010, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php'),
(2011, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php'),
(2012, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php'),
(2013, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php'),
(2014, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php'),
(2015, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php'),
(2016, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php'),
(2017, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php'),
(2018, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php'),
(2019, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php'),
(2020, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php'),
(2021, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php'),
(2022, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php'),
(2023, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php'),
(2024, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php'),
(2025, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php'),
(2026, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php'),
(2027, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php'),
(2028, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php'),
(2029, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php'),
(2030, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php'),
(2031, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php'),
(2032, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php'),
(2033, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php'),
(2034, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php'),
(2035, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php'),
(2036, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php'),
(2037, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php'),
(2038, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php'),
(2039, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php'),
(2040, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php'),
(2041, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php'),
(2042, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php'),
(2043, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php'),
(2044, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php'),
(2045, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php'),
(2046, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php'),
(2047, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php'),
(2048, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php'),
(2049, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php'),
(2050, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php'),
(2051, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(2052, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php'),
(2053, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php'),
(2054, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php'),
(2055, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php'),
(2056, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php'),
(2057, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php'),
(2058, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php'),
(2059, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php'),
(2060, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php'),
(2061, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php'),
(2062, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php'),
(2063, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php'),
(2064, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php'),
(2065, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php'),
(2066, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php'),
(2067, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php'),
(2068, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php'),
(2069, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php'),
(2070, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php'),
(2071, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php'),
(2072, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php'),
(2073, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php'),
(2074, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php'),
(2075, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php'),
(2076, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php'),
(2077, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php'),
(2078, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php'),
(2079, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php'),
(2080, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php'),
(2081, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php'),
(2082, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php'),
(2083, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php'),
(2084, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php'),
(2085, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php'),
(2086, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php'),
(2087, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php'),
(2088, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php'),
(2089, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php'),
(2090, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php'),
(2091, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php'),
(2092, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php'),
(2093, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php'),
(2094, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php'),
(2095, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php'),
(2096, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php'),
(2097, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php'),
(2098, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php'),
(2099, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php'),
(2100, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php'),
(2101, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php'),
(2102, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php'),
(2103, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php'),
(2104, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php'),
(2105, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php'),
(2106, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php'),
(2107, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php'),
(2108, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php'),
(2109, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php'),
(2110, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php'),
(2111, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php'),
(2112, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php'),
(2113, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php'),
(2114, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php'),
(2115, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php'),
(2116, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php'),
(2117, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php'),
(2118, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php'),
(2119, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php'),
(2120, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php'),
(2121, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php'),
(2122, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php'),
(2123, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php'),
(2124, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php'),
(2125, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php'),
(2126, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php'),
(2127, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php'),
(2128, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php'),
(2129, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php'),
(2130, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php'),
(2131, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php'),
(2132, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php'),
(2133, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php'),
(2134, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php'),
(2135, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php'),
(2136, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php'),
(2137, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php'),
(2138, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php'),
(2139, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php'),
(2140, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php'),
(2141, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php'),
(2142, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php'),
(2143, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php'),
(2144, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php'),
(2145, 'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php'),
(2146, 'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),
(2147, 'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),
(2148, 'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),
(2149, 'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),
(2150, 'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),
(2151, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),
(2152, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),
(2153, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),
(2154, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),
(2155, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),
(2156, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),
(2157, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),
(2158, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),
(2159, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),
(2160, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),
(2161, 'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),
(2162, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),
(2163, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),
(2164, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),
(2165, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),
(2166, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),
(2167, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),
(2168, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),
(2169, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),
(2170, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),
(2171, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),
(2172, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),
(2173, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),
(2174, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),
(2175, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),
(2176, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),
(2177, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),
(2178, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),
(2179, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),
(2180, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),
(2181, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),
(2182, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),
(2183, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),
(2184, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),
(2185, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),
(2186, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),
(2187, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),
(2188, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),
(2189, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),
(2190, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),
(2191, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),
(2192, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),
(2193, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),
(2194, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),
(2195, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),
(2196, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),
(2197, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),
(2198, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),
(2199, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),
(2200, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),
(2201, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),
(2202, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),
(2203, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),
(2204, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),
(2205, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),
(2206, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),
(2207, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),
(2208, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),
(2209, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),
(2210, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),
(2211, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),
(2212, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),
(2213, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),
(2214, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),
(2215, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),
(2216, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),
(2217, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),
(2218, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),
(2219, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),
(2220, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),
(2221, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),
(2222, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),
(2223, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),
(2224, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),
(2225, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),
(2226, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),
(2227, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),
(2228, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),
(2229, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),
(2230, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),
(2231, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),
(2232, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),
(2233, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),
(2234, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),
(2235, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),
(2236, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),
(2237, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),
(2238, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),
(2239, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),
(2240, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),
(2241, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),
(2242, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),
(2243, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),
(2244, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),
(2245, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),
(2246, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),
(2247, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),
(2248, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),
(2249, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),
(2250, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),
(2251, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),
(2252, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),
(2253, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),
(2254, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),
(2255, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),
(2256, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),
(2257, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),
(2258, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),
(2259, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),
(2260, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),
(2261, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),
(2262, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),
(2263, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),
(2264, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),
(2265, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),
(2266, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),
(2267, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),
(2268, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),
(2269, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),
(2270, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),
(2271, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),
(2272, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),
(2273, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),
(2274, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),
(2275, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),
(2276, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),
(2277, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),
(2278, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),
(2279, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),
(2280, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),
(2281, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),
(2282, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),
(2283, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),
(2284, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),
(2285, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),
(2286, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),
(2287, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),
(2288, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),
(2289, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),
(2290, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),
(2291, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),
(2292, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),
(2293, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),
(2294, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),
(2295, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),
(2296, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),
(2297, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),
(2298, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),
(2299, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),
(2300, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),
(2301, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),
(2302, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),
(2303, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),
(2304, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),
(2305, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),
(2306, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),
(2307, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),
(2308, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),
(2309, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),
(2310, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),
(2311, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),
(2312, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),
(2313, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),
(2314, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),
(2315, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),
(2316, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),
(2317, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),
(2318, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),
(2319, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),
(2320, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),
(2321, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),
(2322, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),
(2323, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),
(2324, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),
(2325, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),
(2326, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),
(2327, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),
(2328, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),
(2329, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),
(2330, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),
(2331, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),
(2332, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),
(2333, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),
(2334, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),
(2335, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),
(2336, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),
(2337, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),
(2338, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),
(2339, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),
(2340, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),
(2341, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),
(2342, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),
(2343, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),
(2344, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),
(2345, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),
(2346, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),
(2347, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),
(2348, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),
(2349, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),
(2350, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),
(2351, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),
(2352, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),
(2353, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),
(2354, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),
(2355, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),
(2356, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),
(2357, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),
(2358, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),
(2359, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),
(2360, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),
(2361, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),
(2362, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),
(2363, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),
(2364, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),
(2365, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),
(2366, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),
(2367, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),
(2368, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),
(2369, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),
(2370, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),
(2371, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),
(2372, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),
(2373, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),
(2374, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),
(2375, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),
(2376, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),
(2377, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),
(2378, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),
(2379, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),
(2380, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),
(2381, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),
(2382, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),
(2383, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),
(2384, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),
(2385, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),
(2386, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),
(2387, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),
(2388, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),
(2389, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),
(2390, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),
(2391, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),
(2392, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),
(2393, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),
(2394, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),
(2395, 'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),
(2396, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(2397, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(2398, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),
(2399, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(2400, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(2401, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(2402, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(2403, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),
(2404, 'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(2405, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),
(2406, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),
(2407, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),
(2408, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),
(2409, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),
(2410, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),
(2411, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),
(2412, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),
(2413, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),
(2414, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),
(2415, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),
(2416, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),
(2417, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),
(2418, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),
(2419, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),
(2420, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),
(2421, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),
(2422, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),
(2423, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),
(2424, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),
(2425, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),
(2426, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),
(2427, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),
(2428, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),
(2429, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),
(2430, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),
(2431, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),
(2432, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),
(2433, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),
(2434, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),
(2435, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),
(2436, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),
(2437, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),
(2438, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),
(2439, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),
(2440, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),
(2441, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),
(2442, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),
(2443, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),
(2444, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),
(2445, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),
(2446, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),
(2447, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),
(2448, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),
(2449, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),
(2450, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),
(2451, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),
(2452, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),
(2453, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),
(2454, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),
(2455, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),
(2456, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),
(2457, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),
(2458, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),
(2459, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),
(2460, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),
(2461, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),
(2462, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),
(2463, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),
(2464, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),
(2465, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),
(2466, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),
(2467, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),
(2468, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),
(2469, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),
(2470, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),
(2471, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),
(2472, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),
(2473, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),
(2474, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),
(2475, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),
(2476, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),
(2477, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),
(2478, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),
(2479, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),
(2480, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),
(2481, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),
(2482, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),
(2483, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),
(2484, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),
(2485, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),
(2486, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),
(2487, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),
(2488, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),
(2489, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),
(2490, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),
(2491, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),
(2492, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),
(2493, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),
(2494, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),
(2495, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),
(2496, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),
(2497, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),
(2498, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),
(2499, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),
(2500, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(2501, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),
(2502, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),
(2503, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),
(2504, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),
(2505, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),
(2506, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),
(2507, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),
(2508, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),
(2509, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),
(2510, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),
(2511, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),
(2512, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),
(2513, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),
(2514, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),
(2515, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),
(2516, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),
(2517, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),
(2518, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),
(2519, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),
(2520, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),
(2521, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),
(2522, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),
(2523, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),
(2524, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),
(2525, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),
(2526, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),
(2527, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),
(2528, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),
(2529, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),
(2530, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),
(2531, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),
(2532, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),
(2533, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),
(2534, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),
(2535, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),
(2536, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),
(2537, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),
(2538, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),
(2539, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),
(2540, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),
(2541, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),
(2542, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),
(2543, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),
(2544, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),
(2545, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),
(2546, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),
(2547, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),
(2548, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),
(2549, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),
(2550, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),
(2551, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),
(2552, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),
(2553, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),
(2554, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),
(2555, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),
(2556, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),
(2557, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),
(2558, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),
(2559, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),
(2560, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),
(2561, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),
(2562, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),
(2563, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),
(2564, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),
(2565, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),
(2566, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),
(2567, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),
(2568, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),
(2569, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),
(2570, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),
(2571, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),
(2572, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),
(2573, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),
(2574, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),
(2575, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),
(2576, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),
(2577, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),
(2578, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),
(2579, 'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),
(2580, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),
(2581, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),
(2582, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),
(2583, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),
(2584, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),
(2585, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),
(2586, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),
(2587, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),
(2588, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),
(2589, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),
(2590, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),
(2591, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php'),
(2592, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php'),
(2593, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php'),
(2594, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php'),
(2595, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php'),
(2596, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php'),
(2597, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php'),
(2598, 'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php'),
(2599, 'wp-content/plugins/wordfence/css/activity-report-widget.css'),
(2600, 'wp-content/plugins/wordfence/css/colorbox.css'),
(2601, 'wp-content/plugins/wordfence/css/diff.css'),
(2602, 'wp-content/plugins/wordfence/css/dt_table.css'),
(2603, 'wp-content/plugins/wordfence/css/fullLog.css'),
(2604, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(2605, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_1997c7_40x100.png'),
(2606, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png'),
(2607, 'wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png'),
(2608, 'wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png'),
(2609, 'wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png'),
(2610, 'wp-content/plugins/wordfence/css/images/ui-icons_222222_256x240.png'),
(2611, 'wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png'),
(2612, 'wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png'),
(2613, 'wp-content/plugins/wordfence/css/images/ui-icons_fff_256x240.png'),
(2614, 'wp-content/plugins/wordfence/css/iptraf.css'),
(2615, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css'),
(2616, 'wp-content/plugins/wordfence/css/jquery-ui.min.css'),
(2617, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.css'),
(2618, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.css'),
(2619, 'wp-content/plugins/wordfence/css/main.css'),
(2620, 'wp-content/plugins/wordfence/css/phpinfo.css'),
(2621, 'wp-content/plugins/wordfence/css/select2.min.css'),
(2622, 'wp-content/plugins/wordfence/css/wordfenceBox.css'),
(2623, 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(2624, 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(2625, 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(2626, 'wp-content/plugins/wordfence/images/flags/.png'),
(2627, 'wp-content/plugins/wordfence/images/flags/a1.png'),
(2628, 'wp-content/plugins/wordfence/images/flags/a2.png'),
(2629, 'wp-content/plugins/wordfence/images/flags/ad.png'),
(2630, 'wp-content/plugins/wordfence/images/flags/ae.png'),
(2631, 'wp-content/plugins/wordfence/images/flags/af.png'),
(2632, 'wp-content/plugins/wordfence/images/flags/ag.png'),
(2633, 'wp-content/plugins/wordfence/images/flags/ai.png'),
(2634, 'wp-content/plugins/wordfence/images/flags/al.png'),
(2635, 'wp-content/plugins/wordfence/images/flags/am.png'),
(2636, 'wp-content/plugins/wordfence/images/flags/an.png'),
(2637, 'wp-content/plugins/wordfence/images/flags/ao.png'),
(2638, 'wp-content/plugins/wordfence/images/flags/ap.png'),
(2639, 'wp-content/plugins/wordfence/images/flags/aq.png'),
(2640, 'wp-content/plugins/wordfence/images/flags/ar.png'),
(2641, 'wp-content/plugins/wordfence/images/flags/as.png'),
(2642, 'wp-content/plugins/wordfence/images/flags/at.png'),
(2643, 'wp-content/plugins/wordfence/images/flags/au.png'),
(2644, 'wp-content/plugins/wordfence/images/flags/aw.png'),
(2645, 'wp-content/plugins/wordfence/images/flags/ax.png'),
(2646, 'wp-content/plugins/wordfence/images/flags/az.png'),
(2647, 'wp-content/plugins/wordfence/images/flags/ba.png'),
(2648, 'wp-content/plugins/wordfence/images/flags/bb.png'),
(2649, 'wp-content/plugins/wordfence/images/flags/bd.png'),
(2650, 'wp-content/plugins/wordfence/images/flags/be.png'),
(2651, 'wp-content/plugins/wordfence/images/flags/bf.png'),
(2652, 'wp-content/plugins/wordfence/images/flags/bg.png'),
(2653, 'wp-content/plugins/wordfence/images/flags/bh.png'),
(2654, 'wp-content/plugins/wordfence/images/flags/bi.png'),
(2655, 'wp-content/plugins/wordfence/images/flags/bj.png'),
(2656, 'wp-content/plugins/wordfence/images/flags/bm.png'),
(2657, 'wp-content/plugins/wordfence/images/flags/bn.png'),
(2658, 'wp-content/plugins/wordfence/images/flags/bo.png'),
(2659, 'wp-content/plugins/wordfence/images/flags/br.png'),
(2660, 'wp-content/plugins/wordfence/images/flags/bs.png'),
(2661, 'wp-content/plugins/wordfence/images/flags/bt.png'),
(2662, 'wp-content/plugins/wordfence/images/flags/bv.png'),
(2663, 'wp-content/plugins/wordfence/images/flags/bw.png'),
(2664, 'wp-content/plugins/wordfence/images/flags/by.png'),
(2665, 'wp-content/plugins/wordfence/images/flags/bz.png'),
(2666, 'wp-content/plugins/wordfence/images/flags/ca.png'),
(2667, 'wp-content/plugins/wordfence/images/flags/cc.png'),
(2668, 'wp-content/plugins/wordfence/images/flags/cd.png'),
(2669, 'wp-content/plugins/wordfence/images/flags/cf.png'),
(2670, 'wp-content/plugins/wordfence/images/flags/cg.png'),
(2671, 'wp-content/plugins/wordfence/images/flags/ch.png'),
(2672, 'wp-content/plugins/wordfence/images/flags/ci.png'),
(2673, 'wp-content/plugins/wordfence/images/flags/ck.png'),
(2674, 'wp-content/plugins/wordfence/images/flags/cl.png'),
(2675, 'wp-content/plugins/wordfence/images/flags/cm.png'),
(2676, 'wp-content/plugins/wordfence/images/flags/cn.png'),
(2677, 'wp-content/plugins/wordfence/images/flags/co.png'),
(2678, 'wp-content/plugins/wordfence/images/flags/cr.png'),
(2679, 'wp-content/plugins/wordfence/images/flags/cs.png'),
(2680, 'wp-content/plugins/wordfence/images/flags/cu.png'),
(2681, 'wp-content/plugins/wordfence/images/flags/cv.png'),
(2682, 'wp-content/plugins/wordfence/images/flags/cw.png'),
(2683, 'wp-content/plugins/wordfence/images/flags/cx.png'),
(2684, 'wp-content/plugins/wordfence/images/flags/cy.png'),
(2685, 'wp-content/plugins/wordfence/images/flags/cz.png'),
(2686, 'wp-content/plugins/wordfence/images/flags/de.png'),
(2687, 'wp-content/plugins/wordfence/images/flags/dj.png'),
(2688, 'wp-content/plugins/wordfence/images/flags/dk.png'),
(2689, 'wp-content/plugins/wordfence/images/flags/dm.png'),
(2690, 'wp-content/plugins/wordfence/images/flags/do.png'),
(2691, 'wp-content/plugins/wordfence/images/flags/dz.png'),
(2692, 'wp-content/plugins/wordfence/images/flags/ec.png'),
(2693, 'wp-content/plugins/wordfence/images/flags/ee.png'),
(2694, 'wp-content/plugins/wordfence/images/flags/eg.png'),
(2695, 'wp-content/plugins/wordfence/images/flags/eh.png'),
(2696, 'wp-content/plugins/wordfence/images/flags/england.png'),
(2697, 'wp-content/plugins/wordfence/images/flags/er.png'),
(2698, 'wp-content/plugins/wordfence/images/flags/es.png'),
(2699, 'wp-content/plugins/wordfence/images/flags/et.png'),
(2700, 'wp-content/plugins/wordfence/images/flags/eu.png'),
(2701, 'wp-content/plugins/wordfence/images/flags/fam.png'),
(2702, 'wp-content/plugins/wordfence/images/flags/fi.png'),
(2703, 'wp-content/plugins/wordfence/images/flags/fj.png'),
(2704, 'wp-content/plugins/wordfence/images/flags/fk.png'),
(2705, 'wp-content/plugins/wordfence/images/flags/fm.png'),
(2706, 'wp-content/plugins/wordfence/images/flags/fo.png'),
(2707, 'wp-content/plugins/wordfence/images/flags/fr.png'),
(2708, 'wp-content/plugins/wordfence/images/flags/ga.png'),
(2709, 'wp-content/plugins/wordfence/images/flags/gb.png'),
(2710, 'wp-content/plugins/wordfence/images/flags/gd.png'),
(2711, 'wp-content/plugins/wordfence/images/flags/ge.png'),
(2712, 'wp-content/plugins/wordfence/images/flags/gf.png'),
(2713, 'wp-content/plugins/wordfence/images/flags/gg.png'),
(2714, 'wp-content/plugins/wordfence/images/flags/gh.png'),
(2715, 'wp-content/plugins/wordfence/images/flags/gi.png'),
(2716, 'wp-content/plugins/wordfence/images/flags/gl.png'),
(2717, 'wp-content/plugins/wordfence/images/flags/gm.png'),
(2718, 'wp-content/plugins/wordfence/images/flags/gn.png'),
(2719, 'wp-content/plugins/wordfence/images/flags/gp.png'),
(2720, 'wp-content/plugins/wordfence/images/flags/gq.png'),
(2721, 'wp-content/plugins/wordfence/images/flags/gr.png'),
(2722, 'wp-content/plugins/wordfence/images/flags/gs.png'),
(2723, 'wp-content/plugins/wordfence/images/flags/gt.png'),
(2724, 'wp-content/plugins/wordfence/images/flags/gu.png'),
(2725, 'wp-content/plugins/wordfence/images/flags/gw.png'),
(2726, 'wp-content/plugins/wordfence/images/flags/gy.png'),
(2727, 'wp-content/plugins/wordfence/images/flags/hk.png'),
(2728, 'wp-content/plugins/wordfence/images/flags/hn.png'),
(2729, 'wp-content/plugins/wordfence/images/flags/hr.png'),
(2730, 'wp-content/plugins/wordfence/images/flags/ht.png'),
(2731, 'wp-content/plugins/wordfence/images/flags/hu.png'),
(2732, 'wp-content/plugins/wordfence/images/flags/id.png'),
(2733, 'wp-content/plugins/wordfence/images/flags/ie.png'),
(2734, 'wp-content/plugins/wordfence/images/flags/il.png'),
(2735, 'wp-content/plugins/wordfence/images/flags/im.png'),
(2736, 'wp-content/plugins/wordfence/images/flags/in.png'),
(2737, 'wp-content/plugins/wordfence/images/flags/io.png'),
(2738, 'wp-content/plugins/wordfence/images/flags/iq.png'),
(2739, 'wp-content/plugins/wordfence/images/flags/ir.png'),
(2740, 'wp-content/plugins/wordfence/images/flags/is.png'),
(2741, 'wp-content/plugins/wordfence/images/flags/it.png'),
(2742, 'wp-content/plugins/wordfence/images/flags/je.png'),
(2743, 'wp-content/plugins/wordfence/images/flags/jm.png'),
(2744, 'wp-content/plugins/wordfence/images/flags/jo.png'),
(2745, 'wp-content/plugins/wordfence/images/flags/jp.png'),
(2746, 'wp-content/plugins/wordfence/images/flags/ke.png'),
(2747, 'wp-content/plugins/wordfence/images/flags/kg.png'),
(2748, 'wp-content/plugins/wordfence/images/flags/kh.png'),
(2749, 'wp-content/plugins/wordfence/images/flags/ki.png'),
(2750, 'wp-content/plugins/wordfence/images/flags/km.png'),
(2751, 'wp-content/plugins/wordfence/images/flags/kn.png'),
(2752, 'wp-content/plugins/wordfence/images/flags/kp.png'),
(2753, 'wp-content/plugins/wordfence/images/flags/kr.png'),
(2754, 'wp-content/plugins/wordfence/images/flags/kw.png'),
(2755, 'wp-content/plugins/wordfence/images/flags/ky.png'),
(2756, 'wp-content/plugins/wordfence/images/flags/kz.png'),
(2757, 'wp-content/plugins/wordfence/images/flags/la.png'),
(2758, 'wp-content/plugins/wordfence/images/flags/lb.png'),
(2759, 'wp-content/plugins/wordfence/images/flags/lc.png'),
(2760, 'wp-content/plugins/wordfence/images/flags/li.png'),
(2761, 'wp-content/plugins/wordfence/images/flags/lk.png'),
(2762, 'wp-content/plugins/wordfence/images/flags/lr.png'),
(2763, 'wp-content/plugins/wordfence/images/flags/ls.png'),
(2764, 'wp-content/plugins/wordfence/images/flags/lt.png'),
(2765, 'wp-content/plugins/wordfence/images/flags/lu.png'),
(2766, 'wp-content/plugins/wordfence/images/flags/lv.png'),
(2767, 'wp-content/plugins/wordfence/images/flags/ly.png'),
(2768, 'wp-content/plugins/wordfence/images/flags/ma.png'),
(2769, 'wp-content/plugins/wordfence/images/flags/mc.png'),
(2770, 'wp-content/plugins/wordfence/images/flags/md.png'),
(2771, 'wp-content/plugins/wordfence/images/flags/me.png'),
(2772, 'wp-content/plugins/wordfence/images/flags/mg.png'),
(2773, 'wp-content/plugins/wordfence/images/flags/mh.png'),
(2774, 'wp-content/plugins/wordfence/images/flags/mk.png'),
(2775, 'wp-content/plugins/wordfence/images/flags/ml.png'),
(2776, 'wp-content/plugins/wordfence/images/flags/mm.png'),
(2777, 'wp-content/plugins/wordfence/images/flags/mn.png'),
(2778, 'wp-content/plugins/wordfence/images/flags/mo.png'),
(2779, 'wp-content/plugins/wordfence/images/flags/mp.png'),
(2780, 'wp-content/plugins/wordfence/images/flags/mq.png'),
(2781, 'wp-content/plugins/wordfence/images/flags/mr.png'),
(2782, 'wp-content/plugins/wordfence/images/flags/ms.png'),
(2783, 'wp-content/plugins/wordfence/images/flags/mt.png'),
(2784, 'wp-content/plugins/wordfence/images/flags/mu.png'),
(2785, 'wp-content/plugins/wordfence/images/flags/mv.png'),
(2786, 'wp-content/plugins/wordfence/images/flags/mw.png'),
(2787, 'wp-content/plugins/wordfence/images/flags/mx.png'),
(2788, 'wp-content/plugins/wordfence/images/flags/my.png'),
(2789, 'wp-content/plugins/wordfence/images/flags/mz.png'),
(2790, 'wp-content/plugins/wordfence/images/flags/na.png'),
(2791, 'wp-content/plugins/wordfence/images/flags/nc.png'),
(2792, 'wp-content/plugins/wordfence/images/flags/ne.png'),
(2793, 'wp-content/plugins/wordfence/images/flags/nf.png'),
(2794, 'wp-content/plugins/wordfence/images/flags/ng.png'),
(2795, 'wp-content/plugins/wordfence/images/flags/ni.png'),
(2796, 'wp-content/plugins/wordfence/images/flags/nl.png'),
(2797, 'wp-content/plugins/wordfence/images/flags/no.png'),
(2798, 'wp-content/plugins/wordfence/images/flags/np.png'),
(2799, 'wp-content/plugins/wordfence/images/flags/nr.png'),
(2800, 'wp-content/plugins/wordfence/images/flags/nu.png'),
(2801, 'wp-content/plugins/wordfence/images/flags/nz.png'),
(2802, 'wp-content/plugins/wordfence/images/flags/om.png'),
(2803, 'wp-content/plugins/wordfence/images/flags/pa.png'),
(2804, 'wp-content/plugins/wordfence/images/flags/pe.png'),
(2805, 'wp-content/plugins/wordfence/images/flags/pf.png'),
(2806, 'wp-content/plugins/wordfence/images/flags/pg.png'),
(2807, 'wp-content/plugins/wordfence/images/flags/ph.png'),
(2808, 'wp-content/plugins/wordfence/images/flags/pk.png'),
(2809, 'wp-content/plugins/wordfence/images/flags/pl.png'),
(2810, 'wp-content/plugins/wordfence/images/flags/pm.png'),
(2811, 'wp-content/plugins/wordfence/images/flags/pn.png'),
(2812, 'wp-content/plugins/wordfence/images/flags/pr.png'),
(2813, 'wp-content/plugins/wordfence/images/flags/ps.png'),
(2814, 'wp-content/plugins/wordfence/images/flags/pt.png'),
(2815, 'wp-content/plugins/wordfence/images/flags/pw.png'),
(2816, 'wp-content/plugins/wordfence/images/flags/py.png'),
(2817, 'wp-content/plugins/wordfence/images/flags/qa.png'),
(2818, 'wp-content/plugins/wordfence/images/flags/re.png'),
(2819, 'wp-content/plugins/wordfence/images/flags/ro.png'),
(2820, 'wp-content/plugins/wordfence/images/flags/rs.png'),
(2821, 'wp-content/plugins/wordfence/images/flags/ru.png'),
(2822, 'wp-content/plugins/wordfence/images/flags/rw.png'),
(2823, 'wp-content/plugins/wordfence/images/flags/sa.png'),
(2824, 'wp-content/plugins/wordfence/images/flags/sb.png'),
(2825, 'wp-content/plugins/wordfence/images/flags/sc.png'),
(2826, 'wp-content/plugins/wordfence/images/flags/scotland.png'),
(2827, 'wp-content/plugins/wordfence/images/flags/sd.png'),
(2828, 'wp-content/plugins/wordfence/images/flags/se.png'),
(2829, 'wp-content/plugins/wordfence/images/flags/sg.png'),
(2830, 'wp-content/plugins/wordfence/images/flags/sh.png'),
(2831, 'wp-content/plugins/wordfence/images/flags/si.png'),
(2832, 'wp-content/plugins/wordfence/images/flags/sk.png'),
(2833, 'wp-content/plugins/wordfence/images/flags/sl.png'),
(2834, 'wp-content/plugins/wordfence/images/flags/sm.png'),
(2835, 'wp-content/plugins/wordfence/images/flags/sn.png'),
(2836, 'wp-content/plugins/wordfence/images/flags/so.png'),
(2837, 'wp-content/plugins/wordfence/images/flags/sprite-des-128.png'),
(2838, 'wp-content/plugins/wordfence/images/flags/sprite-des-16.png'),
(2839, 'wp-content/plugins/wordfence/images/flags/sprite-des-256.png'),
(2840, 'wp-content/plugins/wordfence/images/flags/sprite-des-32.png'),
(2841, 'wp-content/plugins/wordfence/images/flags/sprite-des-64.png'),
(2842, 'wp-content/plugins/wordfence/images/flags/sprite-des.png'),
(2843, 'wp-content/plugins/wordfence/images/flags/sprite-des2.png'),
(2844, 'wp-content/plugins/wordfence/images/flags/sprite2.css'),
(2845, 'wp-content/plugins/wordfence/images/flags/sprite2.png'),
(2846, 'wp-content/plugins/wordfence/images/flags/sr.png'),
(2847, 'wp-content/plugins/wordfence/images/flags/st.png'),
(2848, 'wp-content/plugins/wordfence/images/flags/sv.png'),
(2849, 'wp-content/plugins/wordfence/images/flags/sy.png'),
(2850, 'wp-content/plugins/wordfence/images/flags/sz.png'),
(2851, 'wp-content/plugins/wordfence/images/flags/tc.png'),
(2852, 'wp-content/plugins/wordfence/images/flags/td.png'),
(2853, 'wp-content/plugins/wordfence/images/flags/tf.png'),
(2854, 'wp-content/plugins/wordfence/images/flags/tg.png'),
(2855, 'wp-content/plugins/wordfence/images/flags/th.png'),
(2856, 'wp-content/plugins/wordfence/images/flags/tj.png'),
(2857, 'wp-content/plugins/wordfence/images/flags/tk.png'),
(2858, 'wp-content/plugins/wordfence/images/flags/tl.png'),
(2859, 'wp-content/plugins/wordfence/images/flags/tm.png'),
(2860, 'wp-content/plugins/wordfence/images/flags/tn.png'),
(2861, 'wp-content/plugins/wordfence/images/flags/to.png'),
(2862, 'wp-content/plugins/wordfence/images/flags/tr.png'),
(2863, 'wp-content/plugins/wordfence/images/flags/tt.png'),
(2864, 'wp-content/plugins/wordfence/images/flags/tv.png'),
(2865, 'wp-content/plugins/wordfence/images/flags/tw.png'),
(2866, 'wp-content/plugins/wordfence/images/flags/tz.png'),
(2867, 'wp-content/plugins/wordfence/images/flags/ua.png'),
(2868, 'wp-content/plugins/wordfence/images/flags/ug.png'),
(2869, 'wp-content/plugins/wordfence/images/flags/uk.png'),
(2870, 'wp-content/plugins/wordfence/images/flags/um.png'),
(2871, 'wp-content/plugins/wordfence/images/flags/us.png'),
(2872, 'wp-content/plugins/wordfence/images/flags/uy.png'),
(2873, 'wp-content/plugins/wordfence/images/flags/uz.png'),
(2874, 'wp-content/plugins/wordfence/images/flags/va.png'),
(2875, 'wp-content/plugins/wordfence/images/flags/vc.png'),
(2876, 'wp-content/plugins/wordfence/images/flags/ve.png'),
(2877, 'wp-content/plugins/wordfence/images/flags/vg.png'),
(2878, 'wp-content/plugins/wordfence/images/flags/vi.png'),
(2879, 'wp-content/plugins/wordfence/images/flags/vn.png'),
(2880, 'wp-content/plugins/wordfence/images/flags/vu.png'),
(2881, 'wp-content/plugins/wordfence/images/flags/wales.png'),
(2882, 'wp-content/plugins/wordfence/images/flags/wf.png'),
(2883, 'wp-content/plugins/wordfence/images/flags/ws.png'),
(2884, 'wp-content/plugins/wordfence/images/flags/xk.png'),
(2885, 'wp-content/plugins/wordfence/images/flags/ye.png'),
(2886, 'wp-content/plugins/wordfence/images/flags/yt.png'),
(2887, 'wp-content/plugins/wordfence/images/flags/za.png'),
(2888, 'wp-content/plugins/wordfence/images/flags/zm.png'),
(2889, 'wp-content/plugins/wordfence/images/flags/zw.png'),
(2890, 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(2891, 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(2892, 'wp-content/plugins/wordfence/images/help.png'),
(2893, 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(2894, 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(2895, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(2896, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(2897, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(2898, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(2899, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(2900, 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(2901, 'wp-content/plugins/wordfence/images/icons/error128.png'),
(2902, 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(2903, 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(2904, 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(2905, 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(2906, 'wp-content/plugins/wordfence/images/loading.gif'),
(2907, 'wp-content/plugins/wordfence/images/loading_background.png'),
(2908, 'wp-content/plugins/wordfence/images/loading_large.gif'),
(2909, 'wp-content/plugins/wordfence/images/logo.png'),
(2910, 'wp-content/plugins/wordfence/images/rr_premium.png'),
(2911, 'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg'),
(2912, 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(2913, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(2914, 'wp-content/plugins/wordfence/images/sort_both.gif'),
(2915, 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(2916, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(2917, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png'),
(2918, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png'),
(2919, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png'),
(2920, 'wp-content/plugins/wordfence/index.php'),
(2921, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.js'),
(2922, 'wp-content/plugins/wordfence/js/admin.js'),
(2923, 'wp-content/plugins/wordfence/js/admin.liveTraffic.js'),
(2924, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js'),
(2925, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js'),
(2926, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js'),
(2927, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.js'),
(2928, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js'),
(2929, 'wp-content/plugins/wordfence/js/jquery.tools.min.js'),
(2930, 'wp-content/plugins/wordfence/js/knockout-3.3.0.js'),
(2931, 'wp-content/plugins/wordfence/js/perf.js'),
(2932, 'wp-content/plugins/wordfence/js/select2.min.js'),
(2933, 'wp-content/plugins/wordfence/js/tourTip.js'),
(2934, 'wp-content/plugins/wordfence/lib/.htaccess'),
(2935, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(2936, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(2937, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(2938, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(2939, 'wp-content/plugins/wordfence/lib/Diff.php'),
(2940, 'wp-content/plugins/wordfence/lib/GeoIP.dat'),
(2941, 'wp-content/plugins/wordfence/lib/GeoIPv6.dat'),
(2942, 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(2943, 'wp-content/plugins/wordfence/lib/compat.php'),
(2944, 'wp-content/plugins/wordfence/lib/conntest.php'),
(2945, 'wp-content/plugins/wordfence/lib/cronview.php'),
(2946, 'wp-content/plugins/wordfence/lib/dashboard.php'),
(2947, 'wp-content/plugins/wordfence/lib/dbview.php'),
(2948, 'wp-content/plugins/wordfence/lib/diffResult.php'),
(2949, 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(2950, 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(2951, 'wp-content/plugins/wordfence/lib/email_passwdChanged.php'),
(2952, 'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php'),
(2953, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(2954, 'wp-content/plugins/wordfence/lib/menu_activity.php'),
(2955, 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php'),
(2956, 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php'),
(2957, 'wp-content/plugins/wordfence/lib/menu_diagnostic.php'),
(2958, 'wp-content/plugins/wordfence/lib/menu_options.php'),
(2959, 'wp-content/plugins/wordfence/lib/menu_passwd.php'),
(2960, 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php'),
(2961, 'wp-content/plugins/wordfence/lib/menu_scan.php'),
(2962, 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php'),
(2963, 'wp-content/plugins/wordfence/lib/menu_sitePerf.php'),
(2964, 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php'),
(2965, 'wp-content/plugins/wordfence/lib/menu_twoFactor.php'),
(2966, 'wp-content/plugins/wordfence/lib/menu_waf.php'),
(2967, 'wp-content/plugins/wordfence/lib/menu_whois.php'),
(2968, 'wp-content/plugins/wordfence/lib/pageTitle.php'),
(2969, 'wp-content/plugins/wordfence/lib/schedWeekEntry.php'),
(2970, 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(2971, 'wp-content/plugins/wordfence/lib/unknownFiles.php'),
(2972, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(2973, 'wp-content/plugins/wordfence/lib/wf503.php'),
(2974, 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(2975, 'wp-content/plugins/wordfence/lib/wfAction.php'),
(2976, 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(2977, 'wp-content/plugins/wordfence/lib/wfArray.php'),
(2978, 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(2979, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(2980, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(2981, 'wp-content/plugins/wordfence/lib/wfCache.php'),
(2982, 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(2983, 'wp-content/plugins/wordfence/lib/wfCountryMap.php'),
(2984, 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(2985, 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(2986, 'wp-content/plugins/wordfence/lib/wfDB.php'),
(2987, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(2988, 'wp-content/plugins/wordfence/lib/wfDict.php'),
(2989, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(2990, 'wp-content/plugins/wordfence/lib/wfGeoIP.php'),
(2991, 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(2992, 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(2993, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(2994, 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(2995, 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(2996, 'wp-content/plugins/wordfence/lib/wfLog.php'),
(2997, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(2998, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(2999, 'wp-content/plugins/wordfence/lib/wfRate.php'),
(3000, 'wp-content/plugins/wordfence/lib/wfScan.php'),
(3001, 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(3002, 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(3003, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(3004, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(3005, 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(3006, 'wp-content/plugins/wordfence/lib/wfView.php'),
(3007, 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(3008, 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(3009, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(3010, 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(3011, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(3012, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(3013, 'wp-content/plugins/wordfence/readme.txt'),
(3014, 'wp-content/plugins/wordfence/tmp/.htaccess'),
(3015, 'wp-content/plugins/wordfence/vendor/autoload.php'),
(3016, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(3017, 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(3018, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(3019, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(3020, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(3021, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(3022, 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(3023, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php'),
(3024, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(3025, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(3026, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(3027, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(3028, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(3029, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(3030, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(3031, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(3032, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(3033, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(3034, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(3035, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(3036, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(3037, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(3038, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(3039, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(3040, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(3041, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(3042, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(3043, 'wp-content/plugins/wordfence/views/marketing/rightrail.php'),
(3044, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(3045, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php'),
(3046, 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(3047, 'wp-content/plugins/wordfence/views/waf/debug.php'),
(3048, 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(3049, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP.php'),
(3050, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(3051, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(3052, 'wp-content/plugins/wordfence/wordfence.php'),
(3053, 'wp-content/themes/index.php'),
(3054, 'wp-content/themes/stockholm/404.php'),
(3055, 'wp-content/themes/stockholm/archive.php'),
(3056, 'wp-content/themes/stockholm/blog-animated.php'),
(3057, 'wp-content/themes/stockholm/blog-centered.php'),
(3058, 'wp-content/themes/stockholm/blog-chequered.php'),
(3059, 'wp-content/themes/stockholm/blog-large-image-whole-post.php'),
(3060, 'wp-content/themes/stockholm/blog-large-image.php'),
(3061, 'wp-content/themes/stockholm/blog-masonry-full-width.php'),
(3062, 'wp-content/themes/stockholm/blog-masonry.php'),
(3063, 'wp-content/themes/stockholm/blog-pinterest-full-width.php'),
(3064, 'wp-content/themes/stockholm/category.php'),
(3065, 'wp-content/themes/stockholm/comments.php'),
(3066, 'wp-content/themes/stockholm/contact-page.php'),
(3067, 'wp-content/themes/stockholm/css/custom_css.php'),
(3068, 'wp-content/themes/stockholm/css/elegant-icons/index.html'),
(3069, 'wp-content/themes/stockholm/css/linear-icons/demo-files/demo.js'),
(3070, 'wp-content/themes/stockholm/css/linear-icons/demo.html'),
(3071, 'wp-content/themes/stockholm/css/style_dynamic.php'),
(3072, 'wp-content/themes/stockholm/css/style_dynamic_responsive.php'),
(3073, 'wp-content/themes/stockholm/extendvc/extend-vc.php'),
(3074, 'wp-content/themes/stockholm/footer.php'),
(3075, 'wp-content/themes/stockholm/framework/admin/assets/js/bootstrap.min.js'),
(3076, 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-instagram-disconnect.js'),
(3077, 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-twitter-connect.js'),
(3078, 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-ui/jquery.nouislider.min.js'),
(3079, 'wp-content/themes/stockholm/framework/admin/assets/js/qodef-ui/qodef-ui.js'),
(3080, 'wp-content/themes/stockholm/framework/admin/meta-boxes/carousels/map.php'),
(3081, 'wp-content/themes/stockholm/framework/admin/meta-boxes/page/map.php'),
(3082, 'wp-content/themes/stockholm/framework/admin/meta-boxes/portfolio/map.php'),
(3083, 'wp-content/themes/stockholm/framework/admin/meta-boxes/post/map.php'),
(3084, 'wp-content/themes/stockholm/framework/admin/meta-boxes/qode-meta-boxes-setup.php'),
(3085, 'wp-content/themes/stockholm/framework/admin/meta-boxes/slides/map.php'),
(3086, 'wp-content/themes/stockholm/framework/admin/meta-boxes/testimonials/map.php'),
(3087, 'wp-content/themes/stockholm/framework/admin/options/10.general/map.php'),
(3088, 'wp-content/themes/stockholm/framework/admin/options/100.social/map.php'),
(3089, 'wp-content/themes/stockholm/framework/admin/options/110.error404/map.php'),
(3090, 'wp-content/themes/stockholm/framework/admin/options/120.contact/map.php'),
(3091, 'wp-content/themes/stockholm/framework/admin/options/130.parallax/map.php'),
(3092, 'wp-content/themes/stockholm/framework/admin/options/140.contentbottom/map.php'),
(3093, 'wp-content/themes/stockholm/framework/admin/options/144.visualcomposer/map.php'),
(3094, 'wp-content/themes/stockholm/framework/admin/options/150.woocommerce/map.php'),
(3095, 'wp-content/themes/stockholm/framework/admin/options/160.reset/map.php'),
(3096, 'wp-content/themes/stockholm/framework/admin/options/170.gravityforms/map.php'),
(3097, 'wp-content/themes/stockholm/framework/admin/options/20.logo/map.php'),
(3098, 'wp-content/themes/stockholm/framework/admin/options/30.header/map.php'),
(3099, 'wp-content/themes/stockholm/framework/admin/options/40.footer/map.php'),
(3100, 'wp-content/themes/stockholm/framework/admin/options/50.title/map.php'),
(3101, 'wp-content/themes/stockholm/framework/admin/options/60.fonts/map.php'),
(3102, 'wp-content/themes/stockholm/framework/admin/options/70.elements/map.php'),
(3103, 'wp-content/themes/stockholm/framework/admin/options/75.sidebar/map.php'),
(3104, 'wp-content/themes/stockholm/framework/admin/options/80.blog/map.php'),
(3105, 'wp-content/themes/stockholm/framework/admin/options/90.portfolio/map.php'),
(3106, 'wp-content/themes/stockholm/framework/admin/options/95.slider/map.php'),
(3107, 'wp-content/themes/stockholm/framework/admin/options/qode-options-setup.php'),
(3108, 'wp-content/themes/stockholm/framework/lib/google-fonts.php'),
(3109, 'wp-content/themes/stockholm/framework/lib/qode.common.php'),
(3110, 'wp-content/themes/stockholm/framework/lib/qode.framework.php'),
(3111, 'wp-content/themes/stockholm/framework/lib/qode.functions.php'),
(3112, 'wp-content/themes/stockholm/framework/lib/qode.layout.php'),
(3113, 'wp-content/themes/stockholm/framework/qode-framework.php'),
(3114, 'wp-content/themes/stockholm/full_screen.php'),
(3115, 'wp-content/themes/stockholm/full_width.php'),
(3116, 'wp-content/themes/stockholm/functions.php'),
(3117, 'wp-content/themes/stockholm/header.php'),
(3118, 'wp-content/themes/stockholm/home.php'),
(3119, 'wp-content/themes/stockholm/includes/ajax_mail.php'),
(3120, 'wp-content/themes/stockholm/includes/comment/comment.php'),
(3121, 'wp-content/themes/stockholm/includes/custom-fields-post-formats.php'),
(3122, 'wp-content/themes/stockholm/includes/elegant_icons/elegant-icons.php'),
(3123, 'wp-content/themes/stockholm/includes/font_awesome/font-awesome.php'),
(3124, 'wp-content/themes/stockholm/includes/header/qode-header-filters.php'),
(3125, 'wp-content/themes/stockholm/includes/header/qode-header-functions.php'),
(3126, 'wp-content/themes/stockholm/includes/import/class.wordpress-importer.php'),
(3127, 'wp-content/themes/stockholm/includes/import/parsers.php'),
(3128, 'wp-content/themes/stockholm/includes/import/qode-import.php'),
(3129, 'wp-content/themes/stockholm/includes/linear_icons/linear-icons.php'),
(3130, 'wp-content/themes/stockholm/includes/nav_menu/edit_custom_walker.php'),
(3131, 'wp-content/themes/stockholm/includes/nav_menu/qode-menu.php'),
(3132, 'wp-content/themes/stockholm/includes/pagination/pagination.php'),
(3133, 'wp-content/themes/stockholm/includes/plugins/class-tgm-plugin-activation.php'),
(3134, 'wp-content/themes/stockholm/includes/plugins/envato-wordpress-toolkit.php'),
(3135, 'wp-content/themes/stockholm/includes/plugins/layer-slider.php'),
(3136, 'wp-content/themes/stockholm/includes/plugins/revolution-slider.php'),
(3137, 'wp-content/themes/stockholm/includes/plugins/select-instagram-feed.php'),
(3138, 'wp-content/themes/stockholm/includes/plugins/select-twitter-feed.php'),
(3139, 'wp-content/themes/stockholm/includes/plugins/visual-composer.php'),
(3140, 'wp-content/themes/stockholm/includes/qode-breadcrumbs.php'),
(3141, 'wp-content/themes/stockholm/includes/qode-custom-post-types.php'),
(3142, 'wp-content/themes/stockholm/includes/qode-custom-taxonomy-field.php'),
(3143, 'wp-content/themes/stockholm/includes/qode-like.php'),
(3144, 'wp-content/themes/stockholm/includes/qode-loading-spinners.php'),
(3145, 'wp-content/themes/stockholm/includes/qode-portfolio-functions.php'),
(3146, 'wp-content/themes/stockholm/includes/qode-product-list.php'),
(3147, 'wp-content/themes/stockholm/includes/qode_carousel/qode-carousel.php'),
(3148, 'wp-content/themes/stockholm/includes/recaptchalib.php'),
(3149, 'wp-content/themes/stockholm/includes/shortcodes/qode_circles.php'),
(3150, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes.js'),
(3151, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_accordion.php'),
(3152, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_action.php'),
(3153, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_animated_icons_with_text.php'),
(3154, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_blockquotes.php'),
(3155, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_button.php'),
(3156, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_clients.php'),
(3157, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_counter.php'),
(3158, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_cover_boxes.php'),
(3159, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_dropcaps.php'),
(3160, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_elements_animation.php'),
(3161, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_expandable.php'),
(3162, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_highlights.php'),
(3163, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icon_list_item.php'),
(3164, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icons.php'),
(3165, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_icons_text.php'),
(3166, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_hover.php'),
(3167, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_with_text.php'),
(3168, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_image_with_text_over.php'),
(3169, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_interactive_banners.php'),
(3170, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_latest_post.php'),
(3171, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_line_graph.php'),
(3172, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_message.php'),
(3173, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart.php'),
(3174, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart2.php'),
(3175, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart3.php'),
(3176, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_pie_chart_with_icon.php'),
(3177, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_popup.html'),
(3178, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_portfolio_list.php'),
(3179, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_portfolio_slider.php'),
(3180, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_horizontal.php'),
(3181, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_icon.php'),
(3182, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_progress_bar_vertical.php'),
(3183, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_qode_carousel.php'),
(3184, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_row.php'),
(3185, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_section.php'),
(3186, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_separator.php'),
(3187, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_separator_with_text.php'),
(3188, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_social_icon.php'),
(3189, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_tabs.php'),
(3190, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_team.php'),
(3191, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_testimonials.php'),
(3192, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_unordered_list.php'),
(3193, 'wp-content/themes/stockholm/includes/shortcodes/qode_shortcodes_video.php'),
(3194, 'wp-content/themes/stockholm/includes/shortcodes/shortcodes.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(3195, 'wp-content/themes/stockholm/includes/sidebar/qode-custom-sidebar.php'),
(3196, 'wp-content/themes/stockholm/includes/sidebar/sidebar.php'),
(3197, 'wp-content/themes/stockholm/includes/title/qode-title-filters.php'),
(3198, 'wp-content/themes/stockholm/includes/title/qode-title-functions.php'),
(3199, 'wp-content/themes/stockholm/index.php'),
(3200, 'wp-content/themes/stockholm/js/Chart.min.js'),
(3201, 'wp-content/themes/stockholm/js/SmoothScroll.js'),
(3202, 'wp-content/themes/stockholm/js/admin/colorpicker.js'),
(3203, 'wp-content/themes/stockholm/js/admin/default.js'),
(3204, 'wp-content/themes/stockholm/js/admin/qode_sidebar.js'),
(3205, 'wp-content/themes/stockholm/js/ajax.js'),
(3206, 'wp-content/themes/stockholm/js/ajax.min.js'),
(3207, 'wp-content/themes/stockholm/js/bootstrap.carousel.js'),
(3208, 'wp-content/themes/stockholm/js/custom_js.js'),
(3209, 'wp-content/themes/stockholm/js/custom_js.php'),
(3210, 'wp-content/themes/stockholm/js/default.js'),
(3211, 'wp-content/themes/stockholm/js/default.min.js'),
(3212, 'wp-content/themes/stockholm/js/default_dynamic.js'),
(3213, 'wp-content/themes/stockholm/js/default_dynamic.php'),
(3214, 'wp-content/themes/stockholm/js/doubletaptogo.js'),
(3215, 'wp-content/themes/stockholm/js/html5.js'),
(3216, 'wp-content/themes/stockholm/js/jplayer.min.js'),
(3217, 'wp-content/themes/stockholm/js/jquery-1.10.2.min.js'),
(3218, 'wp-content/themes/stockholm/js/jquery.appear.js'),
(3219, 'wp-content/themes/stockholm/js/jquery.carouFredSel-6.2.1.js'),
(3220, 'wp-content/themes/stockholm/js/jquery.countdown.min.js'),
(3221, 'wp-content/themes/stockholm/js/jquery.easing.1.3.js'),
(3222, 'wp-content/themes/stockholm/js/jquery.fitvids.js'),
(3223, 'wp-content/themes/stockholm/js/jquery.flexslider-min.js'),
(3224, 'wp-content/themes/stockholm/js/jquery.fullPage.min.js'),
(3225, 'wp-content/themes/stockholm/js/jquery.hoverIntent.min.js'),
(3226, 'wp-content/themes/stockholm/js/jquery.isotope.min.js'),
(3227, 'wp-content/themes/stockholm/js/jquery.justifiedGallery.min.js'),
(3228, 'wp-content/themes/stockholm/js/jquery.mousewheel.min.js'),
(3229, 'wp-content/themes/stockholm/js/jquery.nicescroll.min.js'),
(3230, 'wp-content/themes/stockholm/js/jquery.plugin.min.js'),
(3231, 'wp-content/themes/stockholm/js/jquery.prettyPhoto.js'),
(3232, 'wp-content/themes/stockholm/js/jquery.stylish-select.min.js'),
(3233, 'wp-content/themes/stockholm/js/jquery.touchSwipe.min.js'),
(3234, 'wp-content/themes/stockholm/js/jquery.waitforimages.js'),
(3235, 'wp-content/themes/stockholm/js/lemmon-slider.js'),
(3236, 'wp-content/themes/stockholm/js/modernizr-2.6.2.min.js'),
(3237, 'wp-content/themes/stockholm/js/owl.carousel.min.js'),
(3238, 'wp-content/themes/stockholm/js/plugins.js'),
(3239, 'wp-content/themes/stockholm/js/qode-like.js'),
(3240, 'wp-content/themes/stockholm/js/select2.min.js'),
(3241, 'wp-content/themes/stockholm/js/skrollr.js'),
(3242, 'wp-content/themes/stockholm/js/toolbar.js'),
(3243, 'wp-content/themes/stockholm/js/waypoints.min.js'),
(3244, 'wp-content/themes/stockholm/js/woocommerce.js'),
(3245, 'wp-content/themes/stockholm/landing.php'),
(3246, 'wp-content/themes/stockholm/page.php'),
(3247, 'wp-content/themes/stockholm/search.php'),
(3248, 'wp-content/themes/stockholm/searchform.php'),
(3249, 'wp-content/themes/stockholm/sidebar.php'),
(3250, 'wp-content/themes/stockholm/single-portfolio_page.php'),
(3251, 'wp-content/themes/stockholm/single.php'),
(3252, 'wp-content/themes/stockholm/templates/blog/blog-structure.php'),
(3253, 'wp-content/themes/stockholm/templates/blog/blog_animated-loop.php'),
(3254, 'wp-content/themes/stockholm/templates/blog/blog_centered-loop.php'),
(3255, 'wp-content/themes/stockholm/templates/blog/blog_chequered-loop.php'),
(3256, 'wp-content/themes/stockholm/templates/blog/blog_large_image-loop.php'),
(3257, 'wp-content/themes/stockholm/templates/blog/blog_large_image_whole_post-loop.php'),
(3258, 'wp-content/themes/stockholm/templates/blog/blog_masonry-loop.php'),
(3259, 'wp-content/themes/stockholm/templates/blog/blog_pinterest-loop.php'),
(3260, 'wp-content/themes/stockholm/templates/blog/blog_search-loop.php'),
(3261, 'wp-content/themes/stockholm/templates/blog/blog_single-loop.php'),
(3262, 'wp-content/themes/stockholm/templates/blog/masonry-filter.php'),
(3263, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-categories.php'),
(3264, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-comments.php'),
(3265, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-content.php'),
(3266, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-custom-fields.php'),
(3267, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-date.php'),
(3268, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-navigation.php'),
(3269, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-social.php'),
(3270, 'wp-content/themes/stockholm/templates/portfolio/parts/portfolio-tags.php'),
(3271, 'wp-content/themes/stockholm/templates/portfolio/portfolio-big-images.php'),
(3272, 'wp-content/themes/stockholm/templates/portfolio/portfolio-big-slider.php'),
(3273, 'wp-content/themes/stockholm/templates/portfolio/portfolio-custom.php'),
(3274, 'wp-content/themes/stockholm/templates/portfolio/portfolio-fixed-left.php'),
(3275, 'wp-content/themes/stockholm/templates/portfolio/portfolio-fixed-right.php'),
(3276, 'wp-content/themes/stockholm/templates/portfolio/portfolio-full-width-custom.php'),
(3277, 'wp-content/themes/stockholm/templates/portfolio/portfolio-fullscreen-slider.php'),
(3278, 'wp-content/themes/stockholm/templates/portfolio/portfolio-fullwidth-slider.php'),
(3279, 'wp-content/themes/stockholm/templates/portfolio/portfolio-gallery-right.php'),
(3280, 'wp-content/themes/stockholm/templates/portfolio/portfolio-gallery.php'),
(3281, 'wp-content/themes/stockholm/templates/portfolio/portfolio-masonry-gallery.php'),
(3282, 'wp-content/themes/stockholm/templates/portfolio/portfolio-small-images.php'),
(3283, 'wp-content/themes/stockholm/templates/portfolio/portfolio-small-slider.php'),
(3284, 'wp-content/themes/stockholm/templates/portfolio/portfolio-structure.php'),
(3285, 'wp-content/themes/stockholm/templates/portfolio/portfolio.php'),
(3286, 'wp-content/themes/stockholm/templates/product-list/simple-loop.php'),
(3287, 'wp-content/themes/stockholm/templates/product-list/standard-loop.php'),
(3288, 'wp-content/themes/stockholm/title.php'),
(3289, 'wp-content/themes/stockholm/toolbar.php'),
(3290, 'wp-content/themes/stockholm/vc_templates/animated_icon_with_text.php'),
(3291, 'wp-content/themes/stockholm/vc_templates/animated_icons_with_text.php'),
(3292, 'wp-content/themes/stockholm/vc_templates/qode_circle.php'),
(3293, 'wp-content/themes/stockholm/vc_templates/qode_circles.php'),
(3294, 'wp-content/themes/stockholm/vc_templates/qode_elements_holder.php'),
(3295, 'wp-content/themes/stockholm/vc_templates/qode_elements_holder_item.php'),
(3296, 'wp-content/themes/stockholm/vc_templates/qode_pricing_list.php'),
(3297, 'wp-content/themes/stockholm/vc_templates/qode_pricing_list_item.php'),
(3298, 'wp-content/themes/stockholm/vc_templates/qode_pricing_table.php'),
(3299, 'wp-content/themes/stockholm/vc_templates/qode_pricing_tables.php'),
(3300, 'wp-content/themes/stockholm/vc_templates/vc_accordion.php'),
(3301, 'wp-content/themes/stockholm/vc_templates/vc_accordion_tab.php'),
(3302, 'wp-content/themes/stockholm/vc_templates/vc_column_text.php'),
(3303, 'wp-content/themes/stockholm/vc_templates/vc_gallery.php'),
(3304, 'wp-content/themes/stockholm/vc_templates/vc_row.php'),
(3305, 'wp-content/themes/stockholm/vc_templates/vc_row_inner.php'),
(3306, 'wp-content/themes/stockholm/vc_templates/vc_separator.php'),
(3307, 'wp-content/themes/stockholm/vc_templates/vc_single_image.php'),
(3308, 'wp-content/themes/stockholm/vc_templates/vc_tab.php'),
(3309, 'wp-content/themes/stockholm/vc_templates/vc_tabs.php'),
(3310, 'wp-content/themes/stockholm/vc_templates/vc_text_separator.php'),
(3311, 'wp-content/themes/stockholm/widgets/call_to_action_widget.php'),
(3312, 'wp-content/themes/stockholm/widgets/woocommerce-dropdown-cart.php'),
(3313, 'wp-content/themes/stockholm/woocommerce/cart/cart-empty.php'),
(3314, 'wp-content/themes/stockholm/woocommerce/cart/cart-shipping.php'),
(3315, 'wp-content/themes/stockholm/woocommerce/cart/cart-totals.php'),
(3316, 'wp-content/themes/stockholm/woocommerce/cart/cart.php'),
(3317, 'wp-content/themes/stockholm/woocommerce/cart/shipping-calculator.php'),
(3318, 'wp-content/themes/stockholm/woocommerce/checkout/form-coupon.php'),
(3319, 'wp-content/themes/stockholm/woocommerce/checkout/thankyou.php'),
(3320, 'wp-content/themes/stockholm/woocommerce/content-product.php'),
(3321, 'wp-content/themes/stockholm/woocommerce/content-single-product.php'),
(3322, 'wp-content/themes/stockholm/woocommerce/global/form-login.php'),
(3323, 'wp-content/themes/stockholm/woocommerce/global/quantity-input.php'),
(3324, 'wp-content/themes/stockholm/woocommerce/loop/add-to-cart.php'),
(3325, 'wp-content/themes/stockholm/woocommerce/loop/loop-start.php'),
(3326, 'wp-content/themes/stockholm/woocommerce/loop/pagination.php'),
(3327, 'wp-content/themes/stockholm/woocommerce/loop/rating.php'),
(3328, 'wp-content/themes/stockholm/woocommerce/loop/result-count.php'),
(3329, 'wp-content/themes/stockholm/woocommerce/loop/sale-flash.php'),
(3330, 'wp-content/themes/stockholm/woocommerce/myaccount/form-change-password.php'),
(3331, 'wp-content/themes/stockholm/woocommerce/myaccount/form-login.php'),
(3332, 'wp-content/themes/stockholm/woocommerce/myaccount/form-lost-password.php'),
(3333, 'wp-content/themes/stockholm/woocommerce/myaccount/my-address.php'),
(3334, 'wp-content/themes/stockholm/woocommerce/myaccount/my-orders.php'),
(3335, 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/external.php'),
(3336, 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/grouped.php'),
(3337, 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/simple.php'),
(3338, 'wp-content/themes/stockholm/woocommerce/single-product/add-to-cart/variable.php'),
(3339, 'wp-content/themes/stockholm/woocommerce/single-product/meta.php'),
(3340, 'wp-content/themes/stockholm/woocommerce/single-product/related.php'),
(3341, 'wp-content/themes/stockholm/woocommerce/single-product/sale-flash.php'),
(3342, 'wp-content/themes/stockholm/woocommerce/single-product/tabs/additional-information.php'),
(3343, 'wp-content/themes/stockholm/woocommerce/single-product/tabs/description.php'),
(3344, 'wp-content/themes/stockholm/woocommerce/single-product/tabs/tabs.php'),
(3345, 'wp-content/themes/stockholm/woocommerce/single-product/title.php'),
(3346, 'wp-content/themes/stockholm/woocommerce/single-product/up-sells.php'),
(3347, 'wp-content/themes/stockholm/woocommerce/woocommerce_configuration.php'),
(3348, 'wp-content/themes/stockholm/woocommerce.php'),
(3349, 'wp-content/themes/stockholm-child/functions.php'),
(3350, 'wp-content/updraft/index.html'),
(3351, 'wp-content/updraft/plugins-old/akismet/_inc/akismet.js'),
(3352, 'wp-content/updraft/plugins-old/akismet/_inc/form.js'),
(3353, 'wp-content/updraft/plugins-old/akismet/akismet.php'),
(3354, 'wp-content/updraft/plugins-old/akismet/class.akismet-admin.php'),
(3355, 'wp-content/updraft/plugins-old/akismet/class.akismet-cli.php'),
(3356, 'wp-content/updraft/plugins-old/akismet/class.akismet-widget.php'),
(3357, 'wp-content/updraft/plugins-old/akismet/class.akismet.php'),
(3358, 'wp-content/updraft/plugins-old/akismet/index.php'),
(3359, 'wp-content/updraft/plugins-old/akismet/views/config.php'),
(3360, 'wp-content/updraft/plugins-old/akismet/views/get.php'),
(3361, 'wp-content/updraft/plugins-old/akismet/views/notice.php'),
(3362, 'wp-content/updraft/plugins-old/akismet/views/start.php'),
(3363, 'wp-content/updraft/plugins-old/akismet/views/stats.php'),
(3364, 'wp-content/updraft/plugins-old/akismet/views/strict.php'),
(3365, 'wp-content/updraft/plugins-old/akismet/wrapper.php'),
(3366, 'wp-content/updraft/plugins-old/hello.php'),
(3367, 'wp-content/updraft/plugins-old/index.php'),
(3368, 'wp-content/updraft/plugins-old/updraftplus/addons/migrator.php'),
(3369, 'wp-content/updraft/plugins-old/updraftplus/admin.php'),
(3370, 'wp-content/updraft/plugins-old/updraftplus/backup.php'),
(3371, 'wp-content/updraft/plugins-old/updraftplus/central/bootstrap.php'),
(3372, 'wp-content/updraft/plugins-old/updraftplus/central/commands.php'),
(3373, 'wp-content/updraft/plugins-old/updraftplus/central/core-commands.php'),
(3374, 'wp-content/updraft/plugins-old/updraftplus/central/listener.php'),
(3375, 'wp-content/updraft/plugins-old/updraftplus/central/updraftplus-commands.php'),
(3376, 'wp-content/updraft/plugins-old/updraftplus/class-updraftplus.php'),
(3377, 'wp-content/updraft/plugins-old/updraftplus/class-zip.php'),
(3378, 'wp-content/updraft/plugins-old/updraftplus/example-decrypt.php'),
(3379, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/API.php'),
(3380, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/Exception.php'),
(3381, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php'),
(3382, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php'),
(3383, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php'),
(3384, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php'),
(3385, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php'),
(3386, 'wp-content/updraft/plugins-old/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php'),
(3387, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Abstract.php'),
(3388, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AppIdentity.php'),
(3389, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/AssertionCredentials.php'),
(3390, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/ComputeEngine.php'),
(3391, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Exception.php'),
(3392, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/LoginTicket.php'),
(3393, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/OAuth2.php'),
(3394, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Auth/Simple.php'),
(3395, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Abstract.php'),
(3396, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Apc.php'),
(3397, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Exception.php'),
(3398, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/File.php'),
(3399, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Memcache.php'),
(3400, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Cache/Null.php'),
(3401, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Client.php'),
(3402, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Collection.php'),
(3403, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Config.php'),
(3404, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Exception.php'),
(3405, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Batch.php'),
(3406, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/CacheParser.php'),
(3407, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/MediaFileUpload.php'),
(3408, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/REST.php'),
(3409, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Http/Request.php'),
(3410, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Abstract.php'),
(3411, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Curl.php'),
(3412, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Exception.php'),
(3413, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/IO/Stream.php'),
(3414, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Abstract.php'),
(3415, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Exception.php'),
(3416, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/File.php'),
(3417, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Null.php'),
(3418, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Logger/Psr.php'),
(3419, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Model.php'),
(3420, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeBuyer.php'),
(3421, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdExchangeSeller.php'),
(3422, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSense.php'),
(3423, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AdSenseHost.php'),
(3424, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Admin.php'),
(3425, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Analytics.php'),
(3426, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidEnterprise.php'),
(3427, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AndroidPublisher.php'),
(3428, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/AppState.php'),
(3429, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Appsactivity.php'),
(3430, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Audit.php'),
(3431, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Autoscaler.php'),
(3432, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Bigquery.php'),
(3433, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Blogger.php'),
(3434, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Books.php'),
(3435, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Calendar.php'),
(3436, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CivicInfo.php'),
(3437, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/CloudMonitoring.php'),
(3438, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudlatencytest.php'),
(3439, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Cloudsearch.php'),
(3440, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Compute.php'),
(3441, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Computeaccounts.php'),
(3442, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Container.php'),
(3443, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Coordinate.php'),
(3444, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Customsearch.php'),
(3445, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dataflow.php'),
(3446, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Datastore.php'),
(3447, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Deploymentmanager.php'),
(3448, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dfareporting.php'),
(3449, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Directory.php'),
(3450, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Dns.php'),
(3451, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/DoubleClickBidManager.php'),
(3452, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Doubleclicksearch.php'),
(3453, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Drive.php'),
(3454, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Exception.php'),
(3455, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fitness.php'),
(3456, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Freebase.php'),
(3457, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Fusiontables.php'),
(3458, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Games.php'),
(3459, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesConfiguration.php'),
(3460, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GamesManagement.php'),
(3461, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Genomics.php'),
(3462, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Gmail.php'),
(3463, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/GroupsMigration.php'),
(3464, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Groupssettings.php'),
(3465, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/IdentityToolkit.php'),
(3466, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Licensing.php'),
(3467, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Logging.php'),
(3468, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Manager.php'),
(3469, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/MapsEngine.php'),
(3470, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Mirror.php'),
(3471, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Oauth2.php'),
(3472, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pagespeedonline.php'),
(3473, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Plus.php'),
(3474, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/PlusDomains.php'),
(3475, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Prediction.php'),
(3476, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Pubsub.php'),
(3477, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/QPXExpress.php'),
(3478, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapool.php'),
(3479, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Replicapoolupdater.php'),
(3480, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reports.php'),
(3481, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Reseller.php'),
(3482, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resource.php'),
(3483, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Resourceviews.php'),
(3484, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SQLAdmin.php'),
(3485, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/ShoppingContent.php'),
(3486, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/SiteVerification.php'),
(3487, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Spectrum.php'),
(3488, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Storage.php'),
(3489, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/TagManager.php'),
(3490, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Taskqueue.php'),
(3491, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Tasks.php'),
(3492, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Translate.php'),
(3493, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Urlshortener.php'),
(3494, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webfonts.php'),
(3495, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/Webmasters.php'),
(3496, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTube.php'),
(3497, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service/YouTubeAnalytics.php'),
(3498, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Service.php'),
(3499, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/Abstract.php'),
(3500, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Signer/P12.php'),
(3501, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Exception.php'),
(3502, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Retryable.php'),
(3503, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Task/Runner.php'),
(3504, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils/URITemplate.php'),
(3505, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Utils.php'),
(3506, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Abstract.php'),
(3507, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/Verifier/Pem.php'),
(3508, 'wp-content/updraft/plugins-old/updraftplus/includes/Google/autoload.php'),
(3509, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Archive/Tar.php'),
(3510, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request/Listener.php'),
(3511, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request.php'),
(3512, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Curl.php'),
(3513, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Mock.php'),
(3514, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter/Socket.php'),
(3515, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Adapter.php'),
(3516, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/CookieJar.php'),
(3517, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Exception.php'),
(3518, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/MultipartBody.php'),
(3519, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Observer/Log.php'),
(3520, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/Response.php'),
(3521, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SOCKS5.php'),
(3522, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2/SocketWrapper.php'),
(3523, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/Request2.php'),
(3524, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client/Stream.php'),
(3525, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Client.php'),
(3526, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_lock_response.php'),
(3527, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php'),
(3528, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/Socket.php'),
(3529, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL.php'),
(3530, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/Net/URL2.php'),
(3531, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR/Exception.php'),
(3532, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR.php'),
(3533, 'wp-content/updraft/plugins-old/updraftplus/includes/PEAR/PEAR5.php'),
(3534, 'wp-content/updraft/plugins-old/updraftplus/includes/S3.php'),
(3535, 'wp-content/updraft/plugins-old/updraftplus/includes/S3compat.php'),
(3536, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/BlobRestProxy.php'),
(3537, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Internal/IBlob.php'),
(3538, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessCondition.php'),
(3539, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AccessPolicy.php'),
(3540, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseOptions.php'),
(3541, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/AcquireLeaseResult.php'),
(3542, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Blob.php'),
(3543, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobBlockType.php'),
(3544, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobPrefix.php'),
(3545, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobProperties.php'),
(3546, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobServiceOptions.php'),
(3547, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlobType.php'),
(3548, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Block.php'),
(3549, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BlockList.php'),
(3550, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/BreakLeaseResult.php'),
(3551, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php'),
(3552, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/Container.php'),
(3553, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerACL.php'),
(3554, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ContainerProperties.php'),
(3555, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobOptions.php'),
(3556, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CopyBlobResult.php'),
(3557, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobBlockOptions.php'),
(3558, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobOptions.php'),
(3559, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesOptions.php'),
(3560, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobPagesResult.php'),
(3561, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotOptions.php'),
(3562, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateBlobSnapshotResult.php'),
(3563, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/CreateContainerOptions.php'),
(3564, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteBlobOptions.php'),
(3565, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/DeleteContainerOptions.php'),
(3566, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataOptions.php'),
(3567, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobMetadataResult.php'),
(3568, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobOptions.php'),
(3569, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesOptions.php'),
(3570, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobPropertiesResult.php'),
(3571, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetBlobResult.php'),
(3572, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerACLResult.php'),
(3573, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/GetContainerPropertiesResult.php'),
(3574, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/LeaseMode.php'),
(3575, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksOptions.php'),
(3576, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobBlocksResult.php'),
(3577, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsOptions.php'),
(3578, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListBlobsResult.php'),
(3579, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersOptions.php'),
(3580, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListContainersResult.php'),
(3581, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesOptions.php'),
(3582, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/ListPageBlobRangesResult.php'),
(3583, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageRange.php'),
(3584, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PageWriteOption.php'),
(3585, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/PublicAccessType.php'),
(3586, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataOptions.php'),
(3587, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobMetadataResult.php'),
(3588, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesOptions.php'),
(3589, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetBlobPropertiesResult.php'),
(3590, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SetContainerMetadataOptions.php'),
(3591, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Blob/Models/SignedIdentifier.php'),
(3592, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/CloudConfigurationManager.php'),
(3593, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomBase.php'),
(3594, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/AtomLink.php'),
(3595, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Category.php'),
(3596, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Content.php'),
(3597, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Entry.php'),
(3598, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Feed.php'),
(3599, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Generator.php'),
(3600, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Person.php'),
(3601, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Atom/Source.php'),
(3602, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/IAuthScheme.php'),
(3603, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/OAuthScheme.php'),
(3604, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthScheme.php'),
(3605, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/StorageAuthScheme.php'),
(3606, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),
(3607, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringParser.php'),
(3608, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ConnectionStringSource.php'),
(3609, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/FilterableService.php'),
(3610, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/AuthenticationFilter.php'),
(3611, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/DateFilter.php'),
(3612, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicy.php'),
(3613, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/HeadersFilter.php'),
(3614, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicy.php'),
(3615, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/RetryPolicyFilter.php'),
(3616, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Filters/WrapFilter.php'),
(3617, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchRequest.php'),
(3618, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/BatchResponse.php'),
(3619, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpCallContext.php'),
(3620, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/HttpClient.php'),
(3621, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IHttpClient.php'),
(3622, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/IUrl.php'),
(3623, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Http/Url.php'),
(3624, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/IServiceFilter.php'),
(3625, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/InvalidArgumentTypeException.php'),
(3626, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Logger.php'),
(3627, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/MediaServicesSettings.php'),
(3628, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/OAuthRestProxy.php'),
(3629, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Resources.php'),
(3630, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/RestProxy.php'),
(3631, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/ISerializer.php'),
(3632, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/JsonSerializer.php'),
(3633, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Serialization/XmlSerializer.php'),
(3634, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceBusSettings.php'),
(3635, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceManagementSettings.php'),
(3636, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceRestProxy.php'),
(3637, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/ServiceSettings.php'),
(3638, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/StorageServiceSettings.php'),
(3639, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Utilities.php'),
(3640, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Internal/Validate.php'),
(3641, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/GetServicePropertiesResult.php'),
(3642, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Logging.php'),
(3643, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/Metrics.php'),
(3644, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/OAuthAccessToken.php'),
(3645, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/RetentionPolicy.php'),
(3646, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/Models/ServiceProperties.php'),
(3647, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServiceException.php'),
(3648, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/Common/ServicesBuilder.php'),
(3649, 'wp-content/updraft/plugins-old/updraftplus/includes/WindowsAzure/WindowsAzure.php'),
(3650, 'wp-content/updraft/plugins-old/updraftplus/includes/azure-extensions.php'),
(3651, 'wp-content/updraft/plugins-old/updraftplus/includes/class-partialfileservlet.php'),
(3652, 'wp-content/updraft/plugins-old/updraftplus/includes/class-semaphore.php'),
(3653, 'wp-content/updraft/plugins-old/updraftplus/includes/class-udrpc.php'),
(3654, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles.php'),
(3655, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),
(3656, 'wp-content/updraft/plugins-old/updraftplus/includes/cloudfiles/cloudfiles_http.php'),
(3657, 'wp-content/updraft/plugins-old/updraftplus/includes/ftp.class.php'),
(3658, 'wp-content/updraft/plugins-old/updraftplus/includes/google-extensions.php'),
(3659, 'wp-content/updraft/plugins-old/updraftplus/includes/jquery.blockUI.js'),
(3660, 'wp-content/updraft/plugins-old/updraftplus/includes/labelauty/jquery-labelauty.js'),
(3661, 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/client.php'),
(3662, 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/file.php'),
(3663, 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/folder.php'),
(3664, 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/object.php'),
(3665, 'wp-content/updraft/plugins-old/updraftplus/includes/onedrive/onedrive.php'),
(3666, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/AES.php'),
(3667, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Base.php'),
(3668, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Blowfish.php'),
(3669, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/DES.php'),
(3670, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Hash.php'),
(3671, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RC2.php'),
(3672, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RC4.php'),
(3673, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/RSA.php'),
(3674, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Random.php'),
(3675, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Rijndael.php'),
(3676, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/TripleDES.php'),
(3677, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Crypt/Twofish.php'),
(3678, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/ANSI.php'),
(3679, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/ASN1.php'),
(3680, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/File/X509.php'),
(3681, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Math/BigInteger.php'),
(3682, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SCP.php'),
(3683, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SFTP/Stream.php'),
(3684, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SFTP.php'),
(3685, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SSH1.php'),
(3686, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/Net/SSH2.php'),
(3687, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/System/SSH/Agent.php'),
(3688, 'wp-content/updraft/plugins-old/updraftplus/includes/phpseclib/System/SSH_Agent.php'),
(3689, 'wp-content/updraft/plugins-old/updraftplus/includes/select2/select2.min.js'),
(3690, 'wp-content/updraft/plugins-old/updraftplus/includes/updraft-admin-ui.js'),
(3691, 'wp-content/updraft/plugins-old/updraftplus/index.html'),
(3692, 'wp-content/updraft/plugins-old/updraftplus/methods/addon-base.php'),
(3693, 'wp-content/updraft/plugins-old/updraftplus/methods/azure.php'),
(3694, 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles-new.php'),
(3695, 'wp-content/updraft/plugins-old/updraftplus/methods/cloudfiles.php'),
(3696, 'wp-content/updraft/plugins-old/updraftplus/methods/copycom.php'),
(3697, 'wp-content/updraft/plugins-old/updraftplus/methods/dreamobjects.php'),
(3698, 'wp-content/updraft/plugins-old/updraftplus/methods/dropbox.php'),
(3699, 'wp-content/updraft/plugins-old/updraftplus/methods/email.php'),
(3700, 'wp-content/updraft/plugins-old/updraftplus/methods/ftp.php'),
(3701, 'wp-content/updraft/plugins-old/updraftplus/methods/googlecloud.php'),
(3702, 'wp-content/updraft/plugins-old/updraftplus/methods/googledrive.php'),
(3703, 'wp-content/updraft/plugins-old/updraftplus/methods/insufficient.php'),
(3704, 'wp-content/updraft/plugins-old/updraftplus/methods/onedrive.php'),
(3705, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack-base.php'),
(3706, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack.php'),
(3707, 'wp-content/updraft/plugins-old/updraftplus/methods/openstack2.php'),
(3708, 'wp-content/updraft/plugins-old/updraftplus/methods/remotesend.php'),
(3709, 'wp-content/updraft/plugins-old/updraftplus/methods/s3.php'),
(3710, 'wp-content/updraft/plugins-old/updraftplus/methods/s3generic.php'),
(3711, 'wp-content/updraft/plugins-old/updraftplus/methods/sftp.php'),
(3712, 'wp-content/updraft/plugins-old/updraftplus/methods/stream-base.php'),
(3713, 'wp-content/updraft/plugins-old/updraftplus/methods/template.php'),
(3714, 'wp-content/updraft/plugins-old/updraftplus/methods/updraftvault.php'),
(3715, 'wp-content/updraft/plugins-old/updraftplus/methods/viaaddon-base.php'),
(3716, 'wp-content/updraft/plugins-old/updraftplus/methods/webdav.php'),
(3717, 'wp-content/updraft/plugins-old/updraftplus/options.php'),
(3718, 'wp-content/updraft/plugins-old/updraftplus/restorer.php'),
(3719, 'wp-content/updraft/plugins-old/updraftplus/udaddons/options.php'),
(3720, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/debug-bar-panel.php'),
(3721, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/debug-bar-plugin.php'),
(3722, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/github-checker.php'),
(3723, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/js/debug-bar.js'),
(3724, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/plugin-update-checker.php'),
(3725, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/vendor/Parsedown.php'),
(3726, 'wp-content/updraft/plugins-old/updraftplus/udaddons/plugin-updates/vendor/readme-parser.php'),
(3727, 'wp-content/updraft/plugins-old/updraftplus/udaddons/updraftplus-addons.php'),
(3728, 'wp-content/updraft/plugins-old/updraftplus/updraftplus.php'),
(3729, 'wp-content/updraft/plugins-old/updraftplus/vendor/autoload.php'),
(3730, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php'),
(3731, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php'),
(3732, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php'),
(3733, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php'),
(3734, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php'),
(3735, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php'),
(3736, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php'),
(3737, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php'),
(3738, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php'),
(3739, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php'),
(3740, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php'),
(3741, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php'),
(3742, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php'),
(3743, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php'),
(3744, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php'),
(3745, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php'),
(3746, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php'),
(3747, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php'),
(3748, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php'),
(3749, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php'),
(3750, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php'),
(3751, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php'),
(3752, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php'),
(3753, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php'),
(3754, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php'),
(3755, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php'),
(3756, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php'),
(3757, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php'),
(3758, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php'),
(3759, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php'),
(3760, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php'),
(3761, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php'),
(3762, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php'),
(3763, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(3764, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php'),
(3765, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php'),
(3766, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php'),
(3767, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php'),
(3768, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php'),
(3769, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php'),
(3770, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php'),
(3771, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php'),
(3772, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php'),
(3773, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php'),
(3774, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php'),
(3775, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php'),
(3776, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php'),
(3777, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php'),
(3778, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php'),
(3779, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php'),
(3780, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php'),
(3781, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php'),
(3782, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php'),
(3783, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php'),
(3784, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php'),
(3785, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php'),
(3786, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php'),
(3787, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php'),
(3788, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php'),
(3789, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php'),
(3790, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php'),
(3791, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php'),
(3792, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php'),
(3793, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php'),
(3794, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php'),
(3795, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php'),
(3796, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php'),
(3797, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php'),
(3798, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php'),
(3799, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php'),
(3800, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php'),
(3801, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php'),
(3802, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php'),
(3803, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php'),
(3804, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php'),
(3805, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php'),
(3806, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php'),
(3807, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php'),
(3808, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php'),
(3809, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php'),
(3810, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php'),
(3811, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php'),
(3812, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php'),
(3813, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php'),
(3814, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php'),
(3815, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php'),
(3816, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php'),
(3817, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php'),
(3818, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php'),
(3819, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php'),
(3820, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php'),
(3821, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php'),
(3822, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php'),
(3823, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php'),
(3824, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php'),
(3825, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php'),
(3826, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php'),
(3827, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php'),
(3828, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php'),
(3829, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php'),
(3830, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php'),
(3831, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php'),
(3832, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php'),
(3833, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php'),
(3834, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php'),
(3835, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php'),
(3836, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php'),
(3837, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php'),
(3838, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php'),
(3839, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php'),
(3840, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php'),
(3841, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php'),
(3842, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php'),
(3843, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php'),
(3844, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php'),
(3845, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php'),
(3846, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php'),
(3847, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php'),
(3848, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php'),
(3849, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php'),
(3850, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php'),
(3851, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php'),
(3852, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php'),
(3853, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php'),
(3854, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php'),
(3855, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php'),
(3856, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php'),
(3857, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php'),
(3858, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php'),
(3859, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php'),
(3860, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php'),
(3861, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php'),
(3862, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php'),
(3863, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php'),
(3864, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php'),
(3865, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php'),
(3866, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php'),
(3867, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php'),
(3868, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php'),
(3869, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php'),
(3870, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php'),
(3871, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php'),
(3872, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php'),
(3873, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php'),
(3874, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php'),
(3875, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php'),
(3876, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php'),
(3877, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php'),
(3878, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php'),
(3879, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php'),
(3880, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php'),
(3881, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php'),
(3882, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php'),
(3883, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php'),
(3884, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php'),
(3885, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php'),
(3886, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php'),
(3887, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php'),
(3888, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php'),
(3889, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php'),
(3890, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php'),
(3891, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php'),
(3892, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php'),
(3893, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php'),
(3894, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php'),
(3895, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php'),
(3896, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php'),
(3897, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php'),
(3898, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php'),
(3899, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php'),
(3900, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php'),
(3901, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php'),
(3902, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php'),
(3903, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php'),
(3904, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php'),
(3905, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php'),
(3906, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php'),
(3907, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php'),
(3908, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php'),
(3909, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php'),
(3910, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php'),
(3911, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php'),
(3912, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php'),
(3913, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php'),
(3914, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php'),
(3915, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php'),
(3916, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php'),
(3917, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php'),
(3918, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php'),
(3919, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php'),
(3920, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php'),
(3921, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php'),
(3922, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php'),
(3923, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php'),
(3924, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php'),
(3925, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php'),
(3926, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php'),
(3927, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php'),
(3928, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php'),
(3929, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php'),
(3930, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php'),
(3931, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php'),
(3932, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php'),
(3933, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php'),
(3934, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php'),
(3935, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php'),
(3936, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php'),
(3937, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php'),
(3938, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php'),
(3939, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php'),
(3940, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php'),
(3941, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php'),
(3942, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php'),
(3943, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php'),
(3944, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php'),
(3945, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php'),
(3946, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php'),
(3947, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php'),
(3948, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php'),
(3949, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php'),
(3950, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php'),
(3951, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php'),
(3952, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php'),
(3953, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php'),
(3954, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php'),
(3955, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php'),
(3956, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php'),
(3957, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php'),
(3958, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php'),
(3959, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php'),
(3960, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php'),
(3961, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php'),
(3962, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php'),
(3963, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php'),
(3964, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php'),
(3965, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php'),
(3966, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php'),
(3967, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php'),
(3968, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php'),
(3969, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php'),
(3970, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php'),
(3971, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php'),
(3972, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php'),
(3973, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php'),
(3974, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php'),
(3975, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php'),
(3976, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php'),
(3977, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php'),
(3978, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php'),
(3979, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php'),
(3980, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php'),
(3981, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php'),
(3982, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php'),
(3983, 'wp-content/updraft/plugins-old/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php'),
(3984, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/ClassLoader.php'),
(3985, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_classmap.php'),
(3986, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_namespaces.php'),
(3987, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_psr4.php'),
(3988, 'wp-content/updraft/plugins-old/updraftplus/vendor/composer/autoload_real.php'),
(3989, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),
(3990, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),
(3991, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),
(3992, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),
(3993, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),
(3994, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),
(3995, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),
(3996, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),
(3997, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),
(3998, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),
(3999, 'wp-content/updraft/plugins-old/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),
(4000, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),
(4001, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),
(4002, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),
(4003, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),
(4004, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),
(4005, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),
(4006, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),
(4007, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),
(4008, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),
(4009, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),
(4010, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),
(4011, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),
(4012, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),
(4013, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),
(4014, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),
(4015, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),
(4016, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),
(4017, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),
(4018, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),
(4019, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),
(4020, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),
(4021, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),
(4022, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),
(4023, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),
(4024, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),
(4025, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),
(4026, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),
(4027, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),
(4028, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),
(4029, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),
(4030, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),
(4031, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),
(4032, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),
(4033, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),
(4034, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),
(4035, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),
(4036, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),
(4037, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),
(4038, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),
(4039, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),
(4040, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),
(4041, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),
(4042, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),
(4043, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),
(4044, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),
(4045, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),
(4046, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),
(4047, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),
(4048, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),
(4049, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),
(4050, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),
(4051, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),
(4052, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),
(4053, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),
(4054, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),
(4055, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),
(4056, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),
(4057, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),
(4058, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),
(4059, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),
(4060, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),
(4061, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),
(4062, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),
(4063, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),
(4064, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),
(4065, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),
(4066, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),
(4067, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),
(4068, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),
(4069, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),
(4070, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),
(4071, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),
(4072, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),
(4073, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),
(4074, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),
(4075, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),
(4076, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),
(4077, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),
(4078, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),
(4079, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),
(4080, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),
(4081, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),
(4082, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),
(4083, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),
(4084, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),
(4085, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),
(4086, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),
(4087, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),
(4088, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),
(4089, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),
(4090, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),
(4091, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),
(4092, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),
(4093, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),
(4094, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),
(4095, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),
(4096, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),
(4097, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),
(4098, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),
(4099, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),
(4100, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),
(4101, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),
(4102, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),
(4103, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),
(4104, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),
(4105, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),
(4106, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),
(4107, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),
(4108, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),
(4109, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),
(4110, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),
(4111, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),
(4112, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),
(4113, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),
(4114, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),
(4115, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),
(4116, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),
(4117, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),
(4118, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),
(4119, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),
(4120, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),
(4121, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),
(4122, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),
(4123, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),
(4124, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),
(4125, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),
(4126, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),
(4127, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),
(4128, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),
(4129, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),
(4130, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),
(4131, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),
(4132, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),
(4133, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),
(4134, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),
(4135, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),
(4136, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),
(4137, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),
(4138, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),
(4139, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),
(4140, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),
(4141, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),
(4142, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),
(4143, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),
(4144, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),
(4145, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),
(4146, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),
(4147, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),
(4148, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),
(4149, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),
(4150, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),
(4151, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),
(4152, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),
(4153, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),
(4154, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),
(4155, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),
(4156, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),
(4157, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),
(4158, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),
(4159, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),
(4160, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),
(4161, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),
(4162, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),
(4163, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),
(4164, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),
(4165, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),
(4166, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),
(4167, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),
(4168, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),
(4169, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),
(4170, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),
(4171, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),
(4172, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),
(4173, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),
(4174, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),
(4175, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),
(4176, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),
(4177, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),
(4178, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),
(4179, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),
(4180, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(4181, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),
(4182, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),
(4183, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),
(4184, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),
(4185, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),
(4186, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),
(4187, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),
(4188, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),
(4189, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),
(4190, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),
(4191, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),
(4192, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),
(4193, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),
(4194, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),
(4195, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),
(4196, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),
(4197, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),
(4198, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),
(4199, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),
(4200, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),
(4201, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),
(4202, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),
(4203, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),
(4204, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),
(4205, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),
(4206, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),
(4207, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),
(4208, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),
(4209, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),
(4210, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),
(4211, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),
(4212, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),
(4213, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),
(4214, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),
(4215, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),
(4216, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),
(4217, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),
(4218, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),
(4219, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),
(4220, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),
(4221, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),
(4222, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),
(4223, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),
(4224, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),
(4225, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),
(4226, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),
(4227, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),
(4228, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),
(4229, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),
(4230, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),
(4231, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),
(4232, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),
(4233, 'wp-content/updraft/plugins-old/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),
(4234, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(4235, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(4236, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),
(4237, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(4238, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(4239, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(4240, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(4241, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),
(4242, 'wp-content/updraft/plugins-old/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(4243, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),
(4244, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),
(4245, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),
(4246, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),
(4247, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),
(4248, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),
(4249, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),
(4250, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),
(4251, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),
(4252, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),
(4253, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),
(4254, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),
(4255, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),
(4256, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),
(4257, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),
(4258, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),
(4259, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),
(4260, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),
(4261, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),
(4262, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),
(4263, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),
(4264, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),
(4265, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),
(4266, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),
(4267, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),
(4268, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),
(4269, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),
(4270, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),
(4271, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),
(4272, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),
(4273, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),
(4274, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),
(4275, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),
(4276, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),
(4277, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),
(4278, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),
(4279, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),
(4280, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),
(4281, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),
(4282, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),
(4283, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),
(4284, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),
(4285, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),
(4286, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),
(4287, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),
(4288, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),
(4289, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),
(4290, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),
(4291, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),
(4292, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),
(4293, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),
(4294, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),
(4295, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),
(4296, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),
(4297, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),
(4298, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),
(4299, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),
(4300, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),
(4301, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),
(4302, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),
(4303, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),
(4304, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),
(4305, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),
(4306, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),
(4307, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),
(4308, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),
(4309, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),
(4310, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),
(4311, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),
(4312, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),
(4313, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),
(4314, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),
(4315, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),
(4316, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),
(4317, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),
(4318, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),
(4319, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),
(4320, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),
(4321, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),
(4322, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),
(4323, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),
(4324, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),
(4325, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),
(4326, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),
(4327, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),
(4328, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),
(4329, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),
(4330, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),
(4331, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),
(4332, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),
(4333, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),
(4334, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),
(4335, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),
(4336, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),
(4337, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),
(4338, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),
(4339, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),
(4340, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),
(4341, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),
(4342, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),
(4343, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),
(4344, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),
(4345, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),
(4346, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),
(4347, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),
(4348, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),
(4349, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),
(4350, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),
(4351, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),
(4352, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),
(4353, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),
(4354, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),
(4355, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),
(4356, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),
(4357, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),
(4358, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),
(4359, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),
(4360, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),
(4361, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),
(4362, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),
(4363, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),
(4364, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),
(4365, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),
(4366, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),
(4367, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),
(4368, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),
(4369, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),
(4370, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),
(4371, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),
(4372, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),
(4373, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),
(4374, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),
(4375, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),
(4376, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),
(4377, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),
(4378, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),
(4379, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),
(4380, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),
(4381, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),
(4382, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),
(4383, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),
(4384, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),
(4385, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),
(4386, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),
(4387, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),
(4388, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),
(4389, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),
(4390, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),
(4391, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),
(4392, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),
(4393, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),
(4394, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),
(4395, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),
(4396, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),
(4397, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),
(4398, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),
(4399, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),
(4400, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),
(4401, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),
(4402, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),
(4403, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),
(4404, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),
(4405, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),
(4406, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),
(4407, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),
(4408, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),
(4409, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),
(4410, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),
(4411, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),
(4412, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),
(4413, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),
(4414, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),
(4415, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),
(4416, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),
(4417, 'wp-content/updraft/plugins-old/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),
(4418, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),
(4419, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),
(4420, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),
(4421, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),
(4422, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),
(4423, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Event.php'),
(4424, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),
(4425, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),
(4426, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),
(4427, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),
(4428, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),
(4429, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php'),
(4430, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php'),
(4431, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php'),
(4432, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php'),
(4433, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php'),
(4434, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php'),
(4435, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php'),
(4436, 'wp-content/updraft/plugins-old/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php'),
(4437, 'wp-content/updraft/themes-old/index.php'),
(4438, 'wp-content/updraft/themes-old/twentyfifteen/404.php'),
(4439, 'wp-content/updraft/themes-old/twentyfifteen/archive.php'),
(4440, 'wp-content/updraft/themes-old/twentyfifteen/author-bio.php'),
(4441, 'wp-content/updraft/themes-old/twentyfifteen/comments.php'),
(4442, 'wp-content/updraft/themes-old/twentyfifteen/content-link.php'),
(4443, 'wp-content/updraft/themes-old/twentyfifteen/content-none.php'),
(4444, 'wp-content/updraft/themes-old/twentyfifteen/content-page.php'),
(4445, 'wp-content/updraft/themes-old/twentyfifteen/content-search.php'),
(4446, 'wp-content/updraft/themes-old/twentyfifteen/content.php'),
(4447, 'wp-content/updraft/themes-old/twentyfifteen/footer.php'),
(4448, 'wp-content/updraft/themes-old/twentyfifteen/functions.php'),
(4449, 'wp-content/updraft/themes-old/twentyfifteen/header.php'),
(4450, 'wp-content/updraft/themes-old/twentyfifteen/image.php'),
(4451, 'wp-content/updraft/themes-old/twentyfifteen/inc/back-compat.php'),
(4452, 'wp-content/updraft/themes-old/twentyfifteen/inc/custom-header.php'),
(4453, 'wp-content/updraft/themes-old/twentyfifteen/inc/customizer.php'),
(4454, 'wp-content/updraft/themes-old/twentyfifteen/inc/template-tags.php'),
(4455, 'wp-content/updraft/themes-old/twentyfifteen/index.php'),
(4456, 'wp-content/updraft/themes-old/twentyfifteen/js/color-scheme-control.js'),
(4457, 'wp-content/updraft/themes-old/twentyfifteen/js/customize-preview.js'),
(4458, 'wp-content/updraft/themes-old/twentyfifteen/js/functions.js'),
(4459, 'wp-content/updraft/themes-old/twentyfifteen/js/html5.js'),
(4460, 'wp-content/updraft/themes-old/twentyfifteen/js/keyboard-image-navigation.js'),
(4461, 'wp-content/updraft/themes-old/twentyfifteen/js/skip-link-focus-fix.js'),
(4462, 'wp-content/updraft/themes-old/twentyfifteen/page.php'),
(4463, 'wp-content/updraft/themes-old/twentyfifteen/search.php'),
(4464, 'wp-content/updraft/themes-old/twentyfifteen/sidebar.php'),
(4465, 'wp-content/updraft/themes-old/twentyfifteen/single.php'),
(4466, 'wp-content/updraft/themes-old/twentyfourteen/404.php'),
(4467, 'wp-content/updraft/themes-old/twentyfourteen/archive.php'),
(4468, 'wp-content/updraft/themes-old/twentyfourteen/author.php'),
(4469, 'wp-content/updraft/themes-old/twentyfourteen/category.php'),
(4470, 'wp-content/updraft/themes-old/twentyfourteen/comments.php'),
(4471, 'wp-content/updraft/themes-old/twentyfourteen/content-aside.php'),
(4472, 'wp-content/updraft/themes-old/twentyfourteen/content-audio.php'),
(4473, 'wp-content/updraft/themes-old/twentyfourteen/content-featured-post.php'),
(4474, 'wp-content/updraft/themes-old/twentyfourteen/content-gallery.php'),
(4475, 'wp-content/updraft/themes-old/twentyfourteen/content-image.php'),
(4476, 'wp-content/updraft/themes-old/twentyfourteen/content-link.php'),
(4477, 'wp-content/updraft/themes-old/twentyfourteen/content-none.php'),
(4478, 'wp-content/updraft/themes-old/twentyfourteen/content-page.php'),
(4479, 'wp-content/updraft/themes-old/twentyfourteen/content-quote.php'),
(4480, 'wp-content/updraft/themes-old/twentyfourteen/content-video.php'),
(4481, 'wp-content/updraft/themes-old/twentyfourteen/content.php'),
(4482, 'wp-content/updraft/themes-old/twentyfourteen/featured-content.php'),
(4483, 'wp-content/updraft/themes-old/twentyfourteen/footer.php'),
(4484, 'wp-content/updraft/themes-old/twentyfourteen/functions.php'),
(4485, 'wp-content/updraft/themes-old/twentyfourteen/header.php'),
(4486, 'wp-content/updraft/themes-old/twentyfourteen/image.php'),
(4487, 'wp-content/updraft/themes-old/twentyfourteen/inc/back-compat.php'),
(4488, 'wp-content/updraft/themes-old/twentyfourteen/inc/custom-header.php'),
(4489, 'wp-content/updraft/themes-old/twentyfourteen/inc/customizer.php'),
(4490, 'wp-content/updraft/themes-old/twentyfourteen/inc/featured-content.php'),
(4491, 'wp-content/updraft/themes-old/twentyfourteen/inc/template-tags.php'),
(4492, 'wp-content/updraft/themes-old/twentyfourteen/inc/widgets.php'),
(4493, 'wp-content/updraft/themes-old/twentyfourteen/index.php'),
(4494, 'wp-content/updraft/themes-old/twentyfourteen/js/customizer.js'),
(4495, 'wp-content/updraft/themes-old/twentyfourteen/js/featured-content-admin.js'),
(4496, 'wp-content/updraft/themes-old/twentyfourteen/js/functions.js'),
(4497, 'wp-content/updraft/themes-old/twentyfourteen/js/html5.js'),
(4498, 'wp-content/updraft/themes-old/twentyfourteen/js/keyboard-image-navigation.js'),
(4499, 'wp-content/updraft/themes-old/twentyfourteen/js/slider.js'),
(4500, 'wp-content/updraft/themes-old/twentyfourteen/page-templates/contributors.php'),
(4501, 'wp-content/updraft/themes-old/twentyfourteen/page-templates/full-width.php'),
(4502, 'wp-content/updraft/themes-old/twentyfourteen/page.php'),
(4503, 'wp-content/updraft/themes-old/twentyfourteen/search.php'),
(4504, 'wp-content/updraft/themes-old/twentyfourteen/sidebar-content.php'),
(4505, 'wp-content/updraft/themes-old/twentyfourteen/sidebar-footer.php'),
(4506, 'wp-content/updraft/themes-old/twentyfourteen/sidebar.php'),
(4507, 'wp-content/updraft/themes-old/twentyfourteen/single.php'),
(4508, 'wp-content/updraft/themes-old/twentyfourteen/tag.php'),
(4509, 'wp-content/updraft/themes-old/twentyfourteen/taxonomy-post_format.php'),
(4510, 'wp-content/updraft/themes-old/twentysixteen/404.php'),
(4511, 'wp-content/updraft/themes-old/twentysixteen/archive.php'),
(4512, 'wp-content/updraft/themes-old/twentysixteen/comments.php'),
(4513, 'wp-content/updraft/themes-old/twentysixteen/footer.php'),
(4514, 'wp-content/updraft/themes-old/twentysixteen/functions.php'),
(4515, 'wp-content/updraft/themes-old/twentysixteen/header.php'),
(4516, 'wp-content/updraft/themes-old/twentysixteen/image.php'),
(4517, 'wp-content/updraft/themes-old/twentysixteen/inc/back-compat.php'),
(4518, 'wp-content/updraft/themes-old/twentysixteen/inc/customizer.php'),
(4519, 'wp-content/updraft/themes-old/twentysixteen/inc/template-tags.php'),
(4520, 'wp-content/updraft/themes-old/twentysixteen/index.php'),
(4521, 'wp-content/updraft/themes-old/twentysixteen/js/color-scheme-control.js'),
(4522, 'wp-content/updraft/themes-old/twentysixteen/js/customize-preview.js'),
(4523, 'wp-content/updraft/themes-old/twentysixteen/js/functions.js'),
(4524, 'wp-content/updraft/themes-old/twentysixteen/js/html5.js'),
(4525, 'wp-content/updraft/themes-old/twentysixteen/js/keyboard-image-navigation.js'),
(4526, 'wp-content/updraft/themes-old/twentysixteen/js/skip-link-focus-fix.js'),
(4527, 'wp-content/updraft/themes-old/twentysixteen/page.php'),
(4528, 'wp-content/updraft/themes-old/twentysixteen/search.php'),
(4529, 'wp-content/updraft/themes-old/twentysixteen/searchform.php'),
(4530, 'wp-content/updraft/themes-old/twentysixteen/sidebar-content-bottom.php'),
(4531, 'wp-content/updraft/themes-old/twentysixteen/sidebar.php'),
(4532, 'wp-content/updraft/themes-old/twentysixteen/single.php'),
(4533, 'wp-content/updraft/themes-old/twentysixteen/template-parts/biography.php'),
(4534, 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-none.php'),
(4535, 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-page.php'),
(4536, 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-search.php'),
(4537, 'wp-content/updraft/themes-old/twentysixteen/template-parts/content-single.php'),
(4538, 'wp-content/updraft/themes-old/twentysixteen/template-parts/content.php'),
(4539, 'wp-content/wflogs/attack-data.php'),
(4540, 'wp-content/wflogs/config.php'),
(4541, 'wp-content/wflogs/ips.php'),
(4542, 'wp-content/wflogs/rules.php'),
(4543, 'wp-cron.php'),
(4544, 'wp-includes/ID3/getid3.lib.php'),
(4545, 'wp-includes/ID3/getid3.php'),
(4546, 'wp-includes/ID3/license.commercial.txt'),
(4547, 'wp-includes/ID3/license.txt'),
(4548, 'wp-includes/ID3/module.audio-video.asf.php'),
(4549, 'wp-includes/ID3/module.audio-video.flv.php'),
(4550, 'wp-includes/ID3/module.audio-video.matroska.php'),
(4551, 'wp-includes/ID3/module.audio-video.quicktime.php'),
(4552, 'wp-includes/ID3/module.audio-video.riff.php'),
(4553, 'wp-includes/ID3/module.audio.ac3.php'),
(4554, 'wp-includes/ID3/module.audio.dts.php'),
(4555, 'wp-includes/ID3/module.audio.flac.php'),
(4556, 'wp-includes/ID3/module.audio.mp3.php'),
(4557, 'wp-includes/ID3/module.audio.ogg.php'),
(4558, 'wp-includes/ID3/module.tag.apetag.php'),
(4559, 'wp-includes/ID3/module.tag.id3v1.php'),
(4560, 'wp-includes/ID3/module.tag.id3v2.php'),
(4561, 'wp-includes/ID3/module.tag.lyrics3.php'),
(4562, 'wp-includes/ID3/readme.txt'),
(4563, 'wp-includes/Requests/Auth/Basic.php'),
(4564, 'wp-includes/Requests/Auth.php'),
(4565, 'wp-includes/Requests/Cookie/Jar.php'),
(4566, 'wp-includes/Requests/Cookie.php'),
(4567, 'wp-includes/Requests/Exception/HTTP/304.php'),
(4568, 'wp-includes/Requests/Exception/HTTP/305.php'),
(4569, 'wp-includes/Requests/Exception/HTTP/306.php'),
(4570, 'wp-includes/Requests/Exception/HTTP/400.php'),
(4571, 'wp-includes/Requests/Exception/HTTP/401.php'),
(4572, 'wp-includes/Requests/Exception/HTTP/402.php'),
(4573, 'wp-includes/Requests/Exception/HTTP/403.php'),
(4574, 'wp-includes/Requests/Exception/HTTP/404.php'),
(4575, 'wp-includes/Requests/Exception/HTTP/405.php'),
(4576, 'wp-includes/Requests/Exception/HTTP/406.php'),
(4577, 'wp-includes/Requests/Exception/HTTP/407.php'),
(4578, 'wp-includes/Requests/Exception/HTTP/408.php'),
(4579, 'wp-includes/Requests/Exception/HTTP/409.php'),
(4580, 'wp-includes/Requests/Exception/HTTP/410.php'),
(4581, 'wp-includes/Requests/Exception/HTTP/411.php'),
(4582, 'wp-includes/Requests/Exception/HTTP/412.php'),
(4583, 'wp-includes/Requests/Exception/HTTP/413.php'),
(4584, 'wp-includes/Requests/Exception/HTTP/414.php'),
(4585, 'wp-includes/Requests/Exception/HTTP/415.php'),
(4586, 'wp-includes/Requests/Exception/HTTP/416.php'),
(4587, 'wp-includes/Requests/Exception/HTTP/417.php'),
(4588, 'wp-includes/Requests/Exception/HTTP/418.php'),
(4589, 'wp-includes/Requests/Exception/HTTP/428.php'),
(4590, 'wp-includes/Requests/Exception/HTTP/429.php'),
(4591, 'wp-includes/Requests/Exception/HTTP/431.php'),
(4592, 'wp-includes/Requests/Exception/HTTP/500.php'),
(4593, 'wp-includes/Requests/Exception/HTTP/501.php'),
(4594, 'wp-includes/Requests/Exception/HTTP/502.php'),
(4595, 'wp-includes/Requests/Exception/HTTP/503.php'),
(4596, 'wp-includes/Requests/Exception/HTTP/504.php'),
(4597, 'wp-includes/Requests/Exception/HTTP/505.php'),
(4598, 'wp-includes/Requests/Exception/HTTP/511.php'),
(4599, 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(4600, 'wp-includes/Requests/Exception/HTTP.php'),
(4601, 'wp-includes/Requests/Exception/Transport/cURL.php'),
(4602, 'wp-includes/Requests/Exception/Transport.php'),
(4603, 'wp-includes/Requests/Exception.php'),
(4604, 'wp-includes/Requests/Hooker.php'),
(4605, 'wp-includes/Requests/Hooks.php'),
(4606, 'wp-includes/Requests/IDNAEncoder.php'),
(4607, 'wp-includes/Requests/IPv6.php'),
(4608, 'wp-includes/Requests/IRI.php'),
(4609, 'wp-includes/Requests/Proxy/HTTP.php'),
(4610, 'wp-includes/Requests/Proxy.php'),
(4611, 'wp-includes/Requests/Response/Headers.php'),
(4612, 'wp-includes/Requests/Response.php'),
(4613, 'wp-includes/Requests/SSL.php'),
(4614, 'wp-includes/Requests/Session.php'),
(4615, 'wp-includes/Requests/Transport/cURL.php'),
(4616, 'wp-includes/Requests/Transport/fsockopen.php'),
(4617, 'wp-includes/Requests/Transport.php'),
(4618, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(4619, 'wp-includes/Requests/Utility/FilteredIterator.php'),
(4620, 'wp-includes/SimplePie/Author.php'),
(4621, 'wp-includes/SimplePie/Cache/Base.php'),
(4622, 'wp-includes/SimplePie/Cache/DB.php'),
(4623, 'wp-includes/SimplePie/Cache/File.php'),
(4624, 'wp-includes/SimplePie/Cache/Memcache.php'),
(4625, 'wp-includes/SimplePie/Cache/MySQL.php'),
(4626, 'wp-includes/SimplePie/Cache.php'),
(4627, 'wp-includes/SimplePie/Caption.php'),
(4628, 'wp-includes/SimplePie/Category.php'),
(4629, 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(4630, 'wp-includes/SimplePie/Copyright.php'),
(4631, 'wp-includes/SimplePie/Core.php'),
(4632, 'wp-includes/SimplePie/Credit.php'),
(4633, 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(4634, 'wp-includes/SimplePie/Enclosure.php'),
(4635, 'wp-includes/SimplePie/Exception.php'),
(4636, 'wp-includes/SimplePie/File.php'),
(4637, 'wp-includes/SimplePie/HTTP/Parser.php'),
(4638, 'wp-includes/SimplePie/IRI.php'),
(4639, 'wp-includes/SimplePie/Item.php'),
(4640, 'wp-includes/SimplePie/Locator.php'),
(4641, 'wp-includes/SimplePie/Misc.php'),
(4642, 'wp-includes/SimplePie/Net/IPv6.php'),
(4643, 'wp-includes/SimplePie/Parse/Date.php'),
(4644, 'wp-includes/SimplePie/Parser.php'),
(4645, 'wp-includes/SimplePie/Rating.php'),
(4646, 'wp-includes/SimplePie/Registry.php'),
(4647, 'wp-includes/SimplePie/Restriction.php'),
(4648, 'wp-includes/SimplePie/Sanitize.php'),
(4649, 'wp-includes/SimplePie/Source.php'),
(4650, 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(4651, 'wp-includes/SimplePie/gzdecode.php'),
(4652, 'wp-includes/Text/Diff/Engine/native.php'),
(4653, 'wp-includes/Text/Diff/Engine/shell.php'),
(4654, 'wp-includes/Text/Diff/Engine/string.php'),
(4655, 'wp-includes/Text/Diff/Engine/xdiff.php'),
(4656, 'wp-includes/Text/Diff/Renderer/inline.php'),
(4657, 'wp-includes/Text/Diff/Renderer.php'),
(4658, 'wp-includes/Text/Diff.php'),
(4659, 'wp-includes/admin-bar.php'),
(4660, 'wp-includes/atomlib.php'),
(4661, 'wp-includes/author-template.php'),
(4662, 'wp-includes/bookmark-template.php'),
(4663, 'wp-includes/bookmark.php'),
(4664, 'wp-includes/cache.php'),
(4665, 'wp-includes/canonical.php'),
(4666, 'wp-includes/capabilities.php'),
(4667, 'wp-includes/category-template.php'),
(4668, 'wp-includes/category.php'),
(4669, 'wp-includes/certificates/ca-bundle.crt'),
(4670, 'wp-includes/class-IXR.php'),
(4671, 'wp-includes/class-feed.php'),
(4672, 'wp-includes/class-http.php'),
(4673, 'wp-includes/class-json.php'),
(4674, 'wp-includes/class-oembed.php'),
(4675, 'wp-includes/class-phpass.php'),
(4676, 'wp-includes/class-phpmailer.php'),
(4677, 'wp-includes/class-pop3.php'),
(4678, 'wp-includes/class-requests.php'),
(4679, 'wp-includes/class-simplepie.php'),
(4680, 'wp-includes/class-smtp.php'),
(4681, 'wp-includes/class-snoopy.php'),
(4682, 'wp-includes/class-walker-category-dropdown.php'),
(4683, 'wp-includes/class-walker-category.php'),
(4684, 'wp-includes/class-walker-comment.php'),
(4685, 'wp-includes/class-walker-nav-menu.php'),
(4686, 'wp-includes/class-walker-page-dropdown.php'),
(4687, 'wp-includes/class-walker-page.php'),
(4688, 'wp-includes/class-wp-admin-bar.php'),
(4689, 'wp-includes/class-wp-ajax-response.php'),
(4690, 'wp-includes/class-wp-comment-query.php'),
(4691, 'wp-includes/class-wp-comment.php'),
(4692, 'wp-includes/class-wp-customize-control.php'),
(4693, 'wp-includes/class-wp-customize-manager.php'),
(4694, 'wp-includes/class-wp-customize-nav-menus.php'),
(4695, 'wp-includes/class-wp-customize-panel.php'),
(4696, 'wp-includes/class-wp-customize-section.php'),
(4697, 'wp-includes/class-wp-customize-setting.php'),
(4698, 'wp-includes/class-wp-customize-widgets.php'),
(4699, 'wp-includes/class-wp-editor.php'),
(4700, 'wp-includes/class-wp-embed.php'),
(4701, 'wp-includes/class-wp-error.php'),
(4702, 'wp-includes/class-wp-http-cookie.php'),
(4703, 'wp-includes/class-wp-http-curl.php'),
(4704, 'wp-includes/class-wp-http-encoding.php'),
(4705, 'wp-includes/class-wp-http-ixr-client.php'),
(4706, 'wp-includes/class-wp-http-proxy.php'),
(4707, 'wp-includes/class-wp-http-requests-response.php'),
(4708, 'wp-includes/class-wp-http-response.php'),
(4709, 'wp-includes/class-wp-http-streams.php'),
(4710, 'wp-includes/class-wp-image-editor-gd.php'),
(4711, 'wp-includes/class-wp-image-editor-imagick.php'),
(4712, 'wp-includes/class-wp-image-editor.php'),
(4713, 'wp-includes/class-wp-locale.php'),
(4714, 'wp-includes/class-wp-meta-query.php'),
(4715, 'wp-includes/class-wp-metadata-lazyloader.php'),
(4716, 'wp-includes/class-wp-network-query.php'),
(4717, 'wp-includes/class-wp-network.php'),
(4718, 'wp-includes/class-wp-oembed-controller.php'),
(4719, 'wp-includes/class-wp-post-type.php'),
(4720, 'wp-includes/class-wp-post.php'),
(4721, 'wp-includes/class-wp-rewrite.php'),
(4722, 'wp-includes/class-wp-role.php'),
(4723, 'wp-includes/class-wp-roles.php'),
(4724, 'wp-includes/class-wp-site-query.php'),
(4725, 'wp-includes/class-wp-site.php'),
(4726, 'wp-includes/class-wp-tax-query.php'),
(4727, 'wp-includes/class-wp-term-query.php'),
(4728, 'wp-includes/class-wp-term.php'),
(4729, 'wp-includes/class-wp-theme.php'),
(4730, 'wp-includes/class-wp-user-query.php'),
(4731, 'wp-includes/class-wp-user.php'),
(4732, 'wp-includes/class-wp-walker.php'),
(4733, 'wp-includes/class-wp-widget-factory.php'),
(4734, 'wp-includes/class-wp-widget.php'),
(4735, 'wp-includes/class-wp-xmlrpc-server.php'),
(4736, 'wp-includes/class-wp.php'),
(4737, 'wp-includes/class.wp-dependencies.php'),
(4738, 'wp-includes/class.wp-scripts.php'),
(4739, 'wp-includes/class.wp-styles.php'),
(4740, 'wp-includes/comment-template.php'),
(4741, 'wp-includes/comment.php');
INSERT INTO `wpo8_wfKnownFileList` (`id`, `path`) VALUES
(4742, 'wp-includes/compat.php'),
(4743, 'wp-includes/cron.php'),
(4744, 'wp-includes/css/admin-bar-rtl.css'),
(4745, 'wp-includes/css/admin-bar-rtl.min.css'),
(4746, 'wp-includes/css/admin-bar.css'),
(4747, 'wp-includes/css/admin-bar.min.css'),
(4748, 'wp-includes/css/buttons-rtl.css'),
(4749, 'wp-includes/css/buttons-rtl.min.css'),
(4750, 'wp-includes/css/buttons.css'),
(4751, 'wp-includes/css/buttons.min.css'),
(4752, 'wp-includes/css/customize-preview.css'),
(4753, 'wp-includes/css/customize-preview.min.css'),
(4754, 'wp-includes/css/dashicons.css'),
(4755, 'wp-includes/css/dashicons.min.css'),
(4756, 'wp-includes/css/editor-rtl.css'),
(4757, 'wp-includes/css/editor-rtl.min.css'),
(4758, 'wp-includes/css/editor.css'),
(4759, 'wp-includes/css/editor.min.css'),
(4760, 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(4761, 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(4762, 'wp-includes/css/jquery-ui-dialog.css'),
(4763, 'wp-includes/css/jquery-ui-dialog.min.css'),
(4764, 'wp-includes/css/media-views-rtl.css'),
(4765, 'wp-includes/css/media-views-rtl.min.css'),
(4766, 'wp-includes/css/media-views.css'),
(4767, 'wp-includes/css/media-views.min.css'),
(4768, 'wp-includes/css/wp-auth-check-rtl.css'),
(4769, 'wp-includes/css/wp-auth-check-rtl.min.css'),
(4770, 'wp-includes/css/wp-auth-check.css'),
(4771, 'wp-includes/css/wp-auth-check.min.css'),
(4772, 'wp-includes/css/wp-embed-template-ie.css'),
(4773, 'wp-includes/css/wp-embed-template-ie.min.css'),
(4774, 'wp-includes/css/wp-embed-template.css'),
(4775, 'wp-includes/css/wp-embed-template.min.css'),
(4776, 'wp-includes/css/wp-pointer-rtl.css'),
(4777, 'wp-includes/css/wp-pointer-rtl.min.css'),
(4778, 'wp-includes/css/wp-pointer.css'),
(4779, 'wp-includes/css/wp-pointer.min.css'),
(4780, 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(4781, 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(4782, 'wp-includes/customize/class-wp-customize-color-control.php'),
(4783, 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(4784, 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(4785, 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(4786, 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(4787, 'wp-includes/customize/class-wp-customize-image-control.php'),
(4788, 'wp-includes/customize/class-wp-customize-media-control.php'),
(4789, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(4790, 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(4791, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(4792, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(4793, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(4794, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(4795, 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(4796, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(4797, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(4798, 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(4799, 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(4800, 'wp-includes/customize/class-wp-customize-partial.php'),
(4801, 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(4802, 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(4803, 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(4804, 'wp-includes/customize/class-wp-customize-theme-control.php'),
(4805, 'wp-includes/customize/class-wp-customize-themes-section.php'),
(4806, 'wp-includes/customize/class-wp-customize-upload-control.php'),
(4807, 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(4808, 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(4809, 'wp-includes/date.php'),
(4810, 'wp-includes/default-constants.php'),
(4811, 'wp-includes/default-filters.php'),
(4812, 'wp-includes/default-widgets.php'),
(4813, 'wp-includes/deprecated.php'),
(4814, 'wp-includes/embed-template.php'),
(4815, 'wp-includes/embed.php'),
(4816, 'wp-includes/feed-atom-comments.php'),
(4817, 'wp-includes/feed-atom.php'),
(4818, 'wp-includes/feed-rdf.php'),
(4819, 'wp-includes/feed-rss.php'),
(4820, 'wp-includes/feed-rss2-comments.php'),
(4821, 'wp-includes/feed-rss2.php'),
(4822, 'wp-includes/feed.php'),
(4823, 'wp-includes/fonts/dashicons.eot'),
(4824, 'wp-includes/fonts/dashicons.svg'),
(4825, 'wp-includes/fonts/dashicons.ttf'),
(4826, 'wp-includes/fonts/dashicons.woff'),
(4827, 'wp-includes/formatting.php'),
(4828, 'wp-includes/functions.php'),
(4829, 'wp-includes/functions.wp-scripts.php'),
(4830, 'wp-includes/functions.wp-styles.php'),
(4831, 'wp-includes/general-template.php'),
(4832, 'wp-includes/http.php'),
(4833, 'wp-includes/images/admin-bar-sprite-2x.png'),
(4834, 'wp-includes/images/admin-bar-sprite.png'),
(4835, 'wp-includes/images/arrow-pointer-blue-2x.png'),
(4836, 'wp-includes/images/arrow-pointer-blue.png'),
(4837, 'wp-includes/images/blank.gif'),
(4838, 'wp-includes/images/crystal/archive.png'),
(4839, 'wp-includes/images/crystal/audio.png'),
(4840, 'wp-includes/images/crystal/code.png'),
(4841, 'wp-includes/images/crystal/default.png'),
(4842, 'wp-includes/images/crystal/document.png'),
(4843, 'wp-includes/images/crystal/interactive.png'),
(4844, 'wp-includes/images/crystal/license.txt'),
(4845, 'wp-includes/images/crystal/spreadsheet.png'),
(4846, 'wp-includes/images/crystal/text.png'),
(4847, 'wp-includes/images/crystal/video.png'),
(4848, 'wp-includes/images/down_arrow-2x.gif'),
(4849, 'wp-includes/images/down_arrow.gif'),
(4850, 'wp-includes/images/icon-pointer-flag-2x.png'),
(4851, 'wp-includes/images/icon-pointer-flag.png'),
(4852, 'wp-includes/images/media/archive.png'),
(4853, 'wp-includes/images/media/audio.png'),
(4854, 'wp-includes/images/media/code.png'),
(4855, 'wp-includes/images/media/default.png'),
(4856, 'wp-includes/images/media/document.png'),
(4857, 'wp-includes/images/media/interactive.png'),
(4858, 'wp-includes/images/media/spreadsheet.png'),
(4859, 'wp-includes/images/media/text.png'),
(4860, 'wp-includes/images/media/video.png'),
(4861, 'wp-includes/images/rss-2x.png'),
(4862, 'wp-includes/images/rss.png'),
(4863, 'wp-includes/images/smilies/frownie.png'),
(4864, 'wp-includes/images/smilies/icon_arrow.gif'),
(4865, 'wp-includes/images/smilies/icon_biggrin.gif'),
(4866, 'wp-includes/images/smilies/icon_confused.gif'),
(4867, 'wp-includes/images/smilies/icon_cool.gif'),
(4868, 'wp-includes/images/smilies/icon_cry.gif'),
(4869, 'wp-includes/images/smilies/icon_eek.gif'),
(4870, 'wp-includes/images/smilies/icon_evil.gif'),
(4871, 'wp-includes/images/smilies/icon_exclaim.gif'),
(4872, 'wp-includes/images/smilies/icon_idea.gif'),
(4873, 'wp-includes/images/smilies/icon_lol.gif'),
(4874, 'wp-includes/images/smilies/icon_mad.gif'),
(4875, 'wp-includes/images/smilies/icon_mrgreen.gif'),
(4876, 'wp-includes/images/smilies/icon_neutral.gif'),
(4877, 'wp-includes/images/smilies/icon_question.gif'),
(4878, 'wp-includes/images/smilies/icon_razz.gif'),
(4879, 'wp-includes/images/smilies/icon_redface.gif'),
(4880, 'wp-includes/images/smilies/icon_rolleyes.gif'),
(4881, 'wp-includes/images/smilies/icon_sad.gif'),
(4882, 'wp-includes/images/smilies/icon_smile.gif'),
(4883, 'wp-includes/images/smilies/icon_surprised.gif'),
(4884, 'wp-includes/images/smilies/icon_twisted.gif'),
(4885, 'wp-includes/images/smilies/icon_wink.gif'),
(4886, 'wp-includes/images/smilies/mrgreen.png'),
(4887, 'wp-includes/images/smilies/rolleyes.png'),
(4888, 'wp-includes/images/smilies/simple-smile.png'),
(4889, 'wp-includes/images/spinner-2x.gif'),
(4890, 'wp-includes/images/spinner.gif'),
(4891, 'wp-includes/images/toggle-arrow-2x.png'),
(4892, 'wp-includes/images/toggle-arrow.png'),
(4893, 'wp-includes/images/uploader-icons-2x.png'),
(4894, 'wp-includes/images/uploader-icons.png'),
(4895, 'wp-includes/images/w-logo-blue.png'),
(4896, 'wp-includes/images/wlw/wp-comments.png'),
(4897, 'wp-includes/images/wlw/wp-icon.png'),
(4898, 'wp-includes/images/wlw/wp-watermark.png'),
(4899, 'wp-includes/images/wpicons-2x.png'),
(4900, 'wp-includes/images/wpicons.png'),
(4901, 'wp-includes/images/wpspin-2x.gif'),
(4902, 'wp-includes/images/wpspin.gif'),
(4903, 'wp-includes/images/xit-2x.gif'),
(4904, 'wp-includes/images/xit.gif'),
(4905, 'wp-includes/js/admin-bar.js'),
(4906, 'wp-includes/js/admin-bar.min.js'),
(4907, 'wp-includes/js/autosave.js'),
(4908, 'wp-includes/js/autosave.min.js'),
(4909, 'wp-includes/js/backbone.min.js'),
(4910, 'wp-includes/js/colorpicker.js'),
(4911, 'wp-includes/js/colorpicker.min.js'),
(4912, 'wp-includes/js/comment-reply.js'),
(4913, 'wp-includes/js/comment-reply.min.js'),
(4914, 'wp-includes/js/crop/cropper.css'),
(4915, 'wp-includes/js/crop/cropper.js'),
(4916, 'wp-includes/js/crop/marqueeHoriz.gif'),
(4917, 'wp-includes/js/crop/marqueeVert.gif'),
(4918, 'wp-includes/js/customize-base.js'),
(4919, 'wp-includes/js/customize-base.min.js'),
(4920, 'wp-includes/js/customize-loader.js'),
(4921, 'wp-includes/js/customize-loader.min.js'),
(4922, 'wp-includes/js/customize-models.js'),
(4923, 'wp-includes/js/customize-models.min.js'),
(4924, 'wp-includes/js/customize-preview-nav-menus.js'),
(4925, 'wp-includes/js/customize-preview-nav-menus.min.js'),
(4926, 'wp-includes/js/customize-preview-widgets.js'),
(4927, 'wp-includes/js/customize-preview-widgets.min.js'),
(4928, 'wp-includes/js/customize-preview.js'),
(4929, 'wp-includes/js/customize-preview.min.js'),
(4930, 'wp-includes/js/customize-selective-refresh.js'),
(4931, 'wp-includes/js/customize-selective-refresh.min.js'),
(4932, 'wp-includes/js/customize-views.js'),
(4933, 'wp-includes/js/customize-views.min.js'),
(4934, 'wp-includes/js/heartbeat.js'),
(4935, 'wp-includes/js/heartbeat.min.js'),
(4936, 'wp-includes/js/hoverIntent.js'),
(4937, 'wp-includes/js/hoverIntent.min.js'),
(4938, 'wp-includes/js/imagesloaded.min.js'),
(4939, 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(4940, 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(4941, 'wp-includes/js/imgareaselect/imgareaselect.css'),
(4942, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(4943, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(4944, 'wp-includes/js/jcrop/Jcrop.gif'),
(4945, 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(4946, 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(4947, 'wp-includes/js/jquery/jquery-migrate.js'),
(4948, 'wp-includes/js/jquery/jquery-migrate.min.js'),
(4949, 'wp-includes/js/jquery/jquery.color.min.js'),
(4950, 'wp-includes/js/jquery/jquery.form.js'),
(4951, 'wp-includes/js/jquery/jquery.form.min.js'),
(4952, 'wp-includes/js/jquery/jquery.hotkeys.js'),
(4953, 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(4954, 'wp-includes/js/jquery/jquery.js'),
(4955, 'wp-includes/js/jquery/jquery.masonry.min.js'),
(4956, 'wp-includes/js/jquery/jquery.query.js'),
(4957, 'wp-includes/js/jquery/jquery.schedule.js'),
(4958, 'wp-includes/js/jquery/jquery.serialize-object.js'),
(4959, 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(4960, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(4961, 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(4962, 'wp-includes/js/jquery/suggest.js'),
(4963, 'wp-includes/js/jquery/suggest.min.js'),
(4964, 'wp-includes/js/jquery/ui/accordion.min.js'),
(4965, 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(4966, 'wp-includes/js/jquery/ui/button.min.js'),
(4967, 'wp-includes/js/jquery/ui/core.min.js'),
(4968, 'wp-includes/js/jquery/ui/datepicker.min.js'),
(4969, 'wp-includes/js/jquery/ui/dialog.min.js'),
(4970, 'wp-includes/js/jquery/ui/draggable.min.js'),
(4971, 'wp-includes/js/jquery/ui/droppable.min.js'),
(4972, 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(4973, 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(4974, 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(4975, 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(4976, 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(4977, 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(4978, 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(4979, 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(4980, 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(4981, 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(4982, 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(4983, 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(4984, 'wp-includes/js/jquery/ui/effect-size.min.js'),
(4985, 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(4986, 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(4987, 'wp-includes/js/jquery/ui/effect.min.js'),
(4988, 'wp-includes/js/jquery/ui/menu.min.js'),
(4989, 'wp-includes/js/jquery/ui/mouse.min.js'),
(4990, 'wp-includes/js/jquery/ui/position.min.js'),
(4991, 'wp-includes/js/jquery/ui/progressbar.min.js'),
(4992, 'wp-includes/js/jquery/ui/resizable.min.js'),
(4993, 'wp-includes/js/jquery/ui/selectable.min.js'),
(4994, 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(4995, 'wp-includes/js/jquery/ui/slider.min.js'),
(4996, 'wp-includes/js/jquery/ui/sortable.min.js'),
(4997, 'wp-includes/js/jquery/ui/spinner.min.js'),
(4998, 'wp-includes/js/jquery/ui/tabs.min.js'),
(4999, 'wp-includes/js/jquery/ui/tooltip.min.js'),
(5000, 'wp-includes/js/jquery/ui/widget.min.js'),
(5001, 'wp-includes/js/json2.js'),
(5002, 'wp-includes/js/json2.min.js'),
(5003, 'wp-includes/js/masonry.min.js'),
(5004, 'wp-includes/js/mce-view.js'),
(5005, 'wp-includes/js/mce-view.min.js'),
(5006, 'wp-includes/js/media-audiovideo.js'),
(5007, 'wp-includes/js/media-audiovideo.min.js'),
(5008, 'wp-includes/js/media-editor.js'),
(5009, 'wp-includes/js/media-editor.min.js'),
(5010, 'wp-includes/js/media-grid.js'),
(5011, 'wp-includes/js/media-grid.min.js'),
(5012, 'wp-includes/js/media-models.js'),
(5013, 'wp-includes/js/media-models.min.js'),
(5014, 'wp-includes/js/media-views.js'),
(5015, 'wp-includes/js/media-views.min.js'),
(5016, 'wp-includes/js/mediaelement/background.png'),
(5017, 'wp-includes/js/mediaelement/bigplay.png'),
(5018, 'wp-includes/js/mediaelement/bigplay.svg'),
(5019, 'wp-includes/js/mediaelement/controls.png'),
(5020, 'wp-includes/js/mediaelement/controls.svg'),
(5021, 'wp-includes/js/mediaelement/flashmediaelement.swf'),
(5022, 'wp-includes/js/mediaelement/froogaloop.min.js'),
(5023, 'wp-includes/js/mediaelement/jumpforward.png'),
(5024, 'wp-includes/js/mediaelement/loading.gif'),
(5025, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(5026, 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(5027, 'wp-includes/js/mediaelement/silverlightmediaelement.xap'),
(5028, 'wp-includes/js/mediaelement/skipback.png'),
(5029, 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(5030, 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(5031, 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(5032, 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(5033, 'wp-includes/js/mediaelement/wp-playlist.js'),
(5034, 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(5035, 'wp-includes/js/plupload/handlers.js'),
(5036, 'wp-includes/js/plupload/handlers.min.js'),
(5037, 'wp-includes/js/plupload/license.txt'),
(5038, 'wp-includes/js/plupload/plupload.flash.swf'),
(5039, 'wp-includes/js/plupload/plupload.full.min.js'),
(5040, 'wp-includes/js/plupload/plupload.silverlight.xap'),
(5041, 'wp-includes/js/plupload/wp-plupload.js'),
(5042, 'wp-includes/js/plupload/wp-plupload.min.js'),
(5043, 'wp-includes/js/quicktags.js'),
(5044, 'wp-includes/js/quicktags.min.js'),
(5045, 'wp-includes/js/shortcode.js'),
(5046, 'wp-includes/js/shortcode.min.js'),
(5047, 'wp-includes/js/swfobject.js'),
(5048, 'wp-includes/js/swfupload/handlers.js'),
(5049, 'wp-includes/js/swfupload/handlers.min.js'),
(5050, 'wp-includes/js/swfupload/license.txt'),
(5051, 'wp-includes/js/swfupload/plugins/swfupload.cookies.js'),
(5052, 'wp-includes/js/swfupload/plugins/swfupload.queue.js'),
(5053, 'wp-includes/js/swfupload/plugins/swfupload.speed.js'),
(5054, 'wp-includes/js/swfupload/plugins/swfupload.swfobject.js'),
(5055, 'wp-includes/js/swfupload/swfupload.js'),
(5056, 'wp-includes/js/swfupload/swfupload.swf'),
(5057, 'wp-includes/js/thickbox/loadingAnimation.gif'),
(5058, 'wp-includes/js/thickbox/macFFBgHack.png'),
(5059, 'wp-includes/js/thickbox/thickbox.css'),
(5060, 'wp-includes/js/thickbox/thickbox.js'),
(5061, 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(5062, 'wp-includes/js/tinymce/license.txt'),
(5063, 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(5064, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(5065, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(5066, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(5067, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(5068, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(5069, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(5070, 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(5071, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(5072, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(5073, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(5074, 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(5075, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(5076, 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(5077, 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(5078, 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(5079, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(5080, 'wp-includes/js/tinymce/plugins/media/moxieplayer.swf'),
(5081, 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(5082, 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(5083, 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(5084, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(5085, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(5086, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(5087, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(5088, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(5089, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(5090, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(5091, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(5092, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(5093, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(5094, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(5095, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(5096, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(5097, 'wp-includes/js/tinymce/plugins/wpembed/plugin.js'),
(5098, 'wp-includes/js/tinymce/plugins/wpembed/plugin.min.js'),
(5099, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(5100, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(5101, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(5102, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(5103, 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(5104, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(5105, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(5106, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(5107, 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(5108, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(5109, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(5110, 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(5111, 'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md'),
(5112, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(5113, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json'),
(5114, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(5115, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(5116, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(5117, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(5118, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.json'),
(5119, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(5120, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(5121, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(5122, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(5123, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(5124, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(5125, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(5126, 'wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css'),
(5127, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(5128, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(5129, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(5130, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(5131, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(5132, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(5133, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(5134, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(5135, 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(5136, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(5137, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(5138, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(5139, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(5140, 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(5141, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(5142, 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(5143, 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(5144, 'wp-includes/js/tinymce/themes/modern/theme.js'),
(5145, 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(5146, 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(5147, 'wp-includes/js/tinymce/tinymce.min.js'),
(5148, 'wp-includes/js/tinymce/utils/editable_selects.js'),
(5149, 'wp-includes/js/tinymce/utils/form_utils.js'),
(5150, 'wp-includes/js/tinymce/utils/mctabs.js'),
(5151, 'wp-includes/js/tinymce/utils/validate.js'),
(5152, 'wp-includes/js/tinymce/wp-tinymce.js.gz'),
(5153, 'wp-includes/js/tinymce/wp-tinymce.php'),
(5154, 'wp-includes/js/tw-sack.js'),
(5155, 'wp-includes/js/tw-sack.min.js'),
(5156, 'wp-includes/js/twemoji.js'),
(5157, 'wp-includes/js/twemoji.min.js'),
(5158, 'wp-includes/js/underscore.min.js'),
(5159, 'wp-includes/js/utils.js'),
(5160, 'wp-includes/js/utils.min.js'),
(5161, 'wp-includes/js/wp-a11y.js'),
(5162, 'wp-includes/js/wp-a11y.min.js'),
(5163, 'wp-includes/js/wp-ajax-response.js'),
(5164, 'wp-includes/js/wp-ajax-response.min.js'),
(5165, 'wp-includes/js/wp-auth-check.js'),
(5166, 'wp-includes/js/wp-auth-check.min.js'),
(5167, 'wp-includes/js/wp-backbone.js'),
(5168, 'wp-includes/js/wp-backbone.min.js'),
(5169, 'wp-includes/js/wp-embed-template.js'),
(5170, 'wp-includes/js/wp-embed-template.min.js'),
(5171, 'wp-includes/js/wp-embed.js'),
(5172, 'wp-includes/js/wp-embed.min.js'),
(5173, 'wp-includes/js/wp-emoji-loader.js'),
(5174, 'wp-includes/js/wp-emoji-loader.min.js'),
(5175, 'wp-includes/js/wp-emoji-release.min.js'),
(5176, 'wp-includes/js/wp-emoji.js'),
(5177, 'wp-includes/js/wp-emoji.min.js'),
(5178, 'wp-includes/js/wp-list-revisions.js'),
(5179, 'wp-includes/js/wp-list-revisions.min.js'),
(5180, 'wp-includes/js/wp-lists.js'),
(5181, 'wp-includes/js/wp-lists.min.js'),
(5182, 'wp-includes/js/wp-pointer.js'),
(5183, 'wp-includes/js/wp-pointer.min.js'),
(5184, 'wp-includes/js/wp-util.js'),
(5185, 'wp-includes/js/wp-util.min.js'),
(5186, 'wp-includes/js/wpdialog.js'),
(5187, 'wp-includes/js/wpdialog.min.js'),
(5188, 'wp-includes/js/wplink.js'),
(5189, 'wp-includes/js/wplink.min.js'),
(5190, 'wp-includes/js/zxcvbn-async.js'),
(5191, 'wp-includes/js/zxcvbn-async.min.js'),
(5192, 'wp-includes/js/zxcvbn.min.js'),
(5193, 'wp-includes/kses.php'),
(5194, 'wp-includes/l10n.php'),
(5195, 'wp-includes/link-template.php'),
(5196, 'wp-includes/load.php'),
(5197, 'wp-includes/locale.php'),
(5198, 'wp-includes/media-template.php'),
(5199, 'wp-includes/media.php'),
(5200, 'wp-includes/meta.php'),
(5201, 'wp-includes/ms-blogs.php'),
(5202, 'wp-includes/ms-default-constants.php'),
(5203, 'wp-includes/ms-default-filters.php'),
(5204, 'wp-includes/ms-deprecated.php'),
(5205, 'wp-includes/ms-files.php'),
(5206, 'wp-includes/ms-functions.php'),
(5207, 'wp-includes/ms-load.php'),
(5208, 'wp-includes/ms-settings.php'),
(5209, 'wp-includes/nav-menu-template.php'),
(5210, 'wp-includes/nav-menu.php'),
(5211, 'wp-includes/option.php'),
(5212, 'wp-includes/pluggable-deprecated.php'),
(5213, 'wp-includes/pluggable.php'),
(5214, 'wp-includes/plugin.php'),
(5215, 'wp-includes/pomo/entry.php'),
(5216, 'wp-includes/pomo/mo.php'),
(5217, 'wp-includes/pomo/po.php'),
(5218, 'wp-includes/pomo/streams.php'),
(5219, 'wp-includes/pomo/translations.php'),
(5220, 'wp-includes/post-formats.php'),
(5221, 'wp-includes/post-template.php'),
(5222, 'wp-includes/post-thumbnail-template.php'),
(5223, 'wp-includes/post.php'),
(5224, 'wp-includes/query.php'),
(5225, 'wp-includes/random_compat/byte_safe_strings.php'),
(5226, 'wp-includes/random_compat/cast_to_int.php'),
(5227, 'wp-includes/random_compat/error_polyfill.php'),
(5228, 'wp-includes/random_compat/random.php'),
(5229, 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(5230, 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(5231, 'wp-includes/random_compat/random_bytes_libsodium.php'),
(5232, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(5233, 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(5234, 'wp-includes/random_compat/random_bytes_openssl.php'),
(5235, 'wp-includes/random_compat/random_int.php'),
(5236, 'wp-includes/registration-functions.php'),
(5237, 'wp-includes/registration.php'),
(5238, 'wp-includes/rest-api/class-wp-rest-request.php'),
(5239, 'wp-includes/rest-api/class-wp-rest-response.php'),
(5240, 'wp-includes/rest-api/class-wp-rest-server.php'),
(5241, 'wp-includes/rest-api.php'),
(5242, 'wp-includes/revision.php'),
(5243, 'wp-includes/rewrite.php'),
(5244, 'wp-includes/rss-functions.php'),
(5245, 'wp-includes/rss.php'),
(5246, 'wp-includes/script-loader.php'),
(5247, 'wp-includes/session.php'),
(5248, 'wp-includes/shortcodes.php'),
(5249, 'wp-includes/taxonomy.php'),
(5250, 'wp-includes/template-loader.php'),
(5251, 'wp-includes/template.php'),
(5252, 'wp-includes/theme-compat/comments.php'),
(5253, 'wp-includes/theme-compat/embed-404.php'),
(5254, 'wp-includes/theme-compat/embed-content.php'),
(5255, 'wp-includes/theme-compat/embed.php'),
(5256, 'wp-includes/theme-compat/footer-embed.php'),
(5257, 'wp-includes/theme-compat/footer.php'),
(5258, 'wp-includes/theme-compat/header-embed.php'),
(5259, 'wp-includes/theme-compat/header.php'),
(5260, 'wp-includes/theme-compat/sidebar.php'),
(5261, 'wp-includes/theme.php'),
(5262, 'wp-includes/update.php'),
(5263, 'wp-includes/user.php'),
(5264, 'wp-includes/vars.php'),
(5265, 'wp-includes/version.php'),
(5266, 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(5267, 'wp-includes/widgets/class-wp-widget-archives.php'),
(5268, 'wp-includes/widgets/class-wp-widget-calendar.php'),
(5269, 'wp-includes/widgets/class-wp-widget-categories.php'),
(5270, 'wp-includes/widgets/class-wp-widget-links.php'),
(5271, 'wp-includes/widgets/class-wp-widget-meta.php'),
(5272, 'wp-includes/widgets/class-wp-widget-pages.php'),
(5273, 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(5274, 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(5275, 'wp-includes/widgets/class-wp-widget-rss.php'),
(5276, 'wp-includes/widgets/class-wp-widget-search.php'),
(5277, 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(5278, 'wp-includes/widgets/class-wp-widget-text.php'),
(5279, 'wp-includes/widgets.php'),
(5280, 'wp-includes/wlwmanifest.xml'),
(5281, 'wp-includes/wp-db.php'),
(5282, 'wp-includes/wp-diff.php'),
(5283, 'wp-links-opml.php'),
(5284, 'wp-load.php'),
(5285, 'wp-login.php'),
(5286, 'wp-mail.php'),
(5287, 'wp-settings.php'),
(5288, 'wp-signup.php'),
(5289, 'wp-trackback.php'),
(5290, 'xmlrpc.php');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfLeechers`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfLeechers` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wpo8_wfLeechers`
--

INSERT INTO `wpo8_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(24715901, '\0\0\0\0\0\0\0\0\0\0D', 1),
(24718479, '\0\0\0\0\0\0\0\0\0\0E\Z}', 1),
(24718475, '\0\0\0\0\0\0\0\0\0\0]u', 3),
(24718470, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24717381, '\0\0\0\0\0\0\0\0\0\0Lؤ', 2),
(24717345, '\0\0\0\0\0\0\0\0\0\0.\r:', 1),
(24717339, '\0\0\0\0\0\0\0\0\0\0MKMe', 1),
(24717332, '\0\0\0\0\0\0\0\0\0\0', 2),
(24717274, '\0\0\0\0\0\0\0\0\0\0.\r:', 1),
(24717241, '\0\0\0\0\0\0\0\0\0\0MKO ', 1),
(24717225, '\0\0\0\0\0\0\0\0\0\0', 1),
(24716002, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24716001, '\0\0\0\0\0\0\0\0\0\0', 3),
(24716001, '\0\0\0\0\0\0\0\0\0\02(4', 2),
(24716001, '\0\0\0\0\0\0\0\0\0\0[ki', 1),
(24716000, '\0\0\0\0\0\0\0\0\0\0', 12),
(24715979, '\0\0\0\0\0\0\0\0\0\02,k3', 1),
(24715978, '\0\0\0\0\0\0\0\0\0\0b9', 1),
(24715977, '\0\0\0\0\0\0\0\0\0\0b9', 1),
(24715976, '\0\0\0\0\0\0\0\0\0\0]u', 2),
(24715974, '\0\0\0\0\0\0\0\0\0\02,k3', 1),
(24715966, '\0\0\0\0\0\0\0\0\0\02,k3', 1),
(24715960, '\0\0\0\0\0\0\0\0\0\0K)', 2),
(24715958, '\0\0\0\0\0\0\0\0\0\02,k3', 2),
(24715955, '\0\0\0\0\0\0\0\0\0\02,k3', 1),
(24715942, '\0\0\0\0\0\0\0\0\0\0B', 1),
(24715907, '\0\0\0\0\0\0\0\0\0\0', 12),
(24715905, '\0\0\0\0\0\0\0\0\0\0H', 2),
(24715904, '\0\0\0\0\0\0\0\0\0\06YZo', 1),
(24715902, '\0\0\0\0\0\0\0\0\0\0D', 3),
(24715900, '\0\0\0\0\0\0\0\0\0\02_', 1),
(24715900, '\0\0\0\0\0\0\0\0\0\0D', 1),
(24715899, '\0\0\0\0\0\0\0\0\0\0D', 1),
(24715838, '\0\0\0\0\0\0\0\0\0\0aLX', 1),
(24715837, '\0\0\0\0\0\0\0\0\0\0aLX', 2),
(24715779, '\0\0\0\0\0\0\0\0\0\0P', 1),
(24715773, '\0\0\0\0\0\0\0\0\0\0V\r', 2),
(24715773, '\0\0\0\0\0\0\0\0\0\0h!', 2),
(24715738, '\0\0\0\0\0\0\0\0\0\02', 3),
(24715735, '\0\0\0\0\0\0\0\0\0\02', 1),
(24715734, '\0\0\0\0\0\0\0\0\0\02', 3),
(24715732, '\0\0\0\0\0\0\0\0\0\02', 1),
(24715730, '\0\0\0\0\0\0\0\0\0\02', 1),
(24715705, '\0\0\0\0\0\0\0\0\0\00X', 1),
(24717186, '\0\0\0\0\0\0\0\0\0\0#|', 1),
(24717185, '\0\0\0\0\0\0\0\0\0\0#|', 1),
(24715598, '\0\0\0\0\0\0\0\0\0\0d+Q', 1),
(24715572, '\0\0\0\0\0\0\0\0\0\0]u', 1),
(24717167, '\0\0\0\0\0\0\0\0\0\0xy', 2),
(24717166, '\0\0\0\0\0\0\0\0\0\0MKOw', 1),
(24717156, '\0\0\0\0\0\0\0\0\0\0B', 1),
(24717156, '\0\0\0\0\0\0\0\0\0\0Pm', 1),
(24717093, '\0\0\0\0\0\0\0\0\0\0{}GS', 1),
(24717037, '\0\0\0\0\0\0\0\0\0\0', 3),
(24717032, '\0\0\0\0\0\0\0\0\0\0.wtt', 2),
(24717024, '\0\0\0\0\0\0\0\0\0\0', 12),
(24717012, '\0\0\0\0\0\0\0\0\0\0.wtt', 3),
(24717007, '\0\0\0\0\0\0\0\0\0\0ܵlg', 1),
(24718589, '\0\0\0\0\0\0\0\0\0\06', 3),
(24718578, '\0\0\0\0\0\0\0\0\0\0.v', 2),
(24718569, '\0\0\0\0\0\0\0\0\0\0aLX', 3),
(24718568, '\0\0\0\0\0\0\0\0\0\07''', 1),
(24718526, '\0\0\0\0\0\0\0\0\0\0uͨ', 2),
(24718518, '\0\0\0\0\0\0\0\0\0\0#+', 2),
(24718517, '\0\0\0\0\0\0\0\0\0\0#+', 3),
(24718492, '\0\0\0\0\0\0\0\0\0\0MX/A', 2),
(24717003, '\0\0\0\0\0\0\0\0\0\0X', 2),
(24716987, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24716987, '\0\0\0\0\0\0\0\0\0\0MKM', 1),
(24716987, '\0\0\0\0\0\0\0\0\0\0kMYN', 2),
(24716984, '\0\0\0\0\0\0\0\0\0\0l;F', 4),
(24718480, '\0\0\0\0\0\0\0\0\0\0E\Z}', 1),
(24717487, '\0\0\0\0\0\0\0\0\0\0\r', 1),
(24717459, '\0\0\0\0\0\0\0\0\0\0MKL', 2),
(24717440, '\0\0\0\0\0\0\0\0\0\0.\rR', 2),
(24717403, '\0\0\0\0\0\0\0\0\0\0MKN', 2),
(24716034, '\0\0\0\0\0\0\0\0\0\02(4', 2),
(24716004, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24716003, '\0\0\0\0\0\0\0\0\0\02(4', 2),
(24716952, '\0\0\0\0\0\0\0\0\0\0d+Q', 1),
(24716947, '\0\0\0\0\0\0\0\0\0\0H', 2),
(24716921, '\0\0\0\0\0\0\0\0\0\07''', 1),
(24715563, '\0\0\0\0\0\0\0\0\0\0''', 1),
(24716899, '\0\0\0\0\0\0\0\0\0\0[', 2),
(24716892, '\0\0\0\0\0\0\0\0\0\0)D', 2),
(24716890, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24716867, '\0\0\0\0\0\0\0\0\0\0.v', 3),
(24716861, '\0\0\0\0\0\0\0\0\0\0d+Q', 1),
(24716859, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24716859, '\0\0\0\0\0\0\0\0\0\0d+Q', 1),
(24716826, '\0\0\0\0\0\0\0\0\0\0MKN', 1),
(24716813, '\0\0\0\0\0\0\0\0\0\0g)į', 2),
(24716813, '\0\0\0\0\0\0\0\0\0\0', 2),
(24716806, '\0\0\0\0\0\0\0\0\0\0\r', 1),
(24716805, '\0\0\0\0\0\0\0\0\0\0\r', 1),
(24716785, '\0\0\0\0\0\0\0\0\0\0{l', 2),
(24716785, '\0\0\0\0\0\0\0\0\0\0M', 2),
(24716773, '\0\0\0\0\0\0\0\0\0\0"U', 2),
(24716745, '\0\0\0\0\0\0\0\0\0\0pQ', 2),
(24716736, '\0\0\0\0\0\0\0\0\0\0.wtt', 2),
(24716734, '\0\0\0\0\0\0\0\0\0\0!(A', 2),
(24716694, '\0\0\0\0\0\0\0\0\0\06T', 2),
(24716692, '\0\0\0\0\0\0\0\0\0\0L', 1),
(24716670, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24716664, '\0\0\0\0\0\0\0\0\0\0zp%', 3),
(24716663, '\0\0\0\0\0\0\0\0\0\0zp%', 1),
(24716663, '\0\0\0\0\0\0\0\0\0\0.\rR', 17),
(24716662, '\0\0\0\0\0\0\0\0\0\0.\ri', 1),
(24716614, '\0\0\0\0\0\0\0\0\0\0	2+', 1),
(24716602, '\0\0\0\0\0\0\0\0\0\0.\rR', 1),
(24716565, '\0\0\0\0\0\0\0\0\0\06Z)', 1),
(24716545, '\0\0\0\0\0\0\0\0\0\0L', 1),
(24716530, '\0\0\0\0\0\0\0\0\0\0#', 2),
(24716516, '\0\0\0\0\0\0\0\0\0\0D', 2),
(24716514, '\0\0\0\0\0\0\0\0\0\0#', 2),
(24716496, '\0\0\0\0\0\0\0\0\0\0MKM_', 1),
(24716370, '\0\0\0\0\0\0\0\0\0\0MKOH', 2),
(24716330, '\0\0\0\0\0\0\0\0\0\0#', 12),
(24716242, '\0\0\0\0\0\0\0\0\0\0MKO_', 1),
(24716231, '\0\0\0\0\0\0\0\0\0\0.\rR', 2),
(24716231, '\0\0\0\0\0\0\0\0\0\07''', 1),
(24716225, '\0\0\0\0\0\0\0\0\0\0.v', 3),
(24718469, '\0\0\0\0\0\0\0\0\0\08', 1),
(24716222, '\0\0\0\0\0\0\0\0\0\06', 1),
(24716205, '\0\0\0\0\0\0\0\0\0\0.v', 2),
(24715538, '\0\0\0\0\0\0\0\0\0\0B^&', 1),
(24715528, '\0\0\0\0\0\0\0\0\0\0.v', 3),
(24715515, '\0\0\0\0\0\0\0\0\0\0]u', 3),
(24715496, '\0\0\0\0\0\0\0\0\0\0RL]', 2),
(24715496, '\0\0\0\0\0\0\0\0\0\0[', 2),
(24715488, '\0\0\0\0\0\0\0\0\0\0', 2),
(24715487, '\0\0\0\0\0\0\0\0\0\0ܵ}', 4),
(24715433, '\0\0\0\0\0\0\0\0\0\0.\rR', 1),
(24715350, '\0\0\0\0\0\0\0\0\0\0k', 1),
(24715344, '\0\0\0\0\0\0\0\0\0\0@*', 2),
(24718468, '\0\0\0\0\0\0\0\0\0\08', 4),
(24718465, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24718464, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24718444, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24718443, '\0\0\0\0\0\0\0\0\0\0.C', 1),
(24718442, '\0\0\0\0\0\0\0\0\0\0.J', 1),
(24718442, '\0\0\0\0\0\0\0\0\0\0.D', 1),
(24718420, '\0\0\0\0\0\0\0\0\0\0MKO_', 1),
(24718415, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24718412, '\0\0\0\0\0\0\0\0\0\0mVG', 1),
(24718388, '\0\0\0\0\0\0\0\0\0\0Ă', 2),
(24718383, '\0\0\0\0\0\0\0\0\0\0|jT', 1),
(24718380, '\0\0\0\0\0\0\0\0\0\0P', 2),
(24718379, '\0\0\0\0\0\0\0\0\0\0x;B', 2),
(24715342, '\0\0\0\0\0\0\0\0\0\0ˠ4', 1),
(24715326, '\0\0\0\0\0\0\0\0\0\0b', 1),
(24715325, '\0\0\0\0\0\0\0\0\0\0b', 3),
(24715263, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715236, '\0\0\0\0\0\0\0\0\0\0(MP', 1),
(24715232, '\0\0\0\0\0\0\0\0\0\07''?', 1),
(24715214, '\0\0\0\0\0\0\0\0\0\06%', 1),
(24715113, '\0\0\0\0\0\0\0\0\0\0(MP', 1),
(24715059, '\0\0\0\0\0\0\0\0\0\04i', 1),
(24715045, '\0\0\0\0\0\0\0\0\0\0b:h', 1),
(24714993, '\0\0\0\0\0\0\0\0\0\0E', 3),
(24714992, '\0\0\0\0\0\0\0\0\0\0E', 1),
(24714991, '\0\0\0\0\0\0\0\0\0\0E', 1),
(24714989, '\0\0\0\0\0\0\0\0\0\0E', 1),
(24714958, '\0\0\0\0\0\0\0\0\0\0B', 1),
(24714910, '\0\0\0\0\0\0\0\0\0\0', 2),
(24714900, '\0\0\0\0\0\0\0\0\0\0bi', 2),
(24714867, '\0\0\0\0\0\0\0\0\0\0`9', 2),
(24714861, '\0\0\0\0\0\0\0\0\0\0Km$', 1),
(24714843, '\0\0\0\0\0\0\0\0\0\0R', 1),
(24714805, '\0\0\0\0\0\0\0\0\0\0}', 5),
(24714781, '\0\0\0\0\0\0\0\0\0\06', 1),
(24714764, '\0\0\0\0\0\0\0\0\0\0ܵ3w', 1),
(24714749, '\0\0\0\0\0\0\0\0\0\0ay', 1),
(24714685, '\0\0\0\0\0\0\0\0\0\0.\rR', 1),
(24714666, '\0\0\0\0\0\0\0\0\0\0ܵl', 1),
(24718367, '\0\0\0\0\0\0\0\0\0\0MKN', 2),
(24718344, '\0\0\0\0\0\0\0\0\0\0', 2),
(24718280, '\0\0\0\0\0\0\0\0\0\0)''', 2),
(24716199, '\0\0\0\0\0\0\0\0\0\0|(d', 2),
(24716191, '\0\0\0\0\0\0\0\0\0\0kE', 1),
(24716173, '\0\0\0\0\0\0\0\0\0\0.wtt', 2),
(24718266, '\0\0\0\0\0\0\0\0\0\0MKOw', 1),
(24718238, '\0\0\0\0\0\0\0\0\0\0ܵ3W', 1),
(24718238, '\0\0\0\0\0\0\0\0\0\0ܵl_', 1),
(24718235, '\0\0\0\0\0\0\0\0\0\0]s_', 1),
(24718232, '\0\0\0\0\0\0\0\0\0\0MX/A', 2),
(24718198, '\0\0\0\0\0\0\0\0\0\0LP', 5),
(24718194, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24718127, '\0\0\0\0\0\0\0\0\0\0LP', 5),
(24718122, '\0\0\0\0\0\0\0\0\0\0LP', 1),
(24718093, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24718085, '\0\0\0\0\0\0\0\0\0\0L', 1),
(24718084, '\0\0\0\0\0\0\0\0\0\06\\', 2),
(24718068, '\0\0\0\0\0\0\0\0\0\0d1', 2),
(24718060, '\0\0\0\0\0\0\0\0\0\0ܵln', 1),
(24718053, '\0\0\0\0\0\0\0\0\0\07''', 1),
(24718035, '\0\0\0\0\0\0\0\0\0\0>I1', 1),
(24718018, '\0\0\0\0\0\0\0\0\0\0q\n?', 6),
(24718017, '\0\0\0\0\0\0\0\0\0\0q\n?', 10),
(24718003, '\0\0\0\0\0\0\0\0\0\0.\rR', 1),
(24717955, '\0\0\0\0\0\0\0\0\0\0;[Es', 1),
(24717939, '\0\0\0\0\0\0\0\0\0\0/', 2),
(24717933, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24717931, '\0\0\0\0\0\0\0\0\0\0C', 2),
(24717912, '\0\0\0\0\0\0\0\0\0\0MKN', 1),
(24717900, '\0\0\0\0\0\0\0\0\0\0ܵ}', 3),
(24717899, '\0\0\0\0\0\0\0\0\0\0ܵ}', 2),
(24717899, '\0\0\0\0\0\0\0\0\0\0y', 2),
(24717868, '\0\0\0\0\0\0\0\0\0\0tH', 2),
(24717861, '\0\0\0\0\0\0\0\0\0\0.', 1),
(24717840, '\0\0\0\0\0\0\0\0\0\0L', 1),
(24717768, '\0\0\0\0\0\0\0\0\0\0IS', 1),
(24717763, '\0\0\0\0\0\0\0\0\0\0uN', 1),
(24717762, '\0\0\0\0\0\0\0\0\0\0uN', 1),
(24717750, '\0\0\0\0\0\0\0\0\0\0MKN', 1),
(24717732, '\0\0\0\0\0\0\0\0\0\0', 2),
(24717683, '\0\0\0\0\0\0\0\0\0\0MKM>', 1),
(24717683, '\0\0\0\0\0\0\0\0\0\0͉', 4),
(24717682, '\0\0\0\0\0\0\0\0\0\0͉', 2),
(24716163, '\0\0\0\0\0\0\0\0\0\0ܵlx', 1),
(24716141, '\0\0\0\0\0\0\0\0\0\0{}G"', 1),
(24716057, '\0\0\0\0\0\0\0\0\0\0MKM_', 1),
(24716052, '\0\0\0\0\0\0\0\0\0\02(4', 2),
(24716042, '\0\0\0\0\0\0\0\0\0\02(4', 2),
(24716040, '\0\0\0\0\0\0\0\0\0\02(4', 4),
(24717663, '\0\0\0\0\0\0\0\0\0\06', 1),
(24717659, '\0\0\0\0\0\0\0\0\0\0bֻ', 1),
(24717645, '\0\0\0\0\0\0\0\0\0\0MX/A', 1),
(24717641, '\0\0\0\0\0\0\0\0\0\0Ot', 11),
(24717632, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24717631, '\0\0\0\0\0\0\0\0\0\0MKL', 1),
(24717588, '\0\0\0\0\0\0\0\0\0\0Ot', 13),
(24717567, '\0\0\0\0\0\0\0\0\0\0MKMm', 2),
(24717565, '\0\0\0\0\0\0\0\0\0\0L!', 1),
(24717528, '\0\0\0\0\0\0\0\0\0\0', 12),
(24717519, '\0\0\0\0\0\0\0\0\0\0]u', 3),
(24716038, '\0\0\0\0\0\0\0\0\0\02(4', 5),
(24716037, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24716036, '\0\0\0\0\0\0\0\0\0\02(4', 4),
(24716035, '\0\0\0\0\0\0\0\0\0\02(4', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfLockedOut`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfLockedOut` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT '0',
  `blockedHits` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfLocs`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfLocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfLogins`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfLogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5231 ;

--
-- Dumping data for table `wpo8_wfLogins`
--

INSERT INTO `wpo8_wfLogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(5148, 34082, 1482666390.970038, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0pI', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5147, 34075, 1482663059.383145, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0%7-', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5146, 34061, 1482656761.209813, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5145, 34059, 1482656757.247719, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5144, 34022, 1482645087.278173, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5143, 34020, 1482645083.225373, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5142, 33969, 1482619211.228251, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5141, 33967, 1482619208.473696, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5140, 33966, 1482617962.306018, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)m', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5139, 33964, 1482617956.503976, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)m', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5138, 33940, 1482611061.844927, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ռ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5137, 33938, 1482611058.440998, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ռ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5136, 33916, 1482599335.036018, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0z<s', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5135, 33910, 1482599330.876603, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0z<s', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5134, 33908, 1482598003.737523, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Dh', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5133, 33902, 1482597990.766546, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Dh', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5132, 33889, 1482592040.765280, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0N-', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5131, 33887, 1482592036.316596, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0N-', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5130, 33879, 1482590556.757353, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|{K', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5129, 33877, 1482590553.801382, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|{K', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5128, 33843, 1482575453.563014, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ww', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5127, 33841, 1482575449.307319, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ww', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5126, 33834, 1482572330.807603, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0v', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5125, 33832, 1482572328.537424, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0v', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5124, 33830, 1482570141.239278, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0a܂', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5123, 33828, 1482570137.174217, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0a܂', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5122, 33819, 1482567856.806056, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\00', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5121, 33817, 1482567852.354945, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\00', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5120, 33808, 1482562689.349079, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0x83', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5119, 33802, 1482562681.920981, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0x83', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5118, 33756, 1482544623.359134, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0iA', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5117, 33754, 1482544621.019656, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0iA', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5116, 33745, 1482540085.379312, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5115, 33743, 1482540081.122269, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5114, 33742, 1482537579.528966, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0\0N!', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5113, 33740, 1482537576.264184, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0\0N!', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5112, 33713, 1482520814.676534, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\01', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5111, 33690, 1482514054.252633, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0O F', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5110, 33688, 1482514051.710883, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0O F', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5109, 33687, 1482513692.782216, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0@', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5108, 33685, 1482513687.038772, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0@', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5107, 33660, 1482503359.985649, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0̦', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5106, 33658, 1482503357.143334, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0̦', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5105, 33635, 1482498632.096845, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5104, 33629, 1482498627.703000, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5103, 33514, 1482490825.175588, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0;', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5102, 33512, 1482490822.659029, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0;', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5101, 33483, 1482481443.730329, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5100, 33481, 1482481428.785510, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5099, 33469, 1482475030.895671, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5098, 33467, 1482475027.197305, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5097, 33462, 1482472031.389147, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0/U', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5096, 33460, 1482472025.260911, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0/U', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5095, 33405, 1482457194.288632, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\01&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5094, 33403, 1482457191.711004, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\01&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5093, 33399, 1482453425.124190, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0b*', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5092, 33397, 1482453421.881859, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0b*', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5091, 33396, 1482453305.835825, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Y6', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5090, 33322, 1482435006.138735, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ihG', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5089, 33320, 1482434998.356476, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ihG', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5088, 33297, 1482432529.799779, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5087, 33295, 1482432527.504746, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5086, 33292, 1482431643.811133, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5085, 33290, 1482431639.288628, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5084, 33287, 1482430983.728212, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ş', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5083, 33285, 1482430975.583615, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ş', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5082, 33260, 1482426440.078113, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g$', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5081, 33258, 1482426436.485493, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g$', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5080, 33256, 1482425317.800521, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0*', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5079, 33254, 1482425313.301189, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0*', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5078, 33236, 1482421541.501192, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0NH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5077, 33234, 1482421539.009152, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0NH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5076, 33227, 1482417219.489993, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0[', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5075, 33221, 1482417212.075033, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5074, 33204, 1482411791.458031, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0pH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5073, 33202, 1482411725.102935, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0pH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5072, 33198, 1482406717.840610, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0.$', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5071, 33196, 1482406715.344403, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0.$', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5070, 33173, 1482396183.457125, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\00', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5069, 33167, 1482396179.769715, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\00', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5068, 33163, 1482393931.300999, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|\rI ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5067, 33161, 1482393927.653897, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|\rI ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5066, 33135, 1482388574.117480, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5065, 33133, 1482388570.849482, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5064, 33128, 1482386766.155052, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u''g', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5063, 33126, 1482386761.837972, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u''g', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5062, 33107, 1482374223.914639, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0 ~"', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5061, 33105, 1482374220.477696, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0 ~"', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5060, 33074, 1482365840.687069, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|jsC', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5059, 33072, 1482365837.914083, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|jsC', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5058, 33071, 1482364162.630944, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0a', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5057, 33069, 1482364159.938525, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0a', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5056, 29603, 1482356500.484619, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0igAO', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5055, 29601, 1482356496.593183, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0igAO', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5054, 29600, 1482355471.431436, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0G&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5053, 29598, 1482355469.074708, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0G&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5052, 29582, 1482350670.730027, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0/E', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5051, 29580, 1482350666.859419, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0/E', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5050, 29565, 1482344755.566236, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0-@', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5149, 34330, 1482728087.612197, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0b', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5049, 29563, 1482344752.401920, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0-@', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5150, 34332, 1482728090.825391, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0b', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5151, 34339, 1482732309.852646, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Ub#+', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5152, 34341, 1482732313.378403, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Ub#+', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5153, 34352, 1482738480.422725, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|{M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5154, 34354, 1482738487.006140, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|{M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5155, 34497, 1482753758.289135, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0>,', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5156, 34499, 1482753761.217701, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0>,', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5157, 34515, 1482755662.024567, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g=5', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5158, 34517, 1482755665.200498, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g=5', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5159, 34520, 1482756974.437111, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0\\P', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5160, 34522, 1482756977.788457, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0\\P', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5161, 34588, 1482781178.321837, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0]', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5162, 34597, 1482783257.492760, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0قs', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5163, 34599, 1482783262.821184, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0قs', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5164, 34617, 1482787950.992336, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0NTj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5165, 34677, 1482807293.822189, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)Z/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5166, 34679, 1482807300.644714, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)Z/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5167, 34706, 1482816659.117474, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0n7t', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5168, 34708, 1482816664.186477, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0n7t', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5169, 34711, 1482817447.210362, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uA', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5170, 34713, 1482817451.169678, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uA', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5171, 34731, 1482824019.408126, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0;n', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5172, 34734, 1482824025.631070, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0;n', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5173, 34757, 1482836115.187924, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ʱj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5174, 34759, 1482836118.702695, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0ʱj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5175, 34765, 1482837576.367427, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0''(4', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5176, 34767, 1482837579.504158, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0''(4', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5177, 34789, 1482849151.084889, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5178, 34791, 1482849157.570849, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0u3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5179, 34939, 1482896815.361986, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0,"', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5180, 35068, 1482929762.671088, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0[', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5181, 35070, 1482929766.013055, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0[', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5182, 35071, 1482929773.150798, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0RL]', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5183, 35073, 1482929775.707229, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0RL]', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5184, 35123, 1482946401.745911, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0h!', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5185, 35125, 1482946416.137210, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0h!', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5186, 35141, 1482950282.482666, 0, 'loginOK', 'vedadmin', 1, '\0\0\0\0\0\0\0\0\0\0aLX', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(5187, 35161, 1482954339.847049, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0H', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5188, 35163, 1482954341.826532, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0H', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5189, 35263, 1482971946.133400, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|(d', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5190, 35265, 1482971948.924152, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|(d', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5191, 35368, 1483004726.836334, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0pQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5192, 35370, 1483004732.911789, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0pQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5193, 35378, 1483006432.693938, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0"U', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5194, 35383, 1483006438.249710, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0"U', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5195, 35384, 1483007099.341585, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5196, 35386, 1483007101.810068, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0M', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5197, 35387, 1483007110.672351, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0{l', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5198, 35389, 1483007113.821559, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0{l', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5199, 35395, 1483008800.227448, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g)į', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5200, 35397, 1483008804.942246, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0g)į', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5201, 35411, 1483013310.761159, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5202, 35417, 1483013571.588653, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)D', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5203, 35419, 1483013574.709515, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)D', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5204, 35420, 1483013951.253606, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0[', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5205, 35422, 1483013954.603686, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0[', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5206, 35424, 1483016869.181988, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0H', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5207, 35426, 1483016873.032996, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0H', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5208, 35442, 1483020229.970169, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5209, 35444, 1483020233.254728, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0X', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5210, 35488, 1483030047.799772, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0xy', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5211, 35490, 1483030064.667831, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0xy', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5212, 35534, 1483042863.206954, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Lؤ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5213, 35536, 1483042866.489994, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0Lؤ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5214, 35678, 1483065747.784492, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uN', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5215, 35680, 1483065785.103337, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uN', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5216, 35692, 1483072124.810676, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0tH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5217, 35694, 1483072129.629774, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0tH', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5218, 35699, 1483073937.583873, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0y', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5219, 35701, 1483073943.255578, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0y', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5220, 35774, 1483084099.847793, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0d1', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5221, 35776, 1483084103.389820, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0d1', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5222, 35810, 1483096799.102845, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)''', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5223, 35812, 1483096801.448238, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0)''', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5224, 35822, 1483102764.995709, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0x;B', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5225, 35824, 1483102773.315811, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0x;B', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5226, 35828, 1483102975.814268, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|jT', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5227, 35829, 1483103008.086610, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0|jT', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5228, 35871, 1483111604.877042, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uͨ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5229, 35873, 1483111607.937818, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0uͨ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(5230, 35874, 1483112746.584093, 1, 'loginFailInvalidUsername', 'permanentmakeupbydeb', 0, '\0\0\0\0\0\0\0\0\0\0V&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfNet404s`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfNet404s` (
  `sig` binary(16) NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `URI` varchar(1000) NOT NULL,
  PRIMARY KEY (`sig`),
  KEY `k1` (`ctime`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpo8_wfNet404s`
--

INSERT INTO `wpo8_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
('Ꙉ\r#caԛ', 1483116410, '/wp-content/plugins/ubh/up.php');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfReverseCache`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfReverseCache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wpo8_wfReverseCache`
--

INSERT INTO `wpo8_wfReverseCache` (`IP`, `host`, `lastUpdate`) VALUES
('\0\0\0\0\0\0\0\0\0\0BA', 'crawl-66-249-65-230.googlebot.com', 1483043707);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfSNIPCache`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfSNIPCache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4454 ;

--
-- Dumping data for table `wpo8_wfSNIPCache`
--

INSERT INTO `wpo8_wfSNIPCache` (`id`, `IP`, `expiration`, `body`, `count`) VALUES
(4453, '86.38.152.218', '2016-12-30 15:46:16', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfScanners`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfScanners` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hits` smallint(5) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wpo8_wfScanners`
--

INSERT INTO `wpo8_wfScanners` (`eMin`, `IP`, `hits`) VALUES
(24717642, '\0\0\0\0\0\0\0\0\0\0Ot', 3),
(24717815, '\0\0\0\0\0\0\0\0\0\07''', 1),
(24717183, '\0\0\0\0\0\0\0\0\0\0.\r:', 1),
(24717257, '\0\0\0\0\0\0\0\0\0\0.\r:', 1),
(24715275, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715273, '\0\0\0\0\0\0\0\0\0\0', 1),
(24716001, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24715900, '\0\0\0\0\0\0\0\0\0\0D', 1),
(24715270, '\0\0\0\0\0\0\0\0\0\0', 1),
(24717323, '\0\0\0\0\0\0\0\0\0\0Ú', 1),
(24715269, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715271, '\0\0\0\0\0\0\0\0\0\0', 1),
(24717641, '\0\0\0\0\0\0\0\0\0\0Ot', 8),
(24718018, '\0\0\0\0\0\0\0\0\0\0q\n?', 6),
(24715267, '\0\0\0\0\0\0\0\0\0\0', 2),
(24715276, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715266, '\0\0\0\0\0\0\0\0\0\0', 1),
(24718469, '\0\0\0\0\0\0\0\0\0\08', 1),
(24718606, '\0\0\0\0\0\0\0\0\0\0ÚB', 1),
(24715277, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715278, '\0\0\0\0\0\0\0\0\0\0', 1),
(24716231, '\0\0\0\0\0\0\0\0\0\0.\rI', 1),
(24716806, '\0\0\0\0\0\0\0\0\0\0\r', 1),
(24717078, '\0\0\0\0\0\0\0\0\0\0.\rI', 1),
(24715265, '\0\0\0\0\0\0\0\0\0\0', 1),
(24715228, '\0\0\0\0\0\0\0\0\0\0.\r{', 1),
(24716038, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24715197, '\0\0\0\0\0\0\0\0\0\0>ҘT', 2),
(24714900, '\0\0\0\0\0\0\0\0\0\0bi', 1),
(24714867, '\0\0\0\0\0\0\0\0\0\0`9', 2),
(24714805, '\0\0\0\0\0\0\0\0\0\0}', 2),
(24717588, '\0\0\0\0\0\0\0\0\0\0Ot', 13),
(24716036, '\0\0\0\0\0\0\0\0\0\02(4', 1),
(24715342, '\0\0\0\0\0\0\0\0\0\0ˠ4', 13),
(24715734, '\0\0\0\0\0\0\0\0\0\02', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfStatus`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfStatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=32796 ;

--
-- Dumping data for table `wpo8_wfStatus`
--

INSERT INTO `wpo8_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(31859, 1482960181.183259, 2, 'info', 'Scanned contents of 1407 additional files at 14.06 per second'),
(32381, 1483036572.570439, 2, 'info', 'Scanned contents of 860 additional files at 28.02 per second'),
(32382, 1483036573.591182, 2, 'info', 'Scanned contents of 876 additional files at 27.62 per second'),
(32383, 1483036574.642379, 2, 'info', 'Scanned contents of 889 additional files at 27.13 per second'),
(31857, 1482960179.024225, 2, 'info', 'Scanned contents of 1350 additional files at 13.79 per second'),
(31858, 1482960180.179309, 2, 'info', 'Scanned contents of 1369 additional files at 13.82 per second'),
(32654, 1483072926.270283, 2, 'info', 'Scanned contents of 916 additional files at 27.71 per second'),
(31677, 1482948267.531754, 2, 'info', 'Total disk space: 246.0775GB -- Free disk space: 144.3465GB'),
(32379, 1483036570.178273, 2, 'info', 'Scanned contents of 669 additional files at 23.64 per second'),
(31854, 1482960175.716501, 2, 'info', 'Scanned contents of 1315 additional files at 13.90 per second'),
(31855, 1482960176.839515, 2, 'info', 'Scanned contents of 1320 additional files at 13.79 per second'),
(32380, 1483036571.203309, 2, 'info', 'Scanned contents of 746 additional files at 25.44 per second'),
(31856, 1482960177.876141, 2, 'info', 'Scanned contents of 1331 additional files at 13.75 per second'),
(31979, 1482960276.860289, 2, 'info', 'Wordfence used 10.81MB of memory for scan. Server peak memory usage was: 74.08MB'),
(31978, 1482960276.510671, 10, 'info', 'SUM_FINAL:Scan complete. You have 3 new issues to fix. See below.'),
(31976, 1482960276.510158, 1, 'info', '-------------------'),
(31977, 1482960276.510433, 1, 'info', 'Scan Complete. Scanned 4960 files, 10 plugins, 2 themes, 16 pages, 3 comments and 20257 records in 4 minutes 31 seconds.'),
(31975, 1482960276.493849, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(31974, 1482960276.492268, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(31973, 1482960276.488991, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(31972, 1482960275.074882, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(31971, 1482960275.071628, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(31970, 1482960275.071401, 2, 'info', 'The disk has 147788.90 MB space available'),
(31969, 1482960275.071167, 2, 'info', 'Total disk space: 246.0775GB -- Free disk space: 144.3251GB'),
(31968, 1482960275.070876, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(31967, 1482960275.067338, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(31966, 1482960275.066613, 2, 'info', 'Scanning DNS MX record for permanentmakeupbydeb.com'),
(31965, 1482960275.063737, 2, 'info', 'Scanning DNS A record for permanentmakeupbydeb.com'),
(31964, 1482960275.051384, 2, 'info', 'Starting DNS scan for permanentmakeupbydeb.com'),
(31963, 1482960275.051012, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(31962, 1482960275.046936, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(31961, 1482960275.039825, 2, 'info', 'Starting password strength check on 1 users.'),
(31960, 1482960275.039408, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(31958, 1482960275.033641, 2, 'info', 'Done host key check.'),
(31959, 1482960275.035385, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs in Google''s Safe Browsing List'),
(32531, 1483072829.324379, 1, 'info', 'Scheduled Wordfence scan starting at Friday 30th of December 2016 04:40:29 AM'),
(31957, 1482960274.757190, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(32532, 1483072831.518185, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(32533, 1483072831.524445, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(31953, 1482960274.748456, 2, 'info', 'Done host key check.'),
(31954, 1482960274.748808, 2, 'info', 'Done examining URLs'),
(31952, 1482960274.474594, 2, 'info', 'Checking 7 host keys against Wordfence scanning servers.'),
(31951, 1482960274.474119, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(32534, 1483072833.526028, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(32535, 1483072835.527549, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(32536, 1483072837.529004, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),
(32537, 1483072839.531372, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(31945, 1482960274.438970, 2, 'info', 'Done file contents scan'),
(31944, 1482960274.435224, 2, 'info', 'Done URL check.'),
(31942, 1482960273.894861, 2, 'info', 'Done host key check.'),
(31943, 1482960273.901122, 2, 'info', 'Checking 68 URLs from 44 sources.'),
(31941, 1482960273.460276, 2, 'info', 'Checking 704 host keys against Wordfence scanning servers.'),
(31940, 1482960273.455408, 2, 'info', 'Asking Wordfence to check URL''s against malware list.'),
(31939, 1482960273.455130, 2, 'info', 'Scanned contents of 3696 additional files at 19.21 per second'),
(31938, 1482960273.129238, 2, 'info', 'Scanned contents of 3693 additional files at 19.23 per second'),
(31937, 1482960272.103979, 2, 'info', 'Scanned contents of 3645 additional files at 19.08 per second'),
(31936, 1482960271.098562, 2, 'info', 'Scanned contents of 3594 additional files at 18.92 per second'),
(31935, 1482960270.082405, 2, 'info', 'Scanned contents of 3554 additional files at 18.81 per second'),
(31934, 1482960269.057583, 2, 'info', 'Scanned contents of 3443 additional files at 18.32 per second'),
(31933, 1482960268.052504, 2, 'info', 'Scanned contents of 3359 additional files at 17.97 per second'),
(31932, 1482960267.004285, 2, 'info', 'Scanned contents of 3294 additional files at 17.72 per second'),
(31931, 1482960266.001818, 2, 'info', 'Scanned contents of 3230 additional files at 17.47 per second'),
(31930, 1482960264.990568, 2, 'info', 'Scanned contents of 3182 additional files at 17.30 per second'),
(31929, 1482960263.983832, 2, 'info', 'Scanned contents of 3118 additional files at 17.05 per second'),
(31928, 1482960262.877002, 2, 'info', 'Scanned contents of 3084 additional files at 16.97 per second'),
(31927, 1482960261.875932, 2, 'info', 'Scanned contents of 2993 additional files at 16.56 per second'),
(31926, 1482960260.182710, 2, 'info', 'Scanned contents of 2963 additional files at 16.55 per second'),
(31925, 1482960259.127022, 2, 'info', 'Scanned contents of 2888 additional files at 16.22 per second'),
(31924, 1482960258.115558, 2, 'info', 'Scanned contents of 2871 additional files at 16.22 per second'),
(31923, 1482960257.102957, 2, 'info', 'Scanned contents of 2861 additional files at 16.26 per second'),
(31922, 1482960256.080423, 2, 'info', 'Scanned contents of 2839 additional files at 16.22 per second'),
(31921, 1482960254.744274, 2, 'info', 'Scanned contents of 2834 additional files at 16.32 per second'),
(31920, 1482960253.185011, 2, 'info', 'Scanned contents of 2832 additional files at 16.46 per second'),
(31919, 1482960252.017748, 2, 'info', 'Scanned contents of 2823 additional files at 16.52 per second'),
(31918, 1482960250.925896, 2, 'info', 'Scanned contents of 2809 additional files at 16.54 per second'),
(31917, 1482960249.881888, 2, 'info', 'Scanned contents of 2797 additional files at 16.57 per second'),
(31916, 1482960248.868122, 2, 'info', 'Scanned contents of 2765 additional files at 16.48 per second'),
(31915, 1482960247.851076, 2, 'info', 'Scanned contents of 2731 additional files at 16.38 per second'),
(31914, 1482960246.824666, 2, 'info', 'Scanned contents of 2689 additional files at 16.23 per second'),
(31913, 1482960245.751621, 2, 'info', 'Scanned contents of 2682 additional files at 16.29 per second'),
(31912, 1482960244.731638, 2, 'info', 'Scanned contents of 2667 additional files at 16.30 per second'),
(31911, 1482960243.500651, 2, 'info', 'Scanned contents of 2649 additional files at 16.31 per second'),
(31910, 1482960241.885108, 2, 'info', 'Scanned contents of 2644 additional files at 16.44 per second'),
(31909, 1482960240.883283, 2, 'info', 'Scanned contents of 2640 additional files at 16.52 per second'),
(31908, 1482960239.794263, 2, 'info', 'Scanned contents of 2637 additional files at 16.62 per second'),
(31907, 1482960238.575683, 2, 'info', 'Scanned contents of 2628 additional files at 16.69 per second'),
(31906, 1482960237.542375, 2, 'info', 'Scanned contents of 2622 additional files at 16.76 per second'),
(31905, 1482960235.994630, 2, 'info', 'Scanned contents of 2615 additional files at 16.88 per second'),
(31900, 1482960229.162987, 2, 'info', 'Scanned contents of 2593 additional files at 17.51 per second'),
(31901, 1482960230.235636, 2, 'info', 'Scanned contents of 2600 additional files at 17.43 per second'),
(31902, 1482960232.398952, 2, 'info', 'Scanned contents of 2601 additional files at 17.19 per second'),
(31903, 1482960233.761960, 2, 'info', 'Scanned contents of 2606 additional files at 17.07 per second'),
(31904, 1482960234.858105, 2, 'info', 'Scanned contents of 2611 additional files at 16.98 per second'),
(32795, 1483073051.991856, 2, 'info', 'Wordfence used 11.32MB of memory for scan. Server peak memory usage was: 74.73MB'),
(31899, 1482960227.589227, 2, 'info', 'Scanned contents of 2588 additional files at 17.67 per second'),
(31895, 1482960222.260468, 2, 'info', 'Scanned contents of 2534 additional files at 17.95 per second'),
(31896, 1482960223.310363, 2, 'info', 'Scanned contents of 2573 additional files at 18.09 per second'),
(31897, 1482960224.987555, 2, 'info', 'Scanned contents of 2578 additional files at 17.92 per second'),
(31898, 1482960226.282489, 2, 'info', 'Scanned contents of 2585 additional files at 17.81 per second'),
(31871, 1482960193.718553, 2, 'info', 'Scanned contents of 2117 additional files at 18.80 per second'),
(31870, 1482960192.692513, 2, 'info', 'Scanned contents of 2089 additional files at 18.72 per second'),
(31869, 1482960191.680982, 2, 'info', 'Scanned contents of 2063 additional files at 18.66 per second'),
(31863, 1482960185.562464, 2, 'info', 'Scanned contents of 1613 additional files at 15.44 per second'),
(31864, 1482960186.628464, 2, 'info', 'Scanned contents of 1685 additional files at 15.97 per second'),
(31865, 1482960187.648489, 2, 'info', 'Scanned contents of 1730 additional files at 16.24 per second'),
(31866, 1482960188.649925, 2, 'info', 'Scanned contents of 1809 additional files at 16.82 per second'),
(31867, 1482960189.665673, 2, 'info', 'Scanned contents of 1875 additional files at 17.27 per second'),
(31868, 1482960190.669032, 2, 'info', 'Scanned contents of 2006 additional files at 18.31 per second'),
(31862, 1482960184.551142, 2, 'info', 'Scanned contents of 1604 additional files at 15.51 per second'),
(32384, 1483036576.965467, 2, 'info', 'Scanned contents of 892 additional files at 25.42 per second'),
(32385, 1483036578.359758, 2, 'info', 'Scanned contents of 916 additional files at 25.11 per second'),
(31860, 1482960182.187087, 2, 'info', 'Scanned contents of 1476 additional files at 14.60 per second'),
(31861, 1482960183.547067, 2, 'info', 'Scanned contents of 1485 additional files at 14.50 per second'),
(32768, 1483073049.688219, 2, 'info', 'Checking 7 host keys against Wordfence scanning servers.'),
(31665, 1482948267.134669, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(31666, 1482948267.475819, 2, 'info', 'Done host key check.'),
(32767, 1483073049.687743, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(32766, 1483073049.657892, 10, 'info', 'SUM_START:Scanning posts for URLs in Google''s Safe Browsing List'),
(31669, 1482948267.480813, 2, 'info', 'Starting password strength check on 1 users.'),
(31688, 1482960000.053628, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 28th of December 2016 09:20:00 PM'),
(31687, 1482948269.305848, 2, 'info', 'Wordfence used 10.40MB of memory for scan. Server peak memory usage was: 74.22MB'),
(32570, 1483072859.329977, 2, 'info', 'Analyzed 500 files containing 6.1 MB of data so far'),
(31685, 1482948268.961139, 1, 'info', 'Scan Complete. Scanned 4960 files, 10 plugins, 2 themes, 16 pages, 3 comments and 19830 records in 4 minutes 13 seconds.'),
(31684, 1482948268.960738, 1, 'info', '-------------------'),
(32573, 1483072861.477143, 2, 'info', 'Analyzed 800 files containing 11.18 MB of data so far'),
(32572, 1483072860.446489, 2, 'info', 'Analyzed 700 files containing 9.46 MB of data so far'),
(32571, 1483072860.229371, 2, 'info', 'Analyzed 600 files containing 7.27 MB of data so far'),
(31678, 1482948267.531972, 2, 'info', 'The disk has 147810.80 MB space available'),
(32574, 1483072862.730797, 2, 'info', 'Analyzed 900 files containing 12.47 MB of data so far'),
(32575, 1483072862.898091, 2, 'info', 'Analyzed 1000 files containing 13.09 MB of data so far'),
(32576, 1483072863.348581, 2, 'info', 'Analyzed 1100 files containing 13.42 MB of data so far'),
(32577, 1483072863.612614, 2, 'info', 'Analyzed 1200 files containing 13.9 MB of data so far'),
(32578, 1483072863.836370, 2, 'info', 'Analyzed 1300 files containing 14.11 MB of data so far'),
(32579, 1483072865.145684, 2, 'info', 'Analyzed 1400 files containing 15.45 MB of data so far'),
(32580, 1483072866.258981, 2, 'info', 'Analyzed 1500 files containing 18.55 MB of data so far'),
(32581, 1483072867.908601, 2, 'info', 'Analyzed 1600 files containing 22.1 MB of data so far'),
(32582, 1483072871.689520, 2, 'info', 'Analyzed 1700 files containing 25.54 MB of data so far'),
(32583, 1483072871.969077, 2, 'info', 'Analyzed 1800 files containing 26.05 MB of data so far'),
(32584, 1483072873.152181, 2, 'info', 'Analyzed 1900 files containing 28.32 MB of data so far'),
(32585, 1483072873.402308, 2, 'info', 'Analyzed 2000 files containing 28.55 MB of data so far'),
(32586, 1483072873.952852, 2, 'info', 'Analyzed 2100 files containing 28.97 MB of data so far'),
(32587, 1483072874.417186, 2, 'info', 'Analyzed 2200 files containing 29.49 MB of data so far'),
(32588, 1483072875.239776, 2, 'info', 'Analyzed 2300 files containing 29.86 MB of data so far'),
(32589, 1483072875.565409, 2, 'info', 'Analyzed 2400 files containing 30.17 MB of data so far'),
(32590, 1483072875.869718, 2, 'info', 'Analyzed 2500 files containing 30.28 MB of data so far'),
(32591, 1483072876.206111, 2, 'info', 'Analyzed 2600 files containing 30.6 MB of data so far'),
(32592, 1483072876.606031, 2, 'info', 'Analyzed 2700 files containing 30.76 MB of data so far'),
(32593, 1483072876.863006, 2, 'info', 'Analyzed 2800 files containing 30.81 MB of data so far'),
(32594, 1483072877.137027, 2, 'info', 'Analyzed 2900 files containing 31.22 MB of data so far'),
(32595, 1483072877.953817, 2, 'info', 'Analyzed 3000 files containing 35.35 MB of data so far'),
(32596, 1483072878.760286, 2, 'info', 'Analyzed 3100 files containing 37.92 MB of data so far'),
(32597, 1483072879.101349, 2, 'info', 'Analyzed 3200 files containing 39.6 MB of data so far'),
(32598, 1483072879.778193, 2, 'info', 'Analyzed 3300 files containing 41.51 MB of data so far'),
(32599, 1483072880.656337, 2, 'info', 'Analyzed 3400 files containing 42.62 MB of data so far'),
(32600, 1483072882.139026, 2, 'info', 'Analyzed 3500 files containing 48.05 MB of data so far'),
(32601, 1483072883.052011, 2, 'info', 'Analyzed 3600 files containing 48.97 MB of data so far'),
(32602, 1483072884.099808, 2, 'info', 'Analyzed 3700 files containing 50.96 MB of data so far'),
(32603, 1483072884.724873, 2, 'info', 'Analyzed 3800 files containing 51.62 MB of data so far'),
(32604, 1483072884.937636, 2, 'info', 'Analyzed 3900 files containing 52.08 MB of data so far'),
(32605, 1483072885.164319, 2, 'info', 'Analyzed 4000 files containing 52.57 MB of data so far'),
(32606, 1483072885.516518, 2, 'info', 'Analyzed 4100 files containing 52.92 MB of data so far'),
(32607, 1483072885.759013, 2, 'info', 'Analyzed 4200 files containing 53.18 MB of data so far'),
(32608, 1483072886.009087, 2, 'info', 'Analyzed 4300 files containing 53.39 MB of data so far'),
(32609, 1483072886.225602, 2, 'info', 'Analyzed 4400 files containing 53.54 MB of data so far'),
(32610, 1483072886.434683, 2, 'info', 'Analyzed 4500 files containing 53.94 MB of data so far'),
(32611, 1483072887.692905, 2, 'info', 'Analyzed 4600 files containing 55.41 MB of data so far'),
(32612, 1483072888.884544, 2, 'info', 'Analyzed 4700 files containing 57.31 MB of data so far'),
(32613, 1483072889.361489, 2, 'info', 'Analyzed 4800 files containing 58.88 MB of data so far'),
(32614, 1483072889.609738, 2, 'info', 'Analyzed 4900 files containing 59.92 MB of data so far'),
(32615, 1483072890.340020, 2, 'info', 'Analyzed 5000 files containing 60.76 MB of data so far'),
(32616, 1483072890.895689, 2, 'info', 'Analyzed 5100 files containing 62.4 MB of data so far'),
(32617, 1483072892.516994, 2, 'info', 'Analyzed 5200 files containing 64.75 MB of data so far'),
(32618, 1483072892.764461, 2, 'info', 'Analyzed 5290 files containing 66.5 MB of data.'),
(32619, 1483072892.764746, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(32620, 1483072892.766290, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(32621, 1483072892.767732, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(32622, 1483072892.779559, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(32623, 1483072892.780757, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(32624, 1483072892.784171, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(32625, 1483072892.785622, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List'),
(32626, 1483072893.211347, 2, 'info', 'Starting scan of file contents'),
(32627, 1483072894.344201, 2, 'info', 'Scanned contents of 23 additional files at 20.32 per second'),
(32628, 1483072895.344296, 2, 'info', 'Scanned contents of 69 additional files at 32.37 per second'),
(32629, 1483072896.388858, 2, 'info', 'Scanned contents of 96 additional files at 30.22 per second'),
(32630, 1483072897.494593, 2, 'info', 'Scanned contents of 105 additional files at 24.52 per second'),
(32631, 1483072898.711021, 2, 'info', 'Scanned contents of 112 additional files at 20.37 per second'),
(32632, 1483072900.401627, 2, 'info', 'Scanned contents of 116 additional files at 16.14 per second'),
(32633, 1483072901.751218, 2, 'info', 'Scanned contents of 123 additional files at 14.40 per second'),
(32634, 1483072902.928641, 2, 'info', 'Scanned contents of 145 additional files at 14.92 per second'),
(32635, 1483072903.951729, 2, 'info', 'Scanned contents of 161 additional files at 14.99 per second'),
(32636, 1483072905.050819, 2, 'info', 'Scanned contents of 189 additional files at 15.96 per second'),
(32637, 1483072906.051099, 2, 'info', 'Scanned contents of 222 additional files at 17.29 per second'),
(32638, 1483072907.250257, 2, 'info', 'Scanned contents of 260 additional files at 18.52 per second'),
(32639, 1483072908.423361, 2, 'info', 'Scanned contents of 273 additional files at 17.95 per second'),
(32640, 1483072909.514911, 2, 'info', 'Scanned contents of 306 additional files at 18.77 per second'),
(32641, 1483072910.515096, 2, 'info', 'Scanned contents of 348 additional files at 20.11 per second'),
(32642, 1483072911.702173, 2, 'info', 'Scanned contents of 386 additional files at 20.88 per second'),
(32643, 1483072912.710000, 2, 'info', 'Scanned contents of 460 additional files at 23.59 per second'),
(32644, 1483072913.717043, 2, 'info', 'Scanned contents of 482 additional files at 23.51 per second'),
(32645, 1483072914.719182, 2, 'info', 'Scanned contents of 565 additional files at 26.27 per second'),
(32646, 1483072916.034479, 2, 'info', 'Scanned contents of 595 additional files at 26.07 per second'),
(32647, 1483072917.039782, 2, 'info', 'Scanned contents of 638 additional files at 26.78 per second'),
(32648, 1483072918.042897, 2, 'info', 'Scanned contents of 729 additional files at 29.36 per second'),
(32649, 1483072919.043202, 2, 'info', 'Scanned contents of 841 additional files at 32.56 per second'),
(32650, 1483072920.301465, 2, 'info', 'Scanned contents of 872 additional files at 32.19 per second'),
(32651, 1483072921.303156, 2, 'info', 'Scanned contents of 882 additional files at 31.40 per second'),
(32652, 1483072923.042042, 2, 'info', 'Scanned contents of 891 additional files at 29.87 per second'),
(32653, 1483072924.963594, 2, 'info', 'Scanned contents of 892 additional files at 28.09 per second'),
(32040, 1483010785.680451, 2, 'info', 'Analyzed 2600 files containing 30.6 MB of data so far'),
(32041, 1483010786.117852, 2, 'info', 'Analyzed 2700 files containing 30.76 MB of data so far'),
(32042, 1483010786.400401, 2, 'info', 'Analyzed 2800 files containing 30.81 MB of data so far'),
(32043, 1483010787.373960, 2, 'info', 'Analyzed 2900 files containing 31.22 MB of data so far'),
(32044, 1483010787.924241, 2, 'info', 'Analyzed 3000 files containing 35.35 MB of data so far'),
(32045, 1483010788.305837, 2, 'info', 'Analyzed 3100 files containing 37.92 MB of data so far'),
(32046, 1483010788.608546, 2, 'info', 'Analyzed 3200 files containing 39.6 MB of data so far'),
(32047, 1483010789.024983, 2, 'info', 'Analyzed 3300 files containing 41.51 MB of data so far'),
(32048, 1483010789.366620, 2, 'info', 'Analyzed 3400 files containing 42.62 MB of data so far'),
(32049, 1483010790.498064, 2, 'info', 'Analyzed 3500 files containing 48.05 MB of data so far'),
(32050, 1483010790.876173, 2, 'info', 'Analyzed 3600 files containing 48.97 MB of data so far'),
(32051, 1483010791.286399, 2, 'info', 'Analyzed 3700 files containing 50.96 MB of data so far'),
(32052, 1483010791.597630, 2, 'info', 'Analyzed 3800 files containing 51.62 MB of data so far'),
(32053, 1483010793.225539, 2, 'info', 'Analyzed 3900 files containing 52.08 MB of data so far'),
(32054, 1483010793.477157, 2, 'info', 'Analyzed 4000 files containing 52.57 MB of data so far'),
(32055, 1483010793.737680, 2, 'info', 'Analyzed 4100 files containing 52.92 MB of data so far'),
(32056, 1483010794.003395, 2, 'info', 'Analyzed 4200 files containing 53.18 MB of data so far'),
(32057, 1483010794.295165, 2, 'info', 'Analyzed 4300 files containing 53.39 MB of data so far'),
(32058, 1483010794.544252, 2, 'info', 'Analyzed 4400 files containing 53.54 MB of data so far'),
(32059, 1483010794.773679, 2, 'info', 'Analyzed 4500 files containing 53.94 MB of data so far'),
(32060, 1483010795.102569, 2, 'info', 'Analyzed 4600 files containing 55.41 MB of data so far'),
(32061, 1483010795.390513, 2, 'info', 'Analyzed 4700 files containing 57.31 MB of data so far'),
(32062, 1483010795.644099, 2, 'info', 'Analyzed 4800 files containing 58.88 MB of data so far'),
(32063, 1483010795.877644, 2, 'info', 'Analyzed 4900 files containing 59.92 MB of data so far'),
(32064, 1483010796.156335, 2, 'info', 'Analyzed 5000 files containing 60.76 MB of data so far'),
(32065, 1483010796.436054, 2, 'info', 'Analyzed 5100 files containing 62.4 MB of data so far'),
(32066, 1483010797.135163, 2, 'info', 'Analyzed 5200 files containing 64.75 MB of data so far'),
(32067, 1483010797.397240, 2, 'info', 'Analyzed 5290 files containing 66.5 MB of data.'),
(32068, 1483010797.397627, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(32069, 1483010797.399633, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(32070, 1483010797.401617, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(32071, 1483010797.417718, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(32072, 1483010797.419542, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(32073, 1483010797.424596, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(32074, 1483010797.426762, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List'),
(32075, 1483010797.891541, 2, 'info', 'Starting scan of file contents'),
(32076, 1483010799.058207, 2, 'info', 'Scanned contents of 23 additional files at 19.73 per second'),
(32077, 1483010800.065097, 2, 'info', 'Scanned contents of 70 additional files at 32.22 per second'),
(32078, 1483010801.067594, 2, 'info', 'Scanned contents of 95 additional files at 29.92 per second'),
(32079, 1483010802.180051, 2, 'info', 'Scanned contents of 104 additional files at 24.26 per second'),
(32080, 1483010803.409497, 2, 'info', 'Scanned contents of 109 additional files at 19.76 per second'),
(32081, 1483010804.802093, 2, 'info', 'Scanned contents of 113 additional files at 16.35 per second'),
(32082, 1483010806.152696, 2, 'info', 'Scanned contents of 116 additional files at 14.04 per second'),
(32083, 1483010807.640857, 2, 'info', 'Scanned contents of 123 additional files at 12.62 per second'),
(32084, 1483010808.882800, 2, 'info', 'Scanned contents of 145 additional files at 13.19 per second'),
(32085, 1483010809.975052, 2, 'info', 'Scanned contents of 156 additional files at 12.91 per second'),
(32086, 1483010810.998099, 2, 'info', 'Scanned contents of 186 additional files at 14.19 per second'),
(32087, 1483010812.131163, 2, 'info', 'Scanned contents of 217 additional files at 15.24 per second'),
(32088, 1483010813.251068, 2, 'info', 'Scanned contents of 259 additional files at 16.86 per second'),
(32089, 1483010814.365175, 2, 'info', 'Scanned contents of 271 additional files at 16.45 per second'),
(32090, 1483010815.389054, 2, 'info', 'Scanned contents of 290 additional files at 16.57 per second'),
(32091, 1483010816.411221, 2, 'info', 'Scanned contents of 322 additional files at 17.39 per second'),
(32092, 1483010817.505366, 2, 'info', 'Scanned contents of 372 additional files at 18.97 per second'),
(32093, 1483010818.515017, 2, 'info', 'Scanned contents of 391 additional files at 18.96 per second'),
(32094, 1483010819.517799, 2, 'info', 'Scanned contents of 459 additional files at 21.23 per second'),
(32095, 1483010820.572855, 2, 'info', 'Scanned contents of 482 additional files at 21.25 per second'),
(32096, 1483010821.600799, 2, 'info', 'Scanned contents of 555 additional files at 23.41 per second'),
(32097, 1483010822.621377, 2, 'info', 'Scanned contents of 583 additional files at 23.58 per second'),
(32098, 1483010823.644022, 2, 'info', 'Scanned contents of 599 additional files at 23.26 per second'),
(32099, 1483010824.656097, 2, 'info', 'Scanned contents of 641 additional files at 23.95 per second'),
(32100, 1483010825.673696, 2, 'info', 'Scanned contents of 715 additional files at 25.74 per second'),
(32101, 1483010826.676574, 2, 'info', 'Scanned contents of 836 additional files at 29.04 per second'),
(32102, 1483010827.734877, 2, 'info', 'Scanned contents of 861 additional files at 28.85 per second'),
(32103, 1483010828.929558, 2, 'info', 'Scanned contents of 877 additional files at 28.26 per second'),
(32104, 1483010830.485240, 2, 'info', 'Scanned contents of 891 additional files at 27.34 per second'),
(32105, 1483010832.077603, 2, 'info', 'Scanned contents of 892 additional files at 26.09 per second'),
(32106, 1483010833.383467, 2, 'info', 'Scanned contents of 916 additional files at 25.81 per second'),
(32107, 1483010834.433072, 2, 'info', 'Scanned contents of 923 additional files at 25.26 per second'),
(32108, 1483010835.435601, 2, 'info', 'Scanned contents of 924 additional files at 24.61 per second'),
(32109, 1483010836.706988, 2, 'info', 'Scanned contents of 926 additional files at 23.86 per second'),
(32110, 1483010837.709778, 2, 'info', 'Scanned contents of 947 additional files at 23.78 per second'),
(32111, 1483010839.085975, 2, 'info', 'Scanned contents of 971 additional files at 23.57 per second'),
(32112, 1483010841.109588, 2, 'info', 'Scanned contents of 993 additional files at 22.98 per second'),
(32113, 1483010842.134125, 2, 'info', 'Scanned contents of 999 additional files at 22.58 per second'),
(32114, 1483010843.137716, 2, 'info', 'Scanned contents of 1003 additional files at 22.17 per second'),
(32115, 1483010844.143074, 2, 'info', 'Scanned contents of 1028 additional files at 22.23 per second'),
(32116, 1483010845.263224, 2, 'info', 'Scanned contents of 1056 additional files at 22.29 per second'),
(32117, 1483010847.204783, 2, 'info', 'Scanned contents of 1060 additional files at 21.50 per second'),
(32118, 1483010848.320360, 2, 'info', 'Scanned contents of 1066 additional files at 21.14 per second'),
(32119, 1483010849.595212, 2, 'info', 'Scanned contents of 1069 additional files at 20.68 per second'),
(32120, 1483010851.692079, 2, 'info', 'Scanned contents of 1075 additional files at 19.98 per second'),
(32121, 1483010852.792889, 2, 'info', 'Scanned contents of 1082 additional files at 19.71 per second'),
(32122, 1483010855.165050, 2, 'info', 'Scanned contents of 1083 additional files at 18.91 per second'),
(32123, 1483010856.681740, 2, 'info', 'Scanned contents of 1088 additional files at 18.51 per second'),
(32124, 1483010857.863933, 2, 'info', 'Scanned contents of 1093 additional files at 18.23 per second'),
(32125, 1483010858.891744, 2, 'info', 'Scanned contents of 1097 additional files at 17.98 per second'),
(32126, 1483010860.318787, 2, 'info', 'Scanned contents of 1104 additional files at 17.68 per second'),
(32127, 1483010861.750997, 2, 'info', 'Scanned contents of 1109 additional files at 17.37 per second'),
(32128, 1483010862.827298, 2, 'info', 'Scanned contents of 1118 additional files at 17.22 per second'),
(32129, 1483010863.913096, 2, 'info', 'Scanned contents of 1120 additional files at 16.96 per second'),
(32130, 1483010865.039609, 2, 'info', 'Scanned contents of 1124 additional files at 16.74 per second'),
(32131, 1483010867.103526, 2, 'info', 'Scanned contents of 1131 additional files at 16.34 per second'),
(32132, 1483010868.145951, 2, 'info', 'Scanned contents of 1149 additional files at 16.36 per second'),
(32133, 1483010869.276471, 2, 'info', 'Scanned contents of 1167 additional files at 16.35 per second'),
(32134, 1483010870.348754, 2, 'info', 'Scanned contents of 1172 additional files at 16.18 per second'),
(32135, 1483010871.355111, 2, 'info', 'Scanned contents of 1216 additional files at 16.55 per second'),
(32136, 1483010872.359766, 2, 'info', 'Scanned contents of 1256 additional files at 16.87 per second'),
(32137, 1483010873.512316, 2, 'info', 'Scanned contents of 1288 additional files at 17.03 per second'),
(32138, 1483010874.961568, 2, 'info', 'Scanned contents of 1302 additional files at 16.89 per second'),
(32139, 1483010875.977241, 2, 'info', 'Scanned contents of 1308 additional files at 16.75 per second'),
(32140, 1483010877.569242, 2, 'info', 'Scanned contents of 1315 additional files at 16.50 per second'),
(32141, 1483010879.219665, 2, 'info', 'Scanned contents of 1320 additional files at 16.23 per second'),
(32142, 1483010880.238246, 2, 'info', 'Scanned contents of 1328 additional files at 16.13 per second'),
(32386, 1483036579.478555, 2, 'info', 'Scanned contents of 923 additional files at 24.55 per second'),
(31872, 1482960194.980442, 2, 'info', 'Scanned contents of 2138 additional files at 18.77 per second'),
(32388, 1483036581.829413, 2, 'info', 'Scanned contents of 925 additional files at 23.15 per second'),
(32387, 1483036580.620841, 2, 'info', 'Scanned contents of 924 additional files at 23.85 per second'),
(31873, 1482960196.092748, 2, 'info', 'Scanned contents of 2160 additional files at 18.78 per second'),
(31874, 1482960197.435530, 2, 'info', 'Scanned contents of 2167 additional files at 18.63 per second'),
(31875, 1482960198.572560, 2, 'info', 'Scanned contents of 2185 additional files at 18.60 per second'),
(31876, 1482960199.575482, 2, 'info', 'Scanned contents of 2196 additional files at 18.54 per second'),
(31877, 1482960200.598917, 2, 'info', 'Scanned contents of 2211 additional files at 18.50 per second'),
(31878, 1482960201.980067, 2, 'info', 'Scanned contents of 2223 additional files at 18.39 per second'),
(31879, 1482960203.920672, 2, 'info', 'Scanned contents of 2224 additional files at 18.11 per second'),
(31880, 1482960204.924918, 2, 'info', 'Scanned contents of 2235 additional files at 18.05 per second'),
(32392, 1483036586.844197, 2, 'info', 'Scanned contents of 984 additional files at 21.88 per second'),
(32389, 1483036583.211125, 2, 'info', 'Scanned contents of 927 additional files at 22.43 per second'),
(32390, 1483036584.265297, 2, 'info', 'Scanned contents of 960 additional files at 22.65 per second'),
(32391, 1483036585.827112, 2, 'info', 'Scanned contents of 971 additional files at 22.09 per second'),
(32393, 1483036587.907176, 2, 'info', 'Scanned contents of 993 additional files at 21.57 per second'),
(32394, 1483036589.492570, 2, 'info', 'Scanned contents of 1003 additional files at 21.06 per second'),
(32395, 1483036590.517544, 2, 'info', 'Scanned contents of 1041 additional files at 21.40 per second'),
(32396, 1483036591.550983, 2, 'info', 'Scanned contents of 1057 additional files at 21.28 per second'),
(32397, 1483036592.725652, 2, 'info', 'Scanned contents of 1060 additional files at 20.85 per second'),
(32398, 1483036594.017039, 2, 'info', 'Scanned contents of 1067 additional files at 20.46 per second'),
(32399, 1483036595.503141, 2, 'info', 'Scanned contents of 1070 additional files at 19.95 per second'),
(32400, 1483036597.142126, 2, 'info', 'Scanned contents of 1075 additional files at 19.45 per second'),
(32401, 1483036598.204851, 2, 'info', 'Scanned contents of 1082 additional files at 19.21 per second'),
(32402, 1483036600.398461, 2, 'info', 'Scanned contents of 1083 additional files at 18.51 per second'),
(32403, 1483036601.758474, 2, 'info', 'Scanned contents of 1088 additional files at 18.17 per second'),
(32404, 1483036602.858494, 2, 'info', 'Scanned contents of 1093 additional files at 17.92 per second'),
(32405, 1483036603.900376, 2, 'info', 'Scanned contents of 1099 additional files at 17.72 per second'),
(32406, 1483036605.055814, 2, 'info', 'Scanned contents of 1104 additional files at 17.47 per second'),
(32407, 1483036606.056311, 2, 'info', 'Scanned contents of 1110 additional files at 17.30 per second'),
(32408, 1483036607.258907, 2, 'info', 'Scanned contents of 1119 additional files at 17.12 per second'),
(32409, 1483036608.368142, 2, 'info', 'Scanned contents of 1123 additional files at 16.89 per second'),
(32410, 1483036610.366755, 2, 'info', 'Scanned contents of 1131 additional files at 16.51 per second'),
(32411, 1483036611.418533, 2, 'info', 'Scanned contents of 1151 additional files at 16.55 per second'),
(32412, 1483036612.612186, 2, 'info', 'Scanned contents of 1169 additional files at 16.53 per second'),
(32413, 1483036613.625508, 2, 'info', 'Scanned contents of 1204 additional files at 16.78 per second'),
(32414, 1483036614.666023, 2, 'info', 'Scanned contents of 1240 additional files at 17.04 per second'),
(32415, 1483036615.681699, 2, 'info', 'Scanned contents of 1280 additional files at 17.34 per second'),
(32416, 1483036616.697815, 2, 'info', 'Scanned contents of 1292 additional files at 17.27 per second'),
(32417, 1483036617.711588, 2, 'info', 'Scanned contents of 1305 additional files at 17.21 per second'),
(32418, 1483036618.884831, 2, 'info', 'Scanned contents of 1314 additional files at 17.06 per second'),
(32419, 1483036619.933539, 2, 'info', 'Scanned contents of 1316 additional files at 16.86 per second'),
(32420, 1483036621.086858, 2, 'info', 'Scanned contents of 1321 additional files at 16.68 per second'),
(32421, 1483036622.089900, 2, 'info', 'Scanned contents of 1343 additional files at 16.74 per second'),
(32422, 1483036623.163661, 2, 'info', 'Scanned contents of 1364 additional files at 16.78 per second'),
(32423, 1483036624.164325, 2, 'info', 'Scanned contents of 1389 additional files at 16.88 per second'),
(32424, 1483036625.171467, 2, 'info', 'Scanned contents of 1451 additional files at 17.42 per second'),
(32425, 1483036627.018712, 2, 'info', 'Scanned contents of 1485 additional files at 17.44 per second'),
(32426, 1483036628.019430, 2, 'info', 'Scanned contents of 1572 additional files at 18.25 per second'),
(32427, 1483036629.706460, 2, 'info', 'Scanned contents of 1610 additional files at 18.33 per second'),
(32428, 1483036630.714869, 2, 'info', 'Scanned contents of 1644 additional files at 18.51 per second'),
(32429, 1483036631.716871, 2, 'info', 'Scanned contents of 1718 additional files at 19.12 per second'),
(32430, 1483036632.746222, 2, 'info', 'Scanned contents of 1783 additional files at 19.62 per second'),
(32431, 1483036633.793343, 2, 'info', 'Scanned contents of 1851 additional files at 20.14 per second'),
(32432, 1483036634.793976, 2, 'info', 'Scanned contents of 1954 additional files at 21.03 per second'),
(32433, 1483036635.795518, 2, 'info', 'Scanned contents of 2049 additional files at 21.82 per second'),
(32434, 1483036636.804239, 2, 'info', 'Scanned contents of 2093 additional files at 22.05 per second'),
(32435, 1483036639.288503, 2, 'info', 'Scanned contents of 2100 additional files at 21.56 per second'),
(32436, 1483036640.300369, 2, 'info', 'Scanned contents of 2111 additional files at 21.45 per second'),
(32437, 1483036641.338062, 2, 'info', 'Scanned contents of 2128 additional files at 21.40 per second'),
(32438, 1483036643.581447, 2, 'info', 'Scanned contents of 2137 additional files at 21.01 per second'),
(31893, 1482960219.727175, 2, 'info', 'Scanned contents of 2521 additional files at 18.19 per second'),
(31881, 1482960206.013066, 2, 'info', 'Scanned contents of 2251 additional files at 18.02 per second'),
(31882, 1482960207.040908, 2, 'info', 'Scanned contents of 2257 additional files at 17.92 per second'),
(31883, 1482960208.641176, 2, 'info', 'Scanned contents of 2261 additional files at 17.73 per second'),
(31884, 1482960209.753481, 2, 'info', 'Scanned contents of 2270 additional files at 17.64 per second'),
(31885, 1482960210.917788, 2, 'info', 'Scanned contents of 2286 additional files at 17.61 per second'),
(31886, 1482960211.921521, 2, 'info', 'Scanned contents of 2330 additional files at 17.81 per second'),
(31887, 1482960213.031370, 2, 'info', 'Scanned contents of 2347 additional files at 17.79 per second'),
(31888, 1482960214.049310, 2, 'info', 'Scanned contents of 2376 additional files at 17.87 per second'),
(31889, 1482960215.602331, 2, 'info', 'Scanned contents of 2391 additional files at 17.78 per second'),
(31890, 1482960216.677824, 2, 'info', 'Scanned contents of 2410 additional files at 17.78 per second'),
(31891, 1482960217.681169, 2, 'info', 'Scanned contents of 2436 additional files at 17.84 per second'),
(31892, 1482960218.688012, 2, 'info', 'Scanned contents of 2492 additional files at 18.11 per second'),
(31575, 1482948180.196096, 2, 'info', 'Scanned contents of 1723 additional files at 17.75 per second'),
(31574, 1482948179.071330, 2, 'info', 'Scanned contents of 1670 additional files at 17.40 per second'),
(31573, 1482948178.065448, 2, 'info', 'Scanned contents of 1612 additional files at 16.97 per second'),
(31572, 1482948177.005234, 2, 'info', 'Scanned contents of 1604 additional files at 17.08 per second'),
(31571, 1482948175.997990, 2, 'info', 'Scanned contents of 1485 additional files at 15.99 per second'),
(31570, 1482948174.109838, 2, 'info', 'Scanned contents of 1424 additional files at 15.65 per second'),
(31568, 1482948172.070785, 2, 'info', 'Scanned contents of 1353 additional files at 15.21 per second'),
(31569, 1482948173.108974, 2, 'info', 'Scanned contents of 1370 additional files at 15.22 per second'),
(32794, 1483073051.717425, 10, 'info', 'SUM_FINAL:Scan complete. You have 3 new issues to fix. See below.'),
(32792, 1483073051.716933, 1, 'info', '-------------------'),
(32793, 1483073051.717191, 1, 'info', 'Scan Complete. Scanned 5290 files, 10 plugins, 2 themes, 16 pages, 3 comments and 20630 records in 3 minutes 40 seconds.'),
(32791, 1483073051.700364, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(32557, 1483072850.042515, 2, 'info', '1500 files indexed'),
(32555, 1483072848.249497, 2, 'info', '500 files indexed'),
(32556, 1483072848.983032, 2, 'info', '1000 files indexed'),
(31698, 1482960021.323930, 1, 'info', 'Contacting Wordfence to initiate scan'),
(31699, 1482960021.756881, 2, 'info', 'Getting plugin list from WordPress'),
(31700, 1482960022.002409, 2, 'info', 'Found 10 plugins'),
(31701, 1482960022.004630, 2, 'info', 'Getting theme list from WordPress'),
(31702, 1482960022.028542, 2, 'info', 'Found 2 themes'),
(32553, 1483072848.051278, 10, 'info', 'SUM_START:Scanning for known malware files'),
(32554, 1483072848.052738, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(32552, 1483072848.049807, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(32551, 1483072848.049492, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(32550, 1483072848.049230, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(32549, 1483072848.046120, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(32548, 1483072847.436679, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(32547, 1483072847.433737, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(32546, 1483072846.765449, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(31712, 1482960023.786500, 2, 'info', '500 files indexed'),
(31713, 1482960024.830939, 2, 'info', '1000 files indexed'),
(31714, 1482960027.259275, 2, 'info', '1500 files indexed'),
(31715, 1482960027.922863, 2, 'info', '2000 files indexed'),
(31716, 1482960028.525349, 2, 'info', '2500 files indexed'),
(31717, 1482960030.010194, 2, 'info', '3000 files indexed'),
(31718, 1482960031.592611, 2, 'info', '3500 files indexed'),
(31719, 1482960032.706338, 2, 'info', '4000 files indexed'),
(31720, 1482960034.227005, 2, 'info', '4500 files indexed'),
(31721, 1482960034.530367, 2, 'info', '4960 files indexed'),
(31722, 1482960035.252983, 2, 'info', 'Analyzed 100 files containing 1.27 MB of data so far'),
(32471, 1483036682.966959, 2, 'info', 'Scanned contents of 2695 additional files at 19.10 per second'),
(32470, 1483036681.941883, 2, 'info', 'Scanned contents of 2678 additional files at 19.12 per second'),
(32469, 1483036680.940152, 2, 'info', 'Scanned contents of 2647 additional files at 19.03 per second'),
(32468, 1483036679.937878, 2, 'info', 'Scanned contents of 2600 additional files at 18.83 per second'),
(32467, 1483036678.930222, 2, 'info', 'Scanned contents of 2563 additional files at 18.70 per second'),
(31724, 1482960037.927538, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(31723, 1482960037.245705, 2, 'info', 'Analyzed 200 files containing 2.36 MB of data so far'),
(31725, 1482960038.936938, 2, 'info', 'Analyzed 400 files containing 5.4 MB of data so far'),
(31726, 1482960040.065231, 2, 'info', 'Analyzed 500 files containing 6.1 MB of data so far'),
(32465, 1483036676.710420, 2, 'info', 'Scanned contents of 2525 additional files at 18.73 per second'),
(32466, 1483036677.750758, 2, 'info', 'Scanned contents of 2545 additional files at 18.73 per second'),
(31727, 1482960040.910480, 2, 'info', 'Analyzed 600 files containing 7.27 MB of data so far'),
(31728, 1482960041.741192, 2, 'info', 'Analyzed 700 files containing 9.46 MB of data so far'),
(31729, 1482960042.779568, 2, 'info', 'Analyzed 800 files containing 11.18 MB of data so far'),
(31730, 1482960044.083657, 2, 'info', 'Analyzed 900 files containing 12.47 MB of data so far'),
(31731, 1482960044.441447, 2, 'info', 'Analyzed 1000 files containing 13.09 MB of data so far'),
(31732, 1482960044.856244, 2, 'info', 'Analyzed 1100 files containing 13.42 MB of data so far'),
(31733, 1482960045.140778, 2, 'info', 'Analyzed 1200 files containing 13.9 MB of data so far'),
(31734, 1482960045.412909, 2, 'info', 'Analyzed 1300 files containing 14.11 MB of data so far'),
(31735, 1482960046.885068, 2, 'info', 'Analyzed 1400 files containing 15.45 MB of data so far'),
(31736, 1482960047.976859, 2, 'info', 'Analyzed 1500 files containing 18.55 MB of data so far'),
(31737, 1482960049.594345, 2, 'info', 'Analyzed 1600 files containing 22.1 MB of data so far'),
(31738, 1482960053.951101, 2, 'info', 'Analyzed 1700 files containing 25.54 MB of data so far'),
(31739, 1482960054.272656, 2, 'info', 'Analyzed 1800 files containing 26.05 MB of data so far'),
(31740, 1482960056.260807, 2, 'info', 'Analyzed 1900 files containing 28.32 MB of data so far'),
(31741, 1482960056.603298, 2, 'info', 'Analyzed 2000 files containing 28.55 MB of data so far'),
(31742, 1482960057.249537, 2, 'info', 'Analyzed 2100 files containing 28.97 MB of data so far'),
(31743, 1482960057.943304, 2, 'info', 'Analyzed 2200 files containing 29.49 MB of data so far'),
(31744, 1482960058.579651, 2, 'info', 'Analyzed 2300 files containing 29.86 MB of data so far'),
(31745, 1482960059.043613, 2, 'info', 'Analyzed 2400 files containing 30.17 MB of data so far'),
(31746, 1482960059.431521, 2, 'info', 'Analyzed 2500 files containing 30.28 MB of data so far'),
(31747, 1482960059.940716, 2, 'info', 'Analyzed 2600 files containing 30.6 MB of data so far'),
(31748, 1482960060.650969, 2, 'info', 'Analyzed 2700 files containing 32.29 MB of data so far'),
(31749, 1482960061.444072, 2, 'info', 'Analyzed 2800 files containing 34.96 MB of data so far'),
(31750, 1482960062.069691, 2, 'info', 'Analyzed 2900 files containing 36.41 MB of data so far'),
(31751, 1482960062.495453, 2, 'info', 'Analyzed 3000 files containing 37.68 MB of data so far'),
(31752, 1482960064.305726, 2, 'info', 'Analyzed 3100 files containing 39.55 MB of data so far'),
(31753, 1482960067.765785, 2, 'info', 'Analyzed 3200 files containing 44.52 MB of data so far'),
(31754, 1482960068.074628, 2, 'info', 'Analyzed 3300 files containing 45.17 MB of data so far'),
(31755, 1482960069.975962, 2, 'info', 'Analyzed 3400 files containing 47.47 MB of data so far'),
(31756, 1482960070.277066, 2, 'info', 'Analyzed 3500 files containing 47.73 MB of data so far'),
(31757, 1482960070.533149, 2, 'info', 'Analyzed 3600 files containing 48.16 MB of data so far'),
(31758, 1482960070.883767, 2, 'info', 'Analyzed 3700 files containing 48.68 MB of data so far'),
(31759, 1482960071.236296, 2, 'info', 'Analyzed 3800 files containing 49.03 MB of data so far'),
(31760, 1482960071.866148, 2, 'info', 'Analyzed 3900 files containing 49.34 MB of data so far'),
(31761, 1482960072.212121, 2, 'info', 'Analyzed 4000 files containing 49.46 MB of data so far'),
(31762, 1482960072.495003, 2, 'info', 'Analyzed 4100 files containing 49.76 MB of data so far'),
(31763, 1482960072.731158, 2, 'info', 'Analyzed 4200 files containing 50.1 MB of data so far'),
(31576, 1482948181.204911, 2, 'info', 'Scanned contents of 1792 additional files at 18.27 per second'),
(31764, 1482960073.554205, 2, 'info', 'Analyzed 4300 files containing 51.47 MB of data so far'),
(31765, 1482960075.830714, 2, 'info', 'Analyzed 4400 files containing 53.63 MB of data so far'),
(31766, 1482960077.617300, 2, 'info', 'Analyzed 4500 files containing 55.61 MB of data so far'),
(31660, 1482948266.743318, 2, 'info', 'Checking 7 host keys against Wordfence scanning servers.'),
(31577, 1482948182.264316, 2, 'info', 'Scanned contents of 1851 additional files at 18.67 per second'),
(31578, 1482948183.268509, 2, 'info', 'Scanned contents of 1949 additional files at 19.46 per second'),
(31579, 1482948184.280063, 2, 'info', 'Scanned contents of 2045 additional files at 20.21 per second'),
(31580, 1482948185.325214, 2, 'info', 'Scanned contents of 2084 additional files at 20.39 per second'),
(31581, 1482948186.343949, 2, 'info', 'Scanned contents of 2116 additional files at 20.50 per second'),
(31582, 1482948187.350877, 2, 'info', 'Scanned contents of 2136 additional files at 20.49 per second'),
(31583, 1482948188.369763, 2, 'info', 'Scanned contents of 2146 additional files at 20.39 per second'),
(31584, 1482948189.784199, 2, 'info', 'Scanned contents of 2160 additional files at 20.25 per second'),
(31585, 1482948191.471017, 2, 'info', 'Scanned contents of 2167 additional files at 20.00 per second'),
(31586, 1482948192.481465, 2, 'info', 'Scanned contents of 2186 additional files at 19.99 per second'),
(31587, 1482948193.512721, 2, 'info', 'Scanned contents of 2202 additional files at 19.94 per second'),
(31588, 1482948195.129545, 2, 'info', 'Scanned contents of 2223 additional files at 19.84 per second'),
(31589, 1482948196.846458, 2, 'info', 'Scanned contents of 2224 additional files at 19.55 per second'),
(31590, 1482948197.877472, 2, 'info', 'Scanned contents of 2235 additional files at 19.47 per second'),
(31591, 1482948198.907682, 2, 'info', 'Scanned contents of 2251 additional files at 19.44 per second'),
(31592, 1482948201.215948, 2, 'info', 'Scanned contents of 2261 additional files at 19.14 per second'),
(31593, 1482948202.223664, 2, 'info', 'Scanned contents of 2272 additional files at 19.07 per second'),
(31594, 1482948203.333733, 2, 'info', 'Scanned contents of 2286 additional files at 19.01 per second'),
(31595, 1482948204.338925, 2, 'info', 'Scanned contents of 2333 additional files at 19.24 per second'),
(31596, 1482948205.361755, 2, 'info', 'Scanned contents of 2347 additional files at 19.20 per second'),
(31597, 1482948206.362094, 2, 'info', 'Scanned contents of 2374 additional files at 19.26 per second'),
(31598, 1482948207.870437, 2, 'info', 'Scanned contents of 2391 additional files at 19.16 per second'),
(31599, 1482948208.893360, 2, 'info', 'Scanned contents of 2428 additional files at 19.30 per second'),
(31600, 1482948209.898822, 2, 'info', 'Scanned contents of 2474 additional files at 19.51 per second'),
(31601, 1482948211.217329, 2, 'info', 'Scanned contents of 2521 additional files at 19.68 per second'),
(31602, 1482948212.385241, 2, 'info', 'Scanned contents of 2522 additional files at 19.51 per second'),
(31603, 1482948213.818908, 2, 'info', 'Scanned contents of 2529 additional files at 19.35 per second'),
(31604, 1482948214.856894, 2, 'info', 'Scanned contents of 2567 additional files at 19.48 per second'),
(31605, 1482948215.959028, 2, 'info', 'Scanned contents of 2575 additional files at 19.38 per second'),
(31606, 1482948217.289246, 2, 'info', 'Scanned contents of 2578 additional files at 19.21 per second');
INSERT INTO `wpo8_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(31607, 1482948218.340262, 2, 'info', 'Scanned contents of 2583 additional files at 19.10 per second'),
(31608, 1482948219.902334, 2, 'info', 'Scanned contents of 2587 additional files at 18.91 per second'),
(31609, 1482948221.901615, 2, 'info', 'Scanned contents of 2593 additional files at 18.68 per second'),
(31610, 1482948222.982841, 2, 'info', 'Scanned contents of 2600 additional files at 18.59 per second'),
(31611, 1482948225.219614, 2, 'info', 'Scanned contents of 2601 additional files at 18.30 per second'),
(31612, 1482948226.596389, 2, 'info', 'Scanned contents of 2606 additional files at 18.16 per second'),
(31613, 1482948227.821732, 2, 'info', 'Scanned contents of 2611 additional files at 18.04 per second'),
(31614, 1482948228.826645, 2, 'info', 'Scanned contents of 2614 additional files at 17.94 per second'),
(31615, 1482948230.258991, 2, 'info', 'Scanned contents of 2622 additional files at 17.82 per second'),
(31616, 1482948231.347574, 2, 'info', 'Scanned contents of 2629 additional files at 17.73 per second'),
(31617, 1482948232.446024, 2, 'info', 'Scanned contents of 2637 additional files at 17.66 per second'),
(31618, 1482948233.540985, 2, 'info', 'Scanned contents of 2641 additional files at 17.56 per second'),
(31619, 1482948235.569650, 2, 'info', 'Scanned contents of 2649 additional files at 17.37 per second'),
(31620, 1482948236.571193, 2, 'info', 'Scanned contents of 2668 additional files at 17.38 per second'),
(31621, 1482948237.857492, 2, 'info', 'Scanned contents of 2687 additional files at 17.36 per second'),
(31622, 1482948238.861723, 2, 'info', 'Scanned contents of 2723 additional files at 17.48 per second'),
(31623, 1482948239.874047, 2, 'info', 'Scanned contents of 2769 additional files at 17.66 per second'),
(31624, 1482948240.876271, 2, 'info', 'Scanned contents of 2791 additional files at 17.69 per second'),
(31625, 1482948241.970504, 2, 'info', 'Scanned contents of 2806 additional files at 17.66 per second'),
(31626, 1482948242.978566, 2, 'info', 'Scanned contents of 2819 additional files at 17.63 per second'),
(31627, 1482948244.009098, 2, 'info', 'Scanned contents of 2824 additional files at 17.55 per second'),
(31628, 1482948245.135158, 2, 'info', 'Scanned contents of 2832 additional files at 17.48 per second'),
(31629, 1482948246.165016, 2, 'info', 'Scanned contents of 2834 additional files at 17.38 per second'),
(31630, 1482948247.304146, 2, 'info', 'Scanned contents of 2839 additional files at 17.29 per second'),
(31631, 1482948248.454326, 2, 'info', 'Scanned contents of 2855 additional files at 17.27 per second'),
(31632, 1482948249.506256, 2, 'info', 'Scanned contents of 2871 additional files at 17.25 per second'),
(31633, 1482948250.512568, 2, 'info', 'Scanned contents of 2897 additional files at 17.30 per second'),
(31634, 1482948251.520218, 2, 'info', 'Scanned contents of 2958 additional files at 17.56 per second'),
(31635, 1482948253.184406, 2, 'info', 'Scanned contents of 2993 additional files at 17.60 per second'),
(31636, 1482948254.206547, 2, 'info', 'Scanned contents of 3114 additional files at 18.20 per second'),
(31637, 1482948255.293176, 2, 'info', 'Scanned contents of 3127 additional files at 18.16 per second'),
(31638, 1482948256.366654, 2, 'info', 'Scanned contents of 3193 additional files at 18.43 per second'),
(31639, 1482948257.371908, 2, 'info', 'Scanned contents of 3231 additional files at 18.54 per second'),
(31640, 1482948258.375874, 2, 'info', 'Scanned contents of 3301 additional files at 18.83 per second'),
(31641, 1482948259.380621, 2, 'info', 'Scanned contents of 3358 additional files at 19.05 per second'),
(31642, 1482948260.384958, 2, 'info', 'Scanned contents of 3441 additional files at 19.41 per second'),
(31643, 1482948261.391081, 2, 'info', 'Scanned contents of 3540 additional files at 19.86 per second'),
(31644, 1482948262.404382, 2, 'info', 'Scanned contents of 3589 additional files at 20.02 per second'),
(31645, 1482948263.405097, 2, 'info', 'Scanned contents of 3657 additional files at 20.28 per second'),
(31646, 1482948265.216969, 2, 'info', 'Scanned contents of 3693 additional files at 20.28 per second'),
(31647, 1482948265.756787, 2, 'info', 'Scanned contents of 3696 additional files at 20.23 per second'),
(31648, 1482948265.757195, 2, 'info', 'Asking Wordfence to check URL''s against malware list.'),
(31649, 1482948265.766193, 2, 'info', 'Checking 704 host keys against Wordfence scanning servers.'),
(31650, 1482948266.135939, 2, 'info', 'Done host key check.'),
(31651, 1482948266.141378, 2, 'info', 'Checking 68 URLs from 44 sources.'),
(31652, 1482948266.700548, 2, 'info', 'Done URL check.'),
(31653, 1482948266.705681, 2, 'info', 'Done file contents scan'),
(32785, 1483073050.327772, 2, 'info', 'Total disk space: 246.0775GB -- Free disk space: 143.9004GB'),
(32784, 1483073050.327499, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(32783, 1483073050.324251, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(32782, 1483073050.323559, 2, 'info', 'Scanning DNS MX record for permanentmakeupbydeb.com'),
(32781, 1483073050.320905, 2, 'info', 'Scanning DNS A record for permanentmakeupbydeb.com'),
(31659, 1482948266.742858, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(32786, 1483073050.327998, 2, 'info', 'The disk has 147353.99 MB space available'),
(32787, 1483073050.328246, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(32788, 1483073050.331477, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(32789, 1483073051.695573, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(32790, 1483073051.698856, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(31771, 1482960080.598222, 2, 'info', 'Analyzed 4960 files containing 62.41 MB of data.'),
(31770, 1482960080.490358, 2, 'info', 'Analyzed 4900 files containing 61.5 MB of data so far'),
(31769, 1482960079.844882, 2, 'info', 'Analyzed 4800 files containing 58.7 MB of data so far'),
(31768, 1482960078.841326, 2, 'info', 'Analyzed 4700 files containing 57.5 MB of data so far'),
(31767, 1482960077.844973, 2, 'info', 'Analyzed 4600 files containing 56.09 MB of data so far'),
(32147, 1483010885.842144, 2, 'info', 'Scanned contents of 1485 additional files at 16.88 per second'),
(32146, 1483010884.288722, 2, 'info', 'Scanned contents of 1441 additional files at 16.68 per second'),
(32145, 1483010883.277056, 2, 'info', 'Scanned contents of 1373 additional files at 16.08 per second'),
(32143, 1483010881.242766, 2, 'info', 'Scanned contents of 1345 additional files at 16.14 per second'),
(32144, 1483010882.254583, 2, 'info', 'Scanned contents of 1359 additional files at 16.11 per second'),
(32266, 1483036487.875880, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(32265, 1483036480.888800, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(32264, 1483036478.886287, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),
(32263, 1483036476.885049, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(32262, 1483036474.883517, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(32261, 1483036472.881611, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(32260, 1483036472.877878, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(32259, 1483036469.090388, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 29th of December 2016 06:34:29 PM'),
(32258, 1483010974.829386, 2, 'info', 'Wordfence used 11.32MB of memory for scan. Server peak memory usage was: 74.73MB'),
(32257, 1483010974.469068, 10, 'info', 'SUM_FINAL:Scan complete. You have 3 new issues to fix. See below.'),
(32255, 1483010974.468518, 1, 'info', '-------------------'),
(32256, 1483010974.468813, 1, 'info', 'Scan Complete. Scanned 5290 files, 10 plugins, 2 themes, 16 pages, 3 comments and 20811 records in 3 minutes 40 seconds.'),
(32254, 1483010974.379485, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(32253, 1483010974.377478, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(32252, 1483010974.373406, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(32251, 1483010972.659206, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(32250, 1483010972.654481, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(32249, 1483010972.653875, 2, 'info', 'The disk has 147701.56 MB space available'),
(32248, 1483010972.258940, 2, 'info', 'Total disk space: 246.0775GB -- Free disk space: 144.2398GB'),
(32247, 1483010972.258644, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(32246, 1483010972.255476, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(32245, 1483010972.254774, 2, 'info', 'Scanning DNS MX record for permanentmakeupbydeb.com'),
(32244, 1483010972.221510, 2, 'info', 'Scanning DNS A record for permanentmakeupbydeb.com'),
(32243, 1483010972.214560, 2, 'info', 'Starting DNS scan for permanentmakeupbydeb.com'),
(32242, 1483010972.214250, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(32241, 1483010972.210744, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(32240, 1483010972.203592, 2, 'info', 'Starting password strength check on 1 users.'),
(32239, 1483010972.178285, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(32237, 1483010972.173700, 2, 'info', 'Done host key check.'),
(32238, 1483010972.174967, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs in Google''s Safe Browsing List'),
(32236, 1483010971.905051, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(32235, 1483010971.892118, 10, 'info', 'SUM_START:Scanning comments for URLs in Google''s Safe Browsing List'),
(32234, 1483010971.888574, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs in Google''s Safe Browsing List'),
(32232, 1483010971.887046, 2, 'info', 'Done host key check.'),
(32233, 1483010971.887456, 2, 'info', 'Done examining URLs'),
(32231, 1483010971.593691, 2, 'info', 'Checking 7 host keys against Wordfence scanning servers.'),
(32230, 1483010971.593213, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(32229, 1483010971.527546, 10, 'info', 'SUM_START:Scanning posts for URLs in Google''s Safe Browsing List'),
(32228, 1483010971.524164, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(32227, 1483010971.523891, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(32226, 1483010971.520626, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List'),
(32225, 1483010971.519148, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(32224, 1483010971.517490, 2, 'info', 'Done file contents scan'),
(32223, 1483010971.513557, 2, 'info', 'Done URL check.'),
(32221, 1483010970.915521, 2, 'info', 'Done host key check.'),
(32222, 1483010970.921415, 2, 'info', 'Checking 68 URLs from 44 sources.'),
(32220, 1483010970.543253, 2, 'info', 'Checking 603 host keys against Wordfence scanning servers.'),
(32219, 1483010970.538631, 2, 'info', 'Asking Wordfence to check URL''s against malware list.'),
(32218, 1483010970.538366, 2, 'info', 'Scanned contents of 3572 additional files at 20.69 per second'),
(32217, 1483010970.527619, 2, 'info', 'Scanned contents of 3571 additional files at 20.69 per second'),
(32216, 1483010969.239400, 2, 'info', 'Scanned contents of 3568 additional files at 20.82 per second'),
(32215, 1483010968.187561, 2, 'info', 'Scanned contents of 3503 additional files at 20.57 per second'),
(32214, 1483010967.174544, 2, 'info', 'Scanned contents of 3443 additional files at 20.34 per second'),
(32213, 1483010966.168448, 2, 'info', 'Scanned contents of 3386 additional files at 20.12 per second'),
(32212, 1483010965.167043, 2, 'info', 'Scanned contents of 3258 additional files at 19.48 per second'),
(32173, 1483010916.747721, 2, 'info', 'Scanned contents of 2398 additional files at 20.18 per second'),
(32172, 1483010915.591729, 2, 'info', 'Scanned contents of 2397 additional files at 20.37 per second'),
(32171, 1483010914.484303, 2, 'info', 'Scanned contents of 2373 additional files at 20.35 per second'),
(32168, 1483010911.461971, 2, 'info', 'Scanned contents of 2267 additional files at 19.96 per second'),
(32169, 1483010912.462688, 2, 'info', 'Scanned contents of 2291 additional files at 20.00 per second'),
(32170, 1483010913.483723, 2, 'info', 'Scanned contents of 2334 additional files at 20.19 per second'),
(32164, 1483010906.298993, 2, 'info', 'Scanned contents of 2162 additional files at 19.94 per second'),
(32165, 1483010907.301918, 2, 'info', 'Scanned contents of 2202 additional files at 20.13 per second'),
(32166, 1483010908.824921, 2, 'info', 'Scanned contents of 2223 additional files at 20.04 per second'),
(32167, 1483010909.909368, 2, 'info', 'Scanned contents of 2248 additional files at 20.07 per second'),
(32163, 1483010905.101283, 2, 'info', 'Scanned contents of 2146 additional files at 20.02 per second'),
(32162, 1483010904.007112, 2, 'info', 'Scanned contents of 2137 additional files at 20.14 per second'),
(32161, 1483010901.472233, 2, 'info', 'Scanned contents of 2130 additional files at 20.56 per second'),
(32159, 1483010899.364604, 2, 'info', 'Scanned contents of 2104 additional files at 20.73 per second'),
(32160, 1483010900.376579, 2, 'info', 'Scanned contents of 2122 additional files at 20.71 per second'),
(32158, 1483010898.356726, 2, 'info', 'Scanned contents of 2100 additional files at 20.90 per second'),
(32157, 1483010896.064126, 2, 'info', 'Scanned contents of 2097 additional files at 21.36 per second'),
(32156, 1483010895.019877, 2, 'info', 'Scanned contents of 2069 additional files at 21.30 per second'),
(32153, 1483010891.959969, 2, 'info', 'Scanned contents of 1814 additional files at 19.28 per second'),
(32154, 1483010892.965768, 2, 'info', 'Scanned contents of 1884 additional files at 19.82 per second'),
(32155, 1483010894.001782, 2, 'info', 'Scanned contents of 2017 additional files at 20.99 per second'),
(32267, 1483036487.879898, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(32152, 1483010890.950799, 2, 'info', 'Scanned contents of 1753 additional files at 18.84 per second'),
(32151, 1483010889.949445, 2, 'info', 'Scanned contents of 1709 additional files at 18.56 per second'),
(32150, 1483010888.948619, 2, 'info', 'Scanned contents of 1644 additional files at 18.05 per second'),
(32148, 1483010886.851182, 2, 'info', 'Scanned contents of 1597 additional files at 17.95 per second'),
(32149, 1483010887.944262, 2, 'info', 'Scanned contents of 1612 additional files at 17.90 per second'),
(32502, 1483036704.571512, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(32501, 1483036704.546512, 10, 'info', 'SUM_START:Scanning posts for URLs in Google''s Safe Browsing List'),
(32500, 1483036704.543234, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(32499, 1483036704.542983, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(32498, 1483036704.539697, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List'),
(32497, 1483036704.538067, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(32496, 1483036704.536378, 2, 'info', 'Done file contents scan'),
(32495, 1483036704.532762, 2, 'info', 'Done URL check.'),
(32493, 1483036703.868639, 2, 'info', 'Done host key check.'),
(32494, 1483036703.874001, 2, 'info', 'Checking 68 URLs from 44 sources.'),
(32492, 1483036703.314127, 2, 'info', 'Checking 603 host keys against Wordfence scanning servers.'),
(32491, 1483036703.309846, 2, 'info', 'Asking Wordfence to check URL''s against malware list.'),
(32490, 1483036703.309545, 2, 'info', 'Scanned contents of 3572 additional files at 22.13 per second'),
(32489, 1483036702.954219, 2, 'info', 'Scanned contents of 3569 additional files at 22.16 per second'),
(32488, 1483036701.169111, 2, 'info', 'Scanned contents of 3514 additional files at 22.06 per second'),
(32487, 1483036700.156490, 2, 'info', 'Scanned contents of 3448 additional files at 21.78 per second'),
(32486, 1483036699.117346, 2, 'info', 'Scanned contents of 3391 additional files at 21.57 per second'),
(32485, 1483036698.116572, 2, 'info', 'Scanned contents of 3258 additional files at 20.85 per second'),
(32484, 1483036697.109071, 2, 'info', 'Scanned contents of 3200 additional files at 20.61 per second'),
(32483, 1483036696.072350, 2, 'info', 'Scanned contents of 3135 additional files at 20.33 per second'),
(32482, 1483036695.067956, 2, 'info', 'Scanned contents of 3078 additional files at 20.09 per second'),
(32481, 1483036694.060928, 2, 'info', 'Scanned contents of 3005 additional files at 19.75 per second'),
(32480, 1483036693.024029, 2, 'info', 'Scanned contents of 2993 additional files at 19.80 per second'),
(32479, 1483036692.010241, 2, 'info', 'Scanned contents of 2869 additional files at 19.11 per second'),
(32478, 1483036690.893800, 2, 'info', 'Scanned contents of 2850 additional files at 19.13 per second'),
(32477, 1483036689.892825, 2, 'info', 'Scanned contents of 2773 additional files at 18.73 per second'),
(32476, 1483036688.881569, 2, 'info', 'Scanned contents of 2747 additional files at 18.69 per second'),
(32475, 1483036687.662147, 2, 'info', 'Scanned contents of 2727 additional files at 18.71 per second'),
(32474, 1483036686.592591, 2, 'info', 'Scanned contents of 2714 additional files at 18.75 per second'),
(32472, 1483036684.222187, 2, 'info', 'Scanned contents of 2702 additional files at 18.98 per second'),
(32473, 1483036685.467035, 2, 'info', 'Scanned contents of 2709 additional files at 18.87 per second'),
(32530, 1483036706.004472, 2, 'info', 'Wordfence used 11.32MB of memory for scan. Server peak memory usage was: 74.73MB'),
(32523, 1483036705.248722, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(32524, 1483036705.701038, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(32525, 1483036705.704348, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(32526, 1483036705.705946, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(32527, 1483036705.724512, 1, 'info', '-------------------'),
(32528, 1483036705.724772, 1, 'info', 'Scan Complete. Scanned 5290 files, 10 plugins, 2 themes, 16 pages, 3 comments and 20839 records in 3 minutes 53 seconds.'),
(32529, 1483036705.724989, 10, 'info', 'SUM_FINAL:Scan complete. You have 3 new issues to fix. See below.'),
(32503, 1483036704.572039, 2, 'info', 'Checking 7 host keys against Wordfence scanning servers.'),
(32504, 1483036704.848797, 2, 'info', 'Done host key check.'),
(32505, 1483036704.849165, 2, 'info', 'Done examining URLs'),
(32506, 1483036704.850294, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs in Google''s Safe Browsing List'),
(32507, 1483036704.853749, 10, 'info', 'SUM_START:Scanning comments for URLs in Google''s Safe Browsing List'),
(32508, 1483036704.868157, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(32509, 1483036705.216994, 2, 'info', 'Done host key check.'),
(32510, 1483036705.218326, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs in Google''s Safe Browsing List'),
(32511, 1483036705.221799, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(32512, 1483036705.222387, 2, 'info', 'Starting password strength check on 1 users.'),
(32513, 1483036705.228482, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(32514, 1483036705.231762, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(32515, 1483036705.232089, 2, 'info', 'Starting DNS scan for permanentmakeupbydeb.com'),
(32516, 1483036705.239604, 2, 'info', 'Scanning DNS A record for permanentmakeupbydeb.com'),
(32517, 1483036705.240551, 2, 'info', 'Scanning DNS MX record for permanentmakeupbydeb.com'),
(32518, 1483036705.241310, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(32519, 1483036705.244709, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(32520, 1483036705.245009, 2, 'info', 'Total disk space: 246.0775GB -- Free disk space: 144.0217GB'),
(32521, 1483036705.245236, 2, 'info', 'The disk has 147478.18 MB space available'),
(32522, 1483036705.245470, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(32377, 1483036568.147977, 2, 'info', 'Scanned contents of 586 additional files at 22.31 per second'),
(32378, 1483036569.175449, 2, 'info', 'Scanned contents of 608 additional files at 22.27 per second'),
(32655, 1483072928.180145, 2, 'info', 'Scanned contents of 924 additional files at 26.42 per second'),
(32376, 1483036567.122146, 2, 'info', 'Scanned contents of 564 additional files at 22.34 per second'),
(32656, 1483072929.345324, 2, 'info', 'Scanned contents of 926 additional files at 25.63 per second'),
(31672, 1482948267.490616, 2, 'info', 'Starting DNS scan for permanentmakeupbydeb.com'),
(31673, 1482948267.521185, 2, 'info', 'Scanning DNS A record for permanentmakeupbydeb.com'),
(31674, 1482948267.524108, 2, 'info', 'Scanning DNS MX record for permanentmakeupbydeb.com'),
(32373, 1483036563.919278, 2, 'info', 'Scanned contents of 417 additional files at 18.92 per second'),
(32374, 1483036564.967200, 2, 'info', 'Scanned contents of 461 additional files at 19.97 per second'),
(32375, 1483036566.115758, 2, 'info', 'Scanned contents of 482 additional files at 19.89 per second'),
(32657, 1483072930.374948, 2, 'info', 'Scanned contents of 960 additional files at 25.83 per second'),
(32658, 1483072931.688981, 2, 'info', 'Scanned contents of 974 additional files at 25.31 per second'),
(32659, 1483072932.993447, 2, 'info', 'Scanned contents of 993 additional files at 24.96 per second'),
(32660, 1483072934.667440, 2, 'info', 'Scanned contents of 1003 additional files at 24.19 per second'),
(32661, 1483072935.680178, 2, 'info', 'Scanned contents of 1040 additional files at 24.49 per second'),
(32662, 1483072936.844896, 2, 'info', 'Scanned contents of 1057 additional files at 24.23 per second'),
(32663, 1483072938.022750, 2, 'info', 'Scanned contents of 1060 additional files at 23.66 per second'),
(32664, 1483072939.308981, 2, 'info', 'Scanned contents of 1067 additional files at 23.15 per second'),
(32665, 1483072940.627866, 2, 'info', 'Scanned contents of 1070 additional files at 22.57 per second'),
(32666, 1483072942.216695, 2, 'info', 'Scanned contents of 1075 additional files at 21.94 per second'),
(32667, 1483072943.302918, 2, 'info', 'Scanned contents of 1082 additional files at 21.60 per second'),
(32668, 1483072945.505668, 2, 'info', 'Scanned contents of 1083 additional files at 20.71 per second'),
(32669, 1483072946.981732, 2, 'info', 'Scanned contents of 1088 additional files at 20.23 per second'),
(32670, 1483072948.159587, 2, 'info', 'Scanned contents of 1093 additional files at 19.89 per second'),
(32671, 1483072949.263716, 2, 'info', 'Scanned contents of 1097 additional files at 19.57 per second'),
(32672, 1483072950.541341, 2, 'info', 'Scanned contents of 1104 additional files at 19.26 per second'),
(32673, 1483072951.569554, 2, 'info', 'Scanned contents of 1110 additional files at 19.02 per second'),
(32674, 1483072952.762578, 2, 'info', 'Scanned contents of 1119 additional files at 18.79 per second'),
(32675, 1483072953.869529, 2, 'info', 'Scanned contents of 1123 additional files at 18.51 per second'),
(32676, 1483072955.933018, 2, 'info', 'Scanned contents of 1131 additional files at 18.03 per second'),
(32677, 1483072956.947499, 2, 'info', 'Scanned contents of 1149 additional files at 18.03 per second'),
(32678, 1483072957.992336, 2, 'info', 'Scanned contents of 1167 additional files at 18.01 per second'),
(32679, 1483072959.019037, 2, 'info', 'Scanned contents of 1188 additional files at 18.05 per second'),
(32680, 1483072960.024790, 2, 'info', 'Scanned contents of 1239 additional files at 18.54 per second'),
(32681, 1483072961.025715, 2, 'info', 'Scanned contents of 1277 additional files at 18.83 per second'),
(32682, 1483072962.046367, 2, 'info', 'Scanned contents of 1291 additional files at 18.76 per second'),
(32683, 1483072963.122583, 2, 'info', 'Scanned contents of 1304 additional files at 18.65 per second'),
(32684, 1483072964.125769, 2, 'info', 'Scanned contents of 1310 additional files at 18.47 per second'),
(32685, 1483072965.202049, 2, 'info', 'Scanned contents of 1315 additional files at 18.27 per second'),
(32686, 1483072966.318195, 2, 'info', 'Scanned contents of 1320 additional files at 18.06 per second'),
(32687, 1483072967.329144, 2, 'info', 'Scanned contents of 1330 additional files at 17.94 per second'),
(32688, 1483072968.393155, 2, 'info', 'Scanned contents of 1350 additional files at 17.96 per second'),
(32689, 1483072969.484591, 2, 'info', 'Scanned contents of 1370 additional files at 17.96 per second'),
(32690, 1483072970.510823, 2, 'info', 'Scanned contents of 1430 additional files at 18.50 per second'),
(32691, 1483072972.180974, 2, 'info', 'Scanned contents of 1485 additional files at 18.80 per second'),
(32692, 1483072973.204766, 2, 'info', 'Scanned contents of 1609 additional files at 20.11 per second'),
(32693, 1483072974.214603, 2, 'info', 'Scanned contents of 1620 additional files at 20.00 per second'),
(32694, 1483072975.225134, 2, 'info', 'Scanned contents of 1692 additional files at 20.63 per second'),
(32695, 1483072976.228618, 2, 'info', 'Scanned contents of 1749 additional files at 21.07 per second'),
(32696, 1483072977.238796, 2, 'info', 'Scanned contents of 1824 additional files at 21.71 per second'),
(32697, 1483072978.249825, 2, 'info', 'Scanned contents of 1893 additional files at 22.26 per second'),
(32698, 1483072979.259541, 2, 'info', 'Scanned contents of 2010 additional files at 23.36 per second'),
(32699, 1483072980.291990, 2, 'info', 'Scanned contents of 2059 additional files at 23.65 per second'),
(32700, 1483072981.442528, 2, 'info', 'Scanned contents of 2097 additional files at 23.77 per second'),
(32701, 1483072984.233562, 2, 'info', 'Scanned contents of 2100 additional files at 23.07 per second'),
(32702, 1483072985.432511, 2, 'info', 'Scanned contents of 2102 additional files at 22.79 per second'),
(32703, 1483072986.459912, 2, 'info', 'Scanned contents of 2118 additional files at 22.71 per second'),
(32704, 1483072987.733390, 2, 'info', 'Scanned contents of 2130 additional files at 22.53 per second'),
(32705, 1483072989.529790, 2, 'info', 'Scanned contents of 2137 additional files at 22.19 per second'),
(32706, 1483072990.593517, 2, 'info', 'Scanned contents of 2151 additional files at 22.09 per second'),
(32707, 1483072991.604805, 2, 'info', 'Scanned contents of 2164 additional files at 21.99 per second'),
(32708, 1483072992.633948, 2, 'info', 'Scanned contents of 2217 additional files at 22.30 per second'),
(32709, 1483072993.641692, 2, 'info', 'Scanned contents of 2228 additional files at 22.18 per second'),
(32710, 1483072994.668558, 2, 'info', 'Scanned contents of 2256 additional files at 22.24 per second'),
(32711, 1483072995.798858, 2, 'info', 'Scanned contents of 2267 additional files at 22.10 per second'),
(32712, 1483072996.801102, 2, 'info', 'Scanned contents of 2303 additional files at 22.23 per second'),
(32713, 1483072997.829080, 2, 'info', 'Scanned contents of 2349 additional files at 22.45 per second'),
(32714, 1483072999.183669, 2, 'info', 'Scanned contents of 2397 additional files at 22.62 per second'),
(32715, 1483073000.709244, 2, 'info', 'Scanned contents of 2399 additional files at 22.32 per second'),
(32716, 1483073001.719744, 2, 'info', 'Scanned contents of 2408 additional files at 22.19 per second'),
(32717, 1483073002.864716, 2, 'info', 'Scanned contents of 2449 additional files at 22.33 per second'),
(32718, 1483073004.566819, 2, 'info', 'Scanned contents of 2454 additional files at 22.04 per second'),
(32719, 1483073005.862529, 2, 'info', 'Scanned contents of 2461 additional files at 21.85 per second'),
(32720, 1483073007.188279, 2, 'info', 'Scanned contents of 2464 additional files at 21.62 per second'),
(32721, 1483073008.777811, 2, 'info', 'Scanned contents of 2469 additional files at 21.36 per second'),
(32722, 1483073009.850780, 2, 'info', 'Scanned contents of 2476 additional files at 21.23 per second'),
(32723, 1483073012.053504, 2, 'info', 'Scanned contents of 2477 additional files at 20.84 per second'),
(32724, 1483073013.602358, 2, 'info', 'Scanned contents of 2482 additional files at 20.62 per second'),
(32725, 1483073014.729396, 2, 'info', 'Scanned contents of 2487 additional files at 20.47 per second'),
(32726, 1483073015.736586, 2, 'info', 'Scanned contents of 2492 additional files at 20.34 per second'),
(32727, 1483073016.939570, 2, 'info', 'Scanned contents of 2498 additional files at 20.19 per second'),
(32728, 1483073017.963505, 2, 'info', 'Scanned contents of 2504 additional files at 20.07 per second'),
(32729, 1483073019.174333, 2, 'info', 'Scanned contents of 2513 additional files at 19.95 per second'),
(32730, 1483073020.280107, 2, 'info', 'Scanned contents of 2517 additional files at 19.81 per second'),
(32731, 1483073022.316412, 2, 'info', 'Scanned contents of 2525 additional files at 19.56 per second'),
(32732, 1483073023.316904, 2, 'info', 'Scanned contents of 2543 additional files at 19.55 per second'),
(32733, 1483073024.324810, 2, 'info', 'Scanned contents of 2561 additional files at 19.53 per second'),
(32734, 1483073025.340329, 2, 'info', 'Scanned contents of 2580 additional files at 19.53 per second'),
(32735, 1483073026.358914, 2, 'info', 'Scanned contents of 2630 additional files at 19.75 per second'),
(32736, 1483073027.366156, 2, 'info', 'Scanned contents of 2669 additional files at 19.90 per second'),
(32737, 1483073028.432933, 2, 'info', 'Scanned contents of 2685 additional files at 19.86 per second'),
(32738, 1483073029.489589, 2, 'info', 'Scanned contents of 2699 additional files at 19.81 per second'),
(32739, 1483073030.556600, 2, 'info', 'Scanned contents of 2707 additional files at 19.71 per second'),
(32740, 1483073031.777827, 2, 'info', 'Scanned contents of 2710 additional files at 19.56 per second'),
(32741, 1483073032.933470, 2, 'info', 'Scanned contents of 2715 additional files at 19.43 per second'),
(32742, 1483073034.073545, 2, 'info', 'Scanned contents of 2738 additional files at 19.44 per second'),
(32743, 1483073035.098700, 2, 'info', 'Scanned contents of 2753 additional files at 19.40 per second'),
(32744, 1483073036.098737, 2, 'info', 'Scanned contents of 2808 additional files at 19.65 per second'),
(32745, 1483073037.856985, 2, 'info', 'Scanned contents of 2869 additional files at 19.83 per second'),
(32746, 1483073039.487693, 2, 'info', 'Scanned contents of 2994 additional files at 20.47 per second'),
(32747, 1483073040.492664, 2, 'info', 'Scanned contents of 3055 additional files at 20.74 per second'),
(32748, 1483073041.572370, 2, 'info', 'Scanned contents of 3107 additional files at 20.94 per second'),
(32749, 1483073042.582841, 2, 'info', 'Scanned contents of 3181 additional files at 21.30 per second'),
(32750, 1483073043.584522, 2, 'info', 'Scanned contents of 3244 additional files at 21.57 per second'),
(32751, 1483073044.587510, 2, 'info', 'Scanned contents of 3371 additional files at 22.27 per second'),
(32752, 1483073045.597761, 2, 'info', 'Scanned contents of 3443 additional files at 22.59 per second'),
(32753, 1483073046.598322, 2, 'info', 'Scanned contents of 3508 additional files at 22.87 per second'),
(32754, 1483073048.401972, 2, 'info', 'Scanned contents of 3569 additional files at 23.00 per second'),
(32755, 1483073048.743494, 2, 'info', 'Scanned contents of 3572 additional files at 22.97 per second'),
(32756, 1483073048.743773, 2, 'info', 'Asking Wordfence to check URL''s against malware list.'),
(32757, 1483073048.748001, 2, 'info', 'Checking 603 host keys against Wordfence scanning servers.'),
(32758, 1483073049.102078, 2, 'info', 'Done host key check.'),
(32759, 1483073049.107202, 2, 'info', 'Checking 68 URLs from 44 sources.'),
(32760, 1483073049.644518, 2, 'info', 'Done URL check.'),
(32761, 1483073049.648105, 2, 'info', 'Done file contents scan'),
(32762, 1483073049.649775, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(32763, 1483073049.651304, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List'),
(32764, 1483073049.654501, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(32765, 1483073049.654757, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(32370, 1483036560.863202, 2, 'info', 'Scanned contents of 289 additional files at 15.22 per second'),
(32371, 1483036561.883347, 2, 'info', 'Scanned contents of 322 additional files at 16.10 per second'),
(32372, 1483036562.916720, 2, 'info', 'Scanned contents of 382 additional files at 18.16 per second'),
(32369, 1483036559.381509, 2, 'info', 'Scanned contents of 275 additional files at 15.71 per second'),
(32368, 1483036558.290703, 2, 'info', 'Scanned contents of 271 additional files at 16.51 per second'),
(32367, 1483036557.156894, 2, 'info', 'Scanned contents of 264 additional files at 17.28 per second'),
(32366, 1483036555.912652, 2, 'info', 'Scanned contents of 235 additional files at 16.74 per second'),
(32365, 1483036554.874330, 2, 'info', 'Scanned contents of 206 additional files at 15.85 per second'),
(32364, 1483036553.745954, 2, 'info', 'Scanned contents of 172 additional files at 14.49 per second'),
(32363, 1483036552.715845, 2, 'info', 'Scanned contents of 148 additional files at 13.66 per second'),
(32362, 1483036551.541376, 2, 'info', 'Scanned contents of 125 additional files at 12.94 per second'),
(32361, 1483036550.461450, 2, 'info', 'Scanned contents of 117 additional files at 13.63 per second'),
(32360, 1483036548.962516, 2, 'info', 'Scanned contents of 115 additional files at 16.23 per second'),
(32359, 1483036547.759612, 2, 'info', 'Scanned contents of 112 additional files at 19.04 per second'),
(32358, 1483036546.335431, 2, 'info', 'Scanned contents of 105 additional files at 23.55 per second'),
(32357, 1483036545.080205, 2, 'info', 'Scanned contents of 94 additional files at 29.35 per second'),
(32356, 1483036544.066647, 2, 'info', 'Scanned contents of 65 additional files at 29.69 per second'),
(32354, 1483036541.876776, 2, 'info', 'Starting scan of file contents'),
(32355, 1483036543.058926, 2, 'info', 'Scanned contents of 23 additional files at 19.47 per second'),
(32353, 1483036541.381741, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List'),
(32352, 1483036541.379856, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(32351, 1483036541.375853, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(32350, 1483036541.374531, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(32349, 1483036541.362620, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(32348, 1483036541.361188, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(32347, 1483036541.359604, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(32346, 1483036541.359350, 2, 'info', 'Analyzed 5290 files containing 66.5 MB of data.'),
(32345, 1483036541.158341, 2, 'info', 'Analyzed 5200 files containing 64.75 MB of data so far'),
(32344, 1483036539.879921, 2, 'info', 'Analyzed 5100 files containing 62.4 MB of data so far'),
(32343, 1483036539.364282, 2, 'info', 'Analyzed 5000 files containing 60.76 MB of data so far'),
(32342, 1483036538.176695, 2, 'info', 'Analyzed 4900 files containing 59.92 MB of data so far'),
(32341, 1483036537.251488, 2, 'info', 'Analyzed 4800 files containing 58.88 MB of data so far'),
(32340, 1483036536.798690, 2, 'info', 'Analyzed 4700 files containing 57.31 MB of data so far'),
(32339, 1483036535.261230, 2, 'info', 'Analyzed 4600 files containing 55.41 MB of data so far'),
(32338, 1483036534.581177, 2, 'info', 'Analyzed 4500 files containing 53.94 MB of data so far'),
(32337, 1483036534.345567, 2, 'info', 'Analyzed 4400 files containing 53.54 MB of data so far'),
(32336, 1483036534.084267, 2, 'info', 'Analyzed 4300 files containing 53.39 MB of data so far'),
(32335, 1483036533.696621, 2, 'info', 'Analyzed 4200 files containing 53.18 MB of data so far'),
(32334, 1483036533.261424, 2, 'info', 'Analyzed 4100 files containing 52.92 MB of data so far'),
(32333, 1483036532.288593, 2, 'info', 'Analyzed 4000 files containing 52.57 MB of data so far'),
(32332, 1483036532.006542, 2, 'info', 'Analyzed 3900 files containing 52.08 MB of data so far'),
(32331, 1483036531.155626, 2, 'info', 'Analyzed 3800 files containing 51.62 MB of data so far'),
(32330, 1483036529.456865, 2, 'info', 'Analyzed 3700 files containing 50.96 MB of data so far'),
(32329, 1483036528.375811, 2, 'info', 'Analyzed 3600 files containing 48.97 MB of data so far'),
(32328, 1483036526.996466, 2, 'info', 'Analyzed 3500 files containing 48.05 MB of data so far'),
(32327, 1483036522.667896, 2, 'info', 'Analyzed 3400 files containing 42.62 MB of data so far'),
(32326, 1483036521.758410, 2, 'info', 'Analyzed 3300 files containing 41.51 MB of data so far'),
(32325, 1483036520.902867, 2, 'info', 'Analyzed 3200 files containing 39.6 MB of data so far'),
(32324, 1483036520.119984, 2, 'info', 'Analyzed 3100 files containing 37.92 MB of data so far'),
(32323, 1483036519.044579, 2, 'info', 'Analyzed 3000 files containing 35.35 MB of data so far'),
(32322, 1483036517.913244, 2, 'info', 'Analyzed 2900 files containing 31.22 MB of data so far'),
(32321, 1483036517.209760, 2, 'info', 'Analyzed 2800 files containing 30.81 MB of data so far'),
(32320, 1483036516.479891, 2, 'info', 'Analyzed 2700 files containing 30.76 MB of data so far'),
(32319, 1483036516.026886, 2, 'info', 'Analyzed 2600 files containing 30.6 MB of data so far'),
(32318, 1483036515.675670, 2, 'info', 'Analyzed 2500 files containing 30.28 MB of data so far'),
(32317, 1483036515.407703, 2, 'info', 'Analyzed 2400 files containing 30.17 MB of data so far'),
(32316, 1483036514.970654, 2, 'info', 'Analyzed 2300 files containing 29.86 MB of data so far'),
(32315, 1483036514.564690, 2, 'info', 'Analyzed 2200 files containing 29.49 MB of data so far'),
(32314, 1483036514.130245, 2, 'info', 'Analyzed 2100 files containing 28.97 MB of data so far'),
(32313, 1483036513.391149, 2, 'info', 'Analyzed 2000 files containing 28.55 MB of data so far'),
(32312, 1483036513.050822, 2, 'info', 'Analyzed 1900 files containing 28.32 MB of data so far'),
(32311, 1483036512.251247, 2, 'info', 'Analyzed 1800 files containing 26.05 MB of data so far'),
(32310, 1483036511.842443, 2, 'info', 'Analyzed 1700 files containing 25.54 MB of data so far'),
(32309, 1483036510.934438, 2, 'info', 'Analyzed 1600 files containing 22.1 MB of data so far'),
(32308, 1483036510.259958, 2, 'info', 'Analyzed 1500 files containing 18.55 MB of data so far'),
(32307, 1483036509.876171, 2, 'info', 'Analyzed 1400 files containing 15.45 MB of data so far'),
(32306, 1483036509.566018, 2, 'info', 'Analyzed 1300 files containing 14.11 MB of data so far'),
(32305, 1483036509.310902, 2, 'info', 'Analyzed 1200 files containing 13.9 MB of data so far'),
(32304, 1483036508.994141, 2, 'info', 'Analyzed 1100 files containing 13.42 MB of data so far'),
(32303, 1483036508.460005, 2, 'info', 'Analyzed 1000 files containing 13.09 MB of data so far'),
(32302, 1483036508.160058, 2, 'info', 'Analyzed 900 files containing 12.47 MB of data so far'),
(32301, 1483036507.723231, 2, 'info', 'Analyzed 800 files containing 11.18 MB of data so far'),
(32300, 1483036506.983789, 2, 'info', 'Analyzed 700 files containing 9.46 MB of data so far'),
(32299, 1483036506.629164, 2, 'info', 'Analyzed 600 files containing 7.27 MB of data so far'),
(32298, 1483036506.232161, 2, 'info', 'Analyzed 500 files containing 6.1 MB of data so far'),
(32297, 1483036505.970313, 2, 'info', 'Analyzed 400 files containing 5.4 MB of data so far'),
(32296, 1483036505.083607, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(32295, 1483036504.550734, 2, 'info', 'Analyzed 200 files containing 2.36 MB of data so far'),
(32294, 1483036503.610455, 2, 'info', 'Analyzed 100 files containing 1.27 MB of data so far'),
(32292, 1483036502.816166, 2, 'info', '5000 files indexed'),
(32293, 1483036502.980454, 2, 'info', '5290 files indexed'),
(32291, 1483036501.051770, 2, 'info', '4500 files indexed'),
(32289, 1483036500.120685, 2, 'info', '3500 files indexed'),
(32290, 1483036500.624598, 2, 'info', '4000 files indexed'),
(32288, 1483036498.640213, 2, 'info', '3000 files indexed'),
(32286, 1483036496.713084, 2, 'info', '2000 files indexed'),
(32287, 1483036497.315700, 2, 'info', '2500 files indexed'),
(32285, 1483036495.131581, 2, 'info', '1500 files indexed'),
(32283, 1483036489.949755, 2, 'info', '500 files indexed'),
(32284, 1483036491.510818, 2, 'info', '1000 files indexed'),
(32282, 1483036489.617687, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(32281, 1483036489.616307, 10, 'info', 'SUM_START:Scanning for known malware files'),
(32280, 1483036489.614925, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(32279, 1483036489.614715, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(32278, 1483036489.614495, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(32277, 1483036489.611505, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(32276, 1483036489.032051, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(32275, 1483036489.029169, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(32274, 1483036488.442239, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(32273, 1483036488.434728, 2, 'info', 'Found 2 themes'),
(32272, 1483036488.430693, 2, 'info', 'Getting theme list from WordPress'),
(32271, 1483036488.429183, 2, 'info', 'Found 10 plugins'),
(32270, 1483036488.277444, 2, 'info', 'Getting plugin list from WordPress'),
(32269, 1483036487.884875, 1, 'info', 'Contacting Wordfence to initiate scan'),
(32268, 1483036487.882944, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(32211, 1483010964.164252, 2, 'info', 'Scanned contents of 3188 additional files at 19.17 per second'),
(32209, 1483010962.134341, 2, 'info', 'Scanned contents of 3068 additional files at 18.68 per second'),
(32210, 1483010963.139515, 2, 'info', 'Scanned contents of 3107 additional files at 18.80 per second'),
(32205, 1483010957.394440, 2, 'info', 'Scanned contents of 2820 additional files at 17.68 per second'),
(32206, 1483010959.050718, 2, 'info', 'Scanned contents of 2869 additional files at 17.80 per second'),
(32207, 1483010960.067045, 2, 'info', 'Scanned contents of 2985 additional files at 18.41 per second'),
(32208, 1483010961.125403, 2, 'info', 'Scanned contents of 2996 additional files at 18.35 per second'),
(32204, 1483010956.374351, 2, 'info', 'Scanned contents of 2755 additional files at 17.38 per second'),
(32174, 1483010918.441913, 2, 'info', 'Scanned contents of 2405 additional files at 19.95 per second'),
(32175, 1483010919.483732, 2, 'info', 'Scanned contents of 2442 additional files at 20.08 per second'),
(32176, 1483010920.490133, 2, 'info', 'Scanned contents of 2451 additional files at 19.99 per second'),
(32177, 1483010921.814305, 2, 'info', 'Scanned contents of 2454 additional files at 19.80 per second'),
(32178, 1483010922.820245, 2, 'info', 'Scanned contents of 2460 additional files at 19.69 per second'),
(32179, 1483010924.112521, 2, 'info', 'Scanned contents of 2463 additional files at 19.51 per second'),
(32180, 1483010926.600837, 2, 'info', 'Scanned contents of 2469 additional files at 19.18 per second'),
(32181, 1483010927.765924, 2, 'info', 'Scanned contents of 2474 additional files at 19.05 per second'),
(32182, 1483010930.724593, 2, 'info', 'Scanned contents of 2477 additional files at 18.65 per second'),
(32183, 1483010932.293854, 2, 'info', 'Scanned contents of 2482 additional files at 18.47 per second'),
(32184, 1483010933.586655, 2, 'info', 'Scanned contents of 2487 additional files at 18.33 per second'),
(32185, 1483010934.911498, 2, 'info', 'Scanned contents of 2491 additional files at 18.18 per second'),
(32186, 1483010936.133026, 2, 'info', 'Scanned contents of 2497 additional files at 18.06 per second'),
(32187, 1483010937.135449, 2, 'info', 'Scanned contents of 2501 additional files at 17.96 per second'),
(32188, 1483010938.247083, 2, 'info', 'Scanned contents of 2507 additional files at 17.86 per second'),
(32189, 1483010939.730672, 2, 'info', 'Scanned contents of 2514 additional files at 17.72 per second'),
(32190, 1483010940.804528, 2, 'info', 'Scanned contents of 2520 additional files at 17.63 per second'),
(32191, 1483010942.428774, 2, 'info', 'Scanned contents of 2525 additional files at 17.47 per second'),
(32192, 1483010943.472984, 2, 'info', 'Scanned contents of 2543 additional files at 17.47 per second'),
(32193, 1483010944.593350, 2, 'info', 'Scanned contents of 2559 additional files at 17.44 per second'),
(32194, 1483010945.593397, 2, 'info', 'Scanned contents of 2568 additional files at 17.39 per second'),
(32195, 1483010946.619795, 2, 'info', 'Scanned contents of 2622 additional files at 17.63 per second'),
(32196, 1483010947.645658, 2, 'info', 'Scanned contents of 2663 additional files at 17.78 per second'),
(32197, 1483010948.903096, 2, 'info', 'Scanned contents of 2683 additional files at 17.77 per second'),
(32198, 1483010949.963942, 2, 'info', 'Scanned contents of 2696 additional files at 17.73 per second'),
(32199, 1483010951.080062, 2, 'info', 'Scanned contents of 2704 additional files at 17.65 per second'),
(32200, 1483010952.095331, 2, 'info', 'Scanned contents of 2709 additional files at 17.57 per second'),
(32201, 1483010953.230167, 2, 'info', 'Scanned contents of 2714 additional files at 17.47 per second'),
(32202, 1483010954.239988, 2, 'info', 'Scanned contents of 2723 additional files at 17.42 per second'),
(32203, 1483010955.345740, 2, 'info', 'Scanned contents of 2743 additional files at 17.42 per second'),
(32039, 1483010785.397196, 2, 'info', 'Analyzed 2500 files containing 30.28 MB of data so far'),
(32038, 1483010785.167473, 2, 'info', 'Analyzed 2400 files containing 30.17 MB of data so far'),
(32037, 1483010784.874991, 2, 'info', 'Analyzed 2300 files containing 29.86 MB of data so far'),
(32036, 1483010784.606394, 2, 'info', 'Analyzed 2200 files containing 29.49 MB of data so far'),
(32035, 1483010784.308671, 2, 'info', 'Analyzed 2100 files containing 28.97 MB of data so far'),
(32034, 1483010783.881145, 2, 'info', 'Analyzed 2000 files containing 28.55 MB of data so far'),
(32033, 1483010783.626666, 2, 'info', 'Analyzed 1900 files containing 28.32 MB of data so far'),
(32032, 1483010783.099573, 2, 'info', 'Analyzed 1800 files containing 26.05 MB of data so far'),
(32031, 1483010782.831147, 2, 'info', 'Analyzed 1700 files containing 25.54 MB of data so far'),
(32030, 1483010782.166556, 2, 'info', 'Analyzed 1600 files containing 22.1 MB of data so far'),
(32029, 1483010781.710701, 2, 'info', 'Analyzed 1500 files containing 18.55 MB of data so far'),
(32028, 1483010780.840050, 2, 'info', 'Analyzed 1400 files containing 15.45 MB of data so far'),
(32027, 1483010780.522850, 2, 'info', 'Analyzed 1300 files containing 14.11 MB of data so far'),
(32026, 1483010780.250026, 2, 'info', 'Analyzed 1200 files containing 13.9 MB of data so far'),
(32025, 1483010779.981145, 2, 'info', 'Analyzed 1100 files containing 13.42 MB of data so far'),
(32024, 1483010779.765315, 2, 'info', 'Analyzed 1000 files containing 13.09 MB of data so far'),
(32023, 1483010779.575715, 2, 'info', 'Analyzed 900 files containing 12.47 MB of data so far'),
(32022, 1483010779.295145, 2, 'info', 'Analyzed 800 files containing 11.18 MB of data so far'),
(32021, 1483010779.011440, 2, 'info', 'Analyzed 700 files containing 9.46 MB of data so far'),
(32020, 1483010778.741204, 2, 'info', 'Analyzed 600 files containing 7.27 MB of data so far'),
(32019, 1483010778.385324, 2, 'info', 'Analyzed 500 files containing 6.1 MB of data so far'),
(32017, 1483010777.683045, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(32018, 1483010778.015583, 2, 'info', 'Analyzed 400 files containing 5.4 MB of data so far'),
(32016, 1483010777.414117, 2, 'info', 'Analyzed 200 files containing 2.36 MB of data so far'),
(32015, 1483010777.077383, 2, 'info', 'Analyzed 100 files containing 1.27 MB of data so far'),
(32014, 1483010776.826963, 2, 'info', '5290 files indexed'),
(32012, 1483010775.714638, 2, 'info', '4500 files indexed'),
(32013, 1483010776.643295, 2, 'info', '5000 files indexed'),
(32011, 1483010775.315607, 2, 'info', '4000 files indexed'),
(32009, 1483010773.993753, 2, 'info', '3000 files indexed'),
(32010, 1483010774.827579, 2, 'info', '3500 files indexed'),
(32007, 1483010773.374825, 2, 'info', '2000 files indexed'),
(32008, 1483010773.703806, 2, 'info', '2500 files indexed'),
(32005, 1483010771.735666, 2, 'info', '1000 files indexed'),
(32006, 1483010772.939332, 2, 'info', '1500 files indexed'),
(32004, 1483010770.905137, 2, 'info', '500 files indexed'),
(32003, 1483010770.666108, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(32002, 1483010770.664148, 10, 'info', 'SUM_START:Scanning for known malware files'),
(32000, 1483010770.661825, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(32001, 1483010770.662141, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(31894, 1482960221.233258, 2, 'info', 'Scanned contents of 2523 additional files at 18.00 per second'),
(31985, 1483010760.045094, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on the Google Safe Browsing list is for paid members only'),
(31984, 1483010758.043701, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(31983, 1483010756.042440, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(31981, 1483010754.038104, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(31982, 1483010754.041169, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members');
INSERT INTO `wpo8_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(31980, 1483010751.872934, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 29th of December 2016 11:25:51 AM'),
(32569, 1483072858.331329, 2, 'info', 'Analyzed 400 files containing 5.4 MB of data so far'),
(32568, 1483072857.484512, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(32567, 1483072856.100392, 2, 'info', 'Analyzed 200 files containing 2.36 MB of data so far'),
(32565, 1483072853.057830, 2, 'info', '5290 files indexed'),
(32566, 1483072853.766777, 2, 'info', 'Analyzed 100 files containing 1.27 MB of data so far'),
(32563, 1483072852.205887, 2, 'info', '4500 files indexed'),
(32564, 1483072852.932042, 2, 'info', '5000 files indexed'),
(32558, 1483072850.356520, 2, 'info', '2000 files indexed'),
(32559, 1483072850.627127, 2, 'info', '2500 files indexed'),
(32560, 1483072850.900362, 2, 'info', '3000 files indexed'),
(32561, 1483072851.537021, 2, 'info', '3500 files indexed'),
(32562, 1483072851.907967, 2, 'info', '4000 files indexed'),
(31661, 1482948267.108457, 2, 'info', 'Done host key check.'),
(31662, 1482948267.108912, 2, 'info', 'Done examining URLs'),
(32769, 1483073049.982986, 2, 'info', 'Done host key check.'),
(32770, 1483073049.983325, 2, 'info', 'Done examining URLs'),
(32771, 1483073049.984441, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs in Google''s Safe Browsing List'),
(32772, 1483073049.987846, 10, 'info', 'SUM_START:Scanning comments for URLs in Google''s Safe Browsing List'),
(32773, 1483073049.991336, 2, 'info', 'Checking 1 host keys against Wordfence scanning servers.'),
(32774, 1483073050.265249, 2, 'info', 'Done host key check.'),
(32775, 1483073050.266311, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs in Google''s Safe Browsing List'),
(32776, 1483073050.269870, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(32777, 1483073050.270284, 2, 'info', 'Starting password strength check on 1 users.'),
(32778, 1483073050.276434, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(32779, 1483073050.279713, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(32780, 1483073050.280047, 2, 'info', 'Starting DNS scan for permanentmakeupbydeb.com'),
(31853, 1482960173.836204, 2, 'info', 'Scanned contents of 1308 additional files at 14.10 per second'),
(31794, 1482960099.369366, 2, 'info', 'Scanned contents of 288 additional files at 15.77 per second'),
(31795, 1482960100.487197, 2, 'info', 'Scanned contents of 312 additional files at 16.09 per second'),
(31796, 1482960101.502039, 2, 'info', 'Scanned contents of 359 additional files at 17.60 per second'),
(31797, 1482960103.004417, 2, 'info', 'Scanned contents of 386 additional files at 17.62 per second'),
(31798, 1482960104.018480, 2, 'info', 'Scanned contents of 433 additional files at 18.89 per second'),
(31799, 1482960105.020532, 2, 'info', 'Scanned contents of 464 additional files at 19.40 per second'),
(31800, 1482960106.201729, 2, 'info', 'Scanned contents of 477 additional files at 19.00 per second'),
(31801, 1482960107.207823, 2, 'info', 'Scanned contents of 498 additional files at 19.08 per second'),
(31802, 1482960108.214010, 2, 'info', 'Scanned contents of 553 additional files at 20.40 per second'),
(31803, 1482960109.240443, 2, 'info', 'Scanned contents of 580 additional files at 20.61 per second'),
(31804, 1482960110.246106, 2, 'info', 'Scanned contents of 595 additional files at 20.42 per second'),
(31805, 1482960111.443195, 2, 'info', 'Scanned contents of 616 additional files at 20.30 per second'),
(31806, 1482960112.458577, 2, 'info', 'Scanned contents of 673 additional files at 21.46 per second'),
(31807, 1482960113.464206, 2, 'info', 'Scanned contents of 724 additional files at 22.37 per second'),
(31808, 1482960114.490711, 2, 'info', 'Scanned contents of 769 additional files at 23.03 per second'),
(31809, 1482960115.496291, 2, 'info', 'Scanned contents of 852 additional files at 24.77 per second'),
(31810, 1482960116.522697, 2, 'info', 'Scanned contents of 867 additional files at 24.48 per second'),
(31811, 1482960117.711830, 2, 'info', 'Scanned contents of 877 additional files at 23.95 per second'),
(31812, 1482960119.860748, 2, 'info', 'Scanned contents of 891 additional files at 22.99 per second'),
(31813, 1482960122.236067, 2, 'info', 'Scanned contents of 892 additional files at 21.68 per second'),
(31814, 1482960123.270020, 2, 'info', 'Scanned contents of 907 additional files at 21.51 per second'),
(31815, 1482960124.326215, 2, 'info', 'Scanned contents of 916 additional files at 21.19 per second'),
(31816, 1482960126.351391, 2, 'info', 'Scanned contents of 923 additional files at 20.40 per second'),
(31817, 1482960127.749338, 2, 'info', 'Scanned contents of 924 additional files at 19.81 per second'),
(31818, 1482960128.869914, 2, 'info', 'Scanned contents of 925 additional files at 19.36 per second'),
(31819, 1482960129.950947, 2, 'info', 'Scanned contents of 927 additional files at 18.98 per second'),
(31820, 1482960131.080858, 2, 'info', 'Scanned contents of 967 additional files at 19.35 per second'),
(31821, 1482960132.463501, 2, 'info', 'Scanned contents of 974 additional files at 18.96 per second'),
(31822, 1482960134.534376, 2, 'info', 'Scanned contents of 993 additional files at 18.58 per second'),
(31823, 1482960135.544343, 2, 'info', 'Scanned contents of 1002 additional files at 18.40 per second'),
(31824, 1482960136.574920, 2, 'info', 'Scanned contents of 1003 additional files at 18.08 per second'),
(31825, 1482960137.586475, 2, 'info', 'Scanned contents of 1021 additional files at 18.08 per second'),
(31826, 1482960138.593221, 2, 'info', 'Scanned contents of 1052 additional files at 18.30 per second'),
(31827, 1482960139.670378, 2, 'info', 'Scanned contents of 1057 additional files at 18.05 per second'),
(31828, 1482960141.145087, 2, 'info', 'Scanned contents of 1060 additional files at 17.65 per second'),
(31829, 1482960142.437226, 2, 'info', 'Scanned contents of 1062 additional files at 17.31 per second'),
(31830, 1482960144.051507, 2, 'info', 'Scanned contents of 1068 additional files at 16.97 per second'),
(31831, 1482960145.365372, 2, 'info', 'Scanned contents of 1069 additional files at 16.63 per second'),
(31832, 1482960146.527259, 2, 'info', 'Scanned contents of 1072 additional files at 16.38 per second'),
(31833, 1482960148.452567, 2, 'info', 'Scanned contents of 1075 additional files at 15.96 per second'),
(31834, 1482960149.606655, 2, 'info', 'Scanned contents of 1080 additional files at 15.77 per second'),
(31835, 1482960152.753296, 2, 'info', 'Scanned contents of 1083 additional files at 15.11 per second'),
(31836, 1482960153.760408, 2, 'info', 'Scanned contents of 1087 additional files at 14.96 per second'),
(31837, 1482960154.814312, 2, 'info', 'Scanned contents of 1090 additional files at 14.79 per second'),
(31838, 1482960155.981798, 2, 'info', 'Scanned contents of 1093 additional files at 14.60 per second'),
(31839, 1482960157.201812, 2, 'info', 'Scanned contents of 1097 additional files at 14.42 per second'),
(31840, 1482960159.015111, 2, 'info', 'Scanned contents of 1104 additional files at 14.17 per second'),
(31841, 1482960160.100085, 2, 'info', 'Scanned contents of 1109 additional files at 14.04 per second'),
(31842, 1482960161.111298, 2, 'info', 'Scanned contents of 1118 additional files at 13.97 per second'),
(31843, 1482960162.223329, 2, 'info', 'Scanned contents of 1122 additional files at 13.83 per second'),
(31844, 1482960163.253360, 2, 'info', 'Scanned contents of 1125 additional files at 13.69 per second'),
(31845, 1482960165.093204, 2, 'info', 'Scanned contents of 1131 additional files at 13.47 per second'),
(31846, 1482960166.102075, 2, 'info', 'Scanned contents of 1148 additional files at 13.51 per second'),
(31847, 1482960167.222190, 2, 'info', 'Scanned contents of 1165 additional files at 13.53 per second'),
(31848, 1482960168.266264, 2, 'info', 'Scanned contents of 1172 additional files at 13.45 per second'),
(31849, 1482960169.308791, 2, 'info', 'Scanned contents of 1223 additional files at 13.87 per second'),
(31850, 1482960170.320022, 2, 'info', 'Scanned contents of 1253 additional files at 14.04 per second'),
(31851, 1482960171.346971, 2, 'info', 'Scanned contents of 1284 additional files at 14.23 per second'),
(31852, 1482960172.370152, 2, 'info', 'Scanned contents of 1299 additional files at 14.23 per second'),
(32439, 1483036644.637204, 2, 'info', 'Scanned contents of 2151 additional files at 20.93 per second'),
(32440, 1483036645.642291, 2, 'info', 'Scanned contents of 2165 additional files at 20.86 per second'),
(32441, 1483036646.695142, 2, 'info', 'Scanned contents of 2219 additional files at 21.17 per second'),
(32442, 1483036647.699603, 2, 'info', 'Scanned contents of 2232 additional files at 21.09 per second'),
(32443, 1483036648.725704, 2, 'info', 'Scanned contents of 2258 additional files at 21.13 per second'),
(32444, 1483036649.728349, 2, 'info', 'Scanned contents of 2267 additional files at 21.02 per second'),
(32445, 1483036650.753730, 2, 'info', 'Scanned contents of 2304 additional files at 21.16 per second'),
(32446, 1483036651.784434, 2, 'info', 'Scanned contents of 2349 additional files at 21.37 per second'),
(32447, 1483036653.050095, 2, 'info', 'Scanned contents of 2397 additional files at 21.56 per second'),
(32448, 1483036654.627281, 2, 'info', 'Scanned contents of 2399 additional files at 21.28 per second'),
(32449, 1483036655.701115, 2, 'info', 'Scanned contents of 2408 additional files at 21.16 per second'),
(32450, 1483036656.703181, 2, 'info', 'Scanned contents of 2437 additional files at 21.22 per second'),
(32451, 1483036657.916113, 2, 'info', 'Scanned contents of 2452 additional files at 21.13 per second'),
(32452, 1483036658.973106, 2, 'info', 'Scanned contents of 2454 additional files at 20.96 per second'),
(32453, 1483036660.021137, 2, 'info', 'Scanned contents of 2460 additional files at 20.82 per second'),
(32454, 1483036661.250675, 2, 'info', 'Scanned contents of 2463 additional files at 20.63 per second'),
(32455, 1483036663.185730, 2, 'info', 'Scanned contents of 2469 additional files at 20.35 per second'),
(32456, 1483036664.193010, 2, 'info', 'Scanned contents of 2475 additional files at 20.23 per second'),
(32457, 1483036666.666231, 2, 'info', 'Scanned contents of 2477 additional files at 19.85 per second'),
(32458, 1483036668.064359, 2, 'info', 'Scanned contents of 2482 additional files at 19.67 per second'),
(32545, 1483072846.758519, 2, 'info', 'Found 2 themes'),
(32543, 1483072846.737625, 2, 'info', 'Found 10 plugins'),
(32544, 1483072846.739398, 2, 'info', 'Getting theme list from WordPress'),
(32542, 1483072846.615843, 2, 'info', 'Getting plugin list from WordPress'),
(32541, 1483072846.246098, 1, 'info', 'Contacting Wordfence to initiate scan'),
(32540, 1483072846.244159, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(32539, 1483072846.242679, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(32538, 1483072846.239306, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(31779, 1482960081.100325, 2, 'info', 'Starting scan of file contents'),
(31780, 1482960082.351581, 2, 'info', 'Scanned contents of 23 additional files at 18.40 per second'),
(31781, 1482960083.367825, 2, 'info', 'Scanned contents of 53 additional files at 23.38 per second'),
(31782, 1482960084.377209, 2, 'info', 'Scanned contents of 83 additional files at 25.34 per second'),
(31783, 1482960085.402403, 2, 'info', 'Scanned contents of 98 additional files at 22.78 per second'),
(31784, 1482960086.821561, 2, 'info', 'Scanned contents of 105 additional files at 18.36 per second'),
(31785, 1482960088.232520, 2, 'info', 'Scanned contents of 112 additional files at 15.71 per second'),
(31786, 1482960089.924907, 2, 'info', 'Scanned contents of 116 additional files at 13.15 per second'),
(31787, 1482960091.325532, 2, 'info', 'Scanned contents of 123 additional files at 12.03 per second'),
(31788, 1482960092.495315, 2, 'info', 'Scanned contents of 127 additional files at 11.15 per second'),
(31789, 1482960093.585696, 2, 'info', 'Scanned contents of 153 additional files at 12.26 per second'),
(31790, 1482960094.625681, 2, 'info', 'Scanned contents of 178 additional files at 13.16 per second'),
(31791, 1482960096.181613, 2, 'info', 'Scanned contents of 206 additional files at 13.66 per second'),
(31792, 1482960097.243059, 2, 'info', 'Scanned contents of 235 additional files at 14.56 per second'),
(31793, 1482960098.369229, 2, 'info', 'Scanned contents of 265 additional files at 15.35 per second'),
(31986, 1483010762.047698, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(31987, 1483010769.111051, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(31988, 1483010769.114470, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(31989, 1483010769.115946, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(31990, 1483010769.117881, 1, 'info', 'Contacting Wordfence to initiate scan'),
(31991, 1483010769.432512, 2, 'info', 'Getting plugin list from WordPress'),
(31992, 1483010769.498666, 2, 'info', 'Found 10 plugins'),
(31993, 1483010769.500415, 2, 'info', 'Getting theme list from WordPress'),
(31994, 1483010769.504452, 2, 'info', 'Found 2 themes'),
(31995, 1483010769.532053, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(31996, 1483010770.109737, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(31997, 1483010770.113510, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(31998, 1483010770.657546, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(31999, 1483010770.661486, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(32459, 1483036669.169368, 2, 'info', 'Scanned contents of 2487 additional files at 19.54 per second'),
(32460, 1483036670.172443, 2, 'info', 'Scanned contents of 2491 additional files at 19.42 per second'),
(32461, 1483036671.380856, 2, 'info', 'Scanned contents of 2498 additional files at 19.29 per second'),
(32462, 1483036672.474354, 2, 'info', 'Scanned contents of 2505 additional files at 19.18 per second'),
(32463, 1483036673.574418, 2, 'info', 'Scanned contents of 2513 additional files at 19.08 per second'),
(32464, 1483036674.674732, 2, 'info', 'Scanned contents of 2517 additional files at 18.95 per second');

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfThrottleLog`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfThrottleLog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `startTime` int(10) unsigned NOT NULL,
  `endTime` int(10) unsigned NOT NULL,
  `timesThrottled` int(10) unsigned NOT NULL,
  `lastReason` varchar(255) NOT NULL,
  PRIMARY KEY (`IP`),
  KEY `k2` (`endTime`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wpo8_wfVulnScanners`
--

CREATE TABLE IF NOT EXISTS `wpo8_wfVulnScanners` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

/*!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 */;
